@charset "utf-8";
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.azul {
	color: #00458e;
}
.cinza {
	color: #8c8c8c;
}
.cinza_claro {
	color: 999999;
	font-size: 10px;
}

/* CSS Document */

.lista_menu {
	padding: 0px;
	list-style-image: none;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: right;
}
.formulario_busca {
	height: 15px;
	width: 275px;
	border: 1px solid #00458E;
	font-size: 11px;
	color: #333333;
}
.form_estados {
	font-size: 10px;
	color: #000000;
	background-color: #4997c9;
	height: 18px;
	width: 129px;
	border: 1px solid #FFFFFF;
}

#logo h1 {
	text-indent:-90000em;
	overflow:hidden;
	width:450px;
	height:78px;
	margin: 0px;
	background-image: url(../images/logo.gif);
	}

#tit_ondeencontrar h4 {
	text-indent:-90000em;
	overflow:hidden;
	width:159px;
	height:42px;
	margin: 0px;
	background-image: url(../images/tit_ondeencontrar.gif);
}#tit_produzindosolucoes h4 {
	text-indent:-90000em;
	overflow:hidden;
	width:218px;
	height:42px;
	margin: 0px;
	background-image: url(../images/tit_solucaoes.gif);
}

#tit_solucaoespecifica h4 {
	text-indent:-90000em;
	overflow:hidden;
	width:379px;
	height:40px;
	margin: 0px;
	background-image: url(../images/tit_solucaoespecifica.gif);
}
.branco {
	color: #FFFFFF;
}
.vermelho {
	color: #FF0000;
}



.botao_busca {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #00458E;
	height: 19px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 36px;
}
.cinza_escuro {
	color: #666666;
}
