@CHARSET "ISO-8859-1";


.searchbox{
	width: 300px;
	*height:420px;
	font-family: "Lucida Sans";
	font-size: 11px;
	position: relative;
	overflow: hidden;
	height: 368px;
}

.searchbox span{
	color:black;
}
	
.searchboxbgimg{
	position:absolute;
}


.searchlabel{
	font-weight: bold;
}

.searchbox input{
	color:#585858;
	background: #FFFFFF url(../images/inputBg.gif) no-repeat scroll left top;
	border: 1px solid #AAAAAA;
	margin-top: 2px;
	padding: 2px;
	font-size: 13px;
}

.searchbox select{
	color:#585858;
	font-size: 12px;
}

.searchboxcontent{
	position:relative;
	padding: 25px;
	*padding-top:20px;
	width: 300px;
	*width: 360px;
}

.searchbutton{
	color:#FFFFFF;
	font-weight:bold;
	background: transparent url(../images/right.png) repeat-x scroll left top;
	width: 65px;
	height: 15px;
	cursor:pointer;
	text-align: center;
	font-size: 14px;
	position:relative;
	float:left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	margin-left: 80px;
	margin-top: 10px;
}



.hotel {
	color:black;
	font-size:11px;
}

.hotel0 {
	background-color: #EEEEEE;
}

.hotel1 {
	background-color:#FFFFFF;
}

.hotel_name {
	color:#476A87;
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:0;
	text-transform:uppercase;
}


.hotel img.hotel_photo {

}

.hotel_brief {
   clear: both;
   font-size:11px;
}

.resultadoboton{
	color:white;
	font-size:12px;
	padding:3px;
	font-weight:bold;
	cursor:pointer;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 26px;
	width: 111px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	background-image: url(../images/bkg-bt.png);
}

.hotel_price {
	color:#3333CC;
	font-size:15px;
	font-weight:bold;
	margin:0;
}
.hotel_price sup {
	font-size:11px;
	font-weight:100;
}


.hotel_price_chico {
	color:#333333;
	font-size:10px;
	font-weight:bold;
	text-align:right;
}

.pbotonreservar{
	//text-align:right;
}
.engine{
	font-weight:bold;
	text-align:right;
}

#errorDiv{
	color:red;
	font-weight:bold;
	padding-top:10px;
	text-align:center;
	width:100%;
}

#ayudaDiv{
	color:blue;
	font-weight:bold;
	padding-top:10px;
	text-align:center;
	width:100%;
}

.buscar{

}

.resultadolinktable{

}

table.resultadolinktable td{
	padding-left: 20px;
	color:#e6531d;
	font-size: 12px;
}

.resultadolink{
	font-weight: bold;
	cursor: pointer;
	padding-left: 20px;
	color:#e6531d;
	font-size: 12px;
}

/*#easyTooltip{
	padding:5px 8px;
	border:1px solid #195fa4;
	background:#195fa4 url(../images/bg_descripcion.png) repeat;
	color:#fff;
	width: 410px;
}*/


#easyTooltip{
	font-family:"Lucida Sans";
}

#fila_proveedor {
	border-bottom:1px solid #E5E5E5;
	width:100%;
	text-align:center;
	height: 30px;

}

#fila_proveedor_proveedor {
	float:left;
	font-weight:bold;
	font-size:13px;
}






