
/* -------------------- pagina de noticias ------------------*/
#noticia {
    color:  #003400;
}

#noticia p {
    margin: 0px;
}

#noticia h2:first-letter {
    font-size:  1.5em;
}

#noticia h4 {
    font-variant: normal;
	font-size: small;
	font-weight:normal;
}

#noticia h6 {
    font-size:  x-small;
	font-weight: normal;
}

#noticia img.derecha {
    float: right;
	margin: 5px 0px 5px 20px;
}
    
#noticia img.foto {
    float: left;
	margin: 5px 10px 5px 0px;
}

#noticia table {
    margin: 15px;
}

#noticia iframe {
    margin: 15px;
}
/* -------------------- pagina de noticias ------------------*/
.line00
{
   color:   #D8261A;
   font-family : Verdana, arial, helvetica, sans-serif;
   font-size : 16px;
   background-color : #3DAA3D; 
}
.line0
{
   color:   #D8261A;
   font-family : Verdana, arial, helvetica, sans-serif;
   font-size : 16px; 
   font-weight: bold; 
   background-color : #99DD99; 
}
.line1
{
   font-size : 12px; 
   font-family : Verdana, arial, helvetica, sans-serif;
   font-weight: bold;
   background-color : #549E95; 
}
.line2
{
   font-size : 12px; 
   font-family : Verdana, arial, helvetica, sans-serif; 
   background-color : #DDFFDD; 
}
.line3
{
   font-size : 12px; 
   font-family : Verdana, arial, helvetica, sans-serif; 
   background-color : white; 
}
 .subtit
 {
 	color: #D8261A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-variant: small-caps;
 }
 .subsubtit
 {
 	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
 }


/* -------------------- navegador de paginas de noticias ------------------*/
#nav-news {
    text-align: center;
    width: 608px;
    margin: 0px 0px 0px 0px;
}

#nav-news ul {
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
	overflow: hidden;
}

#nav-news li {
    display: inline;
}

#nav-news a {
    float: none;
    text-decoration: none;
    color: white;
    padding: 0.5em;
}

#nav-news a:hover {
	color: #CCFF00;
}
