/*********** R A E ***************
HOJA ESTILOS - 29 Diciembre 2005 
*/
/********************************
Tratamiento de FUENTES 

1.TRATAMIENTO DE FUENTES
*******************************/

body {  
    margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #000000;
}

.fcolmenu {
      background-color: #000000;
   
 }
 
 .fmenu {
      background-color: #FFFF00;
       /* BLANCO */
 }

.fsubmenu {
      background-color: #000000;
 }

/*      Enlaces en cualquier parte de la pagina */
a:hover  {
	color: #FFFFFF;
	font-size: 17px;  
	font-weight: normal; 
}

a:link  {
	text-decoration : none;
	color: #FFFFFF;  
	font-size: 17px;  
	font-weight: normal; 
}

a:visited  {
	text-decoration : none;
	color: #FFFFFF; 
	font-size: 17px;  
	font-weight: normal; 
}

v:link  {
	text-decoration : none;
	color: #FFFFFF;  
	font-size: 17px;  
	font-weight: normal; 
}
.bblanco {  
	font-size: 14px; 
	font-weight: bold; 
	color: #FFFF00; 
}
.resol { font-size:13px;font-weight:normal;color:#FFFFFF 
}
/*enlaces en la cabecera*/
a.textocab {
        text-decoration : none;  
	font-size: 15px;  
	font-weight: bold; 
	text-align: right; 
        }

a.textocab:link {
    color: #FFFF00;/*GRIS OSCURO*/
	font-size: 15px;  
	font-weight: bold; 
	text-align: right; 
}     

a.textocab:visited {
    color: #FFFF00;
	font-size: 15px;  
	font-weight: bold; 
	text-align: right; 
} 

a.textocab:hover { 
    color: #FFFFFF; /* azul verdoso */
	font-size: 15px;  
	font-weight: bold; 
	text-align: right; 
}   

a.textocab:active {
    color: #FFFF00;
	font-size: 15px;  
	font-weight: bold; 
	text-align: right; 
        } 
/*Se han definido dos estilos diferentes para el menú principal, menu y menuselect. Esto es debido a que se obliga al navegador a aplicar un formato determinado (para los visitados). En general,  hay ocasiones en que no nos interesa que aplique el formato por defecto definido en active.
*/
/*para texto arriba y volver*/
a.textoav {
        text-decoration : none;
	font-size: 15px;  
	font-weight: bold; 
	text-align: right; 
        }

a.textoav:link {
    color: #FFFF00;
	font-size: 15px;  
	font-weight: bold;
}     

a.textoav:visited {
    color: #FFFF00;
	font-size: 15px;  
	font-weight: bold;
} 

a.textoav:hover { 
    color: #FFFFFF;
	font-size: 15px;  
	font-weight: bold; 
}   

a.textoav:active {
    color: #FFFF00;
	font-size: 15px;  
	font-weight: bold;
        } 

/*elementos del menu vertical*/
a.menu {
    text-decoration : none;
	font-size: 16px;  
	font-weight: normal; 
	text-align: right; 
        }

a.menu:link {
    color: #FFFF00;
	font-size: 16px;  
	font-weight: normal; 
}     

a.menu:visited {
    color: #FFFF00;
	font-size: 16px;  
	font-weight: normal; 
} 

a.menu:hover { 
    color: #FFFFFF; /* azul verdoso */
	font-size: 16px;  
	font-weight: normal; 
}   

a.menu:active {
    color: #FFFF00;
	font-size: 16px;  
	font-weight: normal; 
        } 

/* SUBMENU dentro del menu vertical*/

a.submenu {
	text-decoration : none;
    font-size: 14px;
    font-weight: normal; 
	text-align: center; 
	background-color: #000000;
       /* Fondo del SUBMENU: Gris clarito #F4F4F4; */
}

a.submenu:link {
    color: #FFFF00;
	font-size: 14px;
    font-weight: normal; 
        }
      
a.submenu:visited {
    color: #FFFF00;
	font-size: 14px;
    font-weight: normal; 
        }
      
a.submenu:hover {
	color:  #FFFFFF;
	font-size: 14px;
    font-weight: normal; 
}

a.submenu:active {
    color: #FFFF00;
	font-size: 14px;
    font-weight: normal; 
        } 

/* SUBMENU */
a.menusup {
    text-decoration : none;
	font-size: 16px;  
	font-weight: normal;  
    text-align: left;  
        }

a.menusup:link {
    color: #FFFF00;
	font-size: 16px;  
	font-weight: normal; 

}     

a.menusup:visited {
    color: #FFFF00;
	font-size: 16px;  
	font-weight: normal; 
} 

a.menusup:hover { 
    color: #FFFFFF;
	font-size: 16px;  
	font-weight: normal;  
}   

a.menusup:active {
    color: #FFFF00;
	font-size: 16px;  
	font-weight: normal; 
        } 


/************************
 Barra de navegación
*************************/

/*Color de la linea de la barra de titulos*/
.barra {
        border-bottom: thin solid #FFFF00;
}


/*Color de la linea de la barra inferior*/
.barrainf {
        border-top: thin solid #FFFF00;
}

/*Colorea los >> de la barra de titulos*/
.simbolitos{
	font-size : 12px;
	font-weight : bold;
    vertical-align: middle;
	color:#FFFF00; /*Colorea los >> de la barra de titulos*/
}


/* Barra de navegación - Vinculos a paginas anteriores */
.barramigas {
	text-decoration : none;
	font-size : 15px;
    color:#FFFF00;
	font-weight : normal;
}
a.barramigas:hover {
	font-size : 15px;
    color:#FFFFFF;
	font-weight : normal;
}     

a.barramigas:link {
	font-size : 15px;
    color:#FFFF00;
	font-weight : normal;
} 
    
a.barramigas:visited {
	font-size : 15px;
    color:#FFFF00;
	font-weight : normal;
} 

a.barramigas:active {
	font-size : 15px;
    color:#FFFF00;
	font-weight : normal;
        } 

td.textos { 
	 font-size: 17px; 
	 color:#FFFF00;
	 text-align : left;
	 line-height: 125%;
 }

.textos { 
	 font-size: 17px; 
	 color: #FFFF00;
	 text-align : left;
	 line-height: 125%
 }

a.textohome {
   text-decoration : none;  
	font-size: 17px;  
	font-weight: normal; 
	text-align: justify;
        }

a.textohome:link {
    color: #FFFFFF;/*NEGRO*/
	font-size: 17px;  
font-weight: normal; 
	text-align: justify;
}     

a.textohome:visited {
    color: #FFFFFF;
	font-size: 17px;  
font-weight: normal; 
	text-align: justify;
} 

a.textohome:hover { 
    color: #FFFF00; /* azul verdoso */
	font-size: 17px;  
font-weight: normal; 
	text-align: justify;
}   

a.textohome:active {
    color: #FFFFFF;
	font-size: 17px;  
	font-weight: normal; 
	text-align: justify;
        } 
 
td.textonoticias { 
	 text-decoration : none;
	 font-size: 17px; 
	 color:#FFFF00;
	 text-align: justify;
  	line-height: 120%;
 }
 
td.celdonoticias { 
	background-color: #000000;
 }

td.celdabajo { 
	background-color: #000000;
 } 
 
 .textoconau { 
	text-decoration : none; 
 	font-size: 17px; 
 	font-weight: normal; 
 	color: #FFFF00; 
 	text-align: right;
	line-height: 120%;
 }
 
 .textotittabl { 
	text-decoration : none; 
 	font-size: 18px; 
 	font-weight: normal; 
 	color: #FFFF00; 
 	text-align: justify;
	line-height: 120%;
 }

td.textosn { 
	 font-size: 17px;
	 font-weight : bold;
	 color: #FFFF00;
	 text-align : left;
	 line-height: 125%
 }
 
 td.borderazul {
	  border-left: thin solid; 
	  border-right: thin solid;
	  color: #FFFF00;
	} 
 .borderaba {
	 border-left: thin solid; 
	  border-right: thin solid;
	   border-bottom: thin solid;
	  color: #FFFF00; 
	} 
 
 
p{
	 font-size: 17px; 
	 color: #FFFF00;
	 text-align : left;
}
  
.tituloapartado { 
    text-decoration : none;
	font-size : 17px;
	font-weight : bold;
	color: #FFFF00;
    text-transform: uppercase;
    background-color: #000000;
}

.pie {
	font-size: 14px; 
	color: #FFFF00;
}
.ticker {
  text-decoration: none;
  font-size: 14px; 
  font-weight: bold; 
  color: #FFFF00; 
}
  
.rmay {
	font-family: Times New Roman;
  font-size: 50px; 
  font-weight: normal; 
  color: #FFFF00; 
  text-decoration: none
  }

.realt {
	font-family: Times New Roman;
  font-size: 30px; 
  font-weight: normal; 
  color: #FFFF00; 
  text-decoration: none;
  }	  
  

 .textonegrita {
   text-decoration : none;  
	font-size: 17px;  
	  font-weight: bold;
	text-align: justify;
        }


ul { font-size: 17px; 
	text-align: justify;
	}

.discurso { color: #ffffff;
	font-size: 17px;
	text-align: justify;
	}

p {text-align: justify;
	}
 
li {font-size: 17px; 
text-align: justify;
	}

i { font-size: 17px;
    color: #FFFF00;
    text-align: justify;
	}

blockquote {
    text-align: justify;
	}
