@charset "utf-8";
/* CSS Document */



input, select{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
/* CAMPO PAGINA HOME CLICK PESQUISA */

#listaCidades{
	height:20px;
	width:200px;
}

#dadosBusca{
	width:345px;
	height:20px;
}



#pesquisar{
	background-image:url(../imagens/botao.png);
	font-weight:bold;
	width:107px;
	height:40px;
	border:none;
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	background-color:transparent;
}

#setaEsquerda{
	background-image:url(../imagens/setaEsquerda.png);
	background-position:center;
	background-repeat:no-repeat;
	width:28px;
	cursor:pointer;
	height:26px;
	border:none;
	margin-left:-10px;
	background-color:transparent;
}


#setaDireita{
	background-image:url(../imagens/setaDireita.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-right:30px;
	width:28px;
	border:none;
	cursor:pointer;	
	height:26px;
	background-color:transparent;
}

#enviarFaleConosco{
	background-image:url(../imagens/enviar.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-right:30px;
	width:113px;
	border:none;
	cursor:pointer;	
	height:45px;
	background-color:transparent;
}

/* CAMPOS DE FORM */

/* CAMPOS FORM FALE CONOSCO */
.campoPequeno{
	font-family:Tahoma;
	font-size:12px;
	color:#000;
	text-align:justify;
	height:14px;
	width:40px;
}

.campoPequenoCombo{
	font-family:Tahoma;
	font-size:12px;
	color:#000;
	text-align:justify;
	height:20px;
	width:80px;
}

.campoMedio{
	font-family:Tahoma;
	font-size:12px;
	color:#000;
	text-align:justify;
	height:14px;
	width:210px;
}

.campoMedioTelefone{
	font-family:Tahoma;
	font-size:12px;
	color:#000;
	text-align:justify;
	height:14px;
	width:154px;
}

.campoMedioCombo{
	font-family:Tahoma;
	font-size:12px;
	color:#000;
	text-align:justify;
	height:20px;
	width:150px;
}

.campoGrande{
	font-family:Tahoma;
	font-size:12px;
	color:#000;
	text-align:justify;
	height:14px;
	width:360px;
}

.campoGrandeTextArea{
	font-family:Tahoma;
	font-size:12px;
	color:#000;
	text-align:justify;
	width:360px;
}

/* FONTES */
.letraPequena{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}

.letraPequenaBranca{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	cursor:pointer;

}


.letraPequenaBranca:hover{
	font-family:Tahoma, Geneva, sans-serif;
	color:#FF0;
	cursor:pointer;
	font-weight:bold;
}

.letraTituloNoticiasMaior{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	font-weight:bold;
}

.letraTituloNoticias{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	font-weight:bold;
}

.letraTituloPaginaPadrao{
	font-family:"Futura MdCn BT";
	font-size:25px;
	color:#005aab;
	font-weight:500;	
}


.letraNoticias{
	font-family:Tahoma;
	font-size:11px;
	color:#000;
	text-align:justify;
	line-height:150%;
}