* {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	padding: 0;
	margin: 0;
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	color: #365475;
	background:url(../img/bg-site.jpg) top center no-repeat;
}

a{
	color:#125aa8;
	text-decoration:none;
}
a:hover{
	color:#000;
}

h1{
	color:#000;
	font-size:21px;
}

#titulos{
	width:700px;
	height:45px;
	float:left;
	background:url(../img/bg-titulos.gif) no-repeat;
	text-align:right;
	padding:15px 30px 0px 0px;
}

#conteudo{
	width:690px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	background:url(../img/bg-conteudo.gif) repeat-y left;
}
#conteudo2{
	width:715px;
	float:left;
	padding-left:250px;
}

#geral {
  width: 980px;
  margin: 0 auto;
  padding:0;
}

#topo{
	width: 980px;
	height:230px;
	float:left;
}

#lateral{
	width:250px;
	float:left;
}

#lateral-newsletter{
	width:215px;
	height:135px;
	float:left;
	background:url(../img/bg-newsletter.jpg) no-repeat;
	padding:50px 10px 0px 25px;
}

#lateral-taxas-e-cotacoes{
	width:240px;
	height:120px;
	float:left;
	background:url(../img/bg-taxas-e-cotacoes.jpg) no-repeat;
	padding:50px 0 0 10px;
}

#lateral-mais-buscados{
	width:270px;
	height:400px;
	float:left;
	background:url(../img/bg-mais-buscados.gif) no-repeat;
	padding:80px 25px 0px 25px;
	text-align:center;
	margin-top:30px;
}
.peq{
	font-size:11px;
	color:#7ba9dc;
	padding:15px 15px 15px 15px;
	float:left;
}
.med{
	font-size:14px;
	color:#08376a;
	padding:15px 10px 20px 10px;
	float:left;
}
.gra{
	font-size:20px;
	color:#004da0;
	padding:0px 10px;
	float:left;
}

.txt-destaque{
	font-size:16px;
	color:#bf1919;
}

.links-home{
	padding-left:90px;
}

#servicos-home{
	width:730px;
	height:185px;
	float:left;
}

#box1-home{
	width:410px;
	height:435px;
	float:left;
	margin-top:30px;
}
#empresa-home{
	width:410px;
	height:195px;
	float:left;
	background:url(../img/bg-home-empresa.gif) no-repeat center;
}
#empresa-home p{
	margin-left:35px;
}

#noticias-home{
	width:410px;
	height:270px;
	float:left;
	background:url(../img/bg-home-noticias.gif) no-repeat center;
}
#noticias-home-cont{
	padding-left:30px;
	line-height:20px;
}

#utilitarios-home{
	width:320px;
	float:left;
}
#utilitarios-home-cont{
	width:250px;
	float:left;
}

.listas{
	padding-left:10px;
	line-height:20px;
}

#rodape{
	width:100%;
	height:100px;
	margin-top:20px;
	float:left;
	background:url(../img/bg-rodape.jpg) repeat-x;
}
#rodape-cont{
	width:980px;
	height:100px;
	text-align:right;
	color:#fff;
	font-size:10px;
}
#rodape-cont a{
	color:#fff;
	padding:0px 15px 0px 15px;
	font-size:11px;
}#rodape-cont a:hover{
	text-decoration:underline;
}

/*   FORMULÁRIOS   /////////////////////	*/


.formulario{
	text-align:left;
}

.formulario select{
	background:#fff;
	color:#036;
	border:1px solid #ddd;
	height:20px;
	font-size:11px;
	width:165px;
}

.formulario radio{
	border:none;
}

.formulario input{
	background:#fff;
	color:#036;
	border:1px solid #ddd;
	height:17px;
	font-size:11px;
}
.formulario input:hover{
	background:#e4eef9;
}

.formulario textarea{
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	color:#1d4b94;
	border:1px solid #ddd;
	font-size:11px;
}

.formulario .bt{
	background:#08376a;
	color:#fff;
	height:20px;
	font-size:11px;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.formulario .bt:hover{
	background:#396da5;
}

.formulario #resultado{
    margin: 8px 30px 5px 0; 
    padding: 4px 2px 4px 8px; 
    border: 1px solid #ccc; 
    color: #333; 
    display:none;
}

