﻿@charset "utf-8";

/***
RESET
***/
* { margin: 0px; padding: 0px; text-decoration: none; list-style: none; }
hr { display: none; }
a { outline: none; }
img{ border: none; }
p{ font-size: 12px; }
/***
CLASSES GERAIS
***/
.titulo-um{ font-size: 14px; font-weight: bold; color: #FF6600; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; margin-bottom: 10px;}
.clear_both{	clear: both;	height: 1px;	border: none;	font-size: 1px; }	
body{ margin: 5px 0 10px 0; background-color: #354822;  font-family: Arial, Helvetica, sans-serif;}
div#tudo{ width: 980px;  margin: 0 auto;  background-color: #FFF; }

/***
ALERTA
*****/
#alert{
	height: 25px;
	display: block;
	background-color: #C00;
	text-align: center;
	padding: 5px 0 0 0;
}
#alert p{
	color: white;
	font-weight: bold;
	font-size: 14px;
}


/***
TOPO
****/
div#topo{ width: 980px;	height: 146px;	margin-bottom: 15px; 
background: white url(../imagens/topo.jpg) top left no-repeat scroll; clear: both; }
div#topo h1{ text-indent: -3000px; }
div#topo a{	width: 500px; height: 140px; display: block; }

/***
CORPO DO SITE
****/
#corpo{	padding: 0 10px 10px 10px; }

/***
COLUNA ESQUERDA
****/
#lateral-esquerda{	width: 180px;	float: left; }

/***
CENTRO
****/
#centro{ width: 540px;	margin: 0px 10px 10px 10px; float: left; }

/***
COLUNA DIREITA
****/
#lateral-direita{ width: 220px;	float: left; }

/***
MENU
****/
#menu{ background: #E7EED7 url(../imagens/canto.gif) bottom right no-repeat scroll;
	padding: 5px; padding-bottom: 15px; margin-bottom: 10px; }
#menu a{ display: block; padding: 3px 0 3px 17px; background: url(../imagens/bullet.gif) center left no-repeat scroll;
 border: 1px solid #DDE8C8; font-size: 14px; font-weight: bold; color: #776B44;}
#menu a:hover{ color: #060; }

/***
BUSCA
****/
#busca{ margin-bottom: 10px; }
#busca #campo-busca{ width: 150px; height: 22px; background-color: #FBFAF4; border: 1px solid #E1C6B0; }

/**** 
PESQUISA
******/
div#pesquisa_resultados a{ color: #9C0;  font-size: 12px; margin-bottom: 5px; }
div#pesquisa_resultados a:hover{ color: #F90; text-decoration: underline; }
.resultado-box{ width: 300px; float: left; margin-right: 10px; }

/***
RODAPE
****/
div#rodape{	text-align: center; margin: 10px;}
div#rodape p{	font-size: 12px;	color: #E7F7DF;	text-align: center;}
div#rodape p#infinity{	float: right;	width: 100px;	height: 23px;	font-size: 10px;
	margin-top: -30px;	background:  #FFF url(../imagens/infinity.jpg) top left no-repeat scroll;}
div#rodape p#infinity a{ color: #F90; width: 100px;	height: 23px; display: block;}

/***
FERRAMENTAS
***/
.red_butaum{ height: 25px; border: 1px solid #D3E0B6; font-size: 14px; font-weight: bold;
color: #776B44; background-color: #E7EED7; margin-left: 14px; }
#cotacoes{ height: 70px;	overflow: hidden; margin-bottom: 10px; }
#cotacoes *{ font-size: 10px !important; }
#previsao-tempo{ margin-bottom: 10px } #previsao-tempo p{ font-size: 12px; }
#menuzim{ padding: 0 5px 5px 5px; color: #CCC; }
#menuzim a{	font-size: 12px;	color: #666; }
#menuzim a:hover{	color: #F90;	text-decoration: underline;}
