@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	min-width:100%;
}

#tudo{
	width: 100%;
	min-width: 990px;
	position: relative;
	z-index: 0;
	top: 268px;
}
img{
	border:0;
}
#topo{
	width:100%;
	min-width:990px;
	position:fixed;
	background:url(imgs/fundo_topo.png);
	z-index:1;
}
#topo1{
	width:990px;
	margin:0 auto;
	overflow:hidden;
}
#logo_midia{
	width:500px;
	height:225px;
	float:left;
	position:relative;
}
#noticias{
	width:350px;
	height:200px;
	float:right;
	margin-right:15px;
	overflow:hidden;
	position:relative;
}
#barra_menu{
	width:100%;	
	min-width:990px;
	height:44px;
	background-image:url(imgs/barra_menu.png);
}
/*#fundo_verde{
	width:100%;	
	min-width:990px;
	height:150px;
	background-image:url(imgs/fd_dourado.png);
}*/
/*#espaco_utilitarios{
	width:741px;
	height:150px;
	margin:0 auto;
}*/
#utilitarios_topo{
	width:247px;
	height:140px;
	float:left;
}	
#textura1{
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-image:url(imgs/textura1.png);
	background-repeat: no-repeat;
}
#textura2{
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-image:url(imgs/textura2.png);
	background-repeat: no-repeat;
}
#conteudo_site{
	width: 990px;
	height: 500px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#divisoriaConteudo {
	position: relative;
	width: 100%;
	height: 20px;
	background-color:#000;
}
#conteudo_central{
	width:990px;
	margin:0 auto;
	height:250px;
}
#conteudos{
	width:990px;
	height:250px;
	float:left;
}
#utilitarios_home{
	width:230px;
	height:250px;
	padding-top:10px;
	float:left;
}
.botao{
	background-color:#ebca98;
	color:#735b1f;
	border:1px solid #cba97b;
	border-radius: 5px;
	padding: 5px;
	cursor:pointer;
	box-shadow: 0px 0px 3px #789a80;
}
#mapa{
	width:990px;
	height:150px;
}
#rodape{
	width:100%;
	height:35px;
	position:relative;
	margin:0 auto;
	background-color:#101010;
}
