/* 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 {
	background: transparent url(../images/fondo_web.jpg) no-repeat 400px 36px;
	font: normal normal normal 11px Arial;
}

input {
	border: solid 1px #666666;
	font-size: 11px;
	margin: 0px 2px 0px 2px;
}

input[type="checkbox"], input[type="radio"] {
	border-style:none;
	vertical-align:middle;
}

select 
{
	border: solid 1px #666666;
	font-size: 11px;
	margin: 4px 0;	
}

textarea 
{
	font-family:Arial;
	font-size:11px;
}

a {
	text-decoration: underline;
	color:#333;
}

img 
{
	border-style:none;
}


div 
{

}


/**
*
* =LayOut (Estructura principal de la pagina)
*
**/
#pagina {
	width: 950px;
	margin: 0px auto;
}

#pagina #cabecera {
	background: transparent url(../images/cabecera_1.jpg) repeat-x 0px 0px;
	height:28px;
}

#pagina #cabecera #cambioIdioma {
	color: #FFF;
	font-family: verdana;
	font-weight: bold;
	float:right;
	margin: 5px 85px 0px 0px;
}

#pagina #cabecera #tituloWeb 
{
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	left:190px;
	letter-spacing:0.02em;
	position:absolute;
	top:48px;
}

#pagina #cabecera #opciones {
	font-family: verdana;
	padding: 32px 5px 0 0;
	text-align: right;
}

#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:#FFF;
	text-decoration:none;
}

#pagina #cabecera #loginCabecera 
{
	float:left;
	margin-left:432px;	
}

#pagina  #contenido {
	overflow: hidden;
	height: 1%;
	min-height:600px;
	padding-bottom:30px;
}


#pagina  #contenido  #izquierda {
	float: left;
	padding:16px 8px 0 10px;
	width:232px;	
	overflow: visible;
}

#pagina  #contenido  #centro {
	float: left;
	padding:16px 84px 0 16px;
	width:600px;
	_padding:16px 20px 0px 16px;
}

#pagina  #contenido  #derecha 
{
	/*background-image: url(/images/masterPage/fondodegradadocentro.gif);*/
	padding-top:16px;
	display:none;
}

#pagina #pie {
	background-image: url(/images/fondo_pie.jpg);
	background-repeat: repeat-x;
	height: 55px;
	width: 100%;
	margin: 6px 0;
	clear:both;
}

#pagina #pie div.derecha {
	float:right;
	padding:5px 10px 0 0;
	color: #3E2576;
}

#pagina #pie a {
	text-decoration: none;
	color:#3E2576;
}

#pagina #pie a:hover {
	text-decoration: underline;
}

#pagina #pie ul {
	float:none;
	overflow: hidden;
	height:1%;
	margin:0;
	padding:0;
}

#pagina #pie ul li {
	border-right:solid 1px black;
	float:left;
	list-style-type:none;
	padding: 0 10px 0 10px;
}

#pagina #pie ul li.ultimo {
	border-right:none;
}



/** LayOut para la home y homes de producto**/

#pagina  #contenido.Home #izquierda {
	float: left;
	width: 232px;
	overflow: visible;
	margin-right:0px;
	margin-top: 150px;

}

#pagina  #contenido.Home #centro {
	float: left;
	width: 684px;
	min-height:100%;
	padding:16px 0px 0 16px;

}
#pagina  #contenido.Home #centro .HomeFlash 
{
	position: absolute;
	top:200px;
	z-index:1000px;
}
#pagina  #contenido #centro .HomeFlash 
{
	margin-bottom:20px;
	margin-top:8px;
}

#pagina  #contenido.Default #centro .HomeFlash 
{
	position: absolute;
	top:200px;
	z-index:1000px;
}

#pagina  #contenido.Home #centro .columna1 {
	float: left;
	width: 600px;
	margin-top:40px;
	margin-bottom:20px;
}


#pagina  #contenido.Home #centro .columna2 {
	float: left;
	margin-left: 8px;
	width: 174px;
	height: 1%;
	display:none;
}

#pagina  #contenido.Home #derecha {
	float: left;
	width: 172px;
	padding: 16px 0 0 16px;
	_padding: 16px 0 0 13px;
	display:block;
	min-height:100%;
	display:none;
}



#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
{
	padding:30px;
	margin-top:12px;
	color:#2F1C5E;
	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:30%;
	.top:30%;
	left:36%;
}


/*mensaje espera y noBack*/
div.mensaje_espera{
	font-family:Arial;
	font-size:12px;
	color:#333;
	background-image:url(../images/masterPage/mensaje_espera.jpg);
	background-repeat:no-repeat;
	margin:200px auto 0px auto;
	color:#333;
	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 #333;
	width:500px;
	margin:100px auto;
	overflow:hidden;
	height:1%;
}

div.mensaje_noback span 
{
	color:#333;
	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
*
**/
.paginareserva .seccion .titulo {
	color: #E00001;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	border-bottom: solid 2px #E2DEEB;
}


.tituloConfirme 
{
	background: transparent url(/images/fondoRojo.gif) repeat;
	border: solid 2px #ECECEC;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 12px;
	padding: 6px 0 0px 10px;
	margin: 0 0 6px 0;
	overflow:hidden;
	height:22px;
}
.paginatitulo {
	background: transparent url(/images/fondoBusc.gif) repeat;
	border: solid 2px #ECECEC;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 12px;
	padding: 6px 0 0px 10px;
	margin: 0 0 6px 0;
	overflow:hidden;
	height:22px;
	font-weight: bold;
}

.paginatitulo .iz
{
	float:left;
}

.paginatitulo .der 
{
	float:right;
	background: transparent url('../../images/lupa.gif') no-repeat 120px 0px;
	text-transform: capitalize;
	height:28px;
	width:150px;
}

.paginatitulo .nombre 
{
	float:left;
}

.paginatitulo .zona 
{
	float:left;
	margin-left:10px;
}

.paginatitulo .fechas 
{
	margin-left:20px;	
	float:left;
}


.paginatitulo .nuevabusqueda {
	color: #FFF;
	font-size:11px;
	text-decoration:none;
	float:right;
	margin-right:35px;
}


.paginatitulo h1 {
	padding:0;
	margin:0;
	font-size:12px;
}

.seccionsubtitulo {
	font-size:11px;
	padding:2px 0 2px 0;
}



/* Estilos especificos (ya sean clases o ids) */


div#resultado {
	width: 600px;
}


div.info img.foto {
	min-height: 40px;
}


h2.titulo {
	color: #333;
	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: #333;
    float: left;
    margin-bottom: 10px;
	min-height:18px;
    background-color: #DDE4F0;
    width: 146px;
    font-weight: bold;
    padding: 2px 0 0 3px;
}

.boton .botonOkIzq {
	background: url(/images/masterPage/bt_iz.gif) no-repeat;
	margin: 0;
	padding: 0;
	border: none;
	width: 4px;
	height: 20px;
	float: left;
}

.boton .botonLogin {
	background-color: #3E2576;
	text-align:center;
	font-size:11px;
	color: #FFF;
	display:block;
	width:79px;
	height:18px;
	padding-bottom:3px;
	font-weight:bold;
}

.botonOkDer {
	display:none;
	float:left;
}

.botonOk 
{
	background-color: #3E2576;
	text-align:center;
	font-size:11px;
	color: #FFF;
	display:block;
	width:88px;
	height:18px;
	padding-bottom:3px;
	font-weight:bold;
}
.botonOkCen 
{
	background-color: #FFF;
	text-align:center;
	font-size:11px;
	color: #3E2576;
	display:block;
	width:79px;
	height:18px;
	padding-bottom:3px;
	font-weight:bold;
}

.botonOkReservar 
{
	float:left;
	background-color: #3E2576;
	text-align:center;
	font-size:11px;
	color: #FFF;
	display:block;
	width:79px;
	height:16px;
	padding-top:3px;
	font-weight:bold;
	text-decoration: none;
	text-transform:uppercase;
}
.botonOkSolicitar
{
	float:left;
	background-color: #E20003;
	text-align:center;
	font-size:11px;
	color: #FFF;
	display:block;
	width:79px;
	height:16px;
	padding-top:2px;
	font-weight:bold;
	text-decoration: none;
	text-transform:uppercase;
}

.botonSolicitar .botonOkIzq {
	background: url(/images/masterPage/bt_solicitar_iz.gif) no-repeat;
	margin: 0;
	padding: 0;
	border: none;
	width: 4px;
	height: 20px;
	float: left;
}

.botonSolicitar .botonOkCen {
	background: url(/images/masterPage/bt_solicitar.gif) no-repeat;
	background-position: right top;
	margin: 0;
	line-height: 20px;
	text-decoration: none;
	padding: 0 24px 0 4px;
	border: none;
	height: 20px;
	float: left;
	color: #fff;
	font-weight: bold;
	cursor:pointer;
	text-align:left;
	font-size:11px;

}

.botonOkCesta 
{
	background: transparent url(/images/masterpage/botonCesta.gif) no-repeat;
	text-align:center;
	font-size:11px;
	color: #fff;
	display:block;
	width:152px;
	height:20px;
	padding-bottom:3px;
	font-weight:bold;
	border:0px;
	padding-right:25px;
}
.botonOkContinuar 
{
	background-color:#3E2576;
	text-align:center;
	font-size:11px;
	color: #fff;
	display:block;
	width:152px;
	height:20px;
	padding-bottom:3px;
	font-weight:bold;
	border:0px;
}
.botonOkImprimir 
{
	background: transparent url(/images/masterpage/botonImprimir.gif) no-repeat;
	text-align:center;
	font-size:11px;
	color: #fff;
	display:block;
	width:152px;
	height:20px;
	padding-bottom:3px;
	font-weight:bold;
	border:0px;
}
.botonOkCancelar 
{
	background: #E20003 url(/images/masterpage/botonCancelar.gif) no-repeat right ;
	text-align:center;
	font-size:11px;
	color: #fff;
	display:block;
	width:152px;
	height:20px;
	padding-bottom:3px;
	font-weight:bold;
	border:0px;
	clear:both;
}

.botonOkDer {
	display:none;
}

div.botones {
	position: relative;
	margin:  18px 0 24px 12%;
	overflow: hidden;
	height: 1%;
}

div.botones div.boton , div.botones div.botonTexto{
	position: relative;
	overflow: hidden;
	height: 1%;
	float:left;
	width: 100%;
	clear:both;
	margin-bottom:10px;
}


 

/* Seccion de cajas (divs con informacion dentro) */

.titcaja 
{
	color:#2F1C5E;
	font-weight: bold;
	background: transparent url(/images/bgTituloCaja.gif) no-repeat;
	height:28px;
	text-transform: uppercase;
}

.caja {
	background-color: #fff;
	list-style: none;
	padding: 6px 6px 10px 6px;
	border: solid 1px #4E78AE;
	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;
	padding-left: 35px;
	margin-bottom:6px;
}

.caja .inputBoton {
	 float: left;
	 margin-right:4px;
}

.caja .texto, .caja h3 {
	color: #4C5876;
}

.caja .destacado {
	font-weight: bold;
}



/* Buscador Generico */

.busGen .buscadorCabecera 
{
	color:#333;
	display:block;
	font-weight:bold;
	margin:0 0 3px 0;
	clear:both;
	overflow:hidden;
	height:1%;
}

.busGen .buscadorCabecera  span {
	color:#333;
	display:block;
	float:left;
	font-size:16px;
	font-weight:bold;
	margin:0;
	background:transparent url(/images/flecha_abajo.jpg);
	background-repeat:no-repeat;
	background-position: right center;
	padding-right:38px;

}

.busGen .buscadorContenido 
{
	clear:both;
	background: transparent url(/images/fondoBusc.gif) repeat;
	border-left:solid 2px #ECECEC;
	height:1%;
	overflow:hidden;
	color:#FFF;
	padding-left:55px;
	padding-top:15px;
}


.busGen .buscadorPie 
{
	display:none;	
}

.busGen label , .busGen div.label {
	overflow: hidden;
	height: 1%;
	display: block;
	color:#4C5876;
}

.busGen label span, .busGen div.label span {

	color:#FFF;
}





/* Seccion para los filtros laterales de los buscadores */


.FiltroListado 
{
	margin:0 0 0 0;
}
.FiltroListado .cabecera
{
	overflow: hidden;
	background:#E20003;
	margin: 0;
	height: 22px;
	width:200px;
	border: solid 2px #ECECEC;
	padding:6px 0px 0px 10px;
	margin-left:10px;
	.margin-top:17px;
	font-weight: bold;
}
.FiltroListado .cabecera span{
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase
}

.FiltroListado .contenido {
	padding-left: 15px;
	margin:4px 0px 0px 10px;
	color:#333333;
}

.FiltroListado  #ResMostrados {
	font-weight: normal;
}

.FiltroListado #ResMostradosFiltro {
	font-weight: normal;
}

.FiltroListado h3 {
	margin-top:8px;
	margin-bottom:3px;
	color:#4C5876;
}


.FiltroListado label , .FiltroListado .label
{
	margin-top:8px;
	width:176px;
	clear:both;
	display:block;
	height:1%;
	overflow:hidden;
}


.FiltroListado  span.tit 
{
	color:#333;
	display:block;
	clear:both;
	margin-left: 3px;
}

.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;
}

.FiltroListadoSup label
{
	float:left;
	margin-left:20px;	
}


.FilNombreProducto input
{
	width:96%;
}

.FilBuscar .boton
{
	float:right;
}

.FilBuscar .boton span
{
	clear:none;
	display:inherit;
}

.FiltroListadoInf  .paginacionInf
{
    width:166px;
    margin:auto;
    background-color: #E2DEEB;
}


/*fin de Filtros*/






/*Formato estadndar de los listados de resultados de producto*/

.ListadoProducto {
	margin: 15px 0 30px 0;
}


.ListadoProducto .botonOkCen
{
 	min-width: 64px;
}

.ListadoProducto div.producto
{
 	margin: 20px 0;
}

.ListadoProducto div.precioReserva 
{
	overflow:visible;
}

.ListadoProducto div.precioReserva  .textoPrecio {
	float:left;
}

.ListadoProducto div.precioReserva .textoPrecio span.precioTotal {
	font-size: 11px;
	color: #2F1C5E;
	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 {
	float:left;
	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 {
	overflow:hidden;
}

div.producto div.titulo 
{
	color:#E00001;	
	overflow:hidden;
	font-weight:bold;
	padding:0 0 3px 3px;
	border-bottom: solid 2px #E2DEEB;
}

div.producto div.titulo2
{
	color:#E00001;	
	overflow:hidden;
	font-weight:bold;
	padding:0 0 3px 3px;
}


div.producto div.titulo a {
	margin: 0 0px;
	float:left;
}

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 div.titulo span.precio 
{
	font-size:11px;
	font-weight:bold;
	float:left;
	width:60px;
}

div.producto div.titulo a
{
	width:230px;
	text-transform: uppercase;
	float:left;
	text-decoration: none;
}
div.producto div.titulo span.nombreSrv 
{
	text-transform: uppercase;
	float:left;
}

div.producto div.titulo a.nombreSrv
{
	color:#DF0000;
	text-transform: uppercase;
	float:left;
	text-decoration: none;
}

div.producto div.titulo a.nombreSrv:hover
{
	color:#DF0000;
	text-transform: uppercase;
	float:left;
	text-decoration: underline;
}
div.producto div.titulo a:hover
{
	color:#DF0000;
	text-transform: uppercase;
	float:left;
	text-decoration: underline;
}

div.producto div.titulo span.categoria
{
	float:left;
	margin-left:17px;
	width: 170px;
}



div.producto div.titulo span.nombrelargo 
{
	text-transform: uppercase;
	float:left;
	color: #3E2576;
	font-size: 12px;
	font-weight: bold;
}

div.producto div.titulo2 span.nombrelargo 
{
	text-transform: uppercase;
	float:left;
	color: #3E2576;
	font-size: 12px;
	font-weight: bold;
	margin-bottom:5px;
}


div.producto div.info {
	overflow:hidden;
	padding:1px;
}

div.producto div.info .foto {
	float:left;
}

div.producto div.info .desc {
	float:left;
	margin-left:10px;
	width:488px;
}

div.producto div.info .desc .destino
{
	color:#E20003;
	font-weight: bold;
	float:left;
}

div.producto .fechas
{
	color:#333;
	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 a {
	color: #333;
	font-weight: bold;
	text-transform:none;
	margin-bottom:2px;
	
}

	
.paginareserva .seccion  .titulo .texto {
	color: #333;
	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: #990000;
	font-weight: bold;
	margin: 10px 0 4px 11px;
}


.paginareserva .seccion .info {
	margin-top:6px;
}



/** Tabla de precios resumen **/

table.tablapreciosreserva 
{
	border-collapse:collapse;
	width:598px;	
}

table.tablapreciosreserva td 
{
	border:solid 1px #3E2576;
	padding:3px;
	padding-left:10px;
}

table.tablapreciosreserva tr.titulos td 
{
	background-color: #E0EAFD;
	border:solid 1px #E0EAFD;
	border-bottom-style:none;
	padding:3px;
	color:#333;
	font-weight:bold;
}



table.tablapreciosreserva td.desc
{
	width:350px;
}

table.tablapreciosreserva td.descproducto
{
	color: #333333;
	height:40px;
	width:480px;
}


table.tablapreciosreserva td.desc .nombre
{
}

table.tablapreciosreserva td.desc .datos
{
	margin-left:6px;
}

table.tablapreciosreserva td.precios, table.tablapreciosreserva td.cantidad
{
	text-align:right;
	margin-right:6px;
	vertical-align:bottom;
}

table.tablapreciosreserva td.cantidad
{
	width:108px;
}


table.tablapreciosreserva td.precios 
{
	width:124px;
	border:solid 1px #3E2576;
	background-color: #E2DEEB;
}



.precioSubTotalReserva
{
	background-color:#E0EAFD;	
	text-transform:uppercase;
	font-size:12px;
	color:#333;
	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:#2F1C5E;	
	text-transform:uppercase;
	font-size:12px;
	color:#FFF;
	padding-top:4px;
	padding-bottom:4px;
	overflow:hidden;
	height:1%;
	font-weight:bold;
	margin-top:6px;
	margin-bottom:6px;
}

.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;
}	

#Botonera
{
	clear:both;	
}

#Botonera input
{
	width:236px;
	min-height:36px;
	float:left;
	clear:both;
	cursor:pointer;
	color:#333;
	text-align:center;
	vertical-align:middle;
}



.mapa {
	clear:both;
	width:480px;	
	height:450px;
	margin:14px 0 0 16px; 
	
}

.listaAmenitiesTit {
	padding:2px;
	font-weight:bold;
	width: 600px;
}

ul.listaAmenities {
	margin:0 0 6px 0;
	color: #333333;
	border:solid 1px #99B8E3;
	padding:0;
}

ul.listaAmenities li {
	margin:2px 0 2px 4px;
	padding:0;
	list-style-type:none;
}


.destacado 
{
	font-weight:bold;
	color:#333;	
}





/* 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: #E00817 url(/images/cabOverLib.gif) no-repeat 0px 0px;	
	width:172px;
	height:20px;
	padding-top:7px;
}
.overlibEstandar_BG font 
{
	color:#FFFFFF;
	margin-top:8px;
}

.overlibEstandar_FG  /*Tabla interna (descripcion)*/
{
	background-color:#FFF;
}

.overlibEstandar_FG font  
{
	color:#333;
}

.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;
}

.BuscadorBtnAct , .BuscadorBtnDes, .BuscadorBtnActHot {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #3E2576;
	padding-top:8px;
	cursor: pointer;
}

.BuscadorBtnActHot
{
	color:#FFF;
	background: transparent url('/images/fondoBusc.gif') repeat 0px 0px;
	width: 99px;
	height:22px;
	float:left;
	text-transform: uppercase;
	text-align: center;
	cursor:inherit;
	border-bottom: 0px;
	border-left:2px solid #ECECEC;
}
	
.BuscadorBtnAct 
{
	color:#FFF;
	background: transparent url('/images/fondoBusc.gif') repeat 0px 0px;
	width: 101px;
	height:22px;
	float:left;
	text-transform: uppercase;
	text-align: center;
	cursor:inherit;
	border-bottom: 0px;
	border-left:2px solid #FFF;
}
	
.BuscadorBtnDes 
{
	background-color:#E2DEEB;
	height:20px;
	float:left;
	text-transform: uppercase;
	text-align: center;
	border-bottom: solid 2px #ECECEC;
	border-left:  solid 2px #FFF;
}

.listadoCombinaciones 
{
	clear:both;
	color:#333333;
	font-size:11px;
	margin-top:5px;
	overflow: hidden;
}

.btnsControl 
{
	height:60px;
	color:#3E2576;
}

.cajaMenu 
{
	background-color:#E2DEEB;
	text-align: center;
	height:22px;
	float:left;
	text-align: center;
	cursor: pointer;
	border:0px;
	color:#3E2576;
	font-size:12px;
	font-weight: bold;
	padding-bottom:3px;
	text-transform: uppercase;
}

.welcome 
{
	margin-top:20px;
	margin-bottom:5px;
	font-size:20px; 
	font-weight:bold; 
	color:#DF0000;
overflow: hidden;
	margin-left: 15px; height: 1%;
}

.aloBook 
{
	float:left;
	font-size:11px;
	color:#333333;

}

.aloBook a 
{
	text-decoration: none;
}

.aloBookPrecioTotal 
{
	color:#2F1C5E;
	float:left;
	font-weight: bold;
	font-size:12px;
	border-bottom:solid 1px #E2DEEB;
}
.promocion 
{
	color: #333;
	font-size:11px;
	margin-left:2px;	
}
