#site {
	left: 50%;
	width: 778px;
	height: 760px;
	margin-left: -390px;
	position: absolute;
	font-family: Tahoma;
	font-size: 12pt;
}
#site a {
	color: #000;
	text-decoration: none;
}
#site a:hover {
	text-decoration: underline;
}
#site br {
	clear: left;
}
#google-ads {
	float: left;
	width: 778px;
	height: 95px;
	text-align: center;
}
#menu-topo {
	width: 778px;
	height: 34px;
	background-repeat: no-repeat;
	background-image: url('../img/topo-esquerdo.jpg');
}

#margem-esquerda {
	float: left;
	height: 34px;
	width: 250px;		
}
#a-cidade {
	float: left;
	width: 80px;
	height: 34px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url('../img/a-cidade.jpg');
}
#classificados {
	float: left;
	width: 106px;
	height: 34px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url('../img/classificados.jpg');
}
#menu-topo-direita {
	float: left;
	width: 342px;
	height: 34px;
	background-repeat: no-repeat;
	background-image: url('../img/topo-direito.jpg');
}
#banner {
	float: left;
	width: 778px;
	height: 126px;
	background-repeat: no-repeat;
	background-image: url('../img/banner.jpg');
}
#link-portal {
	float: left;
	width: 300px;
	height: 126px;
	cursor: pointer;
	margin-right: 160px;	
}
#pesquisa {
	float: left;
	padding-top: 45px;
}
#pesquisa input {
	font-size: 8pt;
	border: 1px solid #768A04;	
}
#conteudo {
	float: left;
	width: 778px;
	height: 330px;
	background-color: #FFF;
	border-left: 1px solid #C4D94A;
	border-right: 1px solid #C4D94A;
}
#barra-navegacao {
	float: left;
	width: 778px;
	height: 137px;
	background-repeat: no-repeat;
	background-image: url('../img/barra-navegacao.jpg');
}
#entreterimento {
	float: left;
	width: 114px;
	height: 110px;
	margin-top: 11px;
	padding-left: 15px;
	margin-right: 130px;
	/*border: 1px solid black;*/
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url('../img/entreterimento.gif');
}
#tecnologia {
	float: left;
	width: 114px;
	height: 110px;
	margin-top: 11px;
	margin-right: 270px;
	padding-left: 10px;
	/*border: 1px solid black;*/
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url('../img/tecnologia.gif');	
}
#pagseguro {
	float: left;
	width: 114px;
	height: 110px;
	margin-top: 15px;
	padding-left: 10px;
}
#menu-inferior {
	float: left;
	width: 776px;
	height: 55px;
	font-size: 8pt;
	border-top: 0px;
	padding-top: 10px;
	text-align: center;
	border: 1px solid #C4D94A;
	background-repeat: no-repeat;
}
#menu-inferior a {
	color: #768A04;
}
#texto-espaco {
	padding: 10px;
}
#texto-espaco p {
	padding: 10px;
	text-align: justify;
}
.fundo-verde {
	background-color: #C4D94A;;
}
#texto {
	float: left;
	font-size: 10pt;	
}
#texto h3 {
	margin: 0px;
}
.lista-duas-colunas {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.lista-duas-colunas li {
	width: 40%;
	float: left;
	margin: 10px;
	display: inline;
	padding-left: 15px;
	color: #627303;
	font-weight: bold;
	background-repeat: no-repeat;
	background-image: url('../img/lista.gif');
}
.lista-duas-colunas li blockquote {
	margin: 0px;
	font-size: 8pt;
	font-weight: normal;	
}
.lista-sem-bullet {
	list-style-type: none;
}
#lista-sites {
	float: left;
	width: 458px;
	height: 330px;
	background-color: #C4D94A;
}
#lista-sites h5 {
	margin: 5px;
	border-bottom: 3px black double;
}
#noticias {
	float: right;
	padding: 0px;
	width: 316px;	
	height: 330px;
	background-color: #FFF;
}
#noticias h5 {
	margin: 5px;
	color: #FF9700;
	border-bottom: 3px #FF9700 double;
}
#noticias ul {
	margin: 0px;
	padding-left: 5px;
}
#noticias li {
	list-style-type: none;
	padding-bottom: 5px;
}
#noticias a {
	color: #627303;
}
#consulta {
	color: #768A04
}
.rolagem {
	height: 330px;
	overflow-y: auto;
}
.form-padrao label {
	width: 100px;
}
.form-padrao *
{
	float: left;
}
.form-padrao br {
	clear: left;
}
textarea {
	font-family: Tahoma;
	font-size: 12pt;
}
#pagina-erro-bd {
	background-color: #FFF;
	padding: 100px;
}