@charset "utf-8";

*
{
	margin: 0;
	padding: 0;
}

#tudo
{
	margin: 0 auto;
	width: 760px;
	font-family: arial;
	padding:0;
}

#banner
{
	margin-top: 10px;
}

.linha
{
	float: left;
	width: 760px;
	height: 5px;
	background: #EEE;
	margin: 15px 0;
	overflow: hidden;
	_margin-top: 5px;
}

#barra
{
	float: left;
	width: 760px;
	/*height: 60px;
	background: url('../img/topo_bg_menu.jpg') #EDEDED;*/
	/*border-bottom: 5px solid #EEE;*/
	/*border-bottom: 1px solid #666;*/
	margin: 10px 0 20px 0;
}

#busca
{
	float: right;
	padding: 3px 3px 3px 3px;
	margin-top: 2px;
	font-size: 11px;
	color: #666;
}

#superior
{
	float: left;
	width: /*485*/760px;
	/*height: 60px;*/
	/*margin-left: 10px;*/
	_display: inline;
}

#superior #clima
{
	font-size: 11px;
	color: #666;
	float: left;
	width: 585px;
	margin-top: 15px;
}

#superior #clima .temperatura
{
	font-weight: bold;
	font-size: 20px;
	color: #C00;
}/*

#superior #clima .tempmin
{
	font-size: 11px;
	color:	#69F;
	font-weight: bold;
}

#superior #clima .tempmax
{
	font-size: 11px;
	color:	#F00;
	font-weight: bold;
}
*/

#superior #logo
{
	float: left;
	margin-right: 25px;
}

#superior .tabela
{
	font-size: 10px;
	float: left;
	width: 230px;
	color: #666;
	border-left: 1px solid #EEE;
	padding-left: 10px;
}

#logoH, #logoV
{
	float: right;
}

#logoH img, #logoV img
{
	border: none;
}

#logoV
{
	width: 60px;
}

#edicao
{
	float: right;
	margin-top: 20px;
	width: 60px;
	font-size: 11px;
	text-align: center;
}

#edicao div
{
	float: right;
	margin-right: 5px;
	_display: inline;
	width: 50px;
	border-bottom: 1px solid #CCC;
	line-height: 150%;
}

.botao
{
	margin: 0;
	background: #666;
	height: 24px;
	color: #FFF;
	border: 1px solid #333;
	position: relative;
	top: 1px;
	_top: 0;
}

.botaoBusca
{
	margin: 0;
	background: #999;
	font-size: 10px;
	height: 19px;
	color: #FFF;
	border: 1px solid #999;
	position: relative;
	top: 1px;
	_top: 0;
}

.botaoGde
{
	margin: 0;
	background: url("../img/topo_bg_menu.jpg");
	height: 24px;
	color: #000;
	font-weight: bold;
	border: 1px solid #CCC;
}


.caixa
{
	background: #FFF;
	padding: 2px;
	border: 1px solid #999;
}

h1#titulo
{
	color: #C00;
	margin-top: 25px;
	border-bottom: 1px solid #C00;
	width: 300px;
}

h2#titulo
{
	float: right;
	text-align: right;
	color: #C00;
	margin-top: 45px;
	border-bottom: 1px solid #C00;
	width: 560px;
}


.anuncios
{
	width: 500px;
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
	_display: inline;
}

.anuncios img, img.banner
{
	border: 1px solid #CCC;
}
