/* Mobile Layout: 480px and below. */
.busca_mobile { /* só para páginas listas imóveis */
	float: right;
    clear: right;	
	width: 135px;
	height: 30px;
	padding-left: 10px;
	padding-top: 15px;
	background: #EE1C25 url(select4.png) no-repeat right;
	color: #FFF;
	font-size: 13px;
	cursor: pointer;
}

#busca_select { /* fundo do filtro de busca */
	position: absolute;
	width: 250px;
	padding: 15px;
  	float: right;  	
	background-color: #F2F2F2;
	color: #FFF;
	right: 5%;
  	display: none;
  	margin-top: 50px;
	z-index: 99;!important
}

.campo_select {
	width: 100%;
	height: 45px;
	padding-left: 5%;
	margin-bottom: 5px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	background: #174689 url(select1.png) no-repeat right center;
	overflow: hidden; /* Remove seta padrão do Google */
	-webkit-appearance: none;  /*Remove estilo padrão do Chrome*/
	-moz-appearance: none; /* Remove estilo padrão do FireFox*/
	text-indent: 0.01px; /* Remove seta padrão do FireFox */
	text-overflow: "";  /* Remove seta padrão do FireFox */
	appearance: none;
	border: 0;
}
.box_filtro {width: 250px;}

.campo_filtro {
	width: 250px;
	padding-left: 5px;
	height: 35px;
	border: solid 1px #CCC;
	margin-bottom: 5px;
	color: #868D8E; 
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 15px;
	background: #FFF url(select2.png) no-repeat right;
	overflow: hidden; /* Remove seta padrão do Google */
	-webkit-appearance: none;  /*Remove estilo padrão do Chrome*/
	-moz-appearance: none; /* Remove estilo padrão do FireFox*/
	text-indent: 0.01px; /* Remove seta padrão do FireFox */
	text-overflow: "";  /* Remove seta padrão do FireFox */
	appearance: none;
}

.campo_bairro {
	width: 244px;
	min-height: 27px;
 	padding-top: 8px;
	padding-left: 5px; 
	border: solid 1px #CCC;
	margin-bottom: 5px;
	color: #868D8E; 
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 15px;
	background: #FFF url(select2.png) no-repeat right;
	overflow: hidden; /* Remove seta padrão do Google */
	-webkit-appearance: none;  /*Remove estilo padrão do Chrome*/
	-moz-appearance: none; /* Remove estilo padrão do FireFox*/
	text-indent: 0.01px; /* Remove seta padrão do FireFox */
	text-overflow: "";  /* Remove seta padrão do FireFox */
	appearance: none;
}

.campo_codigo {
	width: 245px;
	height: 30px;
 	padding-top: 5px;
	padding-left: 5px; 
	background: #FFF;
	border: solid 1px #CCC;
	margin-bottom: 5px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #868D8E; 
	font-size: 15px;
}

.bt_busca {
	float: left;
	clear: both;
	width: 250px;
	height: 35px;
	background: #174689;
	transition: background .5s ease;
	border: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #FFF;
	font-size: 18px;
}
.bt_busca:hover {background: #2060BF;}

@media only screen and (min-width: 481px), only screen and (orientation:landscape) {
.busca_mobile {width: 170px;}
}

@media only screen and (min-width: 768px) {
#busca_select {right: 2.5%;} /* fundo do filtro de busca */
}