/* Jquery Select Box */
body{
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0px;
}
#hotel-browser{
	margin:0px;
	padding:0px;
}

div#hotel-browser { 
	background:transparent;
	padding:20px 20px 20px 20px;
	color:#fff;
}
	
.btn_ing{
	border:0px;
	background:url(../images/search_hlp.jpg) no-repeat;
	width:89px;
	height:27px;
	margin-left:122px;
	cursor:pointer;
}
.btn_esp{
	border:0px;
	background:url(../images/buscar_hlp.jpg) no-repeat;
	width:116px;
	height:27px;
	margin-left:95px;
	cursor:pointer;
}

.select { width:215px; font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;color:#757474; }