/* 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;
}

img 
{
	border:0px;
}

body {
	background-repeat:repeat-x;
	background-color:#5FACDA;
	background-image:url(/images/fondodegradado.jpg);
	font-family:Tahoma,Verdana,Arial;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:100%;
	line-height:normal;
	margin:0 auto;
	padding:0;
}

input {
	border: solid 1px #666666;
	font-size: 11px;
	margin: 2px 2px 2px 2px;
}

input[type="checkbox"], input[type="radio"] {
	border-style:none;
}

select 
{
	border: solid 1px #666666;
	font-size: 11px;
	margin: 4px 0;	
}

textarea 
{
	font-family:Arial;
	font-size:11px;
}

a {
	text-decoration: underline;
}

div 
{

}


/**
*
* =LayOut (Estructura principal de la pagina)
*
**/
#posicionpagina
{
	background-attachment:scroll;background-color:#FFFFFF;
	background-image:none;
	background-position:0 0;
	background-repeat:repeat;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	width:970px;
}

#izquierda {
	float: left;
	width: 245px;
	/*margin: 16px 10px 10px 10px;*/
	overflow: visible;
	/*background:#CCCCCC;*/
}

#centro {
	float:right;
	width: 688px;
	_width: 680px;
	/*padding:0 70px 0 6px;*/
	margin-left:17px;
	/*background:#CCCCCC;*/
	/*background-image: url(/images/masterPage/fondodegradadocentro.gif);
	background-repeat:repeat-x;
	background-position:top;*/
}

#derecha {
	display:none;
}


#pie {
	height: 210px;
	width: 100%;
	margin-top:122px;
}
#pie div.arriba {
	background-image:url(/images/pie_siluetas.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 139px;
}
#pie div.franja {
	background:#D42E12;/*rojo*/
	width: 100%;
	height: 2px;
}
#pie div.centro {
	padding-top:10px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	/* top / rigth / down / left */
}

#pie div.centro div {
	/*padding: 0px 0px;*/
	height:10px;
}

#pie div.abajo {
	width: 100%;
	padding: 10px 0px 0px 0px;
	font-size:11px;
}

#pie div.centro a {
	text-decoration: none;
	color:#164A81;/*azul oscuro*/
	text-align:center;
	font-weight: bold;
	font-size:10px;
}

#pie div.abajo a {
	text-decoration: none;
	color:#000;
	font-size:11px;
}

#pie a:hover {
	text-decoration:none;
}

#pie ul {
	float:none;
	overflow: hidden;
	display :table;
	margin-left :auto;
	margin-right:auto;
	padding-left:0px;
	width :80%;
}

#pie ul li {
	border-right:solid 1px black;
	float:left;
	list-style-type:none;
	padding: 0 10px 0 10px;
}

#pie ul li.ultimo {
	border-right:none;
}




/** Layout para los popup de fichas de producto**/


.FichaProductoPopup #izquierda {
	float: left;
	width: 240px;
	margin: 16px 0px 10px 10px;
	overflow: visible;
}

.FichaProductoPopup #derecha {
	display:none;
}

.FichaProductoPopup #centro {
	float: left;
	width: 520px;
	padding:0 0px 0 6px;
	background:#FFFFFF;
	margin-top:16px;
	margin-left:14px;
	/*background-image: url(/images/masterPage/fondodegradadocentro.gif);
	background-repeat:repeat-x;
	background-position:top;*/
}

.QuitarColumnaIz #izquierda 
{
	display:none;
}


/**
*
	Mensajes filtrando y Sin Resultados
*
**/


#MsjFiltrando 
{
	z-index: 1000;
	position: absolute;
	float: left;
	top:40%; 
	left:34%;
}


.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:#E9E9E9;
	padding:30px;
	margin-top:12px;
	color:#002147;
	font-weight:bold;
}

.noMostrar {
	display: none;
}

/**
*
	Titular principal de paginas
*
**/

.paginatitulo 
{
	background-color: #E9E9E9;
	color: #002147;
	font-size: 15px;
	padding: 0px 0 0px 13px;
	margin: 0 0 12px 0;
	height:1%;
	overflow:hidden;
	font-weight:bold;
	border-bottom:solid 1px #0255A2;
}

.paginatitulo .iz
{
	float:left;
	display:block;
	padding:9px 0 0 0;
}

.paginatitulo .der 
{
	float:right;
	margin-right:0px;
	display:block;
	width:155px;
}

.paginatitulo .nuevabusqueda {
	color: #002147;
	font-size:11px;
	padding:11px 0px 0px 12px;
	/*background: #80FFFF url('../../images/flecha_derecha.gif') no-repeat;*/
	background-image:url(/images/nueva_busqueda.gif);
	background-repeat:no-repeat;
	background-position: 0 4px;
	text-decoration:none;
	display:block;
	width:155px;
	height:34px;
}

.paginatitulo h1 {
	padding:0;
	margin:0;
	font-size:12px;
}

.seccionsubtitulo {
	font-size:11px;
	padding:2px 0 2px 0;
}




.paginatitulobooking, .registroCorrectoTitulo
{
	background-color:#E9E9E9;
	border-bottom:2px solid #FFB60F;
	color:#002147;
	font-size:14px;
	font-weight:bold;
	height:19px;
	margin:0 0 12px;
	overflow:hidden;
	padding:2px 0 0 13px;
}

.paginatitulobooking .iz
{
	float:left;
	display:block;
	padding:9px 0 0 0;
}

.paginatitulobooking .der 
{
	float:right;
	margin-right:0px;
	display:block;
	width:155px;
}

.paginatitulobooking .nuevabusqueda {
	color: #0255A2;
	font-size:11px;
	padding:11px 0px 0px 12px;
	/*background: #80FFFF url('../../images/flecha_derecha.gif') no-repeat;*/
	background-image:url(/images/nueva_busqueda.gif);
	background-repeat:no-repeat;
	background-position: 0 4px;
	text-decoration:none;
	display:block;
	width:155px;
	height:34px;
}

.paginatitulobooking h1 {
	padding:0;
	margin:0;
	font-size:12px;
}





/* Estilos especificos (ya sean clases o ids) */


div#resultado {
	width: 648px;
	min-height: 455px;
}



#BuscandoProducto {
	color: #002147;
	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: 950px;
	margin: 0 auto;
	background:#FFF;
}

#buscando
{
	position:absolute;
	top:50%;
	left:35%;
	width:165px; 
	height:60px;
	margin-left: -100px;
	margin-top:-160px;
}

#paginapopup {
	margin: 16px 16px 16px 16px;
}

#cabecera {
	background-image:url(../images/cabecera.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 {
	color:#FFFFFF;
	padding: 112px 0px 10px 17px;
	/* top / rigth / down / left */
	text-align: left;
	font-weight: bold;
	font-size:10px;
	width:100px;
}

#cabecera #opciones a {
	color:#FFFFFF;
	text-decoration:none;
}

#cabecera #contenedorMenu {
	overflow: hidden;
	/*height: 50px;*/
	cleaR:both;
}

#contenido {
	overflow: hidden;
	height: 1%;
	min-height:600px;
	clear:both;
	/*background: #E0EAFD url(/images/fondo_izquierda.png) repeat-x;*/
	
}

#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: 12px;
	height: 22px;
	float: left;
}

.boton .botonOkCen {
	/*background: url(/images/masterPage/bt_buscador.gif) no-repeat;
	background-position: right top;*/
	margin: 0;
	line-height: 12px;
	text-decoration: none;
	padding: 0 24px 0 4px;
	border: none;
	height: 25px;
	float: left;
	color: #fff;
	font-weight: bold;
	cursor:pointer;
	text-align:left;
	font-size:11px;
	width:76px;
}

.boton .botonReserva {
	background-color:#FFB60F;
	margin: 0;
	text-decoration: none;
	border: none;
	height: 15px;
	_height: 15px;
	color: #002147;
	font-weight: bold;
	cursor:pointer;
	text-align:center;
	font-size:10px;
	width:95px;
	text-transform:uppercase;
	line-height: 15px;
	display:block;
}

/* Boletines */

.botonOkBoletin {
	margin: 0 13px 0 0;
	text-decoration: none;
	float: right;
	color: #00214D;
	border:solid 1px #00214D;
	background-color:#FFB60F;
	font-weight: bold;
	cursor:pointer;
	text-align:center;
	font-size:11px;
	width:55px;
	height:17px;
}

.imagenDescripcionBoletin {
	background: url(/images/carta_news.gif) no-repeat left;
	padding-left: 72px;
	margin-bottom:0px;
	height:43px;
	margin-left:7px;
}

input.boletines{
	margin:0px 1px 3px 0px;
	width:230px;
	height:21px; 
}

.imagenDescripcionBoletin span
{
	vertical-align:bottom ; 
	display:block;
	width:154px; 
}

.imagenDescripcionBoletin .texto
{
	color:#00214D;
	font-size:12px;
	font-weight :bold;
	padding-top:9px;
}


.botonOkDer {
	display:none;
	float:left;
}

div.botones_productos .botonOkDer
{
	background: url(/images/masterPage/bt_der.gif) no-repeat;
	margin: 0;
	padding: 0;
	border: none;
	width: 13px;
	height: 22px;
	float: left;
	display:block; 
}


.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-color:#DC291E;
	margin: 0;
	line-height: 15px;
	text-decoration: none;
	border: none;
	height: 15px;
	_height: 15px;
	float: left;
	color: #fff;
	font-weight: bold;
	cursor:pointer;
	text-align:center;
	font-size:10px;
	width:95px;
}

.botonSolicitar .botonOkCenRes {
	background-color:#FFB60F;
	margin: 0;
	line-height: 15px;
	text-decoration: none;
	border: none;
	height: 15px;
	_height: 15px;
	float: left;
	color: #002147;
	font-weight: bold;
	cursor:pointer;
	text-align:center;
	font-size:10px;
	width:95px;
}

.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;
	margin-right: 12px;
	overflow: hidden;
	height: 1%;
	float:left;
	margin-bottom:5px;
}


 

/* Seccion de cajas (divs con informacion dentro) */

.titcaja 
{
	color:#990000;
}

.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 
{
	
}

.busGen .buscadorCabecera 
{
	color:#434D67;
	display:block;
	font-size:18px;
	font-weight:bold;
	margin:0;
	clear:both;
	overflow:hidden;
	height:1%;
	width:245px;
	background-image:url(/images/buscador/buscador_midle.gif);
	background-repeat:repeat-y;
	_margin-top:-7px;
}

.busGen .buscadorCabecera  span {
	color:#ffffff;
	display:block;
	float:left;
	font-size:15px;
	font-weight:bold;
	margin:0;
	/*background-position: right center;*/
}

.busGen .buscadorContenido 
{
	clear:both;
	background-image:url(/images/buscador/buscador_midle.gif);
	background-repeat:repeat-y;
	/*background-position:top;*/
	padding:12px 0px 8px 4px;
	/*margin-bottom:12px;*/
	height:1%;
	overflow:hidden;
	color:#4C5876;
	width:233px;
}


/*.busGen .buscadorPie 
{
	display:none;	
}*/

.busGen label {
	overflow: hidden;
	height: 1%;
	display: block;
	color:#FFFFFF;
}

.busGen label span {

	color:#FFFFFF;
}

.busGen .buscadorTop 
{
	background-image:url(/images/buscador/buscador_top.gif);
	background-repeat :no-repeat ;
	width:246px;
	height:5px;
}

.busGen .buscadordown 
{
	background-image:url(/images/buscador/buscador_down.gif);
	background-repeat :no-repeat ;
	width:246px;
	height:10px;
	margin-bottom:12px;
}



/* Buscador Generico Horizontal */
.busGenHorizontal 
{
	 margin-bottom:7px;
}

.busGenHorizontal .buscadorCabecera 
{
	display:none;
}

.busGenHorizontal .buscadorCabecera  span {
	color:#ffffff;
	display:block;
	float:left;
	font-size:15px;
	font-weight:bold;
	margin:0;
	/*background-position: right center;*/
}

.busGenHorizontal .buscadorContenido 
{
	background-image:none;
	background-color:#114F8D;
	/*background-color:#67A0CE;*/
	width:630px;
	overflow:hidden;
	height:1%;
}


/*.busGenHorizontal .buscadorPie 
{
	display:none;	
}*/

.busGenHorizontal label {
	overflow: hidden;
	height: 1%;
	display: block;
	color:#FFFFFF;
}

.busGenHorizontal label span {

	color:#FFFFFF;
}

.busGenHorizontal .buscadorTop 
{
	display:none;
}

.busGenHorizontal .buscadordown 
{
	display:none;
}

/* Seccion para los filtros laterales de los buscadores */

.FiltroListado {
	padding: 0px;
	/*background: #fff url('/images/masterPage/fondodegradado.jpg') bottom repeat-x;
	border: 1px solid #4E78AE;*/
}

.FiltroListado #ResMostrados {
	font-weight: normal;
}

.FiltroListado #ResMostradosFiltro {
	font-weight: normal;
}

.FiltroListado h3 {
	margin-top:8px;
	color:#00347B;
	font-size:12px;
	font-weight:normal;
}

.FiltroListado h3.encontrados {
	float:left;
}


.FiltroListado label , .FiltroListado .label
{
	margin-top:8px;
	width:176px;
	clear:both;
	display:block;
	height:1%;
	overflow:hidden;
}

.espacios
{
	margin-left:30px;
	padding-bottom:14px;
}

.FiltroListado  span.tit 
{
	color:#4C5876;
	display:block;
	clear:both;
	font-weight:bold;
}

.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;	
}

#FilNombreHotel input
{
	width:96%;
}

#FilBtBuscarNombre .boton
{
	float:right;
}

#FilBtBuscarNombre .boton span
{
	clear:none;
	display:inherit;
}

.separacion
{
	border-bottom:solid 1px #FFB60F;
	width:215px;
	height:1%;
}



/*fin de Filtros*/


/* Seccion para los filtros laterales de los buscadores OLD*/

/*.FiltroListado {
	padding: 15px;
	background: #fff url('/images/masterPage/fondodegradado.jpg') bottom repeat-x;
	border: 1px solid #4E78AE;
}

.FiltroListado #ResMostrados {
	font-weight: normal;
}

.FiltroListado #ResMostradosFiltro {
	font-weight: normal;
}

.FiltroListado h3 {
	margin-top:8px;
	color:#4C5876;
}


.FiltroListado label , .FiltroListado .label
{
	margin-top:8px;
	width:176px;
	clear:both;
	display:block;
	height:1%;
	overflow:hidden;
}


.FiltroListado  span.tit 
{
	color:#4C5876;
	display:block;
	clear:both;
	font-weight:bold;
}

.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;	
}





#FilNombreHotel input
{
	width:96%;
}

#FilBtBuscarNombre .boton
{
	float:right;
}

#FilBtBuscarNombre .boton span
{
	clear:none;
	display:inherit;
}*/


/*fin de Filtros OLD*/





/* Formato estandar del inforesultado de un producto (titulo seccion, datos) */

div.producto {
	margin: 6px 0;
	height:1%;
	overflow:hidden;
}

.fondo
{
	background-color:#E9E9E9;
}

div.producto div.info 
{
    overflow:hidden;
	height:1%;
	margin: 4px 0;
	padding:1px;
}

div.producto div.info .foto {
	float:left;
	padding-left:10px;
}

div.producto div.info .desc {
	float:left;
	margin-left:10px;
	width:500px;
	font-size:11px;
}

div.producto div.info .desc .destino
{
	color:#002147;
	float:left;
	clear:both;
}

.fechasReserva
{
	float:left;
	padding-top:2px;
	color:#333;
	font-size:11px;
	clear:both;
}

.descripcionHotel
{
	color:#333;
	font-size:11px;
	padding-left:0px;
}

.direccion
{
	font-weight:bold;
	color:#002147;
	font-size:11px;
	float:left;
	/*display:block;
	float:left;*/
}

div.producto .fechas
{
	color:#333;
	float:right;
}

.fechas
{
    
	color:#0255A2;
}


div.producto div.info .desc p
{
	padding-top:8px;
	clear:both;
	color:#333;
}

div.producto div.info .desc p.bookingdesc
{
	padding-left:0px;
}




div.producto .oferta
{
	display:block;
	float:none;
	margin-top:4px;
}

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;	
	border-bottom:solid 2px #FFB60F;
	overflow:hidden;
	height:1%;
	font-weight:bold;
	padding:0 0 0 3px;
	/*padding:0 0 3px 3px;*/
}

div.producto div.titulo span.precio 
{
	float:right;
	font-size:14px;
}

span.preciodesde
{
	float:right;
	font-weight:bold;
	color:#002147;
	font-size:11px;
	padding-right:10px;
	padding-top:5px;
}


div.producto div.titulo span.nombre 
{
	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;	
}

span.nombrehotel
{
	background-image: url(/images/filtros/flechali.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#002147;
	font-weight:bold;
	font-size:12px;
	padding-top:2px;
	float:left;
	display:block;
	padding-left:18px;
}

span.categorialistado
{
	color:#002147;
	font-weight:bold;
	font-size:12px;
	padding-top:2px;
	float:left;
	display:block;
}


div.producto div.titulo span.categoria
{
	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: 20px 0;
}

.ListadoProducto div.precioReserva .conversor {
	margin-left: 4px;
	float:left;
}

.ListadoProducto div.precioReserva .textoPrecio span.precioTotal {
	font-size: 12px;
	color: #434D67;
	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:left;
}




.BuscandoProductosListado {
	color: #002147;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin-top: 50px;
	width: 100%;
}



/* Paginas de reserva*/

.paginareserva textarea {
	padding: 3px;
	border: 1px solid #666666;
	width: 515px;
	height: 50px;
}

.paginareserva span#botonRecalcular {
	margin-left: 25px;
}

	
.paginareserva .seccion .titulo {
	/*color: #434D67;*/
	color:#002147;
	border: none;
	margin: 14px 0px 0px 0px;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 0px 3px 3px;
	/*border-bottom: solid 1px #A8B0C8;*/
	border-bottom: solid 1px #FFB60F;
	clear: left;
	/*text-transform:uppercase;*/
}


.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 {
	margin-top:6px;
	font-size:11px;
}



/** Tabla de precios resumen **/

table.tablapreciosreserva 
{
	border-collapse:collapse;
	width:625px;
	/*margin-top:14px;*/
	border:solid 1px #002147;
	
}

table.tablapreciosreserva td 
{
	border:solid 1px #002147;
	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.suplementosdesc
{
	width:auto;
}


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 td.cantidad
{
	text-align:right;
	margin-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:#FFB60F;	
	text-transform:uppercase;
	font-size:11px;
	color:#002147;
	padding-top:4px;
	padding-bottom:4px;
	overflow:hidden;
	height:1%;
	font-weight:bold;
	margin-top:3px;
	margin-bottom:26px;
	width:626px;
}

.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;
	background-image:url(../images/ficha/BotonFichaFondo.gif);
	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 {
	/*border:solid 1px #99B8E3;
	border-bottom-style:none;*/
	padding:2px;
	font-weight:bold;
	background-color:#E9E9E9;
}

ul.listaAmenities {
	margin:0 0 6px 0;
	color: #333333;
	/*border:solid 1px #99B8E3;*/
	padding:0;
	background-color:#E9E9E9;
}

ul.listaAmenities li {
	margin:2px 0 2px 4px;
	padding:0;
	list-style-type:none;
}


.destacado 
{
	font-weight:bold;
	color:#002147;	
}

/* 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:#00214D;	
}

.overdivEstandar_BG font 
{
	color:#FFFFFF;
}

.overdivEstandar_FG  /*Tabla interna (descripcion)*/
{
	background-color:#EAF1FE;
	/*margin:0px;*/
}
.overdivEstandar_FG font  
{
	color:#333333;
}



.cajaSolicitarBG
{
	background-color:#EB1823;
}

.cajaSolicitarFG
{
	background-color:#FEDFCD;	
	background-image:url('/images/masterPage/bg_overdiv_solicitar.gif');
	background-repeat:no-repeat;
	background-position:97% 3%;
}

.cajaSolicitarFG font
{
	color:#333333;
}

.nombrelargo
{
	color:#002147;
	font-weight:bold;
}

.descripciontexto
{
	display:block;
	float:left;
	clear:both;
	font-size:11px;
	font-weight:bold;
	color:#002147;
}

.descripciontexto span
{
	float:left;
	clear:both;
	color:#333;
	font-weight:normal;
}

.botonficha
{
	overflow:inherit;
	padding-left:45px;
}

.paddingbottom
{
	padding-bottom:5px;
}


.marginbottom
{
	margin-bottom:10px;
}

.minuculas
{
	text-transform:lowercase;
}

.posicionlogin
{
	display:block;
	float:left;
	margin-top:5px;
}
p.descpaq
{
	padding-left:0px;
}  

/***Ficha rent a car en paquetes**/
.descRentcar
{
	margin-left:2px;
	vertical-align:top;
	
}

/*seguros*/
.seguropopup
{
	margin-top:20px;
}
.Ordenar
{
	font-size:11px;
	color:#333;
}

.texto_etiqueta2
{
	font-size:12px;
	font-weight:bold;
}
.texto_cruceros
{
	font-size:12px;
}
/**** Grupos ****/
#registrarse
{
	margin-left:15px;
}
#registrarse fieldset
{
	border:0px;
	margin:10px;
}
#registrarse fieldset label
{
	float:left;
	clear:both;
}
#registrarse fieldset label span
{
	float:left;
	clear:both;
	display:block;
}
#registrarse fieldset label input {
	border:1px solid #999999;
	font-size:11px;
	margin:2px;
	width:150px;
	float:left;
	clear:both;
}
#registrarse fieldset label select 
{
	float:left;
	clear:both;	
}
#registrarse fieldset label span.contenedorFecha
{
	width:190px;
}
#registrarse fieldset label span.ctlBotonCalendar
{
	clear:none;
}
#registrarse fieldset label input.botonOkBoletin {
	border:1px solid #00214D;
	font-size:11px;
	margin:2px;
	width:55px;
	height:19px;
	float:left;
	clear:both;
}
#registrarse fieldset label.boton {
	clear:both;
	float:right;
	margin-right:90px;
}
#registrarse fieldset label textarea {
	clear:both;
	float:left;
	font-family:Arial;
	font-size:11px;
	border:1px solid #999999;
}

.sinResultadosPaq
{
	display:none;
	background-color:#E9E9E9;
	padding:30px;
	margin-top:12px;
	color:#002147;
	font-weight:bold;
}