/*Color de fondo del Header*/ 

.BgHead { background-color: #FFFFFF; }



/* Color de fondo de las columnas de secciones*/  

.BgColI { background-color: #FFFFFF; }

.BgSepI { background-color: #FFFFFF; }

.BgColC { background-color: #FFFFFF; }

.BgSepD { background-color: #FFFFFF; }

.BgColD { background-color: #FFFFFF; }



/* Tipo de letras del site */

body { font-family: Arial; font-size: 10px; font-weight: normal; color: #808080}

td { font-family: Arial; font-size: 10px; font-weight: normal; color: #808080}



/* Estilos de los links*/ 

a:link { font-family: Arial; color: #3d7589; font-weight:bold; text-decoration: none; }

a:visited { font-family: Arial; color: #3d7589; font-weight:bold; text-decoration: none; }

a:hover { font-family: Arial; color: #3d7589; font-weight:bold; text-decoration: underline; }



/*Estilo del título del Modulo*/

.ModTitulo { font-family: Arial; font-size: 14px; font-weight: normal; color: #3d7589;}



/*Tipo de letra de la botonera*/ 

.SecBtn { font-family: Verdana; font-size: 12px; font-weight:bold; color: #ffffff; text-decoration:none;}

a.SecBtn:hover { font-family: Verdana; font-size: 12px; font-weight:bold; color: #ffffff; text-decoration:none; }

a.SecBtn:link { font-family: Verdana; font-size: 12px; font-weight:bold; color: #ffffff; text-decoration:none; }

a.SecBtn:visited { font-family: Verdana; font-size: 12px; font-weight:bold; color: #ffffff; text-decoration:none; }

/*.BgSubSecCell { background-image:url(flecha.gif); } */



/* Color de fondo del botón del menú*/

.BgBtn { background-color: #135a97; }



/*Estilo de la tabla de las subsecciones*/

.SubSec {font-family: Verdana; font-size: 11px; color: #0e4c84; font-weight: normal; text-decoration: none; }

.BgSubSec { background-color: #ffffff; }

.BgSubSecCell {background-color: #ffffff; }

a.SubSec:link { font-family: Verdana; font-size: 11px; color: #000099; font-weight: normal; text-decoration: none; }

a.SubSec:visited { font-family: Verdana; font-size: 11px; color: #000099; font-weight: normal; text-decoration: none; }

a.SubSec:hover { font-family: Verdana; font-size: 11px; color: #000099; font-weight: normal; text-decoration: underline; }



/*Para los formularios, tal como los buzones de contacto y cualquier otro presente en el sitio:*/ 

/*Estilo de los input de las formas*/ 

.Formas { font-family: Arial; font-size: 11px; font-weight: normal; color: #808080}

input { font-size: 11x; color: #808080}

select { font-size: 10px; color: #808080}

textarea { font-size: 11px; color: #808080}



/*Estilo del Footer*/ 

.footer { font-family: Arial; font-size: 10px; font-weight: normal; color: #808080; text-decoration: underline }

a.footer:link { font-family: Arial; font-size: 10px; font-weight: normal; color: #808080 ; text-decoration: underline }

a.footer:visited { font-family: Arial; font-size: 10px; font-weight: normal; color: #808080 ; text-decoration: underline }

a.footer:hover { font-family: Arial; font-size: 10px; font-weight: normal; color: #808080; text-decoration: underline }

.BgFooter { background-color: #FFFFFF; }



/*Encuesta*/

.SubTitulosII { font-family: Arial; font-size: 10px; color: #666666; font-weight: normal; }



/*Titulo de la noticia destacada que se muestra en el home*/

.detStit { font-family: Arial; font-size: 11px; color: #3d7589; font-weight: bold;}



/*Título*/

.dettit { font-family: Arial; font-size: 11px; color: #3d7589; font-weight: bold;}



/*Subtitulos*/

.SubTitulos { font-family: Arial; font-size: 11px; color: #3d7589; font-weight: bold;}



/*Titulo de las noticias destacadas en el home y en el indice de noticias */

.detStit { font-family: Arial; font-size: 11px; color: #3d7589; font-weight: bold; }

/*Estilos del Graficador*/
.axis         { background-color: #000000 }
.bar          { background-color: #006699 }
.hor-y-label  { text-align: Right ; font-size: 10px}
.vert-y-label { text-align: Right; vertical-align: bottom; font-size: 10px}
.hor-x-label  { text-align: Left ; font-size: 10px}
.vert-x-label { text-align: Center ; font-size: 10px}