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

body { margin:0 }

* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	text-decoration:none;
}

a { color:#000000 }

img { border:none }

#geral { 
	width:980px;
	margin:0 auto;
	position: relative;
}

#popup {
	position: absolute;
	top: 250px;
	left: 300px;
	z-index: 10000;
}

#popupclose {
	display: none;
	position: absolute;
	top: 215px;
	left: 605px;
	cursor: pointer;
}

.pontilhado {
	margin-bottom:5px;
	height:15px;
	background:url(../imagens_2009/ponto.gif) bottom left repeat-x;
	clear:both;
	padding-top: 10px;
}

.linha { clear:both }

#site { width:980px }

/* TOPO */

#cabecalho {
	width:980px;
}


/* TWITTER */

.twitter {
	float:right;
	margin-right:10px;
	height:20px;
}


/* NEWS E LOGIN */
#cadastro {
	clear:both;
	margin:5px 0;
	line-height:17px;
	height:20px;
}

#login { float:left }

#login input {
	margin-right:5px;
	border:1px solid;
	width:100px;
	float:left;
}

#news { float:right }

#news .titulo { 
	float:left;
	margin-right:25px;
	font-weight:bold;
}

#news .label {
	float:left;
	width:40px;
}

#news form { float:left }

#news input {
	margin-right:5px;
	border:1px solid;
	width:150px;
	float:left;
}
/* FIM DO NEWS E LOGIN */

/* TOPO */
#topo {
	margin-bottom:5px;
	clear:both;
}

#logo {
	width:148px;
	margin-right:5px;
	float:left;
}

#ola {
	height:16px;
	background-color:#006600;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-indent:10px;
	line-height:16px;
	color:#FFFFFF;
	clear:both;
}
/* FIM DO TOPO */
#barrabusca {
	height:70px;
	background-color:#F2F2F2;
	clear:both;
	margin-bottom:10px;
}

#guia {
	width:370px;
	height:70px;
	margin-right:5px;
	float:left;
}

#guia h1 {
	margin:5px 0;
	font-size:11px;
	text-align:center;
}

#guia .guia_linha {
	height:22px;
	line-height:17px;
}

#guia .label { width:75px }

#guia select {
	height:17px;
	border:1px solid;
	float:left;
}
#guia select.municipio { width:228px }
#guia select.segmento { 
	width:195px;
	margin-right:5px;
}

#botoes_busca {
	width:603px;
	height:73px;
	float:left;
}

#botoes {
	width:518px;
	height:31px;
	margin:0 0 4px 87px;
}

#botoes .botao {
	width:128px;
	height:31px;
	line-height:31px;
	margin-right:2px;
	background:url(../imagens_2009/fundo.png) no-repeat;
	text-align:center;
	float:left;
}

#botoes .botao a { 
	color:#CC9900;
	font-size:13px;
	font-weight:normal;
}

#buscas {
	width:575px;
	height:20px;
	padding:9px 0 0 25px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

#busca {
	width:300px;
	height:inherit;
	line-height:17px;
	margin-right:20px;
	float:left;
}

#busca form .label,
#municipio form .label { 
	float:left;
	margin-right:5px;
	font-size:11px;
}

#busca form .ok {
	float:left;
	width:28px !important;
	height:17px !important;
	border:0 !important;
}

#busca input {
	width:215px;
	border:1px solid;
	float:left;
	margin-right:5px;
}

#municipio {
	width:250px;
	height:20px;
	line-height:20px;
	float:left;
}

#municipio select {
	width:170px;
	height:17px;
	border:1px solid;
	float:left
}

/* MENU */
#menu {
	width:185px;
	margin-right:5px;
	float:left;
}

#menu h1 {
	color:#D4D0C8;
	margin:5px 0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:18px;
}

#menu h1 a {
	color:#D4D0C8;
}

#menu ul {
	font-size:12px;
	font-weight:bold;
	list-style:none;
	margin: 0;
	padding: 0;
}

#menu ul a {
	color:#CC9900;
	font-size:13px;
	line-height:18px;
}

#menu ul a.todas {
	color:#D4D0C8;
}
/* FIM DO MENU */

/* CONTEUDO */
#conteudo {
	width:790px;
	float:left;
}

#conteudo h1 {
	font-weight:bold;
	font-size:16px;
	color:#CC9900;
	clear:both;
}

#titulo {
	height:30px;
	line-height:30px;
	font-size:20px;
	font-weight:bold;
	color:#CC9900;
	margin-bottom: 10px;
}

#rodape {
	height:20px;
	line-height:20px;
	text-align:center;
	margin:10px 0 10px 0;
	clear:both;
}

iframe body { margin:0 }
