BODY { 
	font-family: verdana; font-size: 7.5pt; font-weight: normal; color: #999999; 
	margin-left: 0px;	margin-top: 0px; margin-right: 0px;	margin-bottom: 0px;

}

/*ENLACES GENERALES*/ 
a:link { 
	font-weight: bold; font-size:12px; color: #999999; text-decoration: none; }
 
a:hover {
	font-weight: bold; font-size:12px; color: #999999; 	text-decoration:none; }
 
a:active { 
	font-weight: bold; font-size:12px; color: #999999; text-decoration: none; } 

a:visited { 
	font-weight: bold; font-size:12px; color: #999999; text-decoration: none; } 
	
/*ENLACES DE COLOR BLANCO*/
.blanco a:link { 
	font-weight: bold; font-size:12px; color: #ffffff; text-decoration: none; }
 
.blanco a:hover {
	font-weight: bold; font-size:12px; color: #ffffff; 	text-decoration:none; }
 
.blanco a:active { 
	font-weight: bold; font-size:12px; color: #ffffff; text-decoration: none; } 

.blanco a:visited { 
	font-weight: bold; font-size:12px; color: #ffffff; text-decoration: none; } 

/*Estilos de los formularios*/


SELECT {
	font-family: verdana; font-size: 12px; font-weight: bold; color: #000000; background-color: #D6D6D6; border: #E1DFD9; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
}
INPUT {
	font-family: verdana; font-size: 12px; font-weight: bold; color: #000000;  background-color:#D6D6D6; border: #E1DFD9; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
}
TEXTAREA {
	font-family: verdana; font-size: 12px; font-weight: bold; color: #000000; background-color: #D6D6D6; border: #E1DFD9; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
}

.txt_normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #999999;
	font-weight: normal;
}
.txt_gris {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #595959;
	font-weight: normal;
}
.txt_blanco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #ffffff;
	font-weight: bold;
}




