body {
        font-family: verdana, sans-serif;
        font-size: 11px;
        background: #666666;
		  color: White;
}

h1 {
	font-size: x-large;
	font-weight: bold;
}

h2 {
	font-size: large;
}

h3 {
	font-size: medium;
	font-weight: bold;
	
}

h4 {
        font-size: 100%;
        color: #999966;
        margin: 0;
}

p {
	font-size: medium;
}


.fecha {
	font-size: x-small;
	color: #FFDEAD;
}

.titular {
	font-size: small;
	color: White;
	font-weight: bold;
}

.txt_noticia {
	font-size: small;
	color: White;
}

a.vincu:link, a.vincu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #90EE90;
}

a.vincu:hover {
 /* font-weight: bold;*/
}

.menutit {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  font-style: normal;
  font-weight: bold;
  color: #666666
}


	
.texto {    
	font-size: xx-small;
	color: #ffffff;
        margin: 0;
}

a.linca:link, a.linca:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	text-decoration: none;
	color: ButtonFace;
}

a.linca:hover {
  color: ButtonFace;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: xx-small;
  font-weight: bold;
  text-decoration: underline
}

/* CSS Tabs */
.container {
        width: 98%;
        padding: 2px;
        margin: 0px 0 0px 0;
        border: 1px solid #ccc;
        background: #fff;
}

/* rounded */

#nav {
        margin: 0;
        padding: 0 0 20px 50px;
        border-bottom: 1px solid #9FB1BC;
}

#nav li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#nav a:link, #nav a:visited {
        float: left;
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 5px 12px;
        text-decoration: none;
        color: #708491;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
        color: #000;
        background: url("../images/rounded.gif") no-repeat bottom center;
}

