* {
	margin:0;
	padding:0;
	border:0;
}

input,select,textarea{
    outline:none;
}

a img {
	opacity:1;
	filter:alpha(opacity=100);
	filter: “alpha(opacity=100)”;
}
a:hover img {
	opacity:.80;
	filter:alpha(opacity=80);
	filter: “alpha(opacity=80)”;
}

body {
	font:13px arial, verdana, Helvetica, sans-serif;
	line-height:17px;
	color:#757f8e;
	background-color:#fff;
}

a {
	text-decoration:none;
	cursor:pointer;
}

ul {
	list-style-type:none;
}

span.some {
	display:none;
}


#barra_gov {
	width:100%;
	height:28px;
	background-color:#00500f;
}
#barra_gov_esq {
	background:url(../imagens/barra_gov_verde_esq.gif) repeat-x;
	height:28px;
	float:left;
	width:50%;
}
#barra_gov_centro {
	background:url(../imagens/barra_gov_verde.gif) no-repeat;
	width:940px;
	margin-left:-470px;
	left:50%;
	position:absolute;
	height:28px;
}
#barra_gov_centro a {
	display:block;
	float:right;
	width:110px;
	height:28px;
}

#geral {
	width:940px;
	margin:0 auto;
	height:100%;
}

#barra_ibge {
	clear:both;
	width:940px;
	height:48px;	
}
#barra_ibge_logo {
	width:420px;
	float:left;
}
#barra_ibge_logo a {
	background:url(../imagens/barra_ibge_logo.gif) no-repeat;
	width:130px;
	height:48px;
	display:block;
}

#barra_ibge_busca {
	background:url(../imagens/barra_ibge_busca.gif) no-repeat;
	width:380px;
	height:25px;
	float:right;
	margin-top:8px;
	font-size:18px;
	padding:8px 0 0 13px;
}
#barra_ibge_busca div.search {
	width:380px;
	float:left;
}
#barra_ibge_busca input.inputbox {
	width:290px;
	color:#757f8e;
	font-size:18px;
	margin-top:-5px;

}
#barra_ibge_busca input.button {
	float:right;
	width:70px;
	height:25px;
	margin-top:-5px;
	background-color:transparent;
	cursor:pointer;
}

#barra_canal {
	clear:both;
	background:url(../imagens/barra_canal_bg.gif) repeat-x;
	width:940px;
	height:70px;
	color:#8795ad;
}
#barra_canal_logo a {
	background:url(../imagens/barra_canal_logo.png) no-repeat;
	width:386px;
	height:70px;
	float:left;
	display:block;
}
#barra_canal_definicao {
	background:url(../imagens/barra_canal_separador.gif) no-repeat;
	width:468px;
	height:54px;
	float:right;
	margin-top:10px;
	padding:0 40px 0 10px;
	line-height:16px;
}

#barra_imagem {
	clear:both;
	background:url(../imagens/imagem_principal.jpg) no-repeat;
	width:940px;
	height:80px;
}

/***** MENU *****/
#barra_menu {
	width:940px;
	height:25px;
	background-color:#aeaeae;	
	font-size:17px;
}
#barra_menu ul {
	margin-left:14px;
}
#barra_menu ul li a {
	float:left;
	padding:3px 8px;
	border-left:1px solid #fff;
	display:block;
	color:#fff;
}
#barra_menu ul li a:hover {
	background-color:#c4c4c4;
}
#barra_menu ul li.menu_inicio a {
	background:url(../imagens/ico_inicio.gif) no-repeat;
	display:block;
	height:19px;
	width:18px;
	border-left:transparent;
}
#barra_menu ul li.menu_inicio a:hover {
	background:url(../imagens/ico_inicio_on.gif) no-repeat;
}
#barra_menu ul li.menu_ultimo a {
	border-right:0;
}
/***** FIM DO MENU *****/

/***** CONTEÚDO *****/
#conteudo {
	clear:both;
	width:940px;
	background-color:#f1f1f1;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	padding-bottom:30px;
}

#conteudo_miolo {
	float:right;
	width:700px;	
	margin:30px 0 0 30px;
}

#conteudo_miolo.miolo_home {
	width:800px;
	float:none;
	margin:20px auto;
}

#conteudo_miolo ul li {
	font-size:11px;
	font-weight:bold;
	line-height:12px;
}

#conteudo_miolo ol li {
	font-size:11px;
	font-weight:bold;
	line-height:12px;
}

#conteudo_miolo a {		
	--background-color:#dedede;
	padding:0 0px;
	font-weight:bold;
	color:#A86E05;
}
#conteudo_miolo a:hover {
	background-color:#dedede;
}
#conteudo_miolo h1 {
	color:#b58f66;
	font-size:25px;
	line-height:25px;
}


#conteudo_miolo h2 {
	font-size:16px;
	margin:10px 0;
	color:#8a9ab8;
	font-weight:bold;
}

#conteudo_miolo h3 {
	font-size:12px;
	line-height:18px;
	text-align:center;
}

#conteudo_miolo p {
	margin-top:10px;
	margin-bottom:20px;
	clear:both;
	text-align:left;
}

#conteudo_miolo span.legenda {
	font-weight:bold;
	font-size:11px;
	color:#757f8e;
}

#botao a {
	display:block;
	width:150px;
	height:40px;
	float:right;
	margin-top:20px;
}
p.separador {
	background:url(../imagens/separador.gif);
	height:1px;
	width:620px;
}

span.laranja {
	 color:#ea824b;
}

/***** FIM DO CONTEÚDO *****/


/***** RODAPÉ *****/
#rodape {
	background-image:url(../imagens/rodape.gif);
	clear:both;
	width:925px;
	height:27px;
	font-weight:bold;
	padding:8px 0 0 15px;
	margin-bottom:40px;
}
/***** FIM DO RODAPÉ *****/

li {
	color: #a86e05;
}
/******* MAPA *********** - - - */
#iframeMapa{
	border:#666 solid 1px;
	margin-top:10px;
}