/* //////////////////////////  GENERALES \\\\\\\\\\\\\\\\\\\\\\\\\\\ */
body{
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow-x:hidden;
}

#super_cont{
	width: 100%;
	margin: 0 auto 0 auto;
}

.clear{
	clear: both;
}

img{
	border: none;
}	

.cont{
	width: 600px;
	margin: 0 auto 0 auto;
}
	
h1, h2, h3, h4 ,h5 {	
	padding: 0;
	margin: 0;
}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.oculto{	
	visibility: hidden;
	display: none;
}
	
.destacado{
	color: #CC0000;
	font-weight: bold;
}

input{ 
	float: left;
}

label{
	font-weight: bold;
	float: left;
}

.cont_pestanyas{
	width: 1024px;
	margin: 0 auto 0 auto;
}

#cabecera{	
	position: relative;
	padding: 10px 0 0 0;
}

#logo{	
	float: left;
}

/*////////////////////////   INFORMACION //////////////////////////*/
.tit_ext {
  color:#3366CC;
  display:block;
  font-size:16px;
  font-weight:bold;
  margin:0;
  padding:0 0 5px;
}

.tit_ext span, .tit_ext_b span {
  color:#A7B5E2;
  font-weight:bold;
}

.texto{
  color:#3366CC
}

#cont_central_3 {
  float:left;
  width:580px;
}

.Estilo18 {
  color:#666666;
}

.Estilo49 {
  color:#33CC99;
}

.Estilo59 {
  color:#666666;
  font-size:11px;
  font-style:italic;
}

.Estilo60 {
  color:#666666;
  font-weight:bold;
}

.Estilo61 {
  color:#CC0000;
}

.Estilo64 {
  color:#CC0000;
  font-size:13px;
}

.Estilo67 {
  font-size:13px;
}

.Estilo71 {
  color:#666666;
  font-size:12px;
  font-weight:bold;
}

.Estilo73 {
  color:#333333;
  font-weight:bold;
}

/* ///////////////////////////////////// MENU \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
#menu{
	float: right;
	font-size: 12px;
	padding: 0;
}

#menu ul{
	margin: 0;
	padding: 0;
}

#menu ul li{
	float: left;
	list-style: none;
	background: url("../imagenes/menu_izq.gif") 0% 0 no-repeat;	
	margin: 0 0 0 4px;
}

#menu ul li a{
	display: block;
	background: url("../imagenes/menu_dcha.gif") 100% 0 no-repeat ;
	text-decoration: none;
}

#menu ul li a strong{
	background: url("../imagenes/menu_fondo.gif") repeat-x;
	margin: 0 9px 0 9px;
	padding: 4px 5px 6px 5px;
	color: #FFFFFF;
	display: block;
}

#menu ul li#active{
	background: url("../imagenes/menu_act_izq.gif") 0% 0 no-repeat;
	display: block;
}

#menu ul li#active a{
	background: url("../imagenes/menu_act_dcha.gif") 100% 0 no-repeat ;
	text-decoration: none;
	display: block;
}

#menu ul li#active a strong{
	background: url("../imagenes/menu_act_fondo.gif") repeat-x;
	margin: 0 9px 0 9px;
	padding: 4px 5px 6px 5px;
	color: #FFFFFF;
	display: block;
}

/* ///////////////////////////////////// MENU PEPE \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
#menu_pepe{
	float: right;
	font-size: 12px;
	padding: 0;
}

#menu_pepe ul{
	margin: 0;
	padding: 0;
}

#menu_pepe ul li{
	float: left;
	list-style: none;
	background: url("../imagenes/menu_rojo_izq.gif") 0% 0 no-repeat;	
	margin: 0 0 0 4px;
}

#menu_pepe ul li a{
	display: block;
	background: url("../imagenes/menu_rojo_dcha.gif") 100% 0 no-repeat ;
	text-decoration: none;
}

#menu_pepe ul li a strong{
	background: url("../imagenes/menu_rojo_fondo.gif") repeat-x;
	margin: 0 9px 0 9px;
	padding: 4px 5px 6px 5px;
	color: #FFFFFF;
	display: block;
}

#menu_pepe ul li#active{
	background: url("../imagenes/menu_rojo_act_izq.gif") 0% 0 no-repeat;
	display: block;
}

#menu_pepe ul li#active a{
	background: url("../imagenes/menu_rojo_act_dcha.gif") 100% 0 no-repeat ;
	text-decoration: none;
	display: block;
}

#menu_pepe ul li#active a strong{
	background: url("../imagenes/menu_rojo_act_fondo.gif") repeat-x;
	margin: 0 9px 0 9px;
	padding: 4px 5px 6px 5px;
	color: #FFFFFF;
	display: block;
}

/*//////////////////////// FRANJA \\\\\\\\\\\\\\\\\\\\\\\\\*/
#franja{
	width: 100%;
	height: 20px;
	background: #3366CC;
}

#franja a{
	color: #FFFFFF;
	font-size: 11px;
}

li.login{
	float: left;
	padding: 2px 6px 2px 0;
	line-height: 12px;
}

li.login span{	
	color: rgb(153,178,229);	
	line-height: 10px;
	display: block;
	padding: 2px 0 2px 0;
}

li#agencias{
	float: right;
	padding: 2px 0 2px 0;
	line-height: 12px;
}

/* ////////////////// MARCOS //////////////////*/
.cab_i{
	background: url("../imagenes/esq_sup_izq.gif") no-repeat left top rgb(237,237,237);
	padding: 0 0px 0 9px;
	margin: 15px 9px 0px 0px;
	width: 100%; 
}

.cab_d{
	background: url("../imagenes/esq_sup_dcha.gif") no-repeat right top;
	padding: 9px 9px 0 9px;
}

.cuerpo_p{	
	background: rgb(237,237,237);
	padding: 0 0px 0 9px;
	width: 100%;
	float: left;
} 

.cuerpo_p fieldset{
	padding: 0 0 8px 5px;
	margin: 0;
}

.pie_i{
	background: url("../imagenes/esq_inf_izq.gif") no-repeat left bottom rgb(237,237,237);
	padding: 0px 0px 0 9px;
	margin: 0 9px 0px 0px;
	width: 100%;
}

.pie_d{
	background: url("../imagenes/esq_inf_dcha.gif") no-repeat right bottom;
	padding: 9px 9px 0 9px;
}

.cab_i_b{
	background: url("../imagenes/esq_sup_izq.gif") no-repeat left top rgb(237,237,237);
	padding: 0px 0px 0px 9px;
	margin: 15px 0px 0px 0;
	width: 100%; 
	height: 33px;
}

.cab_d_b{
	background: url("../imagenes/esq_sup_dcha.gif") no-repeat right top;
	padding: 0px 9px 0 9px;
	height: 28px;
}

ul.cab_d_b li.o_d{
	float: left;
	width: 90px;
	margin: 7px 0 3px 0px;
}

ul.cab_d_b li.fechas{
	float: left;
	width: 102px;
	margin: 1px 14px 3px 7px;
}

ul.cab_d_b li.vuelo{
	float: left;	
	margin: 7px 10px 3px 0px;
}

ul.cab_d_b li.clase{
	float: left;	
	margin: 7px 0 3px 0px;
}

.cuerpo_b {	
	margin: 0;
	padding: 0;
	border-right: 2px solid rgb(237,237,237);
	border-left: 2px solid rgb(237,237,237);
	padding: 0 0px 0 9px;
	float: left;
}
	
.cuerpo_b{
	width: 578px;
}

.sub_cont_medio_i{	
	float: right;
	width: 160px;
	height: 150px;
	!height: 160px;
	padding: 0;
	margin-right:7px;
	
}

.cuerpo_2{	
	background: rgb(237,237,237);
	padding: 0 0px 0 9px;
	width: 100%;
	float: left;
	height: 160px;
}

.sub_cont_medio_d{	
	float: right;
	width: 383px;
	height: 150px;
	margin-top: 15px;
}


/*/////////////////// PAGO ////////////////////*/
#tit_reserva{
	background: url("../imagenes/tit_reserva.gif") no-repeat 0 0;
	width: 284px;
	height: 19px;
	margin: 15px 0 0px 5px;
}

#sub_cont_central{
	width: 582px;
	float: left;
	margin-top:25px;
}

#contacto{
	margin: 0 0 0px 5px;
}

#tarjeta_credito{	
	margin: 0 0 0 124px;
}

fieldset{
	border: none;
	padding: 0;
}

fieldset span{
	margin: 0;
	padding: 0;
}

.nom_paso3, .nom_tarjeta, .nom_caducidad {
	float: left;
	width: 170px;
	margin: 0 62px 0 0;
	padding:0 0 2px 0;
	color: rgb(110,110,110);
}

.nom_caducidad{
	margin: 0;
	width: 100px;
}
	
.nom_tarjeta{
	width: 120px;
	margin-right: 72px;
}


.caja_3{
	width: 170px;
	margin-right: 15px;
	padding-left: 3px;
	float: left;
}

.caja_3_c{
	width: 170px;
	margin-right: 55px;
	padding-left: 3px;
	float: left;
}

.caja_3_tit{
	width: 145px;
	float: left;
}

#lock{
	background: url("../imagenes/icono_candado.gif") no-repeat 0 0;
	height: 28px;
	width: 29px;
	float: left;
	margin: -5px 0 0 7px;
	padding: 0;
}

.caja_cad{	
	float: left;
}

#recogida{
	float: left;
	background: url("../imagenes/icono_info.gif") no-repeat 0 5px;
	padding: 7px 0 5px 22px;
}

#expl_residentes{	
	display: block;
	padding: 4px 0 0 0;
	margin: 0;
	color: #cc0000;
	font-weight: bold;
	float:left;
}

/*///////////// VUELOS ////////////////////*/
#tit_confirm_vuelos{
	background: url("../imagenes/tit_confirm_vuelos.gif") no-repeat 0 0;
	width: 316px;
	height: 20px;
	margin: 15px 0 0px 5px;
}
	
ul.vuelos_selec, ul.vuelos_selec li, ul.confirm_tarifa{
	float: left;
	padding: 5px 0 5px 0;
	font-size: 12px;
}

ul.confirm_tarifa,ul.confirm_tarifa li {
	float: left;
	padding: 5px 0 5px 0;
	font-size: 12px;
  width: 100%;
}

ul.vuelos_selec li.o_d{
	width: 90px;
	padding-left:6px;
}

ul.vuelos_selec li.fechas{
	width: 125px;
}

ul.vuelos_selec li.vuelo{
	width: 70px;
	padding-left:8px;
}

ul.vuelos_selec li.clase{
	margin-left: 3px;
	padding-left:8px;
}
.sep_b{	
	clear: both;
	border-bottom: 1px solid rgb(237,237,237);
	margin: 0 10px 0 5px;
	padding:1px;
}

.pie_i_b{
	background: url("../imagenes/esq_inf_izq.gif") no-repeat left bottom rgb(237,237,237);
	padding: 0px 0px 0px 9px;
	margin: 0 9px 0px 0;
	width: 100%;
	height: 28px;
}

.pie_d_b{
	background: url("../imagenes/esq_inf_dcha.gif") no-repeat right bottom;
	padding: 0px 9px 0px 9px;
	height: 28px;
}

/* ////////////////// SUPLEMENTOS /////////////////////////*/

.pago_franquicia {
  font-weight: bold;
  margin:20px;
  font-size: 16px;
}

#tit_confirm_suplementos { 
  background: url("../imagenes/tit_confirm_suplementos.gif") no-repeat 0 0;
  width: 316px;
	height: 20px;
	margin: 15px 0 0px 5px; 
}

ul.cab_d_b li.suply{
	float: left;
	width: 410px;
	margin: 7px 0 3px 0px;	
}

ul.cab_d_b li.cant{
	float: left;
	margin: 0px 0 3px 0px;
	width: 80px;
	text-align: center;
}

ul.cab_d_b li.sup_total{
	float: right;
	margin: 7px 0 3px 0px;
	width: 70px;
	text-align: center;
}

ul.sup li.suply{
  float: left;
	width: 420px;
	!width: 373px;
	margin: 7px 0 3px 0px;
}

ul.sup li.cant{
  float: left;
	width: 85px;
	!width: 55px;
	margin: 7px 0 3px 0px;
}

ul.sup li.total{
  float: left;
	width: 40px;
	margin: 7px 0 3px 0px;
}

.check_sup{	
	display: block;
	float: left;
	margin: 8px 3px 0 0;
	width: 12px;
	height: 12px;
}

#importe_total_suplemento{	
	float: right;
	padding: 6px 10px 0 0;
	color: #CC0000;
}

.tbpax{
  margin-left: 15px;
  float: left !important;
/*  *float: none !important;*/  
}

ul.sup li.suply_pax{
  float: left;
	width: 370px;
/*	!width: 326px;*/
	margin: 7px 0 3px 0;  	
}

ul.sup li.suply_pax_fac{
  float: left;
	width: 405px;
/*	!width: 326px;*/
	margin: 0 0 3px 0;
  font-weight: bold;  	
}

ul.sup li.sup_total_pax{
  float: right;
	width: 80px;
	!width: 90px;
	text-align: center;	
}

ul.sup li.equrut{  
  float: left;
	margin: 7px 0 3px 0px;
	width: 130px;
	text-align: center;
}

.caja_rut_pax_leg{
  float: center;  
  width: 140px;
  margin: 0 10px 0 10px;
}

ul.sup li.suply_pax_leg{
  float: left;
	width: 230px;
	!width: 210px;
	margin: 7px 0 3px 0;  	
}

ul.sup li.cant_leg{  
  float: left;
	margin: 7px 0 3px 12px;
	!margin: 7px 5px 3px 12px;
	width: 75px;
	!width: 35px;
	text-align: center;
}	

ul.sup li.sup_total_pax_leg{
  float: right;
	margin: 7px 0 3px 0px;
	/*!margin: 7px 0 3px 0px;*/
	width: 70px;
	!width: 90px;
	_width: 60px;
	text-align: center;	
}



/*///////////////////PASAJEROS //////////////////*/
#tit_pasajeros{
	background: url("../imagenes/tit_pasajeros.gif") no-repeat 0 0;
	width: 297px;
	height: 20px;
	margin: 15px 0 0px 5px;
}

ul.cab_d_b li.pasaj{
	float: left;
	width: 165px;
	margin: 7px 0 3px 0px;
}

ul.cab_d_b li.n_facturado{
	float: right;
	margin: 7px 35px 3px 0px;
}


/* /////////////////////////////// CONDICIONES //////////////////////*/
#condiciones{
	margin: 15px 0 10px 0;
	float: left;
	padding-left: 10px;
}

#condiciones a{
	color: rgb(51,106,207);
}

#condiciones a:hover{
	color: rgb(162,189,217);
}

#condiciones div{	
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
	width: 658px;
}

.boton_pago{	
	float: right;
	background: url("../imagenes/boton_pago.gif") no-repeat 0 0;
	width: 123px;
	height: 26px;
	padding: 0;
	margin: 31px 0 40px 0;
	cursor: pointer;
}

.boton_pago2{	
	float: right;
	background: url("../imagenes/boton_imprimir.gif") no-repeat 0 0;
	width: 123px;
	height: 26px;
	padding: 0;
	margin: 31px 0 40px 0;
	cursor: pointer;
}

.check{	
	display: block;
	float: left;
	margin: 2px 3px 0 0;
	width: 12px;
	height: 12px;
}

label.p4{
	font-weight: normal;
}

.condic {
  text-align:justify;
}

/* ||||| menu inferior ||||| */
ul.menu_inf{
	padding-bottom: 5px;
	width: 815px;
	margin: 0 auto 0 auto;
}
ul.menu_inf li{
	display: inline;
	padding: 0 4px 0px 0;
	color: rgb(45,84,154);
	font-size: 11px
}

ul.menu_inf li a{
	color: rgb(45,84,154);
	font-size: 11px
}

ul.menu_inf li a:hover{			
	color: rgb(162,189,217);
}

/* ////////////////////////// PIE \\\\\\\\\\\\\\\\\\\\\\\\\\*/
#pie{	
	border-top: 1px solid #999999;
	width: 815px;
	margin: 0 auto 0 auto;
}

#pie p{	
	color:#999999;
	padding-top: 5px;
	font-size: 11px;
	margin: 0;
	width: 600px;
	padding-bottom: 30px;
}

#pie p a{	
	color: #999999;
}

#pie p a:hover{	
	color: #666666;
}

/*////////////////////////////// PRINT RESRVA ///////////////////*/
#localizador{
	background: url("../imagenes/pildora_g.gif") 0 0 no-repeat;
	height: 30px;
	width: 230px;
	margin: 20px 0 10px 0;
	float: left;
}

#localizador span{
	float: left;
	display: block;
	padding: 6px 0 0 11px;
}

#localizador strong{
	float:left;
	display: block;
	padding: 6px 0 0 0;
	text-align: center;
	width: 128px;
}

ul.cab_d_b li.p4_2{
	float: left;
	width: 70px;
	margin: 7px 0 3px 0px;
}

ul.cab_d_b li.p4_3{
	float: left;
	width: 65px;
	margin: 7px 0 3px 0px;
}

ul.vuelos_selec li.vuelo_p4{
	width: 75px;
}

ul.vuelos_selec li.fecha_p4{
	width: 78px;
}

ul.vuelos_selec li.hora_p4{
	width: 60px;
}

.pie_i_c{
	background: url("../imagenes/remate_marco_3.gif") no-repeat;
	padding: 0px 0px 0px 9px;
	margin: -3px 0px 0px 0;
	width: 100%;
	height: 28px;
}

.pie_d_c{
	background: url("../imagenes/remate_marco_4.gif") 100% 0 no-repeat;
	padding: 0px 0px 0px 9px;
	height: 28px;
}

ul.confirm_tarifa li.pasaj{
	width: 64%;
	float: left;
}

ul.confirm_tarifa li.n_facturado{
	text-align: center;
	width: 36%;
}

