/* CSS Document */
*{
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	background:#fff url("../img/bg/bg_home.jpg") repeat-x !important;
}
#headerbusca {
	margin-left:-5px;
	padding-top:13px;
	position:absolute;
	z-index:10;
	width:100%;
	text-align:center;
}
#centro{
	margin:auto;
	width:721px;
	height:45px;
}

#flashome{
	position:absolute;
	top:0;
	z-index:0;
	width:100%;
	min-height:605px;
	height: 100%;
}
#noflashome{
	position:absolute;
	top:0;
	z-index:0;
	width:100%;
	height:100%;
}



.busca{
	width:755px;
	padding-left:320px;
	height:20px;
}



form{
	height:20px;
	width:350px;
	float:left;
}
legend{
	display:none;
	border:1px solid #FFF;
}
form #busque
, form #em{
	color:#084D77;
	font-size:10px;
	margin:0 6px 1px 0;
	float:left;
}
form #emLabel span{
	background:url("../img/bt/em.png") no-repeat left center;
	text-indent:-99em;
	overflow:hidden;
	display:block;
	width:20px;
	height:18px;
	float:left;	
}
form #busque{
	width:142px;
	padding:2px 6px;
}
form #em{
	border:#90AEB7;
	padding-left:5px;
}
form #em option{
	padding:1px 0 1px 6px;
}
form .bt_ok{
	margin-left:-8px;
	background:url("../img/bt/bt_ok.png") no-repeat center center;
	width:18px;
	height:18px;
	text-indent:-99em;
	overflow:hidden;
}
.contatoLista{
	position:relative;
	top:-5px;
	left:139px;
	float:left;
}
.contatoLista li{
	float:left;
	height:25px;
	text-indent:-999em;
	overflow:hidden
}
.contatoLista li a{
	height:25px;
	display:block;
}
.contatoLista #telefonesContato{
	width:139px;
	background:url("../img/bt/telefonesContato.png") no-repeat top left;
}
.contatoLista #faleConosco{
	width:92px;
	background:url("../img/bt/faleConosco.png") no-repeat top left;
}
