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

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

.pie {	border-bottom-width: 1px;	border-bottom-style: dotted;border-bottom-color: #999999;}
.pie_b {	border-bottom-width: 1px;	border-bottom-style: solid;border-bottom-color: #E7E5DD;}
.tabla {border: 1px solid #B5B7C2;}

/**************************** 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;	}

/**************************** estilos textos negrita ***************************/
.negrita {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-weight: bold;font-size: 10px ;color: #333333;}
	
/**************************** estilos textos texto ***************************/

.textos {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;	font-weight: normal; color: #000000;}
.titulo {font-family: Arial, Helvetica, sans-serif;font-size: 14px;font-weight: bold;color: #44709E;}
.titulo_a{font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: bold;color: #000000;}
.titulo_b {font-family: Arial, Helvetica, sans-serif;font-size: 14px;font-weight: bold;color: #E00019;}
.titulo_c{font-family: Arial, Helvetica, sans-serif;font-size: 16px;font-weight: bold;color: #E00019;}
.titol_roja {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; background-color:#F52B05}
.titol_beig {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; background-color:#E7E5DD}
.migas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: oblique;
}
.mayusculas {text-transform: uppercase;}

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

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

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

A.enlaces_c:link { color: #2A5C91;	text-decoration: underline; }
A.enlaces_c:visited { color: #2A5C91;	text-decoration: underline; }
A.enlaces_c:active { color: #2A5C91;	text-decoration: underline; }
A.enlaces_c:hover { color: #2A5C91;	text-decoration: none; }

A.enlaces_d:link { color: #000000;	text-decoration: none; }
A.enlaces_d:visited { color: #000000;	text-decoration: none; }
A.enlaces_d:active { color: #000000;	text-decoration: none; }
A.enlaces_d:hover { color: #000000;	text-decoration: none;font-weight: bold; }
