/* Estilos de tags por defecto */
h1,
h2,
h3 {
	margin: 0;
}

/*el h1 se utiliza para títulos de página (nombre de hotel, nombre de contenido, etc.) */

h1 {
	font-size: 22px;
} 


h2 {
	font-size: 18px;
} 

h3 {
	font-size: 11px;
}

body {
	margin: 0;
	padding: 0;
	background: url(../images/fondo_web.jpg) top repeat-x;
	font: normal normal normal 11px Arial;
	height: 100%;
}

input {
	border: solid 1px #999999;
	font-size: 11px;
	margin: 0px 2px 0px 2px;
}

input[type="checkbox"], input[type="radio"] {
	vertical-align:middle;
	border-style:none;
}

select 
{
	border: solid 1px #999999;
	font-size: 11px;
}

textarea 
{
	border: solid 1px #999999;
	font-family:Arial;
	font-size:11px;
}

a {
	text-decoration: underline;
	color:#135296;
}

img 
{
	border-style:none;
}


div 
{

}


/**
*
* =LayOut (Estructura principal de la pagina)
*
**/
#pagina {
	width: 970px;
	margin: 0 auto;
}

#pagina #cabecera {
	background-image: url(../images/fondo_pagina.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
	height:295px;
	position:relative;
}

#pagina #cabecera #cambioIdioma
{
    margin:25px 0 0 33px; 
}

#pagina #cabecera #cambioIdioma_on {
	background-image: url(../images/btn_idioma_on.png);
	background-repeat: no-repeat;
	height:21px;
	width:50px;
	padding-top:7px;
	margin-bottom:10px;
	text-align: center;
}

#pagina #cabecera #cambioIdioma_off {
	background-image: url(../images/btn_idioma_off.png);
	background-repeat: no-repeat;
    height:21px;
	width:50px;
	padding-top:7px;
	margin-bottom:10px;
	text-align: center;
}

#pagina #cabecera #cambioIdioma_on a, #pagina #cabecera #cambioIdioma_off a 
{
    color: #FFFFFF;
    font-size:10px;
}
 
#pagina #cabecera #inicio 
{
    margin:114px 0 0 100px;
    _margin:114px 0 0 50px;
    background-image: url(../images/btn_home.gif);
	background-repeat: no-repeat;
	padding-top:3px;
    height:20px;
	width:95px;
	float:left;
} 

#pagina #cabecera #inicio a
{
	padding:0 25px 0 35px;
	color: #FFFFFF;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
}

#pagina #cabecera #flashCabecera 
{
	float:left;
    width:800px;
	height:210px;
    left:85px;
	bottom:234px; 
    overflow:hidden;
    z-index:100;
    position:relative;
}

#pagina #cabecera #logoCabecera 
{
	width:174px;
	height:100px;
    overflow:visible;
    position:absolute;
    left:190px;
	top:10px; 
    background-color:white;
    z-index:1000;
}

#pagina #cabecera #logoCabecera #logo
{
	background-image: url(../images/logo_web.gif);
	background-repeat: no-repeat;
    width:174px;
	height:100px;
}

#pagina #cabecera #opciones {
	font-size:12px;
	color:#FFFFFF;
	padding: 20px 100px 0 0;
	text-align: right;
}


#pagina #cabecera #opciones a {
	color:#FFFFFF;
}

#pagina #cabecera #contenedorMenu {
	overflow: hidden;
	height: 1%;
	cleaR:both;
	margin-top:9px;
	
}

#pagina #cabecera #cambioIdioma a:link, #cambioIdioma a:hover, #cambioIdioma a:visited, #cambioIdioma a:active {
	color:#DADDE7;
	text-decoration:none;
}

#pagina #cabecera #loginCabecera 
{
	margin:114px 110px 0 0; 
	_margin:114px 60px 0 0; 
    float:right;
}

#pagina  #contenido {
	overflow: hidden;
	height: 1%;
	min-height:600px;
	background-color:#FFFFFF;
	width:800px;
	margin: 0 auto;
}


#pagina  #contenido  #izquierda {
	float: left;
	padding:0;
	width:180px;	
	overflow: visible;
	height:100%;
	/*
	background-image:url(/images/masterPage/bg_cuerpo_iz.gif);
	background-repeat:repeat-x;
    */
}

#pagina  #contenido  #centro {
	float: left;
	padding:0 0 0 13px;
	width: 607px;
	min-height:100%;
	background-color:#FFFFFF;
	/*
	background-image:url(/images/masterPage/bg_cuerpo_der.gif);
	background-repeat:repeat-x;
	background-position:top;
    */
	_width: 605px;
	_padding:0 0 0 11px;
	_min-height:600px;
    _height:auto !important;
}

#pagina  #contenido  #derecha 
{
	/*
	background-image:url(/images/masterPage/bg_cuerpo_der.gif);
	background-position:top;
	background-repeat:repeat-x;
    */
	padding-top:16px;
	display:none;
}

#pie {
	background-color:#E0EFF8;
	height: 172px;
	width:100%;
	margin: 30px 0 6px 0;
	clear:both;
}

#pie #pagPie {
	height: 100%;
	width:800px;
	margin: 0 auto;
	clear:both;
	color:#333333;
}

#pie #pagPie div.izquierda {
	float:left;
	padding-top:10px;
}

#pie #pagPie div.izquierda div {
	padding: 2px 10px;
}

#pie #pagPie div.derecha {
	float:right;
	padding:15px 0;
	font-size:10px;
}

#pie #pagPie div.derecha div.imagenes{
    float:left;
    border-left:solid 1px #CCCCCC;
    padding-left:10px;
}

#pie #pagPie div.derecha div.imagenes span
{
    float:left;
    margin-bottom:10px;
}
    
#pie #pagPie a {
	text-decoration: none;
	font-size:11px;
}

#pie #pagPie a:hover {
	text-decoration: underline;
}

#pie #pagPie ul {
	float:none;
	overflow: hidden;
	height:1%;
	margin:0;
	padding:0;
	color:#135296;
	font-weight:bold;
}

#pie #pagPie ul li {
	border-right:solid 2px #135296;
	float:left;
	list-style-type:none;
	padding: 0 8px 0 8px;
}

#pie #pagPie ul li.ultimo {
	border-right:none;
}



/** LayOut para la home y homes de producto**/

#pagina  #contenido.Home #izquierda {
	float: left;
	width: 250px;
	padding:0;
	overflow: visible;
}

#pagina  #contenido.Home #centro {
	float: left;
	width: 527px;
	min-height:100%;
	padding:0 0 30px 23px;
	_width: 500px;
    _padding:0 0 30px 19px;
}

#pagina  #contenido.Home #centro .columna1 {
	float: left;
	width: 314px;
}

#pagina  #contenido.Home #centro .columna2 {
	float: left;
	margin-left: 8px;
	width: 174px;
	height: 1%;
}

#pagina  #contenido.Home #derecha {
	float: left;
	width: 172px;
	padding: 16px 0 0 16px;
	_padding: 16px 0 0 13px;
	display:block;
	min-height:100%;
}

#pagina  #contenido.Cuerpo #izquierda {
	display:none;
}

#pagina  #contenido.Cuerpo #centro {
	width: 800px;
	min-height:100%;
	padding:0 0 30px 0;
}

#paginapopup {
	background-image:url(/images/masterPage/bg_cuerpo_der.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

#paginapopup #contenido
{
	margin:16px;
	overflow:visible;
	height:1%;
}






/**
*
	Mensajes filtrando y Sin Resultados
*
**/


#MsjFiltrando 
{
	z-index: 1000;
	position: absolute;
	float: left;
	top:40%; 
	left:34%;
}

 .sinResultados
{
	clear:both;
	background-color:#E0EFF8;
	padding:30px;
	margin-top:12px;
	color:#135296;
	font-weight:bold;
}

.noMostrar {
	display: none;
}


#BuscandoProducto {
	color: #004F9F;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin-top: 50px;
	width: 100%;
}

#buscando
{
	position:absolute;
	top:50%;
	left:50%;
	width:700px; 
	height:225px;
	margin-left:-350px;
	margin-top:-115px;
}


/*mensaje espera y noBack*/
div.mensaje_espera{
	font-family:Arial;
	font-size:12px;
	color:#434D67;
	background-image:url(../images/mensaje_espera.jpg);
	background-repeat:no-repeat;
	margin:200px 0px 0px 125px;
	color:#434D67;
	font-family:Arial;
	font-size:12px;
	height:140px;
	width:390px;
}

div.mensaje_espera span{
	padding:58px 0px 0px 36px;
	display:block;
}


div.mensaje_noback
{
	border:solid 1px #434D67;
	width:500px;
	margin:100px auto;
	overflow:hidden;
	height:1%;
}

div.mensaje_noback span 
{
	color:#434D67;
	display:block;
	padding:18px 14px 14px 14px;
	line-height:15px;
	text-align:justify;
}

div.mensaje_noback a
{
	float:right;
	margin-right:20px;
	margin-bottom:4px;
	display:block;
	font-weight:bold;
}

/**
*
	Titular principal de paginas
*
**/


.paginatitulo 
{
    color:#A61E57;
	font-size:12px;
	font-weight:normal;
	padding-bottom:3px;
	padding-left:15px;
	border-bottom:solid 1px #A61E57;
	margin-bottom:10px;
	overflow:hidden;
	height:1%;
}

.paginatitulo .iz
{
	float:left;
}

.paginatitulo .der 
{
	float:right;
}

.paginatitulo .nombre 
{
	float:left;
}

.paginatitulo .zona 
{
	float:left;
	margin-left:10px;
}

.paginatitulo .fechas 
{
	margin-left:20px;	
	float:left;
}

.NewSearch 
{
    float:right;    
}

.NewSearch .nuevabusquedaIzq {
	background: url('/images/buscador/btn_newsearch_izq.jpg') no-repeat top right;
	padding:0;
	float:right;
	height:27px;
	width:26px;
}

.NewSearch .volverListadoIzq {
	background: url('/images/buscador/btn_atras_izq.gif') no-repeat top right;
	padding:0;
	float:right;
	height:27px;
	width:26px;
}

.NewSearch .nuevabusqueda, .NewSearch .volverListado{
	color: #FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding:5px 10px 0 0;
	background: url('/images/buscador/btn_newsearch.jpg') no-repeat top right;
	text-decoration:none;
	float:right;
	height:27px;
}


.paginatitulo h1 {
	font-size:18px;
}

.seccionsubtitulo {
	font-size:11px;
	padding:2px 0 2px 0;
}



/* Estilos especificos (ya sean clases o ids) */


div#resultado {
	width: 607px;
	_width: 605px;
	min-height: 455px;
}


div.info img.foto {
	min-height: 40px;
}


h2.titulo {
	color: #434D67;
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	overflow: hidden;
	height: 1%;
}

.bloque {
	display: block;
}

.error {

}


/*Botones*/

.boton {
	overflow:hidden;
	height: 1%;
}

div.botonTexto {
    overflow: hidden;
    height: 1%;
}

div.botonTexto input {
    margin: 0;
}

div.botonTexto div {
    color: #434D67;
    float: left;
    margin-bottom: 10px;
	  min-height:18px;
    background-color: #DDE4F0;
    width: 146px;
    font-weight: bold;
    padding: 2px 0 0 3px;
}

.boton .botonOkCen {
	background: url(/images/buscador/btn_buscador.jpg) no-repeat;
	margin: 0;
	line-height: 20px;
	text-decoration:none;
	padding: 0 0 3px 25px;
	border: none;
	height: 29px;
	width:94px;
	_width:94px;
	float: left;
	color: #fff;
	cursor:pointer;
	text-align:left;
	font-size:14px;
	font-weight: bold;
	display:block;
}

.botonOkDer {
	display:none;
	float:left;
}

.boton .botonContinuar {
	background: #E0EFF8 url(/images/reserva/btn_contiuarreserva.gif) no-repeat;
	background-position: right center;
	margin: 0;
	text-decoration:none;
	padding: 0 25px 3px 0;
	border: none;
	height: 26px;
	width:185px;
	float: left;
	color: #BF2265;
	cursor:pointer;
	text-align:center;
	display:block;
	text-transform:uppercase;
}

.boton .botonCancelar {
	background: #E0EFF8 url(/images/reserva/btn_cancelarreserva.gif) no-repeat;
	background-position: right center;
	margin: 0;
	text-decoration:none;
	padding: 0 25px 3px 0;
	border: none;
	height: 26px;
	width:185px;
	float: left;
	color: #BF2265;
	cursor:pointer;
	text-align:center;
	display:block;
	text-transform:uppercase;
}

.boton .botonImprimir {
	background: #E0EFF8 url(/images/reserva/btn_imprimereserva.gif) no-repeat;
	background-position: right center;
	margin: 0;
	text-decoration:none;
	padding: 0 25px 3px 0;
	border: none;
	height: 26px;
	width:185px;
	float: left;
	color: #BF2265;
	cursor:pointer;
	text-align:center;
	display:block;
	text-transform:uppercase;
}

.botonReservar .botonOkCen {
	background-color:#135296;
	border: none;
	width:88px;
	text-decoration: none;
	text-transform:uppercase;
	margin: 5px 0;
	padding: 1px 0;
	float: left;
	color: #fff;
	cursor:pointer;
	text-align:center;
	font-size:10px;

}

.botonSolicitar .botonOkCen {
	background-color:#990000;
	border: none;
	width:88px;
	height:15px;
	text-decoration: none;
	text-transform:uppercase;
	margin: 5px 0;
	padding: 1px 0 0 0;
	float: left;
	color: #fff;
	cursor:pointer;
	text-align:center;
	font-size:10px;

}

.botonEnviar {
	background-color:#0080CC;
	margin-top: 10px;
	padding-bottom:3px;
	border: none;
	height: 16px;
	min-width:52px;
	float: right;
	color: #fff;
	cursor:pointer;
	text-align:center;
	font-size:11px;
	text-decoration: none;
	text-transform:uppercase;
}

div.botones {
	position: relative;
	margin:  18px 0 24px 12%;
	overflow: hidden;
	height: 1%;
}


div.botonesReserva {
	position: relative;
	margin:  5px 0 24px 33%;
	overflow: hidden;
	height: 1%;
}

div.botones div.boton , div.botones div.botonTexto, div.botonesReserva div.boton
{
	position: relative;
	margin-right: 16px;
	overflow: hidden;
	height: 1%;
	float:left;
}

div.botonesReserva div.boton
{
    clear:both;
    margin-top:15px;    
}

.botonReservar, .botonSolicitar 
{
    clear:both;
}
 

/* Seccion de cajas (divs con informacion dentro) */

.titcaja 
{
	color:#A61E57;
	font-size:18px;
	font-weight:normal;
	padding-bottom:3px;
	padding-left:15px;
	border-bottom:solid 1px #A61E57;
}

.caja {
	background-color: #fff;
	list-style: none;
	padding: 10px 17px 10px 17px;
	margin: 0 0 14px 0;
	overflow: hidden;
	height: 1%;
}

.caja li {
	color: #4C5876;
	font: normal normal bold 11px Arial;
	margin: 0 19px 0 2px;
	border-bottom: dotted 2px #7D8AAC;
	padding: 10px 0 2px 0;
}

.caja .imagenDescripcion 
{
    /*
	background: url(/images/sobre_boletin.jpg) no-repeat left;
	*/
	margin-bottom:6px;
}

.caja .inputBoton 
{
    border:solid 1px #135296;
    background-color:#B6E2FC;
	display:block;
	width:100%;
	margin:0;
}

.caja .texto, .caja h3 {
	color: #4C5876;
}

.caja .destacado {
	font-weight: bold;
}



/* Buscador Generico */

.busGen .buscadorCabecera 
{
    background:transparent url(/images/buscador/fondo_buscadorhome_top.gif);
	background-repeat:no-repeat;
	color:#135296;
	display:block;
	font-weight:bold;
	clear:both;
	overflow:hidden;
	width:527px;
	height:33px;
}

.busGen .buscadorCabecera  span {
	color:#135296;
	display:block;
	float:left;
	font-size:14px;
	font-weight:bold;
	padding:10px 0 0 20px;
}

.busGen .buscadorContenido 
{
	clear:both;
	background-image:url(/images/buscador/fondo_buscadorhome_cent.gif);
	background-repeat:repeat-y;
	padding:12px 0 0 35px;
	width:492px;
	height:1%;
	overflow:hidden;
	color:#135296;
}


.busGen .buscadorPie 
{
    clear:both;
	background:transparent url(/images/buscador/fondo_buscadorhome_bot.gif);
	background-repeat:no-repeat;
	width:527px;
	height:33px;
	margin-bottom:12px;
}

.busGen label , .busGen div.label {
	float:left;
	overflow: hidden;
	height: 1%;
	color:#135296;
}

.busGen label span, .busGen div.label span {
    display:block;
	color:#135296;
}





/* Seccion para los filtros laterales de los buscadores */


.FiltroListado 
{
}

.FiltroListado .cabecera {
	background-image:url(/images/filtro/fondo_ajax_top.gif);
	background-repeat:no-repeat;
	margin: 0;
	padding:15px 0 0 8px;
	overflow: hidden;
	height: 94px;
	width:172px;
}

.FiltroListado .cabecera span{
	color: #FFFFFF;
	font-weight: bold;
	float:left;
	line-height:14px;
}

.FiltroListado .cabecera span.titulo{
	font-size: 14px;
	margin-bottom:7px;
	display:block;
}

.FiltroListado .cabecera span.texto{
	font-weight: normal;
	font-size: 12px;
	clear:both;
	width:80px;
}

.FiltroListado .cabecera span.des{
	width:90px;
}

.FiltroListado .contenido {
	padding: 10px 0 0 7px;
	background: #E0EFF8 url('/images/filtro/fondo_ajax.jpg') top repeat-x;
	min-height: 711px;
	width:173px;
	padding-bottom:32768px;
	margin-bottom:-32768px;
}

.FiltroListado  #ResMostrados {
	font-weight: normal;
}

.FiltroListado #ResMostradosFiltro {
	font-weight: normal;
}

.FiltroListado h3 {
	margin:3px 0;
	color:#135296;
}


.FiltroListado label , .FiltroListado .label
{
	margin-top:8px;
	width:168px;
	clear:both;
	display:block;
	height:1%;
	overflow:hidden;
}


.FiltroListado  span.tit 
{
	color:#135296;
	display:block;
	clear:both;
	font-weight:bold;
}

.FiltroListado .paginacionProducto 
{
  margin-top:6px;
}

.FiltroListado select#lAloja_orden,
.FiltroListado select#subzonas 
{
    width:165px;
}

.FiltroListado .FilCategorias input
{
	margin-right:4px;
}

.FiltroListado .FilCategorias br
{
	font-size:1px;
	margin:0px;
}

.FiltroListado .FilCategorias label
{
	margin-top:3px;
}

.FiltroListadoSup 
{
	height:1%;
	overflow:hidden;
	clear:both;
	float:left;
}

.FiltroListadoSup label
{
	float:left;
	margin-left:20px;	
}

.FiltroListadoSup .atencion {
	background-image: url(/images/reserva/icn_atencion.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #135296;
	border: none;
	margin: 0;
	padding: 0px 0px 3px 25px;
	clear: left;
	float:left;
	height:1%;
	width:400px;
	overflow:hidden;
}

div#resultado .atencion {
	background-image: url(/images/reserva/icn_atencion.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #135296;
	border: none;
	margin: 0 0 20px 0;
	padding: 0px 0px 3px 25px;
	clear: left;
	float:left;
	line-height:20px;
	height:20px;
	width:400px;
}

.FilNombreProducto input
{
	width:96%;
}

.FilBuscar .boton .botonOkCen {
	background: url(/images/filtro/btn_filtro.gif) no-repeat;
	background-position: right top;
	line-height: 18px;
	text-decoration:none;
	margin: 0 5px 0 0;
	padding: 0 0 3px 18px;
	border: none;
	height: 18px;
	width:83px;
	float:right;
	color: #fff;
	cursor:pointer;
	display:block;
	font-size:11px;
    font-weight:normal;
	text-transform:uppercase;
}

.FilBuscar .boton span
{
	clear:none;
	display:inherit;
}

.FiltroListadoInf  .paginacionInf
{
    width:168px;
    float:left;
    /*margin:auto;*/
}


.filtroSuperior .paginacionProducto 
{
  margin:20px auto 0 auto;
  width:168px;
}

div#goTop
{
    background-image:url(/images/filtro/btn_subir.gif);
    color:#FFFFFF;
    width:68px;
    height:16px;
    cursor:pointer;
    vertical-align:middle;
    text-decoration:none;
    text-transform:uppercase;
    float:right;
    margin-top:10px;
    padding-left:20px;
    
}

/*fin de Filtros*/






/*Formato estadndar de los listados de resultados de producto*/

.ListadoProducto {
	margin: 0 0 30px 0;
}


.ListadoProducto .botonOkCen
{
 	min-width: 64px;
}

.ListadoProducto div.producto
{
 	margin: 20px 0;
}

.ListadoProducto div.precioReserva 
{
	overflow:visible;
}

.ListadoProducto div.precioReserva  .textoPrecio {
	float:right;
	margin-right:2px;
}

.ListadoProducto div.precioReserva .textoPrecio span.precioTotal {
	color: #135296;
	font-weight: bold;
}

.ListadoProducto div.precioReserva .textoPrecio span.precioTotalRQ {
	color: #990000;
	font-weight: bold;
}

.ListadoProducto div.precioReserva .textoPrecio .precioTotalTachado 
{
	color: #0B3269;
	text-decoration:line-through;
	display:block;
	text-align:left;
}

.ListadoProducto .precioTotalTachado 
{
	text-decoration:line-through;
	display:block;
	text-align:left;
}


.ListadoProducto .boton , .ListadoProducto .botonSolicitar {
	clear:both;
	overflow:visible;
}


.ListadoProducto a.cambiarbusqueda {
	font-weight: bold;
	text-transform: lowercase;
	max-width: 240px;
	color: #00AAAA;
	display:block;
	clear:both;
	margin-top:6px;
}


.BuscandoProductosListado {
	color: #004F9F;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin-top: 50px;
	width: 100%;
}


/* Formato estandar del inforesultado de un producto (titulo seccion, datos) */

div.producto {
	margin: 6px 0;
	overflow:hidden;
}

div.producto div.titulo 
{
	color:#135296;	
	overflow:hidden;
	font-weight:bold;
	padding:0 0 3px 3px;
	height:1%;
	border-bottom:solid 1px #0080CC;
}


div.producto div.titulo a {
	margin: 0 10px;
	float:left;
}

div.producto div.titulo a {
	margin: 0 10px;
	float:left;
	font-weight:normal;
}

div.producto div.titulo img {
	margin: 0 10px;
	float:left;
}

div.producto .subtitulo {
	color: #990000;
	font-weight: bold;
	margin: 10px 0 4px 11px;
}

div.producto .subtitulo2
{
	color:#666666;	
	overflow:hidden;
	font-weight:bold;
	height:1%;
}


div.producto div.titulo span.precio 
{
	float:right;
	padding-right:5px;
}

div.producto div.titulo span.nombre 
{
	max-width:230px; /*utilizamos este valor para darle un ancho maximo en los listados y asi no se monte encima del precio*/
	text-transform: uppercase;
	float:left;
	_width:230px;
}

div.producto div.titulo span.categoria
{
	float:left;
}



div.producto div.titulo span.nombrelargo 
{
	text-transform: uppercase;
	float:left;
}


div.producto div.info {
	margin: 4px 0;
	overflow:hidden;
	padding:1px;
}

div.producto div.info .foto {
	float:left;
}

div.producto div.info span.nombrelargo 
{
	text-transform: uppercase;
	font-weight:bold;
	float:left;
	color:#135296;
}

div.producto div.info .desc {
	float:left;
	color:#333333;
	margin-left:10px;
	width:488px;
}

div.producto div.info .desc .destino
{
    clear:both;
	float:left;
}

div.producto .fechas
{
	color:#135296;
	float:right;
}


div.producto div.info .desc p
{
	padding-top:8px;
	margin:0px;
	clear:both;
}


div.producto .oferta
{
	display:block;
	float:none;
	margin-top:4px;
}

div.producto  .mapahotel
{
	width:100%;
	height:200px;
	clear:both;
	float:none;
	margin-top:0px;
	margin-bottom:12px;
}



/* Paginas de reserva*/


.paginareserva textarea {
	padding: 3px;
	border: 1px solid #999999;
	width: 515px;
	height: 50px;
}

.paginareserva span#botonRecalcular {
	margin-left: 25px;
}


.paginareserva .seccion  {
	margin-bottom:12px;
	margin-top:12px;
}
	
.paginareserva .seccion .titulo {
	background-image: url(/images/reserva/icn_titulos.gif);
	background-repeat: no-repeat;
	background-position: 0.5% center;
	color: #BF2265;
	border: none;
	margin: 20px 0px 0px 0px;
	font-weight: bold;
	font-family: Arial;
	font-size: 11px;
	padding: 0px 0px 3px 15px;
	border-bottom: solid 1px #BF2265;
	clear: left;
}

.paginareserva .seccion .tituloPolCancel {
	background-image: url(/images/reserva/icn_atencion.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #BF2265;
	border: none;
	margin: 14px 0px 0px 15px;
	font-weight: bold;
	font-family: Arial;
	font-size: 11px;
	padding: 0px 0px 3px 25px;
	clear: left;
	text-transform:uppercase;
}

.paginareserva .seccion .infoPolCancel 
{
    margin: 10px 0px 0px 15px;
    color: #BF2265;
	   
}


.paginareserva .seccion  .titulo a {
	color: #434D67;
	font-weight: bold;
	text-transform:none;
	margin-bottom:2px;
	
}

	
.paginareserva .seccion  .titulo .texto {
	color: #434D67;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	text-transform:none;
}



.paginareserva .seccion  .titulo .imagen {
	background: url(/images/flecha_abajo.jpg) no-repeat right;
	display: block;
	float: left;
	padding: 10px 0 0 10px;
	width: 29px;
	height: 14px;
}


.paginareserva .seccion  .titulo span.precio
{
	float:right;
}

.paginareserva .seccion .subtitulo {
	color:#A61E57;
	font-size:18px;
	font-weight:normal;
	padding-bottom:3px;
	padding-left:15px;
	border-bottom:solid 1px #A61E57;
}


.paginareserva .seccion .info {
	color:#333333;
	margin-top:6px;
	margin-left:15px;
}

.paginaErrorNoEncontrado .titulo {
	background-image: url(/images/reserva/icn_titulos.gif);
	background-repeat: no-repeat;
	background-position: 0.5% center;
	color: #BF2265;
	border: none;
	margin: 20px 0px 0px 0px;
	font-weight: bold;
	font-family: Arial;
	font-size: 11px;
	padding: 0px 0px 3px 15px;
	border-bottom: solid 1px #BF2265;
	clear: left;
}

/** Tabla de precios resumen **/

table.tablapreciosreserva 
{
	border-collapse:collapse;
	width:592px;
	background-color:#E0EFF8;
}

table.tablapreciosreserva td 
{
	padding:3px;
}

table.tablapreciosreserva tr.titulos td 
{
	padding:3px;
	color:#135296;
	font-weight:bold;
}

table.tablapreciosreserva td.desc
{
	width:350px;
	line-height:18px;
}

table.tablapreciosreserva td.descproducto
{
	line-height:18px;
}

table.tablapreciosreserva td.desc .nombre
{
}

table.tablapreciosreserva td.desc .datos
{
	margin-left:6px;
}

table.tablapreciosreserva td.precios, table.tablapreciosreserva tr.titulos td.precios
{
	border-left:solid 1px #135296;
	text-align:right;
	margin-right:6px;
	vertical-align:bottom;
	color:#135296;
	width:100px;
}

table.tablapreciosreserva td.cantidad, table.tablapreciosreserva tr.titulos td.cantidad
{
	border-left:0;
	text-align:right;
	margin-right:6px;
	vertical-align:bottom;
	color:#135296;
}

table.tablapreciosreserva td.cantidad
{
	width:80px;
}


table.tablapreciosreserva td.precios 
{
	width:100px;
}



.precioSubTotalReserva
{
	background-color:#E0EAFD;	
	text-transform:uppercase;
	font-size:12px;
	color:#434D67;
	padding-top:3px;
	padding-bottom:2px;
	overflow:hidden;
	height:1%;
	font-weight:bold;
	margin-top:12px;
	width:200px;
	margin-left:400px;
}

.precioSubTotalReserva span
{
	float:left;
	margin-left:6px;
}

.precioSubTotalReserva span.precioReserva
{
	float:right;
	margin-right:6px;
}



.precioTotalReserva
{
	background-color:#135296;	
	text-transform:uppercase;
	font-size:12px;
	color:#FFFFFF;
	padding-top:2px;
	padding-bottom:2px;
	overflow:hidden;
	height:1%;
	font-weight:bold;
	margin-top:3px;
	margin-bottom:6px;
	margin-left:15px;
	width:98%;
}

.precioTotalReserva span
{
	float:left;
	margin-left:6px;
}

.precioTotalReserva span.precioReserva
{
	float:right;
	margin-right:6px;
}



/**
 *
 * =FichaHotel
 *
 **/

#FichaHotel
{
	clear:both;	
}

#FichaHotel #columnaIz {
	width:150px;	
	float:left;
}

#FichaHotel #columnaCentro {
	width:350px;
	float:left;
}

#FichaHotel #columnaCentro .descripcion {
	text-align:justify;
	margin: 0 12px 2px 0;
	padding:0;
}

#FichaHotel #columnaDer {
	width:128px;
	float:left;
	clear:right;
}	

.mapa {
	clear:both;
	width:480px;	
	height:450px;
	margin:14px 0 0 16px; 
	
}

.listaAmenitiesTit {
	padding:2px;
	font-weight:bold;
}

ul.listaAmenities {
	margin:0 0 6px 0;
	color: #333333;
	padding:0;
}

ul.listaAmenities li {
	margin:2px 0 2px 4px;
	padding:0;
	list-style-type:none;
}


.destacado 
{
	font-weight:bold;
	color:#434D67;	
}





/* Capa de sesión caducada por <meta> refresh*/

.divOpaco{
	position:absolute;
	width:100%;
	height:100%;
	background-color:#FFFFFF;
	filter:alpha(opacity=66); /*IE*/
	-moz-opacity:0.6; /*Gecko*/
	opacity:0.6; /*CSS3*/
	filter:alpha(opacity=66); /*IE*/
	z-index:99998;
}

.divFlotante{
	border:2px solid #586587;
	background:#FFFFFF;
	position:absolute;
	width:268px;
	height:120px;
	z-index:99999; 
	top:40%; 
	left:40%;
}


.divFlotanteEncabezado{
	background-color:#E0EAFD;
	height:15px;
	padding:2px;
	padding-left:8px;
	color:#586587;
}

.divFlotanteTexto{
	margin:5px;
	text-align:center;
	line-height:12px;
	vertical-align:middle;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#4E78AE;
}



/*OverLib*/
.overlibEstandar_BG /*Tabla exterior (contiene el titulo + la descripcion)*/
{
	background-color:#135296;	
}
.overlibEstandar_BG font 
{
	color:#FFFFFF;
}

.overlibEstandar_FG  /*Tabla interna (descripcion)*/
{
	background-color:#F4F7FF;
}
.overlibEstandar_FG font  
{
	color:#494949;
}



.cajaSolicitarBG
{
	background-color:#965E54;
}

.cajaSolicitarFG
{
	background-color:#EADFD5;	
	background-image:url('/images/masterPage/bg_overlib_solicitar.gif');
	background-repeat:no-repeat;
	background-position:97% 3%;
}

.cajaSolicitarFG font
{
	color:#333333;
}


