@import url("/css/barragov.css");
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #007DC6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#inicial {
	position: relative;
}
#tit_ibge{
	float: right;
	width: 94px;
	height: 24px;
	overflow: hidden;
	display: block;
	text-indent: -999px;
	overflow: hidden;
	background: url("../munic2006/images/ibge.gif") no-repeat top right;
}
#tit_pesquisa {
	padding-left:513px;
	width: 156px;
	height: 40px;
	overflow: hidden;
	display: block;
	text-indent: -999px;
	overflow: hidden;
	background: url("../munic2006/images/pesquisa.gif") no-repeat top right;
}
#tit_perfil{
	position: absolute;
	top: 0;
	left: 0;
	width: 513px;
	height: 60px;
	overflow: hidden;
	display: block;
	text-indent: -999px;
	overflow: hidden;
	background: url("../munic2006/images/perfilmunic.gif") no-repeat top left;
}
#tit_gestao2006 {
	padding-left:513px;
	width: 156px;
	height: 20px;
	overflow: hidden;
	display: block;
	text-indent: -999px;
	overflow: hidden;
	background: url("../munic2006/images/gestao2006.gif") no-repeat top right;
}
#principal {clear: both;}
#lateral {float: left;}
#buscamunicipios, #selecionado {
	width: 180px;
	background-color: #006699;
	color: white;
	margin: 5px;
	padding: 5px;
	font-size: 90%;
}
fieldset {border: none}
legend, #selecionado h4 {
	color: white;
	font-weight: bold;
	font-size: 110%;
}
#resultadobusca {
	width: 180px;
	background-color: #22ACFF;
	color: white;
	margin: 5px;
	padding: 5px;
	font-size: 90%;
}
#resultadobusca h4 {font-size: 110%}
#resultadobusca ul li{
	list-style: none;
	background: url("../munic2006/images/item.gif") no-repeat top left; 
	padding-left: 10px;
}
a {
	text-decoration: none;
	color: black;
}
a.acao {
	font-size: 80%;
	color: white;
}
#temas a {color: white}
a:hover, #temas a:hover {
	color: #fc0;
}
#temas {
	padding: 10px;
	margin-left: 190px;
	color: white;
	font-size: 90%;
	position: relative;
}
#temas h4 {
	color: white;
	font-size: 110%;
}
#temas h3, #selecionado h3 {
	color: #fc0;
	font-size: 120%;
}
#temas ol {
	padding-left: 24px;
	list-style: none;
	color: #C6EAFF;
}
table {
	border: none;
	position: relative;
	top: 10px;
	width:100%;
}
caption {
	text-align:left;
	font-weight:bold;
	color:white;
}
.linha0 td {
	background-color:#C6EAFF;
	border: none;
	padding: 3px;
	color: black;
}
.linha1 td {
	background-color:white;
	padding: 3px;
	color: black;
	border: none;
}
.rodape {
	font-size: 80%;
	color:white;
	border: none;
}
.nivel1 {
	padding-left:0;
	font-size: 100%;
	font-weight:bold;
}
.nivel2 {
	padding-left:15px;
	font-size: 90%;
	font-weight:bold;
}
.nivel3 {
	padding-left:30px;
	font-size: 85%;
	font-weight:normal;
}
.nivel4 {
	padding-left:45px;
	font-size: 80%;
	font-weight:normal;
}
.oculto {visibility:hidden}

