/* CSS Document */
.esconder {
	visibility:hidden;
	width:0;
}
.conteudo{
	top:1px;
	height:auto;
	width:600;
}
.titulo_cons {
	font-family: Tahoma;
	font-weight: bold;
}
.label_cons {font-family: Tahoma;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}	
.label_cons:hover {
	text-decoration: none;
	color:#000000;	
}
.label_cons:link {
	text-decoration: none;
		color:#000000;
}
.label_cons:visited {
	text-decoration: none;
	color:#000000;
}
.label_subtitulo {font-family: Tahoma;
	font-size:13px;
	color:#003399;
	font-weight: bold;	
	text-decoration:none;
}
.label_subtitulo:hover {
	text-decoration: none;
}
.label_subtitulo:link {
	text-decoration: none;
}
.campo_op_cons {
	color:#ffffff;
	background-color:#ffffff;
	border: #ffffff 0px solid;
}	
.campo_ob_cons {
	color:#ffffff;
	background-color:#ffffff;	
	border:#ffffff 0px solid;
}