body {
	background-image: url("../images/bg_page.gif");
	background-color: #fff;
	text-align: center;
	font-family: sans-serif;
	font-size: 11px;
	color: #444;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#bg_img{
	margin-top: 0px;
	background-image: url("../images/bg_img.gif");
	background-repeat: repeat-x;
	padding-top: 5px;
	text-align: center;
}
#topo {
	padding-bottom: 10px;
	text-align:center;
}
#base {
	width:761px;
	background-color:#e9d7bb;
	background-image:url("../images/bg_cont.jpg");
	background-repeat:repeat-x;
	border-left: 3px solid #a49d7f;
	border-right: 3px solid #a49d7f;
	border-bottom: 3px solid #a49d7f;
	padding-bottom: 5px;
	margin: 0 auto;
	overflow: hidden;	
}
.link_cinza_escuro{
	text-decoration: none;
	color: #3b3730;
	font-size: 11px;
	font-weight: bold;	
}
.link_cinza_escuro:hover{
	text-decoration: underline;
}
#rodape {
	text-align: center;
	width: 761px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}
.f_right{
	float: right;
}
.f_left{
	float: left;
}
#boxNews{
	width:242px;
	background-color:#d8c396;
	background-image:url("../images/bg_box_news.jpg");
	background-repeat:repeat-y;
	margin: 0 auto;
	overflow: hidden;
	margin-right: 15px;
	float:left;
}
.contBoxNews{
	color:#333;
	padding-left: 25px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
}
#boxContComun{
	text-align: center;
	color:#333;
	width: 491px;
	margin-right: 10px;
	float: left;
}
.link_cinza_escuro2{
	text-decoration: none;
	color: #3b3730;
}
.link_cinza_escuro2:hover{
	text-decoration: underline;
}
#boxDestaquehome{
	text-align:left;
	width:240px;
	margin-top: 10px;
	overflow: hidden;
	float:left;
}
.foto_box_destaque {
	background-color:#e9d7bb;
	border: 2px solid #a49d7f;
	margin-right: 15px;
	overflow: hidden;	
	float: left;
}
#cx_form{
	margin-bottom: 5px;
}
.form_contato{
	font-size: 12px;
	color: #000;
	font-weight: bold;
	background-color: #fff;
	border: 1px dashed #666;
}
form input:focus, .form_contato form textarea:focus{
	background-color: #f2f2f2;
	border: 1px solid #000;
}
.bt_form{
	font-size: 12px;
	color: #000;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #666;
}
/*--------------------------------------------------*/