*{
	padding: 0px;
	margin: 0px;
}
BODY{
	font-family:Helvetica,Verdana;
	color: #555;
	font-size:10px;
}
IMG{
	border: none;
}
INPUT{
	font-size: 12px;
	color: #555;
}
SELECT{
	font-size: 12px;
	color: #555;
}

.peque{
	width: 40px;
}
.medio{
	width: 150px;
}

H1{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
H2{
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}

.contenido{
  	width: 95%;
  	height: auto;
  	margin: 0px auto 0px auto;
  	text-align: center;
  	padding:0px;
}


A, A:link, A:active, A:visited{
	text-decoration: none;
}
A:hover{
	text-decoration: none;
}
div .clear {
	clear: both;
}

.capaBoton{
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.boton{
	cursor: pointer;
	border: 1px solid;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	color: #606060;
}

.titular{
	width: 100%;
	font-family:Helvetica,Verdana;
	color: #9B9B9B;
	font-size:15px;
	font-weight:bold;
	text-align: left;
	border-bottom:2px solid #FFCC00;
	margin: 20px auto 20px auto;
}
.titular2{
	width: 650px;
	font-family:Helvetica,Verdana;
	color: #9B9B9B;
	font-size:12px;
	font-weight:bold;
	text-align: left;
	border-bottom:1px solid #FFCC00;
	margin: 20px auto 0px auto;
}


/*********************************************************
*	BUSCADOR
*********************************************************/

#buscador{
	width: 90%;
	margin: 10px auto 0px auto;
	text-align: center;
}
	#buscador TABLE{
		width: 650px;
		font-size: 10px;
		text-align: left;
		margin: 0px auto 0px auto;
	}
	#buscador TD.bordeInferior{
		border-bottom: 1px solid #FFCC00;
	}


	/* estilos del calendario */
	.tfecha {
		font-family: Verdana;
		font-size: 9px;
		color: #666666;
		background-color: #FFFFFF;
		font-weight: bold;
	}

	#buscador .inputCalendario{
		cursor: pointer;
		width: 80px;
		background: #fff url(images/icono_calendario.png) no-repeat;
		background-position: right;
		padding-left: 3px;
	}
	/* fin estilos del calendario */
	#buscador .soloLectura{
		width: 80px;
		border: 0px;
		font-size: 12px;
		font-family:Helvetica,Verdana;
		padding-top: 2px;
		padding-left: 5px;
		background: transparent;

	}

	#buscador .capaTipoHabitacion{
		width: 650px;
		margin: 20px auto 0px auto;
		border: 1px solid #FFCC00;
	}
	#buscador .etiquetaTipoHabitacion{
		font-weight: bold;
		background: #FFCC00;
		color: #fff;
		font-size: 11px;
		padding: 3px;
		letter-spacing: 2px;
	}
	#buscador .infoCantidadesHabitaciones{
		border: 1px solid #FFCC00;
		font-weight: bold;
		width: 200px;
		height: 100px;
		padding: 10px;
		text-align: justify;
	}
#errorBusqueda{
	background-color: #FCF2BB;
	display:none;
	text-align:center;
	width:650px;
	border: 1px solid #555;
	margin: 0px auto 0px auto;
	padding: 10px;
	color: #ff0000;
	font-size: 12px;
}
	#errorBusqueda A.xCerrar, #errorBusqueda A.xCerrar:active, #errorBusqueda A.xCerrar:link, #errorBusqueda A.xCerrar:visited {
		color: #555;
		font-weight: bold;
		text-decoration: none;
	}
	#errorBusqueda A.xCerrar:hover {
		color: #555;
		font-weight: bold;
		text-decoration: none;
	}



/*********************************************************
*  FORM BUSQUEDA SEGUNDA PARTE
*********************************************************/

.capaForm {
	width:642px;
	margin:auto;
	text-align:left;
	margin-top:20px;
}

.titulo {
	width:100%;
	background:#DEDEDE;
	border: 1px solid #DEDEDE;
	color:#333;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	padding-left:10px;
}

.contenidoForm {
	width:642px;
	background:#FFFFFF;
	border: 1px solid #DEDEDE;
	color:#888;
	font-size:14px;
	text-align:left;
	line-height:35px;
	font-weight:bold;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:30px;
}

#DFentrada {
	margin-top:10px;
}
#DFinicio {
	float:left;
}
#DNoches {
 	float:left;
 	padding-left:15px;
}
#DRegimen {
	float:left;
}
#DCategoria {
	float:left;
	padding-left:15px;
}
.padding {
	padding-left:10px;
	height:35px;
}
.clear {
	clear:both;
}

#contentHB table {
	width:622px;
}

#contentHB th {
	color:#888;
	font-weight:bold;
	font-size:11px;
	padding-left:4px;
	padding-right:4px;
	line-height:16px;
}
#contentHB th.thpeque {
	width:70px;
	border-right:2px solid #ccc;
}
#contentHB th.thpequeSB {
	width:70px;
}

#contentHB tr {
	height:40px;
}
#contentHB td {
	text-align:center;
}
#contentHB td.border {
	border-right:2px solid #ccc;
}

#buscar {
	float:left;
	margin-left:40px;
	width:360px;
}

.buscarButton {
	background:#ccc;
	font-weight:bold;
	font-size:16px;
	cursor:pointer;
	width:280px;
	border: 1px solid #ccc;
}

#limpiar {
	float:left;width:160px;
}

.limpiarButton {
	background:#ccc;
	font-weight:bold;
	font-size:16px;
	cursor:
	pointer;
	width:90px;
	border: 1px solid #ccc;
}

.spanLat {
	font-size:18px; font-weight:bold;
}
/*********************************************************
*	RESULTADOS
*********************************************************/
.tituloFiltros{
	width: 700px;
	margin: 20px auto 0px auto;
	background: #FFCC00;
	color: #555555;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
}
#filtros {
	display: none;
	width: 700px;
	margin: 0px auto 0px auto;
	border: 1px solid #CCCCCC;
}
	#filtros TABLE{
		font-size: 11px;
		color: #555;
	}
	#filtros TD.nombreFiltro{
		background: #FFCC00;
		color: #555555;
		font-weight: bold;
		text-align: center;
	}


#resultados{
	width: 90%;
	margin: 10px auto 0px auto;
	text-align: center;
}
	#resultados .datosBusqueda{
		width: 100%;
		height: 30px;
	   	margin-top: 20px;
		margin-left: 0px;
		font-family: Arial, Helvetica sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-align:center;
		color: #9B9B9B;
	  	background-color: transparent;
		border-top: 1px solid #666;
		border-bottom: 1px solid #666;
	}
	#resultados a, a:active, a:link, a:visited{
		color: #FFCC00;
		font-weight: bold;
		text-decoration: none;
	}
	#resultados a:hover{
		color: #FFCC00;
		font-weight: bold;
		text-decoration: underline;
	}


	#resultados .elemento{
		width: 650px;
		margin: 15px auto 0px auto;
		font-weight: bold;
		text-align: left;
		background: #FFFFFF;
		border: 2px solid #CCCCCC;
	}

	#resultados TABLE{
		font-size: 11px;
		font-family: verdana;
		font-weight: normal;
		background: #FFFFFF;
	}
		#resultados .cabeceraImpar{
			font-weight: bold;
			background: #FFCC00;
			color: #333;
			font-size: 11px;
			padding: 5px;
			border: 1px solid #CCCCCC;
		}
		#resultados .cabeceraPar{
			font-weight: bold;
			background: #CCCCCC;
			color: #333;
			font-size: 11px;
			padding: 5px;
			border: 1px solid #CCCCCC;
		}
		#resultados .cabeceraHover{
			font-weight: bold;
			background: #F5E9BF;
			color: #333;
			font-size: 11px;
			padding: 5px;
			border: 1px solid #CCCCCC;
		}

		#resultados .nombreHotel{
			font-weight: bold;
			color: #333;
			font-size: 14px;
		}
		#resultados .foto{
			background: #656764;
			width: 100px;
			height: 100px;
			text-align: center;
		}
		#resultados .direccionHotel{
			width: 150px;
			text-align: right;
			color: #FFFFFF;
			font-weight: bold;
			background: #999999;
			padding-top: 5px;
			padding-right: 5px;
		}
		#resultados .textoHotel{
			text-align: left;
			width: 100%;
			height: 70px;
			font-weight: normal;
		}
		#resultados .capaLinkMasInfo{
			text-align: right;
			width: 100%;
		}
		#resultados .cabeceraHabitaciones{
			background: #cccccc;
			color: #333;
			font-weight: bold;
			font-size: 11px;
			padding: 3px;
		}
		#resultados .raya{
			width: 95%;
		}
		#resultados INPUT.readonlyPrecio{
			text-align: right;
			background: transparent;
			border: none;
			font-weight: bold;
			color: #555;
			width: 70px;
		}


		#resultados .reservarFondo{
			background: #DEDEDE;
		}
		#resultados .reservarOscuro{
			background: #AAAAAA;
			font-weight: bold;
			color: #FFFFFF;
			padding: 3px;
		}
		#resultados A.linkReserva, A.linkReserva:ACTIVE, A.linkReserva:LINK, A.linkReserva:VISITED{
			color: #FFFFFF;
			font-weight: bold;
			text-decoration: none;
			font-size: 14px;
			letter-spacing: 2px;
		}
		#resultados A.linkReserva:HOVER{
			color: #FFFFFF;
			font-weight: bold;
			text-decoration: none;
			font-size: 14px;
			letter-spacing: 2px;
		}
		#resultados A.linkMasInfo, A.linkMasInfo:ACTIVE, A.linkMasInfo:LINK, A.linkMasInfo:VISITED{
			color: #333;
			font-weight: bold;
			text-decoration: underline;
			font-size: 11px;
		}
		#resultados A.linkMasInfo:HOVER{
			color: #333;
			font-weight: bold;
			text-decoration: underline;
			font-size: 11px;
		}

#paginacion{
	width: 100%;
	margin: 20px auto 0px auto;
	font-weight: bold;
	color: #555;
	font-size: 12px;
}
	#paginacion .paginaActual{
		font-weight: bold;
		color: #000;
		font-size: 11px;
	}
	#paginacion A.linkPagina, A.linkPagina:active, A.linkPagina:link, A.linkPagina:visited{
		font-weight: bold;
		color: #555;
		text-decoration: underline;
		font-size: 11px;
	}
	#paginacion A.linkPagina:hover{
		font-weight: bold;
		color: #000;
		text-decoration: none;
		font-size: 11px;
	}




/*********************************************************
*	RESERVAS
*********************************************************/
#reserva{
	width: 90%;
	margin: 20px auto 0px auto;
	text-align: center;
}
	#reserva TABLE{
		width: 650px;
		margin: 20px auto 0px auto;
		font-size: 11px;
		font-family: verdana;
		text-align: left;
	}
	#capaTarjetas{
		width: 650px;
		margin: 5px auto 0px auto;
		border: 1px solid #ccc;
	}
		#capaTarjetas TABLE{
			width: 600px;
			margin: 2px;
			font-size: 11px;
			font-family: verdana;
		}

	#reserva .bono{
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}

#erroresReserva{
	background-color: #F7E6A4;
	display:none;
	text-align:center;
	width:650px;
	border: 1px solid #555;
	margin: 0px auto 0px auto;
	padding: 10px;
	color: #ff0000;
	font-size: 12px;
}
	#erroresReserva A.xCerrar, #erroresReserva A.xCerrar:active, #erroresReserva A.xCerrar:link, #erroresReserva A.xCerrar:visited {
		color: #555;
		font-weight: bold;
		text-decoration: none;
	}
	#erroresReserva A.xCerrar:hover {
		color: #555;
		font-weight: bold;
		text-decoration: none;
	}


#condiciones{
	width: 95%;
	margin: 20px auto 0px auto;
	font-size: 11px;
	text-align: left;
	padding: 15px;
}
#condiciones H1{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}


/*********************************************************
*	MAS INFO
*********************************************************/
.bodyMasInfo{
	text-align: center;
}
#masInfoHotel{
	width: 600px;
	margin: 20px auto 0px auto;
	text-align: center;
	font-size: 11px;
	border: 1px solid #FFCC00;
}
	#pestanyasD{
		padding: 5px;
		font-size: 11px;
		height: 30px;
		color: #555;
	}
		#pestanyas {
			padding: 3px 0;
			margin-left: 0;
			font-size: 11px;
			font-family: Arial, Verdana, sans-seriff;
			font-weight: bold;
		}
		#pestanyas .pestanyaOn{
			background:#FFCC00;
			text-align: center;
			padding: 5px;
			cursor: pointer;
			border: 1px solid #CCCCCC;
			color: #555;
		}
		#pestanyas .pestanyaOff{
			background:#FFFFFF;
			text-align: center;
			padding: 5px;
			cursor: pointer;
			border: 1px solid #CCCCCC;
			color:#555;
		}
		#pestanyas .pestanyaVacia{
			border-top: 1px solid #ffffff;
			border-right: 1px solid #ffffff;
			border-left: 1px solid #ffffff;
			border-bottom: 1px solid #CCCCCC;
		}

	#datosGenerales {
		width: 98%;
		margin: 20px auto 0px auto;
		color:#9B9B9B;
	}
	#datosGenerales .tablaDatosGenerales{
		color:#9B9B9B;
		font-size: 11px;
	}

	.nombreHotelMasInfo {
		font-size: 14px;
		font-weight: bold;
	}

	#descripcionHotel {
		/*margin-top:15px;
		margin-bottom:15px;*/
		padding: 5px;
		text-align: justify;
		color: #9B9B9B;
	}

	.contenedorImagenes{
		font-size: 11px;
		width: 100%;
		margin-top: 20px;
	}

	.imagenPrincipal
	{
		width: 200px;
		height: 150px;
		border: 3px solid #FFCC00;
	}

	.imagenPrincipal2
	{
		width: 350px;
		height: 300px;
		/*border: 3px solid #FFCC00;*/
	}

	.imagenSecundaria
	{
		width: 100px;
		height: 70px;
		cursor: pointer;
		border: 1px solid #FFCC00;
	}
	.listaMasInfoPunto{
		list-style: square inside;
	}


	#contenedorCondiciones{
		margin-top:15px;
		font-size: 11px;
	}


	.franjaServicios{
		width:550px;
		padding-top:3px;
		background:#FFCC00;
		border: 1px solid #CCCCCC;
		color: #555555; height:20px;
		margin: 0px auto 0px auto;
		font-weight: bold;
		font-size: 14px;
	}

/*********************************************************
*	RECUPERACIONES
*********************************************************/

#recuperacion{
	width: 90%;
	margin: 10px auto 0px auto;
	text-align: center;
}
	#recuperacion TABLE{
		font-size: 14px;
		margin: 40px auto 0px auto;
	}
	#recuperacion TD{
		padding: 5px;
	}
	#recuperacion .buscar{
		font-size: 14px;
		font-weight: bold;
	}

	#recuperacion .listado{
		font-size: 11px;
		margin: 40px auto 0px auto;
		width: 600px;
		border: 2px solid #FFCC00;
	}
	#recuperacion .cabeceraListado{
		padding: 3px;
		font-weight: bold;
		background: #FFCC00;
	}
	#recuperacion .filaPar{
		padding: 5px;
		font-weight: bold;
		background: #ffffff;
		font-weight: normal;
		cursor: pointer;
	}
	#recuperacion .filaImpar{
		padding: 5px;
		font-weight: bold;
		background: #FCF2BB;
		font-weight: normal;
		cursor: pointer;
	}
	#recuperacion .filaMarcada{
		padding: 5px;
		font-weight: bold;
		background: #eee;
		font-weight: normal;
		cursor: pointer;
	}

#datosReserva{
	width: 90%;
	margin: 10px auto 0px auto;
	text-align: left;
}
	#datosReserva TABLE{
		font-size: 11px;
		margin-top: 20px;
	}
	#datosReserva TD{
		padding: 5px;
	}
	#datosReserva .seccionReserva{
		width: 800px;
		background: #FFCC00;
		color: #fff;
		font-weight: bold;
		text-align: left;
		font-size: 14px;
		padding: 2px;
		margin-top: 15px;
	}
	#datosReserva .finPagina{
		width: 800px;
		font-size: 12px;
		font-weight: bold;
	}


#cancelacion{
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	text-align: center;
}





#errorSugerencias{
	background-color: #FCF2BB;
	display:none;
	text-align:center;
	width:650px;
	border: 1px solid #555;
	margin: 0px auto 0px auto;
	padding: 10px;
	color: #ff0000;
	font-size: 12px;
}
	#errorSugerencias A.xCerrar, #errorSugerencias A.xCerrar:active, #errorSugerencias A.xCerrar:link, #errorSugerencias A.xCerrar:visited {
		color: #555;
		font-weight: bold;
		text-decoration: none;
	}
	#errorSugerencias A.xCerrar:hover {
		color: #555;
		font-weight: bold;
		text-decoration: none;
	}

#capaMensajesError{
	width: 500px;
	margin: 50px auto 0px auto;
	border: 2px solid #FCF2BB;
	padding: 30px 10px 30px 10px;
	text-align: center;
	font-size: 12px;
	color: #333;
}
#capaMensajesError .errorXML{
	font-size: 9px;
	color: #AAA;
}


.ofertasYsuplementos{
	text-align: left;
	border: 1px solid #FCF2BB;
	padding: 3px;
	margin-top: 5px;
}
.tituloOfertasYsuplementos{
	font-weight: bold;
	color: #FCF2BB;
}


#capaNoResultados{
	width: 700px;
	margin: 50px auto 0px auto;
	border: 1px solid #FCF2BB;
	padding: 30px;
	text-align: left;
	font-size: 12px;
	color: #333;
}
	#capaNoResultados UL{
		margin-left: 20px;
	}

	#capaNoResultados .tituloNoResultados{
		font-size: 14px;
		font-weight: bold;
		color: #FCF2BB;
		text-align: center;
	}



#capaCambioPrecio{
	width: 650px;
	margin: 20px auto 0px auto;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	color: red;
	border: 1px solid red;
}
.precioCambiado{
	color: red;
	font-weight: bold;
}


#capaRemarks{
	width: 650px;
	margin: 20px auto 0px auto;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	color: #555;
	border: 1px solid #FCF2BB;
}