body {
	margin: 0px;
	SCROLLBAR-HIGHLIGHT-COLOR: #E1E2E0;
	SCROLLBAR-SHADOW-COLOR: #E1E2E0;
	SCROLLBAR-3DLIGHT-COLOR: #E1E2E0;
	SCROLLBAR-ARROW-COLOR: #00086E;
	SCROLLBAR-TRACK-COLOR: #EEEEEE;
	SCROLLBAR-FACE-COLOR: #CCCCCC;
	SCROLLBAR-DARKSHADOW-COLOR: #E1E2E0;
}

@media print {
.oculto {display:none}
}

/* TEXT */
.titulos {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
    color: #a39a72;
}
.sub-titulos {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight:Normal;
    color: #000100;
}
.textos {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000100;
	/*text-align:justify;*/
}
.textos_c {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000100;
	/*text-align:justify;*/
	font-weight: bold;	
}
/* VERDE O COLORADO */
.send_ok {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
    color: #A5BC00;
}
.send_no {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
    color: #FF0000;
}
/* INPUT */
.input { 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #666666; 
	border: 1px #9C9A9C solid; 
	background-color: #ffffff; 
}
/* LINK */
a:link, a:visited, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000100;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #8e9295;
}