/*** BUSCA ***/
.cities-search {
	background-color:	rgb(255, 255, 255);
	border:				2px solid rgb(122, 156, 211);
	color:				rgb(0, 0, 0);
	position:			absolute;
	width:				175px;
	text-align:			left;
	z-index:			3000;
	max-height:			666px !important;
	overflow:			hidden;
	font-size:			80%;
}

.city-search {
	border:		1px solid rgb(122, 156, 211);
	z-index:	3500;
}

.city-search:hover, .city-search.over {
	background-color:	rgb(84, 142, 142);
	cursor:				pointer;
}

.search-shield {
	display:	block;
	position:	fixed;
	bottom:		0px;
	right:		0px;
	height:		100%;
	width:		100%;
	overflow:	hidden;
	z-index:	2500;
	max-width:	100%;
	display:	none;
}



.search-holder {
	padding-top:	5px;
	color:			#000;
  background-color: #fff;
	height:			35px;
	z-index: 		800;
	border:			1px solid #cdcdcd;
}

.search-holder label {
	margin-left:	150px;
	margin-right:	5px;
	font-size:		80%;
}

.search-holder input {
	height:		20px;
	width:		175px;
	font-size:	80%;
}

.search-holder > div {
	position:	absolute;
}

.search-holder > .search-1 {
	left:	30px;
}

.search-holder > .search-2 {
	right:	30px;
}
