@charset "iso-8859-1";
/* CSS Document */
/* Gerais */
html {
	height:100%;
}
body {
	margin:0px;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3f3f3f;/*#2e4e74;*/
	background:url(img/background.png)
}
div, p, h1, h2, h3, ul, img{
	padding:0;
	margin:0;
	border:0;
}
h1 {
	font-size:16px;
	color: #3f3f3f;/*#2e4e74;*/
}
h2 {
	font-size:10px;
}
h3 {
	font-size:12px;
	font-weight:bold;
}
a:link {
	color: #3f3f3f;/*#2e4e74;*/
	text-decoration: none;
}
a:visited {
	color: #3f3f3f;/*#2e4e74;*/
	text-decoration: none;
}
a:hover {
	color: #7a7a7a;/*#4e6f92;*/
	text-decoration: none;
}
a:active {
	color: #3f3f3f;/*#2e4e74;*/
	text-decoration: none;
}	
#cabecalho{
	width:100%;
	height:39px;
	background-color:#545454;
}
#texto_cabecalho{
	width:452px;
	height:24px;
	float:right;
	padding:10px 10px 5px 0;
	color:#FFF; 
}
#geral {
	width:900px;
	margin:auto;
	background:url(img/back_tela.png) right no-repeat;
	padding-top:20px;

	}
#logo {
	padding:30px 0px 10px 100px;
	float: left;
}
#meio {
	width:100%;
	height:431px;
	padding-top:20px;
	background:url(img/meio.png) bottom no-repeat;
	clear:both;		
}
#texto {
	width:655px;
	height:310px;
	padding:70px 15px 25px 125px;
}
#col_direita {
	width:313px;
	float:right;
	height:205px;
	margin:30px 0px 5px 0px;	
	padding: 5px 0px 0px 17px;
	border-left:1px dotted #3f3f3f;/*#2e4e74;*/
}
#col_esquerda {
	width:318px;
	height:205px;
	margin:30px 0px 5px 0px;
	padding-left:5px;
	float:right;
}
.campo {
	width: 297px;
	height:33px;
	background:#FFF;
	color: #3f3f3f;/*#2c4c72;*/
	border:#d3d9e0 solid 1px;
	font-size:16px;
	padding: 2px 0px 2px 5px;
}
.campo_senha {
	width: 297px;
	height:33px;
	background:#FFF;
	color: #3f3f3f;/*#2c4c72;*/
	border:#d3d9e0 solid 1px;
	font-size:16px;
	padding: 2px 0px 2px 5px;
}
#botao_acesso {
	width: 70px;
	height:18px;
	float:right;
	margin:5px 12px 0 0;
	background: url(img/bt_acesso.png) no-repeat;
	display:block;
	border:none;
}
/*
#area_visitante {
        width: 208px;
	height:18px;
	padding:20px 22px 0px 0px;
	float:right;
	clear:both;
}
*/
#botao_visitante {
        width: 149px;
	height:18px;
	float:right;
	background: url(img/bt_visitante.png) no-repeat;
	margin:20px 12px 0 0;
	display:block;
	border:none;
}
#esqueceu {
	width: 210px;
	height:43px;
	padding:10px 5px 0px 0px;
	float:left;
}
.texto_erro {
	text-align:left;
	color:#F00; 
}