/* 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: #E6B122; }

/* Tipo de letras del site */ 
body {  font-family: Arial; font-size: 12px; color: #000000}
td {  font-family: Arial; font-size: 12px; color: #000000;}

/* Estilos de los links */ 
a:link { text-decoration: none ; color: #006991; font-weight:bold; }
a:visited {text-decoration: none ;  color: #006991; font-weight:bold; }
a:hover {text-decoration: underline ; color: #006991; font-weight:bold; }

/*Estilo del titulo del Modulo */ 
.ModTitulo {  font-family: Arial; font-size: 12px; font-weight: bold; color: #000000;}

/*Estilo de los input de las formas*/ 
.Formas { font-family: Verdana; font-size: 11px}
input { font-family: Arial; font-size: 11px; color: #000000}
select { font-family: Arial; font-size: 11px; color: #000000}
textarea { font-family: Arial; font-size: 11px; color: #000000}

.SubTitulos { font-family: Verdana; font-size: 11px ; font-weight: bold; color: 000000}

/*Estilo del Footer*/ 
.BgFooter { background-color: #FFFFFF; }
.footer { font-family: Arial; font-size: 11px; color: #006991; text-decoration: underline}
a.footer:link { color: #006991 ; text-decoration: underline}
a.footer:visited { color: #006991 ; text-decoration: underline}
a.footer:hover { color: #006991; text-decoration: underline}




