@charset "UTF-8";
/* CSS Document */

/* Estructura Listado Resultados ////////////////////////////////////////////////////////////*/
#Resultados h4{
	margin-top:0px;

}

table{
	border-collapse:collapse;
	width: 587px;
}





a.BotonReservar{
	background-image: url(../img/botones/btn_reservar.png)!important;
	background-image: url(../img/botones/btn_reservar.gif);
	padding:8px;
	background-repeat: no-repeat;
	text-align:right;
	background-position: center center;	
}

tr{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FF5E1F;
}
td {
	font-size:11px;
	padding:6px;
	text-align:left;
	vertical-align:middle;
}
th {
	padding-left: 6px;
	font-size:11px;
	text-align:left;
	text-transform:lowercase;
	vertical-align:middle;
}
th,  .Ordenar{
	background-color:#9F180C;
	color:#FFF;
}

.SeparadorHoteles{
	border-top-width: thick;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-top-style: solid;
	border-top-color: #999;
	margin-bottom:5px;
	margin-top:5px;
}




tbody tr th a:hover  {
	background-image: url(../img/hoteles/ordenar_2.gif);
	text-decoration: none;
	color: #d9a49f;
}

.Ordenar {
	cursor:pointer;
	font-weight:bold;
	line-height:20px;
	padding-right:10px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../img/hoteles/ordenar.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.CajaHotel th{
	padding: 2px;
	padding-left: 7px;
}
.CajaHotel{
	margin-top: 10px;
}

#desde{
	font-size:9px;
	font-weight:lighter;
}

#Listado, #ListadoOfertas{
	margin-top:5px;
}


.SeparadorResultado{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	margin-top:12px;
	
}

.FondoClass{
	background-color:#FFCF00;
}