/* 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: 12px;
}

body {
	margin: 0;
	padding: 0;
	background-image: url(/images/masterPage/body_bg.jpg);
	background-repeat:repeat-x;
	background-color:#E2F5F0;
	font: normal normal normal 12px Arial;
	color:#333333;
}

input {
	border: solid 1px #666666;
	font-size: 11px;
	margin: 3px 0px 0px 0px;
}

input[type="checkbox"], input[type="radio"] {
	border-style:none;
	vertical-align:middle;
}

select 
{
	border: solid 1px #666666;
	font-size: 11px;
	margin: 3px 0px 0px 0px;
}

textarea 
{
	font-family:Arial;
	font-size:11px;
}

a {
	text-decoration: underline;
	color:#4B5776;
}

img 
{
	border-style:none;
}


div 
{

}


#divBody 
{
  background-image: url(/images/masterPage/body_bgSup.jpg);
  background-position:-80px top;
	background-repeat:no-repeat;
	height: 920px;/*100%;*/
	position:absolute;
}

/**
*
* =LayOut (Estructura principal de la pagina)
*
**/
#pagina {
	width: 962px;
	margin: 0 0 0 42px;
}

#pagina #cabecera {
    margin:10px 10px 2px 10px;
    overflow:hidden;
    height:1%;
}

#pagina #cabecera #logo {
    margin-top:42px;
    margin-bottom: 10px;
    float:left;
}

#pagina #cabecera ul#opciones {
    float:left;
    margin:30px 0 0 30px;
    color:#FF4B02;
}
#pagina #cabecera .bannerMasterTop
{
  float: right;
  width: 600px;
  height: 90px;
  overflow: hidden;
}

#pagina #cabecera ul#opciones li 
{
    padding:0;
    margin:0 0 6px 0;
}

#pagina #cabecera ul#opciones li a{
    color:#FF4B02;
    text-decoration:none;
    font-size:13px;
}

#pagina #cabecera #menu 
{
    /*float:left;*/
    clear:both; 
    /*margin-top:10px;*/
    overflow: hidden;
}

#pagina #cabecera .linksVuelos 
{
  float:left;
  overflow:hidden;
  padding:11px 0 6px 50px;
  clear:both;
}

#pagina #cabecera  .linksVuelos a 
{
  color:#00B4B1;
  display:block;
  float:left;
  margin-right:28px;
  text-decoration:none;
}

#pagina #cabecera .linksVuelos a.selected 
{
  font-weight:bold;
}



#pagina #cabecera #linkAgencies.boton 
{
    float:right;
    clear:both;
    margin:3px 6px 0 780px;
    width: 178px;
}

*:first-child+html #pagina #cabecera #linkAgencies.boton {margin:3px 6px 0 0px;}


#pagina #cabecera #loginCabecera
{
    float:right;
    margin:3px 6px 0 0;
}

#pagina #cabecera #mostrarCesta
{
    background-image:url(/images/cestacompra/icocesta.gif);
    background-repeat:no-repeat;
    clear:both;
    color:#008388;
    float:left;
    font-size:11px;
    font-weight:bold;
    margin:12px 0 0 20px;
    padding-left:32px;
}

#pagina #cabecera #mostrarCesta span{
    cursor:pointer;
}


#pagina  #contenido {
    margin:4px 4px 10px 10px;
    overflow:hidden;
    min-height:480px;
}


#pagina  #contenido  #izquierda {
	display:none;
}

#pagina  #contenido  #centro {
	float:left;
	width:748px;	
	.overflow:hidden;
}

#pagina  #contenido  #derecha 
{
    float:left;
    width:178px;
    margin-left:14px;
}

#pagina #pie {
    float:left;
    clear:both;
    background-color:#FFFFFF;
    margin-top:20px;
    padding:14px 18px 0 18px;
}


#pagina #pie ul.enlacesPie a {
	text-decoration: none;
	color:#000000;
	font-size:13px;
}

#pagina #pie ul.enlacesPie a:hover {
	text-decoration: underline;
}

#pagina #pie ul.enlacesPie {
	float:none;
	overflow: hidden;
	height:1%;
	margin:0;
	padding:0;
}

#pagina #pie ul.enlacesPie li {
	float:left;
	list-style-type:none;
	padding: 0 10px 0 10px;
}

#pagina #pie .copyright
{
  overflow: hidden;
  height: 1%;
}
#pagina #pie .powered
{
  margin: 10px 0;
  text-align: right;
}



/** LayOut para la home y homes de producto**/

#pagina  #contenido.Home #izquierda , #pagina  #contenido.TresColumnas #izquierda {
	float: left;
	width:278px;
	display:block;
}

#pagina  #contenido.Home #centro , #pagina  #contenido.TresColumnas #centro {
	float: left;
	width:476px;
	margin-left:8px;
}

#pagina  #contenido.Home #derecha  , #pagina  #contenido.TresColumnas #derecha {
	float: left;
	width:178px;
	margin-left:6px;
	display:block;
}


/*Homes*/
.homeLeftBottom, .homeTop, .homeMiddle, .homeBottom , .homeRightTop, .homeRightBottom
{
    margin-bottom:12px;   
}



#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%;
}


.enlaceRuta 
{
    color:#DDE2E2;
    font-size:11px;
    margin:4px 0 4px 8px;
}

.enlaceRuta a, .enlaceRuta span
{
    color:#B4BDBC;
    text-decoration:none;
}

.enlaceRuta span
{
   font-weight:bold;   
}

.enlaceRuta img
{
  margin: 0 5px;
}



/**
*
	Mensajes filtrando y Sin Resultados
*
**/


#MsjFiltrando 
{
	z-index: 1000;
	position: absolute;
	float: left;
	top:40%; 
	left:34%;
}

 .sinResultados
{
	background-color:#CCEF7C;
	padding:30px;
	margin-top:12px;
	color:#333333;
	font-weight:bold;
	clear:both;
}

.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:350px; 
	height:200px;
	margin-left: -175px;
	margin-top:-100px;
}


/*mensaje espera y noBack*/
div.mensaje_espera{
	font-family:Arial;
	font-size:12px;
	color:#434D67;
	background-image:url(../images/masterPage/mensaje_espera.jpg);
	background-repeat:no-repeat;
	margin:200px auto 0px auto;
	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 {
	background-color: #CCEF7C;
	color: #008388;
	font-size: 12px;
	padding: 4px 0 4px 20px;
	margin: 0 0 6px 0;
}

.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;
	.margin-left:0;
	.width:150px;
}




.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 {
	min-height: 455px;
}



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: 28px;
}

.boton .botonOkDer , .botonSolicitar .botonOkDer {
	background: url(/images/botones/bt_der.gif) no-repeat;
	margin: 0;
	padding: 0;
	border: none;
	width: 4px;
	height: 28px;
	float: left;
}

.boton .botonOkIzq, .botonSolicitar .botonOkIzq {
	background: url(/images/botones/bt_iz.gif) no-repeat;
	margin: 0;
	padding: 0;
	border: none;
	width: 4px;
	height: 28px;
	float: left;
}

.boton .botonOkCen, .botonSolicitar .botonOkCen {
	background: url(/images/botones/bt_centro.gif) repeat-x;
	background-position: right top;
	font-size:14px;
	margin: 0;
	line-height: 28px;
	text-decoration:none;
	padding: 0 20px;	
    text-align:center;
	border: none;
	height: 28px;
	float: left;
	color: #fff;
	font-weight: bold;
	cursor:pointer;
	text-align:left;
	display:block;
}

.botonP 
{
    overflow:hidden;
	height: 23px;
}

.botonP .botonOkIzq 
{
 	background: url(/images/botones/bt2_iz.gif) no-repeat;
	margin: 0;
	padding: 0;
	border: none;
	width: 6px;
	height: 23px;
	float: left;
}

.botonP .botonOkCen
{
 	background: url(/images/botones/bt2_centro.gif) no-repeat;
 	background-position:right top;
	margin: 0;
	padding: 0;
	border: none;
	height: 23px;
	float: left; 
	color: #fff;
	font-weight: bold;
	text-align:left;
	padding:0 40px 0 22px;
	line-height:23px;
	display:block;
	cursor:pointer;
   
}

.botonP .botonOkDer 
{
    display:none;   
}


.botonCancelar , .botonAnyadir, .botonImprimir 
{
  	background-image: url(/images/botones/bg_cancelar.gif);
  	background-repeat:no-repeat;
  	background-position:right;
  	padding-right:42px;
    color:#008388;
    font-weight:bold;
    text-decoration:underline;  
    border-style:none;
    cursor:pointer; 
    height:23px;
    line-height:23px;
    background-color:Transparent;
    text-align:right;
}

.botonAnyadir
{
  	background-image: url(/images/botones/bg_cesta.gif);
}
.botonImprimir 
{
  	background-image: url(/images/botones/bg_imprimir.gif);
}


div.botones {
	position: relative;
	overflow: hidden;
	height: 1%;
	padding-right:10px;
	clear:both;
}

div.botones div.botonTexto, div.botones .botonCancelar , div.botones .botonAnyadir, div.botones .botonImprimir,
div.botones .botonAnyadir {
	float:right;
	clear:both;
	margin-bottom:5px;
}

div.botones div.boton, div.botones div.botonP 
{
	float:right;
	clear:both;
	margin-bottom:8px;
}

div.botones .panelBoton 
{
	float:right;
	clear:both;
}
 

/* 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 
{
    width:277px;
}

.busGen .buscadorCabecera 
{
    background-image:url(/images/buscador/buscador_cabecera.gif);   
    background-repeat:no-repeat;
    min-height:6px;
    overflow:hidden;
    height:1%;
}

.busGen .buscadorCabecera  span {
   color:#79AE1E;
   font-size:17px;
   font-weight:bold;
   display:block;
   margin:24px 0 0 14px;
}

.busGen .buscadorContenido 
{
    border:solid 1px #DCF3EC;
    border-top-style:none;
    border-bottom-style:none;
    background-color:#FFFFFF;
    padding:14px 10px 0 10px;
    overflow:hidden;
}

.busGen .buscadorPie 
{
    background-image:url(/images/buscador/buscador_pie.gif);   
    background-repeat:no-repeat;
    height:6px;
}

.busGen label , .busGen div.label {
	overflow: hidden;
	height: 1%;
	display: block;
	font-size:11px;
}

.busGen span, .busGen span {

	color:#7F7F7F;
}

/*buscadores horizontales*/

.busGenH 
{
    width:747px;
}

.busGenH .buscadorCabecera 
{
    background-image:url(/images/buscador/buscadorH_cabecera.gif);   
    background-repeat:no-repeat;
    min-height:6px;
    overflow:hidden;
    height:6px;
}

.busGenH .buscadorCabecera  span {
    display:none;
}

.busGenH .buscadorContenido 
{
    border:solid 1px #DCF3EC;
    border-top-style:none;
    border-bottom-style:none;
    background-color:#FFFFFF;
    padding:14px 10px 0 10px;
    overflow:hidden;
    height:1%;
}

.busGenH .buscadorPie 
{
    background-image:url(/images/buscador/buscadorH_pie.gif);   
    background-repeat:no-repeat;
    height:6px;
}

.busGenH label , .busGenH div.label {
	overflow: hidden;
	height: 1%;
	display: block;
}


.busGenH span, .busGenH span {

	color:#7F7F7F;
}


/*cabeceras de las búsquedas*/
.datosBusqueda 
{
    float:left;
    /*clear:both;*/
    margin:12px 0px 10px 14px;
    overflow:hidden;
    height:1%;
}

.datosBusqueda .zona
{
    display:block;
    font-weight:bold;
    font-size:15px;
    text-transform:uppercase;
    color:#008388;
}

.datosBusqueda .fechas
{
    display:block;
    font-weight:bold;
    font-size:14px;
    text-transform:uppercase;
    color:#333333;
    margin-top:6px;
    float:left;
    clear:both;
}

.datosBusqueda .mostrarMapa
{
    display:block;
    font-weight:bold;
    font-size:11px;
    margin-top:4px;
    float:left;
    color:#008388;
    clear:both;
}


.FiltroListadoSup 
{
	height:1%;
	overflow:hidden;
    float:right;
    margin:18px 0 8px 0px;
}

.FiltroListadoSup .ordenarPor 
{
    float:left;
    margin-top:14px;
}

.FiltroListadoSup .paginacionSup 
{
    floaT:left;
    margin-left:60px;  
    width:236px; 
}

.FiltroListadoSup .ordenarPor span
{
   display:block;
   font-size:11px;
}

.FiltroListadoSup .ordenarPor select 
{
    width:200px;
}

.FiltroListadoSup .paginacionSup 
{
    margin-top:16px;
}


.nuevaBusqueda 
{
    /*border-bottom:solid 1px #008388;*/
    position:relative;
    height:1px;
    font-size:1px;
    line-height:1px;
    float:left;
    width:728px;
    margin-top:-8px;
    margin-bottom:20px;
    margin-left: 5px;
    _margin-top:-18px;
}

.nuevaBusqueda .boton 
{
    position:absolute;
    top:-14px;
    right:18px;
}



/* Seccion para los filtros laterales de los buscadores */

.FiltroListado 
{
	margin:12px 0 ;
	width:747px;

}

.FiltroListado .tituloFiltro 
{
    color:#008388;
    font-size:20px;
    font-weight:bold;
    text-transform:uppercase;   
}

.FiltroListado .tituloFiltro span
{
    color:#008388;
    margin:0 0 4px 12px;  
    display:block;
 }


.FiltroListado .cabecera{
   background-image:url(/images/buscador/buscadorH_cabecera.gif);   
    background-repeat:no-repeat;
    /*min-height:6px;*/
    overflow:hidden;
    height:6px;
 
}

.FiltroListado .contenido {
    border:solid 1px #DCF3EC;
    border-top-style:none;
    border-bottom-style:none;
    background-color:#FFFFFF;
    padding:6px 10px 6px 10px;
    overflow:hidden;
    height:1%;
}

.FiltroListado .pie{
    background-image:url(/images/buscador/buscadorH_pie.gif);   
    background-repeat:no-repeat;
    height:6px;
}


.FiltroListado  .contenido span , .FiltroListado  .contenido a 
{
   color:#007A4C;
}




.FiltroListado .resultadosEncontrados , 
.FiltroListado .resultadosMostrados,
.FiltroListado .resultadosGuion
{
   display:block;
   float:left; 
   margin-right:16px;
}


.FiltroListado  .contenido .barraBuscando 
{
   float:left;
   margin-lefT:50px;
}

.FiltroListado  .contenido .barraBuscando .barra , 
.FiltroListado  .contenido .barraBuscando .titulobarra
{
   float:left;
   display:block;
   margin-right:6px;
}

.FiltroListado  .contenido .filtroIz 
{
    clear:both;
    float:left;
    overflow:hidden;
    height:1%;   
    margin-top:12px;  
}

.FiltroListado  .contenido .filtroDer 
{
    float:left;
    margin-left:34px;   
    margin-top:12px;
    _width:395px;
}


.FiltroListado .FilNombreProducto 
{
    clear:both;
    float:left; 
    overflow:hidden;
    height:1%;
}

.FiltroListado .FilNombreProducto span, .FilNombreProducto input, .FilNombreProducto a
{
    float:left;
    margin-right:8px;
    line-height:22px;
}

.FiltroListado .FilNombreProducto a 
{
    font-weight:bold;   
}

.FiltroListado .FilNombreProducto input 
{
    width:172px;
}


.FiltroListado .filtroPrecio , .FiltroListado .FilPrecioProducto
{
    clear:both;
    float:left; 
    margin-top:16px;  
}


.FiltroListado .FilCategorias , .FiltroListado .FilCategoriasProducto
{
    color:#007A4C;   
}

.FiltroListado .FilCategorias .group, .FiltroListado .FilCategoriasProducto .group
{
    float:left;
    margin-right:26px;
}


.FiltroListado .FilCategorias span.tit, .FiltroListado .FilCategoriasProducto span.tit
{
    display:block;
}

.FiltroListado .FilCategorias br , .FiltroListado .FilCategoriasProducto br
{
	font-size:1px;
	margin:0px;
}

.FiltroListado .FilCategorias input , .FiltroListado .FilCategoriasProducto input
{
	margin-right:4px;
}

.FiltroListado .FilCategorias label , .FiltroListado .FilCategoriasProducto label
{
	margin-top:3px;
	float:left;
	clear:both;
	line-height:12px;
}






.FiltroListadoInf  .paginacionInf
{
    width:236px;
    margin:auto;
    clear:both;
    float:right;
}


/*fin de Filtros*/






/*Formato estadndar de los listados de resultados de producto*/

.ListadoProducto {
	margin: 15px 0 30px 0;
	clear:both;
}


.ListadoProducto .botonOkCen
{
 	/*min-width: 64px;*/
}

.ListadoProducto div.producto
{
 	margin: 0px 0 18px 0;
}

.ListadoProducto div.precioReserva 
{
	overflow:visible;
}

.ListadoProducto div.precioReserva  .textoPrecio {
	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:left;
}

.ListadoProducto .precioTotalTachado 
{
	text-decoration:line-through;
	display:block;
	text-align:left;
}


.ListadoProducto .boton , .ListadoProducto .botonSolicitar {
	margin-top: 1px;
	clear:both;
	float:left;
	/*min-width:96px;*/
	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;
	height:1%;
}

div.producto div.titulo 
{
    color:#FFFFFF;
    background-image:url(/images/listadoAloja/search_res_top.gif);
    background-repeat:no-repeat;
    width:749px;
    height:26px;
    line-height:26px;
}


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 span.precio 
{
	float:right;
	font-size:14px;
	font-weight:bold;
	margin-right:15px;
}

div.producto div.titulo span.nombre 
{
	max-width:400px; /*utilizamos este valor para darle un ancho maximo en los listados y asi no se monte encima del precio*/
	width:400px;
	float:left;
  font-size:15px;
  font-weight:bold;
  margin-left:16px;
  text-transform:capitalize;
}

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 0;
	overflow:hidden;
	width: 742px;
	padding:1px;
	color:#000000;
}



div.producto div.info .contenedorFoto {
	float:left;
	padding:18px 10px;
	background-color:#FFFFFF;
	margin: 0 12px 0 0px;
	width:122px;
    text-align:center;
}


div.info img.foto {
	min-height: 40px;
	width:100px;
	margin:auto auto;
}


div.producto div.info .desc {
	float:left;
	/*margin-left:10px;*/
	width:440px;
	color:#333333;
	overflow: hidden;
}

div.producto div.info .desc .titDesc 
{
    color:#008388;
    font-weight:bold;
    display:block;
}

div.producto div.info .desc .destino
{
    margin-top:12px;
	float:left;
	font-weight:bold;
    color:#333333;
}

div.producto .fechas
{
	color:#434D67;
	float:right;
}


div.producto div.info .desc p
{
	padding:8px 12px 8px 0;
	margin:0px;
	clear:both;
	font-size:11px;
}

div.producto div.info .desc a.vermapa, div.producto div.info .desc a.masinfo ,div.producto div.info .desc a.terms
{
    color:#007A4C;
    float:left;
    margin-right:12px;
}

div.producto div.info .desc a.masinfo 
{
    font-weight:bold;
    clear:both;
}

div.producto .oferta {
  /*background-image:url(/images/listadoAloja/oferta.gif);
  background-position:20px bottom;
  background-repeat:no-repeat;	display:block;
	padding-bottom:14px;*/
	float:none;
	margin-top:4px;
	color:#000000;
	font-size:11px;
	display:block;
	clear:both;
	margin-top:12px;
	display:block;
	float:left;
}

div.producto .oferta .titOf 
{
    color:#DF9005;
    font-weight:bold;
    text-decoration:none;
    font-size:12px;
    line-height:15px;
    background-image:url(/images/listadoAloja/icon_smile.gif);
    background-repeat:no-repeat;
    padding-left:22px;
}

div.producto .oferta .descOf 
{
    /*text-decoration:underline;*/
    line-height:15px;
    color:#DF9005;

}


div.producto  .mapahotel
{
	width:742px;
	height:200px;
	clear:both;
	float:none;
	margin-top:0px;
	margin-bottom:12px;
}



/* Paginas de reserva*/

.paginareserva 
{
    width:472px;
    overflow:hidden;
    height:1%;
}

.paginareserva .paginareservaCabecera 
{
    background-image:url(/images/reserva/bg_reserva_top.gif);
    background-repeat:no-repeat;
    height:12px;
}

.paginareserva .paginareservaContenido 
{
    border:solid 2px #CDF0EA;
    border-top-style:none;
    border-bottom-style:none;
    padding:6px 10px;
    overflow:hidden;
    height:1%;
}

.paginareserva .paginareservaPie 
{
    background-image:url(/images/reserva/bg_reserva_bottom.gif);
    background-repeat:no-repeat;
    height:16px;
}





.paginareserva textarea {
	padding: 3px;
	border: 1px solid #999999;
	width: 515px;
	height: 50px;
}

.paginareserva span#botonRecalcular {
	margin-left: 25px;
}


.paginareserva .seccion  {
	margin-bottom:20px;
	clear:both;
	float:left;
	width:450px;
}
	

.paginareserva .seccion .titulo 
{
    background-image:url(/images/masterPage/seccionTitulo.gif);
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:10px;
    color:#008388;
    font-size:13px;
    font-weight:bold;
}


.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;
}


.paginareserva div.producto div.info .desc
{
    width:292px;
    margin:2px 0 0 4px;
}

.paginareserva div.producto div.info .desc .destino
{
    margin-top:4px;
}


/** Tabla de precios resumen **/

table.tablapreciosreserva 
{
	border-collapse:collapse;
	margin:2px 1px 2px 1px;
	width:446px;
	
}

table.tablapreciosreserva td 
{
    background-color:#E3E3DF;
    font-size:11px;
    padding:4px;
    border-left:solid 2px #F1FAF8; 
}

table.tablapreciosreserva tr.titulos 
{
    display:none;
}



table.tablapreciosreserva td.desc
{
	width:350px;
	line-height:18px;
}

table.tablapreciosreserva td.descproducto
{
	line-height:14px;
}


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:80px;
}


table.tablapreciosreserva td.precios 
{
	width:116px;
}



.precioSubTotalReserva
{
	background-color:#CCEF7C;	
	overflow:hidden;
	height:1%;
	font-weight:bold;
	margin-top:2px;
	margin-bottom:6px;
	color:#008388;
    width:116px;
	margin-left:330px;
}

.precioSubTotalReserva span
{
	float:left;
	margin-left:6px;
}

.precioSubTotalReserva span.precioReserva
{
	float:right;
	margin-right:6px;
}



.precioTotalReserva
{
	background-color:#CCEF7C;	
	overflow:hidden;
	height:1%;
	font-weight:bold;
	margin-top:2px;
	margin-bottom:6px;
	margin-left:1px;
	width:446px;
	color:#008388;
	height:19px;
	line-height:19px;

}

.precioTotalReserva span
{
	float:left;
	margin-left:6px;
}

.precioTotalReserva span.precioReserva
{
	float:right;
	margin-right:6px;
}


.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:#8B262D;	
}
.overlibEstandar_BG font 
{
	color:#FFFFFF;
}

.overlibEstandar_FG  /*Tabla interna (descripcion)*/
{
	background-color:#AD2F38;
}
.overlibEstandar_FG font  
{
	color:#fff;
}



.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;
}


/*Destinos*/
.descDestination 
{
  padding:8px 0px 18px 6px;
  color:#333333;
  font-sizE:11px;
	overflow: hidden;
}

.LineaPoliticaTexto , .LineaPoliticaTexto  td
{
  font-size:12px; 
}


#popupPoliticaCancelacion{
  background:none;
}
#popupPoliticaCancelacion .contenido{
  padding:10px;
}
#popupPoliticaCancelacion .paginatitulo{
  background:url("/images/listadoGen/titulo_listado_right.gif") no-repeat scroll right center #52CCB9;
  height:1%;
  margin:0;
  overflow:hidden;
  padding:0;
}
#popupPoliticaCancelacion .paginatitulo h1{
  background:url("/images/listadoGen/titulo_listado_left.gif") no-repeat scroll 0 0 transparent;
  color:#FFFFFF;
  display:block;
  font-size:15px;
  font-weight:bold;
  height:26px;
  line-height:25px;
  padding-left:16px;
  margin:0;
}
#popupPoliticaCancelacion p{
  padding:15px;
  margin:0;
}
