/**  GENERICAS  **/
.clear{
	clear:both;
}

.hidden{
	display: none;
}

/**  ESTRUCTURA  **/
.contenido{
	width: 990px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

body {
  font-family: Arial,Helvetica,sans-serif;
  margin-left: 0;
  margin-top: 0;
}

/**  LATERAL   **/

.submit {
  background: url("../img/button.png") no-repeat scroll 0 0 transparent;
  color: white;
  cursor: pointer;
  font-weight: bold;
  height: 26px;
  padding-top: 6px;
  text-align: center;
  width: 127px;
}

.submit_selected {
  background: url("../img/button_selected.png") no-repeat scroll 0 0 transparent;
  color: white;
  font-weight: bold;
  height: 26px;
  padding-top: 6px;
  text-align: center;
  width: 127px;
  cursor: pointer;
}

.separador{
	height: 5px;
}

.lateral{
	float: left;
	display: inline;
}

.lateral select{
	float: right;
	width: 220px;
	margin-right: 10px;
}

.lateral label{
	margin-left: 10px;
	font-size: 0.8em;
}

.lateral .submit{
	float: right;
	margin-right: 22px;
	margin-top: 10px;
}

.lateral .submit:hover{
	color: white;
}

.lateral fieldset{
	border: none;
	padding: 0;
}

/** CAJA PRODUCTO **/
.cabecera_recordatorio_producto {
	background: url("../img/box_alternate_1_top.png") no-repeat scroll 0 0 transparent;
	color: white;
	font-weight: bold;
	height: 59px;
	margin-left: -1px;
	padding-top: 10px;
	position: relative;
	text-align: center;
	text-transform: capitalize;
	width: 237px;
	z-index: 100;
}

.cuerpo_recordatorio_producto {
	background: url("../img/box_alternate_center.png") repeat-y scroll 0 0 transparent;
	margin-top: -40px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top: 36px;
	position: relative;
	width: 231px;
	z-index: 10;
}

.cuerpo_recordatorio_producto .titulo {
	color: #CC6600;
	font-size: 16px;
	padding: 0 0 0 5px;
	text-decoration: none;
	text-transform: uppercase;
	width: 226px;
}

.cuerpo_recordatorio_producto .texto {
	color: #111111;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 5px;
	text-decoration: none;
	width: 226px;
}

.cuerpo_recordatorio_producto .bloque_n_p {
	float: left;
	margin-left: 10px;
}

.cuerpo_recordatorio_producto .bloque_n_p .noches {
	color: #111111;
	font-size: 14px;
	text-decoration: none;
}

.cuerpo_recordatorio_producto .bloque_n_p .noches .desde {
	font-size: 10px;
	margin-left: 5px;
	text-transform: lowercase;
}

.cuerpo_recordatorio_producto .cantidad_precio {
	color: #E91529;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.cuerpo_recordatorio_producto .descripcion_precio {
	color: #E91529;
	font-size: 10px;
	text-decoration: none;
	display: block;
}

.cambiar_seleccion {
	background: url("../img/submit_producto.png") no-repeat scroll 0 0 transparent;
	color: white;
	float: right;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	margin-right: 12px;
	margin-top: 3px;
	padding-top: 7px;
	padding-right: 24px;
	text-align: center;
	width: auto;
}

.cambiar_seleccion a {
	color: white;
	text-decoration: none;
}

.cambiar_viaje {
	background: url("../img/cambiar_viaje.png") no-repeat scroll 0 0 transparent;
	color: white;
	float: right;
	font-size: 12px;
	font-weight: bold;
	height: 38px;
	margin-right: 12px;
	margin-top: 3px;
	padding-top: 7px;
	text-align: center;
	width: 91px;
}

.cambiar_viaje a {
	color: white;
	text-decoration: none;
	display: block;
}

.pie_recordatorio_producto {
  background: url("../img/box_alternate_bottom.png") no-repeat scroll 0 0 transparent;
  height: 4px;
}

/** CAJA BUSQUEDA **/
.cabecera_seleccion {
	color: #E91529;
	font-weight: bold;
	height: 33px;
	margin-left: 4px;
	margin-top: -15px;
	padding-top: 55px;
	position: relative;
	text-align: center;
	text-transform: capitalize;
	width: 237px;
	z-index: 100;
}

.cuerpo_seleccion {
	background: url("../img/box_alternate_center.png") repeat-y scroll 0 0 transparent;
	margin-top: -40px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top: 36px;
	position: relative;
	width: 231px;
	z-index: 10;
}

.contenido_seleccion {
	padding-left: 5px;
	width: 226px;
}

.cuerpo_seleccion .campo {
	color: #111111;
	font-size: 12px;
	text-decoration: none;
}

.cuerpo_seleccion .acomodacion {
	margin-top: 5px;
}

.cuerpo_seleccion .acomodacion > strong {
	text-decoration: underline;
}

.footer_seleccion {
	background: url("../img/box_alternate_bottom.png") no-repeat scroll 0 0 transparent;
	height: 4px;
}

/*** CAJA HOTELES ***/
.contenido_seleccion .nombre_hotel_seleccionado {
	margin-left: 15px;
}

.contenido_seleccion .nombre_hotel_seleccionado a {
	color: #CC6600;
}

.categoria_hotel_seleccionado {
	float: left;
	margin-left: 15px;
}

.mas_info_hotel_seleccionado {
	float: right;
	font-size: 14px;
	margin-right: 14px;
	color: blue;
	text-decoration: underline;
}

.foto_hotel_seleccionado {
	border: 1px solid #D5D5D5;
	display: inline;
	float: left;
	height: 100px;
	margin-bottom: 5px;
	margin-left: 25px;
	margin-top: 5px;
	padding: 1px;
	width: 140px;
}

.foto_hotel_seleccionado a img {
	border: medium none;
	height: 100px;
	width: 140px;
}

.regimen_hotel_seleccionado {
	background: none repeat scroll 0 0 white;
	border: 1px solid #D5D5D5;
	font-size: 14px;
	height: 16px;
	margin: 7px auto 4px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	width: 200px;
	overflow: hidden;
}

.contenido_seleccion .titulo_seleccion{
	color: #E91529;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
	margin-top: -10px;
	margin-bottom: 10px;
}

/*** CAJA VUELOS ***/

.titulo_vuelo{
	font-size: 14px;
	font-weight: bold;
}

.contenido_vuelo{
	font-size: 13px;
	padding-left: 15px;
}

/**  ZONA CENTRAL  **/
.central{
	background: url("../img/columna_central.png") repeat-y scroll 0 0 transparent;
	display: inline;
	float: left;
	margin-left: 14px;
	width: 712px;
}

.pie_central{
	background: url("../img/columna_central_bottom.png") no-repeat scroll 0 0 transparent;
	float: right;
	height: 20px;
	margin-top: 0;
	width: 712px;
}

#loading{
	display: inline;
	float: left;
	margin-left: 14px;
	padding-bottom: 30px;
	padding-top: 100px;
	text-align: center;
	width: 712px;
}

#loading .texto_cargando {
  font-size: 11px;
  padding-bottom: 5px;
}

/*** TABS  ***/
#tabs{
	font-size: 12px;
	width: 714px;
	float: left;
	text-align: center;
	background: url('../img/tabs.png') repeat-y;
	margin-left: 22px;
	font-weight: bold;
}

#tabs .tab{	
	color: #E91529;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 178px;
	cursor: pointer;
	height: 10px;
	float: left;	
}

#tabs .tab span, #tabs .no_tab span{
	display: block;
    text-align: center;
    width: 170px;
}

#tabs .no_tab{	
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 178px;
	height: 10px;
	float: left;
	
}

#tabs .selected_tab{
	background: url('../img/tab-selected.png') no-repeat!important;
}

#tabs #selected_tab span{
	
}

.icono_1{
	float:left;
	width: 23px;
	height: 23px;
	position:relative;
	top: -7px;
	left: 7px;
	background:url('../img/icono_busqueda.png') no-repeat;
}

.icono_1_s{
	float:left;
	width: 23px;
	height: 23px;
	position:relative;
	top: -7px;
	left: 7px;
	background:url('../img/icono_busqueda_s.png') no-repeat;
}

.icono_3{
	float:left;
	width: 23px;
	height: 23px;
	position:relative;
	top: -7px;
	left: 7px;
	background:url('../img/icono_hoteles.png') no-repeat;
}

.icono_3_s{
	float:left;
	width: 23px;
	height: 23px;
	position:relative;
	top: -7px;
	left: 7px;
	background:url('../img/icono_hoteles_s.png') no-repeat;
}

.icono_4{
	float:left;
	width: 23px;
	height: 23px;
	position:relative;
	top: -7px;
	left: 7px;
	background:url('../img/icono_vuelos.png') no-repeat;
}

.icono_4_s{
	float:left;
	width: 23px;
	height: 23px;
	position:relative;
	top: -7px;
	left: 7px;
	background:url('../img/icono_vuelos_s.png') no-repeat;
}

.icono_5{
	float:left;
	width: 23px;
	height: 23px;
	position:relative;
	top: -7px;
	left: 7px;
	background:url('../img/icono_datos.png') no-repeat;
}

.icono_5_s{
	float:left;
	width: 23px;
	height: 23px;
	position:relative;
	top: -7px;
	left: 7px;
	background:url('../img/icono_datos_s.png') no-repeat;
}

/*** INFO VIAJE ***/
#info_viaje{
	background: none repeat scroll 0 0 white;
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	overflow: hidden;
	width: 712px;
}

.informacion_viaje{
	margin-left: 8px; 
	background: url('../img/info_content.png') repeat-y;
}

.info_tabs{
	background: url("../img/info_tab.png") repeat-x scroll 0 0 transparent;
	height: 37px;
	margin-top: -5px;
	text-align: center;
	width: 700px;
}

.info_tabs > div{
	color: white;
	cursor: pointer;
	float: left;
	font-size: 14px;
	height: 23px;
	padding-top: 14px;
	width: 175px;
	text-transform: uppercase;
}

.info_tabs > .clear{
	float: none;
}

.info_tabs > div:hover{
	font-weight: bold;
}

#info_tab_selected{
	font-weight: bold;
	background: url('../img/info_tab_selected.png') repeat-x;
}

.contenido_tabs{
	padding-left: 10px;
	padding-right: 10px;
}

.contenido_tabs_pie{
	background: url("../img/info_content_pie.png") no-repeat scroll 0 0 transparent;
	color: white;
	font-weight: bold;
	height: 26px;
	margin-left: 5px;
	padding-top: 14px;
	text-align: center;
	text-transform: uppercase;
	width: 706px;
}


/*** BUSCADOR ***/
.formulario{
	margin-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 665px;
}

.fila_formulario{
	margin-bottom: 10px;
}

.formulario label{
	font-size: 12px;
	width: 87px;
	text-align: right;
}

.formulario select{
	margin-right: 10px;
	margin-bottom: 0px;
}

.formulario .edades_pasajeros{
	float: left;
	display: block;
	width: 150px;
}

.formulario .pasajeros{
	margin: 10px;
}

.formulario .pasajeros > select{
	width: 115px;
	text-align: center;
}

.formulario .pasajeros > label{
	color: #CC6600;
}

.formulario .pasajeros .edades_pasajeros{
	margin-left: 10px;
	margin-top: 5px;
}

.formulario .submit{
	float: right;
	margin-right: 170px;
}


/*** CALENDARIO ***/

#capa_calendario h3 {
  color: #E91529;
  font-size: 14px;
  margin-left: 20px;
}

.calendario_info {
  font-size: 10px;
  margin-left: 16px;
  width: 600px;
}

#calendario{
	background: white;
    border: 1px solid #999999;
    margin-left: 15px;
    padding: 5px;
    width: 484px;
    float: left;
}

.caja_multiselector{
	background: none repeat scroll 0 0 white;
	float: right;
	height: 300px;
	margin-right: 20px;
	width: 165px;
	border: 1px solid #999999;
}

#month_multi_select{
	border: medium none;
	height: 265px;
	list-style: none outside none;
	padding: 0;
	width: 165px;
	margin-left: 0;
}

#month_multi_select .opcion_seleccionada{
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
	cursor: pointer;
	color: #E91529;
	background: #FDE2DE;
	padding-top: 5px;
	padding-bottom: 5px;
}

#month_multi_select .opcion{
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
}

.contenedorSelector{
	width:100%;
	text-align:center;
    height: 26px;
}

.selector{
	margin-top:1px;
	text-align: center;
}

.valorOption{
	
}

.contenedorMeses{
	clear:both;
	width: 100%;
	
}

.capaUnMes{
	
}

.cadaTabla{
	 width:98%;
	 margin: 0 auto;
	 
}

.captionTabla{
	background-color: red;
}

.cabeceraTabla{
	background: #fde2de;
}

.cabeceraTablaTh{
	
}

.filaTabla{
	vertical-align:top;
}

.celdaTabla{
	width:57px;
	height:43px;
	
}

.capaDiaTarifa{
	cursor:pointer;
	width:56px;
	height:42px;
	background: url('../img/celda_precio.png');
	border:1px solid #999999;
}

.capaDiaSinTarifa{
	width:56px;;
    height: 42px;
	border:1px solid #999999;
	background-color: #e7e7e7;
	color: #999999;
}

.capaDiaSuperindice{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
        display:inline;
}

.capaDiaPrecio{
	bottom: -5px;
	color: white;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 56px;
}

.textoDia{
	color: black;
	display: inline;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9px;
	margin-right: 2px;
	padding-left: 4px;
	padding-right: 2px;
	text-align: right;
}

.capaDiaPrecioOld{
    display:none;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	text-decoration:line-through; 
	color:blue;
}

.prev_month{
	background: url("../img/prev.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	height: 25px;
	width: 75px;
}

.prev_button{
	display: inline;
	float: left;
	height: 25px;
	margin-left: 10px;
	margin-top: 2px;
	width: 75px;
}

.next_month{
	background: url("../img/next.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	height: 25px;
	width: 75px;
}

.next_button{
  	display: inline;
	float: right;
	height: 25px;
	margin-right: 10px;
	margin-top: 2px;
	width: 75px;
}

/*** BUSQUEDA BLOQUEADA ***/
.busqueda_bloq{
	font-size: 12px;
}

.busqueda_bloq > div span{
	font-weight: bold;
	color: black;
	margin-left: 25px;
}

.busqueda_bloq .origen_bloq{
	width: 240px;
	float: left;
}

.busqueda_bloq .noches_bloq{
	float: left; 
	width: 180px;
}

.busqueda_bloq .habitaciones{
	color: #CC6600;
}

.busqueda_bloq .cambiar_seleccion{

	cursor: pointer;
float: right;
margin-right: 45px;
}

/*** HOTELES ***/
.titulo_opciones_destino{
	color: #E91529;
	font-size: 18px;
	margin-left: 35px;
	margin-top: 10px;
	text-decoration: underline;
	text-transform: uppercase;
}

.hotel{
	margin: 0 auto;
	width: 670px;
}

.cabecera_hotel{
	background: url('../img/producto_top.png') no-repeat;
	height: 82px;
	width: 666px;
}

.foto_hotel{
	border: 1px solid #D5D5D5;
	display: inline;
	float: left;
	height: 100px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 1px;
	width: 140px;
}

.enlace_hotel {
  font-size: 12px;
}

.foto_hotel a img{
	border: none;
	width: 140px;
	height: 100px;
}

.descripcion_hotel{
 	float: left;
    font-size: 12px;
    margin-left: 30px;
    margin-top: 7px;
    max-height: 95px;
    overflow: hidden;
    width: 400px;
}

.titulo_hotel{
	color: #CC6600;
}

.nombre_hotel{
	display: inline;
	float: left;
	font-size: 18px;
	height: 22px;
	cursor: pointer;
	text-decoration: underline;
}

.star{
	background: url('../img/fullstar.png') no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	float: left;
}

.empty_star{
	background: url('../img/emptystar.png') no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	float: left;
}

.resto{
	display: inline;
	margin-left: 5px;
}

.categoria_hotel{
	float: right;
	margin-right: 35px;
	padding-top: 4px;
}

.cuerpo_hotel{
	background: url('../img/producto_center.png') repeat-y;
	padding-left: 30px;
}

.cuerpo_hotel{
	background: url("../img/producto_center.png") repeat-y scroll 0 0 transparent;
	float: left;
	margin-top: -55px;
	padding-left: 30px;
	width: 636px;
	position: relative;
	z-index: 1000;
}

.provincia_hotel, .poblacion_hotel{
	float: left; 
	font-size: 12px;
	margin-right: 5px;
}

.cadena_hotel{
	float: left;
	font-size: 14px;
	margin-left: 10px;
	padding-top: 5px;
}

.enlace_hotel{
	float: left;
	font-size: 12px;
	color: blue;
	text-decoration: underline;
}

.regimen_hotel{
	float: left;
	font-size: 15px;
	height: 25px;
	padding-top: 10px;
	width: 285px;
	overflow: hidden;
}

.precio_hotel{
	width: 155px;
	float: left;
	height: 27px;
	padding-top: 4px;
}

.nota_hotel{
	display: block;
	float: left;
	font-size: 0.8em;
	margin-left: 50px;
	width: 300px;
}

.texto_precio_hotel{
	font-size: 12px;
}

.cantidad_precio_hotel{
	color: #E91529;
	font-size: 20px;
	font-weight: bold;
}

.opcion_hotel .submit{
	float: left;
	margin-left: 37px;
}

.opcion_hotel .submit_seleccionado{
	float: left;
	margin-left: 37px;
}

.submit_seleccionado{
	background: url("../img/button_selected.png") no-repeat scroll 0 0 transparent;
	color: white;
	cursor: pointer;
	font-weight: bold;
	height: 26px;
	padding-top: 6px;
	text-align: center;
	width: 127px;	
}

.opcion_hotel{
	
}

.pie_hotel{
	background: url('../img/producto_bottom.png') no-repeat;
	height: 82px;
	margin-top: -50px;
	position: relative;
	z-index: 100;
}

.cabecera_opcion_hotel{
	border-bottom: 1px solid #D5D5D5;
	font-weight: bold;
	height: 20px;
	width: 601px;
}

.cabecera_opcion_hotel .regimen_hotel{
	float: left;
	font-size: 12px;
	padding: 0;
	width: 280px;
}

.cabecera_opcion_hotel .precio_hotel{
	width: 280px;
	float: left;
	padding: 0;
	font-size: 12px;
}

.botones_tarifas {
	border-top: 1px solid #D5D5D5;
	padding-left: 25px;
	width: 575px;
	margin-top: 3px;
}

.texto_tarifas {
	float: left;
	font-size: 14px;
	margin-right: 15px;
	margin-top: 10px;
}

.cambiar_tarifa {
	background: url("../img/submit_producto_grey.png") no-repeat scroll 0 0 transparent;
	color: white;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	margin-right: 12px;
	margin-top: 3px;
	padding-top: 7px;
	text-align: center;
	width: 91px;
	cursor: pointer;
}

.tarifa_selected{
	background: url("../img/submit_producto.png") no-repeat scroll 0 0 transparent;
	cursor: inherit;
}

.precio_base{
	background: url("../img/precio_viaje_persona.png") no-repeat scroll 0 0 transparent;
	font-size: 22px;
	height: 39px;
	margin-left: 75px;
	margin-top: 10px;
	padding-left: 20px;
	padding-top: 10px;
	
}

.precio_base .texto{
	font-size: 18px;
	text-transform: uppercase;
}

.etiqueta_precio_base{
	color: white;
	font-weight: bold;
	margin-left: 25px;
	text-decoration: none;
}

#cantidad_base{
	padding-left:80px;
}
/*** MAS INFO ***/
.mas_info_cerabox{
	
}

.cabecera_mas_info{
	margin-bottom: 5px; 

}

.img_casa{
	background-image: url("../img/hotel_img.gif");
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	margin-right: 5px;
	width: 20px;
}

.nombre_hotel_masinfo{
	color: #778899;
	float: left;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-right: 5px;
	width: 80%;
}

.nombre_categoria{
	color: #F89A2D;
	float: left;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 20px;
	margin-right: 5px;
}

.galeria{
	width: 560px;
	margin: 0 auto;
}

.miniaturas{
	width: 230px;
	float: left;
}

.enpeque{
	width: 104px;
	height: 77px;
	float: left;
	margin: 5px;
	cursor: pointer;
}

.enpeque img{
	width: 104px;
	height: 77px;
}

.engrande{
	width: 320px;
	height: 240px;
	float: left;
}

.engrande img{
	width: 330px;
	height: 250px;
}

.ceraboxanchor{
	text-decoration: none;
	color: inherit;
}

.titulo_parrafo_mas_info{
	color: #F89A2D;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.parrafo_mas_info{
	color: #666666;
	font-family: Tahoma,Verdana,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 15px;
}

/*** VUELOS ***/
.mensaje_transporte{
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 55px;
	text-align: center;
}

.alternativas_transporte{
	width: 600px;
	margin: 0 auto;
}

.alternativa_transporte{
	background: url('../img/cambiar_seleccion_big.png') no-repeat;
	width: 200px;
	float: left;
	color: white;	
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	padding-top: 7px;
	text-align: center;
	cursor: pointer;
}

.alternativa_transporte_seleccionada{
	background: url('../img/cambiar_seleccion_big_selected.png') no-repeat;
	width: 200px;
	float: left;
	color: white;	
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	padding-top: 7px;
	text-align: center;
}

.numero{
	float: left;
	width: 80px;
	min-height: 10px;
	
}

.origen{
	float: left;
	width: 100px;
	min-height: 10px;
	overflow: hidden;
}

.destino{
	float: left;
	width: 100px;
	min-height: 10px;
	overflow: hidden;
}

.salida{
	float: left;
	width: 120px;
	min-height: 10px;
	
}

.llegada{
	float: left;
	width: 120px;
	min-height: 10px;
	
}

.company{
	float: left;
	width: 80px;
	min-height: 10px;
	
}

.estado{
	float: left;
	width: 60px;
	min-height: 10px;
	
}

.cabecera_fila_transporte{
	font-weight: bold;
	font-size: 13px;
	background: white;
	width: 680px;
}

.cabecera_transporte{
	border-bottom: 1px dotted #E91529;
	font-size: 16px;
	height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 20px;
	width: 660px;
	color: #E91529;
}

.fila_transporte{
	font-size: 12px;
	width: 680px;
}

.pie_transporte{
	margin-top: 15px;	
}

.pie_transporte .submit{
	float: right;
	margin-right: 20px;
	
}

.pie_transporte .submit_selected{
	float: right;
	margin-right: 20px;
	
}

.pie_transporte .texto{
	float: right;
	width: 80px;
	height: 28px;
	color: #E91529;
	padding-top: 8px;
	font-size: 13px;
}

.pie_transporte .precio{
	color: #E91529;
	float: right;
	font-size: 22px;
	font-weight: bold;
	height: 28px;
	margin-right: 3px;
	text-align: right;
	width: 150px;
}

.par{
	background: white;
}

.impar{
	
}

.transporte{
	margin-left: 20px;
}

.mensaje_vuelos{
	font-size: 14px;
	margin: 0 auto;
	padding-bottom: 45px;
	padding-top: 70px;
	width: 600px;
}

.mensaje_tasas{
	font-size: 12px;
	text-align: center;
}

/*** DISPONIBILIDAD VUELOS ***/
.alternativa_cabecera_transporte{
	border-bottom: 1px dotted #E91529;
	color: #E91529;
	font-size: 16px;
	height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left:20px;
	padding-left: 20px;
	width: 660px;
}

.opcion_alternativa_transporte{
	margin-left:20px;
	margin-bottom: 15px;
}

.opcion_alternativa_transporte .submit, .opcion_alternativa_transporte .submit_seleccionado{
	float: right;
	margin-right: 10px;
}


/*** DATOS ***/
.fila_viajeros{
	width: 640px;	
}

.fila_viajeros > div > label{
	font-weight: bold;
	font-size: 10px;
	width: 100%;
	display: block;
}

.fila_viajeros > div{
	margin-left: 10px;
}

.fila_viajeros > div > input, .fila_viajeros > div > select{
	width: 100%;
}

.fila_viajeros .age{
	display: block;
	float: left;
	width: 30px;
}

.fila_viajeros .gender{
	display: block;
	float: left;
	width: 100px;
}

.fila_viajeros .name{
	display: block;
	float: left;
	width: 140px;
}

.fila_viajeros .lastname{
	display: block;
	float: left;
	width: 240px;
}

.fila_viajeros > .lastname > input{
	width: 45%;
	margin-right: 3px;
}

.fila_viajeros .birthdate{
	display: block;
	float: left;
	width: 90px;
}

.fila_viajeros .birthplace{
	display: block;
	float: left;
	width: 290px;
}

.fila_viajeros .doctype{
	display: block;
	float: left;
}

.fila_viajeros .docnumber{
	display: block;
	float: left;
	width: 100px;
}

.fila_viajeros .passportissuedate{
	display: block;
	float: left;
	width: 105px;
}

.fila_viajeros .passportexpirationdate{
	display: block;
	float: left;
	width: 105px;
}

.fila_viajeros .passportissueplace{
	display: block;
	float: left;
}

.fila_viajeros .destinationaddress{
	display: block;
	float: left;
	width: 290px;
}

.fila_viajeros .nationality{
	display: block;
	float: left;
	width: 100px;
}

.cuerpo_recordatorio .titulo_seleccion{
	font-weight: bold;
	clear: both;
	margin-left: 30px;
	width: 620px;
}

.cuerpo_recordatorio .cabecera_transporte{
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 13px;
	font-weight: bold;
	width: 620px;
	color: black;
	margin-left: 10px;
} 

.cuerpo_recordatorio .cabecera_fila_transporte{
	margin: 0px;
	padding: 0px;
	border: none;
	background: none repeat scroll 0 0 #A8A8A8;
	color: white;
	font-size: 13px;
	font-weight: bold;
	height: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	text-align: center;
	width: 620px;
}

.cuerpo_recordatorio .fila_transporte{
	background: white;
	color: black;
	text-align: center;
	width: 620px;
}

.mensaje_datos{
	font-size: 12px;
	margin-left: 20px;
	padding-bottom: 100px;
	padding-top: 50px;
	text-align: center;
	width: 680px;
}

.nombre_desglose{
	display:inline;
	float: left;
}

.total_desglose{
	display:inline;
	float: left;
}

.lista_desglose{
	float: left;
}

.titulos_viajeros div{
	float: left;
}

.fila_viajeros div{
	float: left;
	width: 100%;
}

.bono{
	width: 700px;
	margin-left: 20px;
	font-size: 12px;
	margin: 0 auto;
}

.cabecera_recordatorio{
	font-size: 13px;
	font-weight: bold;
}

.cabecera_recordatorio span{
	display: block;
	float: left;
}

.cabecera_recordatorio img{
	display: block;
	float: left;
}

.recordatorio_busqueda{
	margin-top: 10px;
}

.contenido_recordatorio{
	margin-left: 20px;
	margin-top: 10px;
	width: 700px;
}

.contenido_recordatorio .campo{
	float: left;
	width: 50%;	
}

.contenido_recordatorio .acomodacion .habitacion{
	margin-left: 15px;
}

.contenido_recordatorio .acomodacion .habitacion strong{
	color: #CC6600;	
}

.titulos_contenido_recordatorio div, .valores_contenido_recordatorio div{
	float: left;
}

.titulos_contenido_recordatorio{
	background: #a8a8a8;
	color: white;
	font-size: 13px;
	font-weight: bold;
	height: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	text-align: center;
	width: 620px;
}

.valores_contenido_recordatorio{
	background: white;
	height: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	text-align: left;
	width: 100%;
	
}

.tcr_nombre{
	width: 185px;
}

.tcr_categoria{
	width: 80px;
}

.tcr_fechas{
	width: 200px;
}

.tcr_regimen{
	width: 155px;
	overflow: hidden;
	height: 20px;
}

.titulos_vuelos_recordatorio div, .valores_vuelos_recordatorio div{
	float: left;
}

.titulos_vuelos_recordatorio{
	background: #a8a8a8;
	color: white;
	font-size: 13px;
	font-weight: bold;
	height: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	text-align: center;
	width: 620px;
}

.valores_vuelos_recordatorio{
	background: white;
	padding-bottom: 10px;
	padding-top: 5px;
	text-align: center;
	width: 620px;
	min-height: 12px;
}

.nombre_servicio{
	width: 300px;
}

.fechas_servicio{
	width: 200px;
}

.pasajeros_servicio{
	width: 100px;
}

.titulo_complemento{
	border: medium none;
	color: black;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding: 0;
	width: 500px;
}

.cabecera_linea_opcion_complemento{
	background: none repeat scroll 0 0 #A8A8A8;
	border: medium none;
	color: white;
	font-size: 13px;
	font-weight: bold;
	height: 10px;
	margin: 0;
	padding: 5px 0 10px;
	text-align: center;
	width: 620px;
}

.linea_opcion_complemento{
	background: none repeat scroll 0 0 white;
	color: black;
	text-align: center;
	width: 620px;
}

.selector_opcion_complemento{
	float: left;
	width: 25px;
	margin-left: 5px;
	
}

.nombre_opcion_complemento{
	float: left;
	margin-left: 10px;
	text-align: center;
	width: 400px;
}

.precio_opcion_complemento{
	float: left;
	margin-left: 10px;
	text-align: right;
	width: 150px;
}

.cabecera_desglose_precio{
	background: url('../img/producto_top.png') no-repeat;
	height: 82px;
	width: 666px;
}

.titulo_desglose_precio{
	border-bottom: 1px dotted #E91529;
	color: #E91529;
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 20px;
	text-transform: uppercase;
	width: 300px;
}

.cuerpo_desglose_precio{
	background: url('../img/producto_center.png') repeat-y;
	padding-left: 30px;
	margin-top: -30px;
}

.total_desglose_precio{
	background: url('../img/precio_desglose.png') no-repeat;
	float: right;
	height: 50px;
	margin-right: 55px;
	margin-top: -30px;
	padding: 70px 30px;
	text-align: center;
	width: 150px;
}

.total_desglose_precio .texto{
	font-size: 16px;
	font-weight: bold;
	margin-top: -10px;
	text-transform: uppercase;
}

.total_desglose_precio .cantidad{
	color: #E91529;
	font-size: 22px;
	font-weight: bold;
}

.total_desglose_precio .precio_por_persona_desglose{
	color: #666;
	font-size: 14px;
}

.total_desglose_precio .precio_por_persona_desglose span{
	font-size: 11px;
}

.pie_desglose_precio{
	background: url('../img/producto_bottom.png') no-repeat;
	height: 82px;
	margin-top: -50px;
}

.enlace_contenido_complemento{
	text-decoration: underline;
	float: right;
	margin-right: 15px;
	margin-top: -15px;
}

.lista_desglose{

}

.linea_desglose, .linea_desglose_descuento{
	border-bottom: 1px solid #D5D5D5;
	font-size: 13px;
	padding-top: 5px;
	text-transform: uppercase;
}

.linea_desglose_descuento .total_desglose{
	color: #CC6600;
}

.nombre_desglose {
  display: inline;
  float: left;
  width: 300px;
}

.total_desglose {
  display: inline;
  float: left;
  text-align: right;
  width: 100px;
  font-weight: bold;
}

.botonera_opciones{
	margin: 0 auto;
	width: 510px;
	margin-top: 10px;
}

.boton_opcion{
	background: url("../img/opcion_button.png") no-repeat;
	color: white;
	float: left;
	height: 31px;
	margin-right: 15px;
	padding-top: 7px;
	font-weight: bold;
	text-align: center;
	width: 234px;
	cursor: pointer;
}

.metodo_pago{
	width: 700px;
	margin-left: 25px;
	margin-top: 20px;
	font-size: 12px;
}

.cabecera_metodo_pago{
	color: #CC6600;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.cuerpo_metodo_pago{

}

.opcion_metodo_pago{
	display: inline-block;
	font-size: 14px;
	width: 330px;
	font-weight: bold;
}

#datos_maxmind{
	width: 700px;
	margin-left: 25px;
	margin-top: 20px;
	font-size: 12px;
}

.cabecera_datos_maxmind{
	color: #CC6600;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.cuerpo_datos_maxmind{
	width: 600px;
}

.cuerpo_datos_maxmind div{
	float: left;
}

.nombre_tarjeta{
	width: 500px;
}

.nombre_tarjeta input{
	width: 500px;
}

.tipo_tarjeta{
	width: 200px;
}

.tipo_tarjeta select{
	width: 200px;
}

.numero_tarjeta{ 
	width: 250px;
	margin-left: 50px;
}

.numero_tarjeta input{
	width: 250px;
}

.caducidad_tarjeta{
	width: 150px;
}

.cvv{
	width: 200px;
	margin-left: 100px;
}

/*** PRESUPUESTO ***/
.datos_usuario{
	width: 700px;
	margin-left: 25px;
	font-size: 12px;
	margin-top: 20px;
}

.cabecera_datos_usuario{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC6600;
}

.bloque_datos_usuario{
	margin-top: 5px;
	width: 330px;
	float: left;
}

.bloque_comentario{
	margin-top: 5px;
}

.bloque_datos_usuario .nombre_campo, .bloque_comentario .nombre_campo{
	font-weight: bold;
}

.text_campo textarea{
	width: 630px;
}

.input_campo input{
	width: 300px;
	margin: 0 auto;
}

.mas_informacion{
	margin-top: 10px;
}

.titulo_mas_informacion{
	font-weight: bold;
}

.button{
	background: url("../img/opcion_button.png") no-repeat;
	color: white;
	float: right;
	height: 31px;
	margin-right: 35px;
	padding-top: 7px;
	text-align: center;
	width: 234px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
}

/*** RESERVA ***/
#documento{
	width: 206px;
}

input[name=ciudad]{
	width: 200px;
}

input[name=cp]{
	width: 90px;
}

.viajeros{
	width: 700px;
	margin-left: 25px;
	font-size: 12px;
	margin-top: 20px;
}

.cabecera_viajeros{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC6600;
}

.titulos_viajeros{
	font-weight: bold;
}

.titulos_viajeros div{
	text-align: center;
}

.tipo {
  	height: 20px;
  	width: 50px;
}

.sexo{
	width: 90px;
}

.nombre{
	width: 120px;
}

.nombre input{
	width: 110px;
}

.apellidos{
	width: 250px;
}

.apellidos input{
	width: 115px;
	margin-left: 2px;
}

.fecha_nacimiento{
	width: 120px;
}

.fecha_nacimiento input{
	width: 120px;
	margin: 0 auto;
	text-align: center;
	display: block;
}

.condiciones_generales{
	width: 700px;
	margin-left: 25px;
	font-size: 12px;
	margin-top: 20px;
}

.cabecera_condiciones_generales{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC6600;
}

.importe_a_pagar{
	font-size: 12px;
	margin-left: 20px;
	margin-top: 5px;
}

.cabecera_importe{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

.cabecera_importe span{
	text-transform: uppercase;
	color: #E91529;
	border-bottom: 1px dotted #E91529;
}

.deposito{
	margin-left: 15px;
	margin-bottom: 5px;
}

.titulo_deposito{
	font-weight: bold;
	font-size: 13px;
}

.valor_deposito{
	font-weight: bold;
	font-size: 16px;
	color: #E91529;

}

/*** RESERVA ***/
.mensaje_reserva{
	font-size: 14px;
	font-weight: bold;
	margin-left: 20px;
	width: 700px;
	margin: 25px auto;
}

#bono{
	margin: 0 auto;
	width: 690px;
	font-size: 12px;
}

.cargando_reserva{
	font-size: 12px;
	margin: 0 auto;
	padding-bottom: 70px;
	padding-top: 50px;
	text-align: center;
	width: 310px;
}

.error_reserva{
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto;
	padding-bottom: 70px;
	padding-top: 50px;
	width: 900px;
}

/*** PRESUPUESTO ***/
#mensaje_presupuesto{
    background-color: #5bb75b;    
    color: #fff;
    padding: 10px 20px;
    margin: 10px;
    font-size: 15px;
}




/*** CERABOX ***/
#cerabox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1106;
	display: none;
}

#cerabox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url("../img/cerabox.png");
}

#cerabox-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
	background: #000;
	opacity: .5;
}

#cerabox {
	left: 10% !important;
	width: 80% !important;
	top: 5% !important;
	margin: 0!important;
	opacity: 0;
	z-index: 1101;
	display: none;
	padding: 10px;
	
	background-color: #FFFFFF;
	border: 1px solid #B5B5B5;
	display: none;
	height: 90vh !important;
	padding: 10px;
	width: 770px ;
}

#cerabox .cerabox-content {
	position: relative;
	z-index: 1102;
	
	width: 100% !important;
	height: 100% !important;
	overflow-x: hidden;
	overflow-y: auto;
}

#cerabox .cerabox-content img {
	float: left;
}

#cerabox .cerabox-content span {
	font-family: Helvetica;
	font-size: 12px;
	margin: 10px;
	display: block;
	color: #000;
	line-height: normal;
}

#cerabox .cerabox-title {
	z-index: 1102;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
	background: #000;
	background: rgba(0,0,0,.8);
	width: 100%;
}

#cerabox .cerabox-title span {
	font-family: Helvetica;
	font-size: 12px;
	margin: 10px;
	display: block;
	line-height: normal;
}


#cerabox .cerabox-close {
	position: absolute;
	top: 0px;
	right: 5px;
	width: 30px;
	height: 38px;
	background: transparent url('../img/cerabox.png') -40px -288px;
	cursor: pointer;
	z-index: 1105;
}

#cerabox .cerabox-content img {
	/*
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;*/
}

#cerabox .cerabox-content iframe {
	width: 100% !important;
	height: 100% !important;
	box-sizing: border-box !important;
	border: none;
	display: block;
}

#cerabox a.cerabox-left, #cerabox a.cerabox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../img/blank.gif');
	z-index: 1104;
	display: none;
}

#cerabox a.cerabox-left {
	left: 0px;
}

#cerabox a.cerabox-right {
	right: 0px;
}

#cerabox a.cerabox-left span, #cerabox a.cerabox-right span {
	position: absolute;
	top: 50%;
	/*left: -9999px;*/
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1104;
	display: block;
}

#cerabox a.cerabox-left:hover span {
	background-image: url('../img/cerabox.png');
	background-position: -40px -30px;
	left: -15px;
}

#cerabox a.cerabox-right:hover span {
	background-image: url('../img/cerabox.png');
	background-position: -40px -60px;
	right: -15px;
}

#cerabox .cerabox-content-protection {
	display: none;
	position: absolute;
	background: transparent url('../img/blank.gif');
	z-index: 1103;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

/*IE6*/
#cerabox-loading.ceraboxbox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#cargandoPromo {
    left: 50%;
    margin-left: -212px;
    margin-top: -93px;
    position: fixed;
    top: 50%;   
    z-index: 100000;
}

#cargandoPromo .fondoCargando {
    background: #333 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
}

#cargandoPromo .imagenCargando {
    z-index: 100001;
    position: relative;
}

#promocode {
  background: #fff none repeat scroll 0 0;
  border-color: #ccc;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  padding: 0 15px;
}

#promocode h3 {
	color: #fe6600;
	font-family: Arial,sans-serif;
	font-size: 21px;
	font-weight: normal;
	line-height: 32px;
}

#fondo{
	position:fixed; 
	height: 100%; 
	width: 100%; 
	opacity: 0.8; 
	display: none; 
	background-color: rgba(0,0,0,0.5); 
	top: 0; 
	left: 0; 
	z-index: 100;
}

.otras-ofertas-container{
	display:none; 
	padding: 3em;
    top: 15em; 
    left: 20%; 
    z-index: 101; 
    background-color: white; 
    border: 0px solid black; 
    position: fixed;
    width: 60%;
    text-align: center;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.5);
}

.otras-ofertas-container h1{
	font-size: 2.6em;
}

.otras-ofertas-container a{
	padding-left: 2em;
	padding-right: 2em;
}