@charset "utf-8";
/* CSS Document */

img, a{
	border:none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#3c2a1c;
}

.meio {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 900px;
	height: 450px;
	margin-left: -450px;
	margin-top: -225px;
	background:url(images/fundo.jpg)
}

.geral {
	width:900px;
	height:600px;
	border: 0px;
	padding: 0px;
	position: absolute;
	left: 50%;
	margin-top:30px;
	margin-left: -450px;
	background:url(images/bg_geral.jpg);

}
.lat_esq {
	width:200px;
	margin-left: 21px;
	margin-top:10px;
	height:480px;
	float:left;
}
.lat_dir {
	width:650px;
	margin-top:100px;
	margin-right:10px;
	height:390px;
	float:right;
	overflow: auto;
}
.bottom {
	width:900px;
	height:75px;
	margin-top:500px;
	text-align:center;

}
.end {
	width:880px;
	height:10px;
	margin-top:20px;
	padding:10px;
	text-align:center;

}

/*   TEXTOS   */

.text_bottom {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #a78b74;
}

.tit_pag {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #a78b74;
}

.tit {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #a78b74;
}

.tit_002 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #e1d3c8;
}

.text_nrrmal {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #a78b74;
}


/*   LINKS   */

.a_text_bottom:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #B18D56;
	text-decoration:none;
}
.a_text_bottom:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #B18D56;
	text-decoration:none;
}
.a_text_bottom:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #B18D56;
	text-decoration:none;
}
.a_text_bottom:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #B18D56;
	text-decoration:none;
}
.form {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #B18D56;
	border: 1px solid #835A3D;
	background-color: #524439;
}
