/* AQUI COMECA O MENU */
.site .conteudo {
	background-color: #fff;
	margin-top: 0px;
	padding-bottom:10px;
}

.site .conteudo .menu {
	width: 712px;
	background:url(../imagens/bg_menu.jpg) top left;
	background-repeat:repeat-x;
	margin:0 0 0 13px;
	padding: 0;
}

.site .conteudo .menu  li{
	height:42px;
	float:left;
	list-style: none;
}

.site .conteudo .menu span{
	display: none;
}

.site .conteudo .menu .botao_home a {
	height:42px;
	width:57px;
	background:url(../imagens/menu_01.gif) top left;
	float:left;
}

.site .conteudo .menu .botao_home a:hover {
	height:42px;
	width:57px;
	background:url(../imagens/menu_01.gif) bottom left;
	float:left;
}

.site .conteudo .menu .botao_quemsomos a {
	height:42px;
	width:103px;
	background:url(../imagens/menu_02.gif) top left;
	float:left;
}

.site .conteudo .menu .botao_quemsomos a:hover {
	height:42px;
	width:103px;
	background:url(../imagens/menu_02.gif) bottom left;
	float:left;
}

.site .conteudo .menu .botao_organicos a {
	height:42px;
	width:149px;
	background:url(../imagens/menu_03.gif) top left;
	float:left;
}

.site .conteudo .menu .botao_organicos a:hover {
	height:42px;
	width:149px;
	background:url(../imagens/menu_03.gif) bottom left;
	float:left;
}

.site .conteudo .menu .botao_noticias  a{
	height:42px;
	width:80px;
	background:url(../imagens/menu_04.gif) top left;
	float:left;
}

.site .conteudo .menu .botao_noticias a:hover {
	height:42px;
	width:80px;
	background:url(../imagens/menu_04.gif) bottom left;
	float:left;
}

.site .conteudo .menu .botao_encontrar a {
	height:42px;
	width:135px;
	background:url(../imagens/menu_05.gif) bottom left;
	float:left;
}

.site .conteudo .menu .botao_encontrar a:hover {
	height:42px;
	width:135px;
	background:url(../imagens/menu_05.gif) bottom left;
	float:left;
}

.site .conteudo .menu .botao_contato a {
	height:42px;
	width:80px;
	background:url(../imagens/menu_06.gif) top left;
	float:left;
}

.site .conteudo .menu .botao_contato a:hover {
	height:42px;
	width:80px;
	background:url(../imagens/menu_06.gif) bottom left;
	float:left;
}

.site .conteudo .menu .botao_mapa a {
	height:42px;
	width:108px;
	background:url(../imagens/menu_07.gif) top left;
	float:left;
}

.site .conteudo .menu .botao_mapa a:hover {
	height:42px;
	width:108px;
	background:url(../imagens/menu_07.gif) bottom left;
	float:left;
}

.site .conteudo .menu .separacao {
	float:left;
}
/* AQUI FIM DO MENU */


/* PAGINAS */
.site .conteudo .home .meio {
	width: 737px;
	height: 110px;
	margin-left:-13px;
	_margin-left: 0px;
	background: url(../imagens/tit_ondeencontrar.jpg) center top no-repeat;
}

.site .conteudo .home .info {
	width:737px;
	background-image:url(../imagens/bg_mato_info.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;

}

.site .conteudo .home .info .noticias {
	width: 712px;
	min-height:962px;
	_height:962px;
	background-color:#E8E9C7;
	background-image:url(../imagens/bg_deg_noticia.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	_margin-left:13px;
}

.site .conteudo .home .info .noticias_int {
	width: 712px;
	background-image:url(../imagens/img_encontrar_tit.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.site .conteudo .home .info .noticias_int .estado_tit {
	width: 712px;
	margin:0 auto;
	padding-top:10px;
	text-align:center;
	font: bold italic 30px Trebuchet MS;
	color: #575800;
	font-weight:bold;
}

.site .conteudo .home .info .noticias .noticias_int .txt .nome_estado {
	font: bold italic 21px Trebuchet MS;
	color: #575800;

}

.site .conteudo .home .info .noticias .txt {
	width:650px;
	padding-top:20px;
	margin-left:24px;
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#323900;
}

.site .conteudo .home .info .noticias .txt .end {
width:300px;
margin-left:10px;
margin-top:10px;
min-height:80px;
_height:80px;
float:left;
}

.site .conteudo .home .info .noticias .txt .end span {
font-weight:bold;
}

.site .conteudo .home .info .noticias .txt .end_1 {
width:325px;
margin-top:20px;
float:left;
}

.site .conteudo .home .info .noticias .txt .end_2 {
width:325px;
margin-top:20px;
float:right;
}

.site .conteudo .home .info .img_final {
	margin-left:-13px;
	_margin-left:0px;
	background: url(../imagens/fim_pg_organico.jpg) top left no-repeat;
	padding-top: 145px;
}
/* AQUI FIM DA HOME */