﻿/**
 *
 *	Estilos para el listado
 *
 **/ 

/*este estilo es para quitar el subrallado del ancla que se puso en buscAlo.xsl*/
.sinlinea
{
	text-decoration:none;
}


.ListadoAlojamientos .mostrarAlternativas 
{
	background-color:#486FA2;
	border:solid 1px #363F54;	
}

.ListadoAlojamientos .mostrarAlternativas span
{
	color:#FFFFFF;
	display:block;
	margin:12px 20px 16px 12px;
}

.ListadoAlojamientos .mapahotel
{
	width:100%;
	height:200px;
	clear:both;
	float:none;
	margin-top:0px;
	margin-bottom:12px;
}

.ListadoAlojamientos .content
{
	width:100%;
	height:100%;
}


.ListadoAlojamientos .tablaprecios div {
}

.ListadoAlojamientos {
	margin: 15px 0 30px 0;
}


.ListadoAlojamientos div.precioReserva {
	position:absolute;
	bottom:0px;
	right:0px;
}

.ListadoAlojamientos div.precioReservabookalo {
	/*position:absolute;
	bottom:0px;
	right:0px;*/
	float:right;
	margin:0 0 0 5px;
}

.ListadoAlojamientos span.sinPrecio 
{
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	width:98px;
	text-align:left;
	background-image:url(/images/listadoaloja/bg_sinprecio.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:54px;
	
}

.ListadoAlojamientos span.sinPrecio .consulteRestricciones 
{
	cursor:pointer;
	padding:8px;
	display:block;
	color: #4b5776;
}



/*Suplementos y promociones del alojamiento*/


.ListadoAlojamientos .suplementos , .ListadoAlojamientos .suplementosDescuento 
{
	clear:both;
	float:none;
	padding:0px;
	width:478px;
	overflow:hidden;
	height:1%;
}

.ListadoAlojamientos .suplementos p
{
	background: url(/images/listadoAloja/suplemento.gif) no-repeat left center;
	padding-left: 22px;
	clear: left;
	margin:  3px 0 0 0;
	color: #CC0000;
}


.ListadoAlojamientos .suplementosDescuento p , .ListadoAlojamientos table.tablaprecios .promocion 
{
	background: url(/images/listadoAloja/regalo.jpg) no-repeat left center;
	padding-left: 22px;
	clear: left;
	margin:  3px 0 0 0;
	color: #CC0000;
}


.ListadoAlojamientos table.tablaprecios .promocion .titpromo
{
	font-weight:bold;
}



.ListadoAlojamientos .suplementosRestriccion 
{
	background-color:#EADFD5;	
	background-image:url('/images/masterPage/bg_overlib_solicitar.gif');
	background-repeat:no-repeat;
	background-position:97% 5px;
	padding:6px;
	overflow:hidden;
	height:1%;
	margin-top:4px;
	width:468px;
}

.ListadoAlojamientos .suplementosRestriccion p
{
	clear: left;
	margin:  3px 0 0 0;
	color: #333333;
}

.ListadoAlojamientos .suplementosRestriccion p .nombresuple
{
	font-weight:bold;
	display:block;
}

.ListadoAlojamientos .suplementosRestriccion p .descsuple
{
	display:block;
	margin-top:2px;
}


/**/






/*Tabla de precios del listado*/

div.tablaDias {
	margin:4px 1px 0px 1px;
	overflow:hidden;
	padding:10px 1px 1px 1px;
	position:relative;
}



table.tablaprecios {
	width:478px;
	font-size: 11px;
	color: #4B4B4B;
	border-collapse:collapse;
	float:left;
	margin-top:4px;

}

table.tablaprecios td {
	border: solid 1px #586587;
	height: 16px;
	padding:2px;
	padding-left: 5px;
}

table.tablaprecios td.numSemana {
	width:24px;
	vertical-align:bottom;
}

table.tablaprecios td.precios 
{
	width:28px;
	text-align:center;
}

table.tablaprecios td.precios span.precioRojo
{
	color:#CC0000;
}

table.tablaprecios td.regimen {
	font-weight: bold;
	border-style:none;
}

table.tablaprecios td.tipoHabitacion {
}

table.tablaprecios td.tipoHabitacion a
{
	text-decoration:underline;
}


table.tablaprecios td.diasSemana,
table.tablaprecios td.diasSemanaPromedio {
	background: #E0EAFD;
}



/*****/




.mapahoteles 
{
	text-align:left;
	float:left;
	line-height:18px;
}



div.precioReserva {
	margin: 0 0 0 8px;
	text-align: right;
	float:left;
}
	
span.oferta {
	background: url(/images/listadoAloja/regalo.jpg) no-repeat left center;
	padding-left: 18px;
	clear: left;
	margin:  3px 0 0 0;
	color: #CC0000;
}

p.oferta {
	background: url(/images/listadoAloja/regalo.jpg) no-repeat left center;
	padding-left: 18px;
	clear: left;
	color: #CC0000;
	padding-top:4px;
	margin:0;
}



p.suple {
	display: block;
	margin: 1px 0 0 10px;
	clear: left;
	color: #4B4B4B;
	margin-left: 5px;
}

div.info img.foto {
	min-height: 40px;
}



/**
 *
 * =Reserva.aspx
 *
 **/

.suplementosOpc
{
	margin-left:25px;
	margin-top:12px;
}

.suplementosOpc .check 
{
	margin-right:6px;
}

.suplementosOpc .nombre, .suplementosOpc .precio
{
	color:#434D67;
	font-weight:bold;
}

.suplementosOpc .desc
{
	margin:2px 0px 0px 22px;

}

.suplementosOpc .camposA , .suplementosOpc .camposB
{
	margin:2px 0px 0px 22px;
}

.paginaReserva .precioTotal 
{
	background-color:#C7D9FC;
	color:#434D67;
	font-size:12px;
	padding: 4px 12px 4px 14px;
	font-weight:bold;
	height:1%;
	overflow:hidden;
	text-transform:uppercase;
}


	/*no mostramos el precio total en el resumen de las tarifas de la pagina de reserva ya que sino seria repetitivo*/
.paginareserva .tablaDias .precioReserva
{
	display:none;
}

#botonRecalcular
{
	margin-top:14px;
	padding-left:26px;
	margin-bottom:20px;
}


.precioTotal span
{
	float:left;
}
.precioTotal span.precio 
{
	float:right;
}


.peticiones 
{
	margin-top:12px;
}

.peticiones h3
{
	color:#333;
	font-weight:normal;
}

.peticiones textarea
{
	width:550px;
	margin-bottom:12px;
}


.mensajecuna 
{
	margin-lefT:4px;	
}


	/*politica de cancelacion hoteles externos*/
.HabiPolCnxAlojaExt 
{
	color:#434D67;
	margin-top:8px;
	margin-left:12px;
	clear:both;
	display:block;
}

ul.PolCnxAlojaExt 
{
}
	/*Lista Peticiones en hoteles externos*/
.peticiones label
{
	margin:6px 0px 2px 4px;
}

.peticiones input
{
	margin:8px 6px 2px 4px;
}


/**/
.comentarioHotel 
{
	margin-top:8px;
	width:570px;
	text-align:justify;
}


.todoXSL .general .titulo
{
	float: left;
	width:580px;
	padding:2px 10px 2px 10px;
	background-color: #B3CAE9;
	color:#1E4160;
	font-size:12px;
	font-weight:bold;
	font-family: Verdana;	
}

.todoXSL .general .titulo .precioDesde a
{
	float: right;
	color:#FFF;
	font-size:16px;	
	font-weight : bold;
}
