/* Texto */
.txt_index_azul {
	font-family:Verdana;
	font-size:11px;
	color:#033B67;
	text-decoration:none;
}
a.txt_index_azul:hover {
	text-decoration:underline;
}
.txt_azul {
	font-family:Verdana;
	font-size:11px;
	color:#033B67;
}
.txt_index_cinza {
	font-family:Verdana;
	font-size:11px;
	color:#686464;
}
.txt_index_marrom {
	font-family:Verdana;
	font-size:11px;
	color:#4B3E2A;
	line-height: 18px;
	text-decoration:none;
}
.txt_index_marrom2 {
	font-family:Verdana;
	font-size:11px;
	color:#4B3E2A;
	line-height: 18px;
}
.tit_marrom {
	font-family:Verdana;
	font-size:24px;
	color:#685d43;
	line-height:26px;
	font-weight:lighter;
}
a.txt_index_marrom:hover {
	text-decoration:underline;
}
.txt_marrom1 {
	font-family:"tahoma";
	font-size:11px;
	color:#a39d72;
	line-height: 15px;
	text-decoration:none;
}
a.txt_marrom1:hover {
	text-decoration:underline;
}
.input {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #877558;
	border:2px solid #FF0000;
	border-left: solid 0px #ceca95;
	border-right: solid 1px #ceca95;
	border-top: solid 0px #ceca95;
	border-bottom: solid 1px #ceca95;
	background-color: #ebe8c5;
	padding:3px;
	height:23px;
}

.inputUpload { 
	background:#ebe8c5; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#877558;
	padding:4px;
}

/* Alerta */
#divJanela{
	position:absolute;
	top:0;
	left:0;
	z-index:999998;
	width:100%;
	-width:110%;
	height:100%;
	filter: alpha(opacity=25);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
	-moz-opacity: 0.25; opacity:0.25;
	background-color:#000000;
	display: table-cell;
}
#divResultado{
	float:left;
	padding:0px;
	z-index:999999;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-150px;
	margin-top:-220px;
}
.titulo-alerta{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
.texto-alerta{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:center;
}.txtObrigatorio {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}
