/***************** Motor de Busca *****************/
.centroTopo .motorBusca{
	position: absolute;
	z-index: 4;
	width: 540px;
	padding-top: 31px;
	margin-top: 8px;
	margin-left: 3px;
	background: url(img/motorBusca/titulo.gif) no-repeat 5px 0;
}
.centroTopo .motorBusca blockquote{
	float: left;
	padding-left: 18px;
}
.centroTopo .motorBusca div.campo{
	float: left;
	clear: both;
	height: 38px;
}
.centroTopo .motorBusca label{
	display: block;
	padding-bottom: 1px;
	color: #FFF;
	font-size: 110%;
	font-weight: bold;
}
.centroTopo .motorBusca select,
.centroTopo .motorBusca input.text{
	font-size: 90%;
}
.centroTopo .motorBusca input.botao{
	clear: both;
	float: left;
	cursor: pointer;
	width: 88px;
	height: 26px;
	margin-top: 7px;
	border: 1px solid #71a043;
	background: transparent url(img/motorBusca/btn_bg.gif) repeat-x bottom;
}


/************** campo DATA **************/
.centroTopo .motorBusca div.cmpData input.text{
	float: left;
	width: 67px;
}
.centroTopo .motorBusca div.cmpData .calendario{
	cursor: pointer;
	float: left;
	width: 23px;
	height: 18px;
	margin-left: 5px;
	color: #535353;
	font-weight: bold;
	background: #96cf5e url(img/motorBusca/calendario.gif) no-repeat;
}
/**************************************************/