@import url("estilos_formularios.css");
/* CSS Document */
#topo{
	position:relative;
	width:776px;
	background-color:#eee;
	margin:0 auto;
	padding:0;
}
#logo{
	float:left;
	height:100px;
	margin:10px 0 4px 5px;
}
html>body #logo{
	margin:10px 0 4px 10px;
}
#full_banner{
	position:absolute;
	float:right;
	width:468px;
	height:60px;
	top:22px;
	left:300px;
}
div#busca_div{
	background-color:#333;
	height:22px;
	vertical-align:middle;
	padding:3px;
}
#topo ul{
	margin:0;
	padding:0;
	list-style:none;
}
#topo ul li{
	float:left;
	margin-left:4px;
}
#topo ul li.detalhe_vermelho{
	margin:0;
	width:164px;
	height:20px;
	background-color:#F00;
}
.detalhe_bege,.detalhe_laranja,.detalhe_azul{
	width:146px;
	height:20px;
}
.detalhe_bege{
	background-color:#B8995F;
}
.detalhe_laranja{
	background-color:#FF9900;
}
.detalhe_azul{
	background-color:#ACC2CA;
}
.detalhe_marrom{
	width:157px;
	background-color:#C28152;
	color:#C28152;
}
#linhas{
	clear:both;
}
#linha_cinza{
	clear:both;
	height:21px;
	background-image:url(images/linhaCinza.gif);
}