/**************************** estilos para el scroll ***************************/

BODY {
  SCROLLBAR-FACE-COLOR:       #B2BFD1;
  SCROLLBAR-HIGHLIGHT-COLOR:  #ECFAFC;
  SCROLLBAR-3DLIGHT-COLOR:    #ECFAFC;
  SCROLLBAR-DARKSHADOW-COLOR: #ECFAFC;
  SCROLLBAR-SHADOW-COLOR:     #ECFAFC;
  SCROLLBAR-ARROW-COLOR:      #ECFAFC;
  SCROLLBAR-TRACK-COLOR:      #ECFAFC;
 }
 
 
/**************************** estilos para las tablas ***************************/

.pie {	border-bottom-width: 1px;	border-bottom-style: dotted;border-bottom-color: #999999;}
.tabla {border: 1px solid #90BD00;}
.tablas {	background-color: #23110C;	border: 4px solid #FFFFFF;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF;}
/**************************** estilos para los tex-areas ***************************/

.form {background-color: #FFFFFF; border: 1px solid #333333;font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px; color: #666666;	}
.form_actual {background-color: #6389C1; border: 1px solid #2B2F92;font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px; color: #FFFFFF;	}
	
/**************************** estilos textos negrita ***************************/
.negrita {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-weight: bold;font-size: 10px ;color: #333333;}
	

/**************************** estilos textos texto ***************************/

.titulo_home{font-family:  Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold; color: #FFFFFF; background-color:#2E3191;}
.textos {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333;}
.pie_defoto {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #333333; font-style:italic;}
.titulos{font-family:  Arial, Helvetica, sans-serif; font-size: 14px; font-weight:bold; color:#2E3191;}
.telfs {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; text-transform:uppercase;font-weight:bold;}


/**************************** estilos para enlaces ***************************/

A.enlaces_a:link { color: #666666;	text-decoration: none; }
A.enlaces_a:visited { color: #666666;	text-decoration: none; }
A.enlaces_a:active { color: #666666;	text-decoration: none; }
A.enlaces_a:hover { color: #333333;	text-decoration: underline; }

A.enlaces_b:link { color: #000000;	text-decoration: none; }
A.enlaces_b:visited { color: #000000;	text-decoration: none; }
A.enlaces_b:active { color: #000000;	text-decoration: none; }
A.enlaces_b:hover { color: #666666;	text-decoration: underline; }

A.enlaces_c:link { color: #333333;	text-decoration: none; }
A.enlaces_c:visited { color: #333333;	text-decoration: none; }
A.enlaces_c:active { color: #333333;	text-decoration: none; }
A.enlaces_c:hover { color: #FFFFFF;	 BACKGROUND-COLOR: #000000;}






