/* 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-color: #BBE2FF;
	font: normal normal normal 11px Arial;
	height: 100%;
}

input {
	border: solid 1px #7F9DB9;
	font-size: 11px;
	margin: 2px 0;
}

input[type="checkbox"], input[type="radio"] {
	border-style:none;
}

select 
{
	border: solid 1px #7F9DB9;
	font-size: 10px;
	margin: 2px 0;	
}

textarea 
{
	font-family:Arial;
	font-size:11px;
}

a {
	text-decoration: underline;
	color:#21767C;
}

div 
{

}

.clear{
  clear: both;
}

/**
*
* =LayOut (Estructura principal de la pagina)
*
**/

#izquierda {
	float: left;
	width: 184px;
	margin: 16px 10px 10px;
	overflow: visible;
}

/*IE6*/
* html #izquierda {margin-left: 5px;}

#izquierda .caja .boton{
  float: right;
}

#centro {
	float: left;
	width: 570px;
	margin-top:25px;
	background-color: #FFFFFF;
}

#derecha 
{
	margin-top:16px;
	display:none;
}

#centro .zonaAgencias{
  background: url('/images/cara_anonimo.jpg') no-repeat 5px top;
  padding-left: 52px;
  color: #333;
  font-size: 12px;
  height: 75px;
}
#centro .opciones_registro{
  border-top: solid 1px #91CFFF;
  color: #018E88;
  font-size: 12px;
}
#centro .opciones_registro ul{
  padding-left: 22px;
}
#centro .opciones_registro li{
  list-style-image: url('/images/triangle.gif');
  padding: 4px 0;
}
#centro .opciones_registro li span{
  margin-top: -1px;
  display: block;
}
#centro .opciones_registro a{
  font-weight: bold;
}
#centro .opciones_registro a:hover{
  text-decoration: none;
}

#pie {
  background-color: #018E88;
  font-size: 12px;
  color: #fff;
	height: 26px;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 28px;
	overflow: hidden;
}

#pie div.izquierda {
	float:left;
	padding-left: 30px;
}

#pie a{
  color: #fff;
}

#pie div.derecha {
	float:right;
	padding-right: 30px;
}

#pie a {
	text-decoration: none;
}

#pie a:hover {
	text-decoration: underline;
}

#subcontenido{
  background-color: #fff;
  padding: 5px 50px;
  text-align: center;
}

#subcontenido ul {
	float:none;
	overflow: hidden;
	height:1%;
	margin:0;
	padding:0;
}

#subcontenido ul li {
	border-right:solid 1px #21767C;
	display: inline;
	list-style-type:none;
	padding: 0 10px;
	line-height: 20px;
}
#subcontenido ul li a{
  color: #21767C;
  font-size: 12px;
  font-family: Arial;
  text-decoration: none;
}
#subcontenido ul li a:hover{
  text-decoration: underline;
}
#subcontenido ul li.ultimo {
	border-right:none;
}


/** LayOut para la home y homes de producto**/

.Home #izquierda {
	float: left;
	width: 184px;
	overflow: visible;
}

.Home #centro {
	float: left;
	width: 560px;
	padding-left: 10px;
	min-height:100%;
	margin-top: 20px;
}
/*Hack IE6*/
* html .Home #centro {padding-left:0;} 

.Home #centro .columna1 {
	float: left;
	width: 356px;
}


.Home #centro .columna2 {
	float: right;
	width: 200px;
	height: 1%;
}

.Home #derecha {
	float: left;
	width: 160px;
	padding: 13px 0 0 10px;
	display:block;
	background-color:#FFFFFF;
	min-height:100%;
}

/** Layout para los popup de fichas de producto**/


.LayOutFichaProductoPopup #izquierda {
	float: left;
	width: 240px;
	margin: 16px 0px 10px 10px;
	overflow: visible;
}

.LayOutFichaProductoPopup #derecha {
	display:none;
}

.LayOutFichaProductoPopup #centro {
	float: left;
	width: 520px;
	padding:0 0px 0 6px;
	background:#FFFFFF;
	margin-top:16px;
	margin-left:14px;
	background-position:top;
}




/**
*
	Mensajes filtrando y Sin Resultados
*
**/


#MsjFiltrando 
{
	z-index: 1000;
	position: absolute;
	float: left;
	top:54%; 
	left:42%;
}


.mensaje_espera{
	font-family:Arial;
	font-size:12px;
	color:#434D67;
	padding-top:50px;
	width:385px;
	height:114px;
	background-image:url(../images/masterPage/mensaje_espera.jpg);
	background-repeat:no-repeat;
}


.mensaje_espera span{
	margin-left:36px;
}



 .sinResultados
{
	background-color:#E0EAFD;
	padding:30px;
	margin-top:12px;
	color:#434D67;
	font-weight:bold;
}










.noMostrar {
	display: none;
}




/**
*
	Titular principal de paginas
*
**/

.paginatitulo, #DatosCliente .secciontitulo{
  background-color: #018E88;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	overflow:hidden;
	height: 22px;
	padding-left: 8px;
	line-height: 22px;
}

.paginatitulo .iz{
  background-color: #018E88;
	float:left;
  padding-left: 10px;
	display: block;
	width: 387px;
	height: 22px;
	overflow: hidden;
	line-height: 22px;
}

.paginatitulo .der 
{
  
  background-color: #fff;
	float:right;
	padding-left: 5px;
	width: 147px;
}

.paginatitulo .nuevabusqueda {
	color: #fff;
	font-size:13px;
	padding-left:8px;
	background: #2A8E98 url('/images/fondo_nueva_busqueda.jpg') repeat-x top right;
	text-decoration:none;
	height: 22px;
	overflow: hidden;
	display: block;
	line-height: 21px;
}

.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: 563px;*/
	min-height: 455px;
	margin-left: 10px;
}

/* IE6 */
* html div#resultado {float:right;margin:0;}

#BuscandoProducto {
	color: #004F9F;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin-top: 50px;
	width: 100%;
}

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 {

}

#pagina {
	width: 785px;
	margin: 0 auto;
}


#buscando
{
	position:absolute;
	top:50%;
	left:50%;
	width:458px; 
	height:158px;
	margin-left: -229px;
	margin-top:-79px;
}

#paginapopup {
	margin: 16px 16px 16px 16px;
}

#cabecera {
	background-image: url(/images/cabecera_1.jpg);
	background-repeat: no-repeat;
}

#cabecera #cambioIdioma {
	color: #dadde7;
	font-family: verdana;
	font-weight: bold;
	padding: 15px 5px 0 0;
	text-align: right;
}

#cabecera #opciones {
	font-family: verdana;
	padding: 32px 5px 0 0;
	text-align: right;
}

#cabecera #contenedorMenu {
	overflow: hidden;
	height: 1%;
	cleaR:both;
	
}

#contenido {
	overflow: hidden;
	height: 1%;
	min-height:600px;
	background-color: #FFF;
	padding-bottom: 20px;
}

#cambioIdioma a:link, #cambioIdioma a:hover, #cambioIdioma a:visited, #cambioIdioma a:active {
	color:#DADDE7;
	text-decoration:none;
}



/*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;
    height: 18px;
    background-color: #DDE4F0;
    width: 120px;
    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: 9px;
	height: 24px;
	float: left;
}

.boton .botonOkCen {
	background: url(/images/masterPage/bt.gif) no-repeat;
	background-position: right top;
	margin: 0;
	line-height: 20px;
	text-decoration: none;
	padding: 0 24px 0 4px;
	border: none;
	height: 24px;
	float: left;
	color: #fff;
	font-weight: bold;
	cursor:pointer;
	text-align:left;
	font-size:11px;
}

.botonOkDer {
	display:none;
	float:left;
}

.boton .botonContinuar, .boton .botonCancelar, .boton .botonReservar, .boton .botonImprimir, .boton .botonBuscar, .boton .botonOnRequest{
	background: #F08104 url(/images/masterPage/bt_continuar.gif) no-repeat right center;
	background-position: right top;
	margin: 0;
	text-decoration: none;
	padding: 0 22px 4px 5px;
	border: none;
	height: 20px;
	float: left;
	color: #fff;
	font-weight: bold;
	cursor:pointer;
	text-align:left;
	font-size:11px;
	text-transform: lowercase;
}
.boton .botonCancelar{
  background: #FFF url(/images/masterPage/bt_cancelar.gif) no-repeat right center;
  border: solid 1px #F08104;
  color: #C26803;
}
.boton .botonReservar, .boton .botonOnRequest{
  background: #018E88 url(/images/masterPage/bt_reservar.gif) no-repeat right center;
  line-height: 20px;
  padding-left: 15px;
  height: 17px;
  clear: both;
}
.boton .botonOnRequest{
  background: #FB911C none;
}
.boton .botonImprimir{
  background: #F08104 url(/images/masterPage/bt_imprimir.gif) no-repeat right center;
}
/*Hack IE7*/
*:first-child+html .boton .botonImprimir{padding-right:0;} 

.boton .botonBuscar{
  background: transparent url(/images/masterPage/bt_buscar.gif) no-repeat right center;
  font-size: 16px;
  font-weight: bold;
  color: #1B6065;
  height: 35px;
  padding-right: 40px;
  padding-top: 5px;
  text-transform: uppercase;
  text-align: right;
}

/*IE6*/
* html .busGen .boton .botonBuscar {margin-right: 125px;}
* html .FichaHotel .boton .botonBuscar {margin-right: 0;margin-left:170px;}

.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;

}

.botonOkDer {
	display:none;
}

div.botones {
	position: relative;
	margin:  18px 0 24px 10%;
	overflow: hidden;
	height: 1%;
}

div.botones div.boton, div.botones div.botonTexto{
	position: relative;
	margin-right: 16px;
	overflow: hidden;
	height: 1%;
	float:left;
	margin-bottom: 6px;
}

/*Hack IE7*/
*:first-child+html div.botones{margin-left:0;float:right;} 

/* Seccion de cajas (divs con informacion dentro) */

.titcaja 
{
	color:#990000;
}
.newsletter{
  background: #2B8F99 url('/images/fondo_newsletter.jpg') no-repeat;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  height: 37px;
  line-height: 40px;
  padding-left: 55px;
  overflow: hidden;
  /*margin-top: 10px;*/
}

.caja {
	background-color: #fff;
	list-style: none;
	padding: 5px;
	margin: 0 0 10px;
	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 {
	padding-left: 10px;
	margin-bottom:6px;
}

.caja .inputBoton {
	 float: left;
	 margin-right:4px;
}

.caja .texto, .caja h3 {
	color: #288D96;
}

.caja .destacado {
	font-weight: bold;
}
.emailDescripcion{
  background: url('/images/triangle.gif') no-repeat left center;
  padding-left: 12px;
}
#boletinEmail{
  border: solid 1px #6CB8DA;
  width: 157px;
  margin-left: 10px;
}

/* Buscador Generico */
.busGen 
{
	
}

.busGen .buscadorCabecera 
{
	color:#434D67;
	display:block;
	font-size:18px;
	font-weight:bold;
	margin:0;
	clear:both;
	overflow:hidden;
	height:1%;
}

.busGen .buscadorContenido 
{
	clear:both;
	background: #6DC6F5 url('/images/degradadoBuscador.jpg') repeat-y left;
	padding:12px 150px 25px 40px;
	margin-bottom:12px;
	height:1%;
	color:#4C5876;
	position: relative;
}

/*IE6*/
* html .busGen .buscadorContenido {padding-right: 0; margin-right: 10px;}

.busGen .buscadorContenido .familia{
  position: absolute;
  bottom: 0;
  right: 16px;
  clear: both;
}

.busGen .buscadorPie 
{
	display:none;	
}

.busGen label {
	overflow: hidden;
	height: 1%;
	/*display: block;*/
	float: left;
	color:#1B6065;
	font-weight: bold;
	letter-spacing: 1px;
	margin-right: 8px;
	/*margin-bottom: 10px;*/
}

.busGen label span {
	color:#1B6065;
}

.busGen label input{
  padding-left: 3px;
  /*color: #999;*/
}

/* Seccion para los filtros laterales de los buscadores */

.FiltroListado {
	padding: 12px;
	background-color: #41AAA6;
	color: #fff;
}

/*IE6*/
* html .FiltroListado {width:160px;overflow:hidden;}

.FiltroListado #ResMostrados {
}

.FiltroListado #ResMostradosFiltro {
}

.FiltroListado h3 {
	color:#fff;
}


.FiltroListado label, .FiltroListado .label
{
	margin-top:8px;
	width:158px;
	clear:both;
	display:block;
	height:1%;
	overflow:hidden;
}


.FiltroListado span.tit, .FiltroListado span.subtit
{
	color:#fff;
	display:block;
	clear:both;
	font-weight:bold;
}
.FiltroListado span.subtit{
  font-weight: normal;
}
.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-right:8px;	
}





#FilNombreHotel input
{
	width:96%;
}

#FilBtBuscarNombre .boton
{
	float:right;
}

#FilBtBuscarNombre .boton span
{
	clear:none;
	display:inherit;
}

#FilBtBuscarNombre .boton .botonOkIzq, #FilBtBuscarNombre .boton .botonOkDer{
  display: none;
}
#FilBtBuscarNombre .boton .botonOkCen{
  background: url('/images/triangle_filtro.gif') no-repeat right center;
  padding-right: 12px;
  padding-bottom : 4px;
}
/*Hack IE7*/
*:first-child+html #FilBtBuscarNombre .boton .botonOkCen{padding-right:3px;} 

/*fin de Filtros*/

/* Formato estandar del inforesultado de un producto (titulo seccion, datos) */

div.producto {
	margin: 6px 0;
	overflow:hidden;
}

div.producto div.info {
	margin: 2px 0;
	overflow:hidden;
	padding:1px;
	border-top: solid 2px #ccc;
}

div.producto div.info .foto {
	float:left;
}

div.producto div.info .desc {
	float:right;
	width:470px;
}
div.producto div.info .desc .masinfo, div.producto div.info .desc .vermapa, div.producto div.info .desc .cambiarbusqueda{
  font-size: 10px;
  font-weight: bold;
  text-decoration: underline;
  color: #00599D;
  margin-right: 30px;
}
div.producto div.info .desc .masinfo:hover,
div.producto div.info .desc .vermapa:hover,
div.producto div.info .desc .cambiarbusqueda:hover{
  text-decoration: none;
}
div.producto .destino
{
	color:#333;
	font-weight: bold;
	margin: 2px 0;
}
div.producto .mapahotel{
  clear: both;
}
div.producto .fechas
{
	color:#434D67;
	float:right;
}


div.producto div.info .desc p
{
  margin:0 0 10px;
	padding:0;
	clear:both;
}


div.producto .oferta
{
	display:block;
	float:none;
	margin-top:4px;
}



div.producto div.titulo a {
	margin: 0 10px;
	float:left;
}

div.producto div.titulo a {
	margin: 0 10px;
	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 
{
	color:#434D67;	
	overflow:hidden;
	font-weight:bold;
	padding-left:15px;
	line-height: 25px;
	background-color: #EBEBEB;
	height: 1%;
}

div.producto div.titulo span.precio 
{
  color: #00599D;
  font-size: 14px;
	float:right;
	margin-right: 10px;
}

div.producto div.titulo span.nombre 
{
  color: #00599D;
  font-size: 14px;
	/*max-width:260px; /*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:260px;
}

div.producto div.titulo span.categoria
{
  color: #00599D;
  font-size: 14px;
	float:left;
}


div.producto div.titulo span.nombrelargo 
{
	text-transform: uppercase;
	float:left;
}



/*Formato estadndar de los listados de resultados de producto*/

.ListadoProducto {
	margin: 15px 0 30px 0;
}


.ListadoProducto .botonOkCen
{
 	min-width: 64px;
}

.ListadoProducto div.producto
{
 	margin: 0;
}


.ListadoProducto div.precioReserva .textoPrecio {
	float:right;
}

.ListadoProducto div.precioReserva .conversor {
	margin-left: 4px;
	float:right;
}

.ListadoProducto div.precioReserva .textoPrecio span.precioTotal {
	font-size: 11px;
	color: #00599D;
	font-weight: bold;
}
.ListadoProducto div.precioReserva .textoPrecio .precioTotalTachado 
{
	color: #0B3269;
	text-decoration:line-through;
	display:block;
	text-align:right;
}

.ListadoProducto .precioTotalTachado 
{
	color:#333333;
	text-decoration:line-through;
	display:block;
	text-align:left;
}


.ListadoProducto .boton, .ListadoProducto .botonSolicitar {
	margin-top: 3px;
	clear:both;
	float: right;
	width: 87px;
	display: block;
}


.BuscandoProductosListado {
	color: #004F9F;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin-top: 50px;
	width: 100%;
}



/* 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:0;
}
	
.paginareserva .seccion .titulo {
  background-color: #EBEBEB;
	color: #00599D;
	border: none;
	margin: 0;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	padding: 0 0 0 5px;
	clear: left;
	height: 21px;
	line-height: 22px;
}


.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: #990000;
	font-weight: bold;
	margin: 10px 0 4px 11px;
}


.paginareserva .seccion .info {
  border-top: solid 2px #ccc;
	margin-top: 2px;
	padding-top: 3px;
	padding-left: 10px;
}

.paginareserva .seccion .info p.localizador, .paginareserva .resaltar{
  color: #018E88;
  font-weight: bold;
}
.paginareserva .seccion .info p.localizador strong, .paginareserva .resaltar{
  margin-right: 15px;
}

.paginareserva .seccion .todosloscumunicados{
  margin-left: 10px;
  font-size: 12px;
  color: #333;
}

/** Tabla de precios resumen **/

table.tablapreciosreserva 
{
	border-collapse:collapse;
	width:100%;
	margin:2px 0 6px;
	
}

table.tablapreciosreserva td 
{
	border:solid 1px #C0D7F8;
	padding:3px;
}

table.tablapreciosreserva tr.titulos td 
{
	background-color: #E0EAFD;
	border:solid 1px #E0EAFD;
	border-bottom-style:none;
	padding:3px;
	color:#434D67;
	font-weight:bold;
}



table.tablapreciosreserva td.desc
{
	width:350px;
	line-height:18px;
}

table.tablapreciosreserva td.descproducto
{
	padding: 7px;
}


table.tablapreciosreserva td.desc .nombre
{
}

table.tablapreciosreserva td.desc .datos
{
	margin-left:6px;
}

table.tablapreciosreserva td.precios, table.tablapreciosreserva td.cantidad
{
	text-align:right;
	padding-right:6px;
	vertical-align:bottom;
}

table.tablapreciosreserva td.precios 
{
	width:92px;
}



.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:#DBF1FD;	
	text-transform:uppercase;
	color:#333;
	padding-top:4px;
	padding-bottom:4px;
	overflow:hidden;
	height:1%;
	font-weight:bold;
	margin-bottom:6px;
	width:100%;
}

.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;
}

.FichaHotel div#resultado{
  margin-left: 0;
}

.FichaHotel .buscadorAlojaHorizontal .buscadorContenido{
  padding-right: 32px;
}
.FichaHotel .buscadorAlojaHorizontal{
  width: 456px !important;
}

#Botonera
{
	clear:both;	
}

#Botonera input
{
	width:236px;
	min-height:36px;
	float:left;
	clear:both;
	cursor:pointer;
	color:#434D67;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
}



.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;
}



/*Overdiv*/
.overdivEstandar_BG /*Tabla exterior (contiene el titulo + la descripcion)*/
{
	background-color:#436695;	
}

.overdivEstandar_BG font 
{
	color:#FFFFFF;
}

.overdivEstandar_FG  /*Tabla interna (descripcion)*/
{
	background-color:#EAF1FE;
}
.overdivEstandar_FG font  
{
	color:#333333;
}



.cajaSolicitarBG
{
	background-color:#965E54;
}

.cajaSolicitarFG
{
	background-color:#EADFD5;	
	background-image:url('/images/masterPage/bg_overdiv_solicitar.gif');
	background-repeat:no-repeat;
	background-position:97% 3%;
}

.cajaSolicitarFG font
{
	color:#333333;
}

.infoSocioATF{
  background-color: #DBF1FD;
  padding: 10px 5px;
  margin-bottom: 10px;
}
.infoSocioATF p{
  margin-left: 10px;
  color: #F08104;
}
.infoSocioATF h1{
  font-size: 13px;
  font-weight: bold;
  color: #F08104;
}
.infoSocioATF a{
  background: url('/images/punto_link.gif') no-repeat left center;
  padding: 5px 5px 5px 26px;
  font-size: 13px;
  font-weight: bold;
  color: #288D96;
  display: block;
  margin: 6px 0;
}
.infoSocioATF ul{
  list-style-type: square;
  color: #F08104;
  margin: 0;
  padding-left: 16px;
}
.infoSocioATF li{
  margin-bottom: 5px;
}
.infoSocioATF li span{
  color: #288D96;
}

.infoPFD{
  background: #F08104 url('/images/fondo_pdf.jpg') no-repeat;
  height: 148px;
  width: 200px;
  overflow: hidden;
  margin-bottom: 8px;
}
.infoPFD h1{
  margin: 60px 5px 5px 10px;
}
.infoPFD h1 a{
  font-weight: bold;
  font-size: 14px;
  color: #1B6065;
  text-decoration: none;
}
.infoPFD h1 a:hover{
  text-decoration: underline;
}
.infoPFD p{
  color: #333;
  margin: 0 10px;
  line-height: 14px;
  letter-spacing: 1px;
}

.apartamentosATF{
  background: #2C8F9A url('/images/fondo_apartamentos_ATF.jpg') no-repeat;
  width: 355px;
  height: 34px;
  color: #fff;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
}
.apartamentosATF span{
  padding: 7px 40px 5px 12px;
  display: block;
  line-height: 22px;
}

.infoAccesoTurisfer{
  background: url('/images/registro_turisferr.jpg') no-repeat;
  padding-left: 64px;
  height: 60px;
  font-size: 12px;
  color: #333;
}
#registroTurisferr label{
  float: left;
  color: #00599D;
  font-weight: bold;
  margin-left: 65px;
  margin-bottom: 5px;
}
#registroTurisferr label#lblpass, #registroTurisferr p{
  clear: both;
}
#registroTurisferr label input{
  display: block;
  border: solid 1px #999;
  width: 155px;
}
#registroTurisferr .botonContinuar{
  float: right;
  margin-right: 60px;
  margin-top: 10px;
}

.rellenarSolicitud{
  border-top: solid 1px #91CFFF;
  background: url('/images/triangle.gif') no-repeat 5px 9px;
  padding: 7px 22px;
  font-size: 12px;
  color: #018E88;
}
.rellenarSolicitud a{
  font-weight: bold;
}

.buscadorAlojaHorizontal .buscadorCabecera span{
	background: #6DC6F5 url('/images/degradadoBuscador.jpg') repeat-y left;
	color: #1B6065;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
	float:left;
	min-width:50%;
}

#cabecera .logo{
  width: 400px;
  height: 70px;
  cursor: pointer;
  position: absolute;
  margin-left: 40px;
  top: 30px;
}

#infoPDF td{
  border-bottom: solid 1px #91CFFF;
}

.cabeceraNoticia{
  overflow: hidden;
  height: 1%;
  color: #FB911C;
  font-weight: bold;
  margin-top: 10px;
}
.cabeceraNoticia .nombre{
  float: left;
}
.cabeceraNoticia .fecha{
  float: right;
  font-weight: normal;
}

#selectATF{
  margin-bottom: 5px;
}
#bannerRandom
{
	
	right:1px;
}