/* 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: #EDF3FA; }


/* Tipo de letras del site*/ 
body {  font-family: verdana; font-size: 10px; color: #333333}
td {  font-family: verdana; font-size: 10px; color: #333333;}


/* Estilos de los links*/ 
a:link { font-family: Verdana; font-size: 10px; text-decoration: underline ; color: #336699; font-weight:bold; }
a:visited {font-family: Verdana; font-size: 10px; text-decoration: underline ;  color: #336699; font-weight:bold; }
a:hover {font-family: Verdana; font-size: 10px; text-decoration: underline ; color: #336699; font-weight:bold; }


/*Estilo del titulo del Modulo */ 
.ModTitulo {  font-family: verdana; font-size: 12px; font-weight: bold; color: #336699;}

/*Estilo de los input de las formas*/ 
.Formas { font-family: Verdana; font-size: 10px}
input {  font-family: Verdana; font-size: 10px; color: #343297}
select { font-family: Verdana; font-size: 10px; color: #343297 }
textarea { font-family: Verdana; font-size: 10px; color: #343297 }
.EditHTML { font-family: Verdana; font-size: 10px; color: #343297 }

.SubTitulos { font-family: Verdana; font-size: 10px ; font-weight:bold; color: #336699}

/*Estilo del Footer*/ 
.BgFooter { background-color: #ffffff; }
.footer { font-family:Verdana; font-size:10px; font-weight:bold; color: #666666; text-decoration: underline}
a.footer:link { color: #666666 ; text-decoration: underline}
a.footer:visited { tcolor: #666666 ; text-decoration: underline}
a.footer:hover { color: #666666; text-decoration: underline}


