@charset "utf-8";

/* FORMS */
.campoBusca{
	border: 0;
	display:block;
	float: center;
	background: #fff url(bgCampoBusca.gif) no-repeat top center;
	width: 213px;
	height: 30px;
	margin-top: 19px;
	margin-left: 50px;
	vertical-align: middle;
	text-align: center;
	position: relative;
}
.campoBusca .inputText{
	border: 0;
	background: none;
	width: 180px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	color: #006699;
	padding: 5px 4px;
	vertical-align: middle;
}
.inputImg{
	margin: 0;
	vertical-align: middle;
}
fieldset{
	padding: 0 0 0 10px;
	border: 0;
	border-left: 1px solid #ddd;
}
label{
	float: center;
	display: block;
	padding: 6px 5px 5px 0;
	line-height: 18px;
	width: 80px;
	font-weight: none;
	font-size: 1.05em;
	color: #666;
}
.textarea{
	border: 1px solid #999;
	background: #fff url(img/inputBG.png) repeat-x top center;
	width: 261px;
	padding: 5px;
	font-size: 13px;
	line-height: 1.4em;
	color: #666;
	margin: 1px 0 0 1px;
	float: left;
	font-family: Arial, Tahoma, Geneva, sans-serif!important;
}
.textarea:hover, .textarea:focus, .campo:hover, .campo:focus, .select:hover, .select:focus{
	border-color: #06F;
}
.campo, .select{
	border: 1px solid #999;
	background: #fff url(img/inputBG.png) repeat-x top center;
	width: 261px;
	height: 18px;
	padding: 5px;
	font-size: 13px;
	line-height: 18px;
	color: #666;
	margin: 1px 0 0 1px;
	vertical-align: middle;
	float: left;
}
.select{
	width:auto!important;
	padding: 0.4em!important;
	vertical-align: middle;
}
option{
	background: none;
}
.botao{
	border: 1px solid #ddd;
	border-bottom-color: #999!important;
	border-right-color: #999!important;
	background: #ccc;
	width: auto;
	padding: 2px 4px;
	font-size: 13px;
	line-height: 18px;
	color: #666;
	margin: 4px 0 0 0;
	vertical-align: middle;
}
.botao:hover, .botao:focus{
	color: #333;
	border-color: #fff!important;
	border-bottom-color: #666!important;
	border-right-color: #666!important;
}
.checkbox{
	margin: 0 3px 0 0!important;
}
.divisao{
	display: block;
	clear: both;
	width: 100%;
	background: url(img/div2.png) repeat-x center center;
	height: 50px;
}
.outroResultado{
	font-size: 1.4em;
	color: #666;
	padding-bottom:10px;
}
.outroResultado2{
	font-size: 1.4em;
	color: #666;
	padding:10px;
	margin: 30px auto;
	width:600px;
	border: 2px solid #ddd;
}
#bannerRotativo{
	margin: 0 auto;
	width: 500px;
	padding: 0;
}
#bannerRotativo li{
	list-style: none;
	padding: 0;
	margin: 0;
}
.rodape{
	background:#155872;
	padding:10px;
	color: #85BAD1;
	text-align: center;
	border-top: 1px solid #186785;
}
.rodape p{
	line-height: 2em!important;
}
.rodape a, .rodape a:visited{
	color: #fff;	
	padding: 0 0.5em;
}
.rodape a:hover{
	text-decoration: underline;
	color: #9CF;
}

/* =-=-=-=-=-=-=-==-=-=-=-=-=-=-==-=-=-=-=-=-=-==-=-=-=-=-=-=-==-=-=-=-=-=-=-= */