
/* diferentes zonas home */
#zona1 {           
        float:left;
	padding-left:15px;
	padding-top:4px;
	width:266px;
	height:510px;
	overflow:hidden;
}    

#zona2 {           
        float:left;
	width:266px;
	height: 242px;
	margin-top:25px;
	margin-left:15px;
	_margin-left:7.5px;
	overflow:hidden;
}    

#zona3 {           
        overflow:hidden;
	float:right;
	margin-bottom:10px;
	margin-top:6px;
	margin-right:20px;
	_margin-right:10px;
	width:471px;
	height:775px;
}    


#zona4 {           
        width:743px;
	height: 25px;
	margin-left:15px;
	overflow:hidden;
	margin-top:3px;
}    
   



/* zona 4 */
.gBlock{
	border-color:#EFEFEF #9ED5FC #9ED5FC #EFEFEF;
	border-style:solid;
	border-width:1px;
}

/*** Nav bar styles ***/
ul.nav{
margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
		
}
ul.nav li{
	float:left;
	position: relative;
	height: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0CAC26;
}
ul.nav li div {
	background: #fff url(../img/lsb_navBg.jpg) repeat-x top left scroll;
	border-top: solid 1px #efefef;
	border-left: solid 1px #efefef;
	border-bottom: solid 1px #9ed5fc;
	border-right: solid 1px #9ed5fc;
	line-height: 23px;
	height:23px;
	text-align:center;
	}
ul.nav li div a{
	text-decoration:none;
	color:#0CAC26;
	font-weight:bold;
	}	
#nav11 div{ width:263px; margin-right:9px;background: url('/images/boton_checkin.gif') no-repeat 1px 1px; cursor: pointer;}
#nav2 div { width:298px; margin-right:4px; text-align:left; cursor: pointer;}
#nav2 div img{ float:left}
#nav3 div{ width:163px;}

/* Bloque vuelos ZONA 2*/
.lsb_block{
		background:url(../img/lsb_fondo.jpg) top left repeat-x scroll;
		
	}
	#leftwrapper {
		width:264px; 
	}
	
	#leftwrapper .leftblock{
		height: 240px;	
	}
	#leftwrapper .leftblock div {
		padding: 2px 5px;
	}
	.lsb_title{
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		color:#0db22e;		
	}
	.lsb_title a{
		color:#0db22e;
		text-decoration:none;
	}
	.lsb_gray{
		font-family:Arial, Helvetica, sans-serif;
		color:#666;
	}
	
	table.lsb_tablaPrecios{
		color:#666;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	table.lsb_tablaPrecios a{
		color:#666666;
		text-decoration:none
	}
	table.lsb_tablaPrecios td {
		height:22px;
		line-height:24px;
		padding-left:5px;
	}
	table.lsb_tablaPrecios td.precio{
		text-align:center;
		font-size:18px;
		
	}
	table.lsb_tablaPrecios td.precio a{
		color:#0db22e;	
	}
	table.lsb_tablaPrecios td.precio .lsb_euro{
		font-size:11px;
	}
	table tr.lsb_impar{
		background-color:#FFFFFF;
	}
	
/* parte pesta�as  */

.homepestanas1 {
	background-image:url(../img/tab.jpg);
	background-repeat:no-repeat;
	width:100px;
	height:17px;
    text-align: center;

}

.homepestanas2 {
	background-image:url(../img/tab2.jpg);
	background-repeat:no-repeat;
	width:100px;
	height:17px;
    text-align: center;

}

.textpestanas1 {

	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #515050;
	text-decoration: none;
	font-weight: bold;

}

.textpestanas2 {

	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #708090;
	text-decoration: none;

}

/** estilo para el booking, a�adito en 11-2007 **/


.bt_horarios a{
margin-top: 1px;
display:block;
width:66px;
height:21px;
float: left;
}

.bt_horarios a:hover, .bt_horarios a:focus, .bt_horarios a:active{
background-position: 0 -21px;
}

.bt_ayuda a{
margin-top: 1px;
display:block;
width:55px;
height:21px;
float: left;
}

.bt_ayuda a:hover, .bt_ayuda a:focus, .bt_ayuda a:active{
background-position: 0 -21px;
}


/*** PARTE DE METEO ***/

#items_container {
	width: 160px;
	height: 23px;
	overflow: hidden;
	position: absolute;  
	left: 0;
	top: 0;
	
}

div.slide_item {
	width: 160px;
	height: 23px;
	position: absolute;
	left: 500px;
	
}

div.first_item {
	left: 0;
}


div.slide_item p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

.texto_meteo{
    margin-left:1px;
    vertical-align:6px;
    
}
/*** NOTICIAS ****/
.enlaceNoticias{
  text-decoration:none;
  color:#A6A5A5;
  font-size:12px;
  margin-left:5px;
}


/********************* Formulario fltante de Checkin ******************/
#formulario_checkin{
	visibility: hidden;
	width: 262px;
	min-height: 200px;
	background-color: white;
	border: 1px solid #9ed5fc;
	-moz-box-shadow: 3px 3px 5px #999;
	-webkit-box-shadow: 3px 3px 5px #999;
	box-shadow: 3px 3px 5px #999;
	padding: 1px;
	position: absolute;
	z-index: 1;
	top: 3px;
	left: 15px;
}

#formulario_checkin .titulo{
	background: #e6e6e6 url('/images/boton_checkin_cerrar.png') no-repeat 225px 6px;
	color: #999999;
	background-color: #e6e6e6;
	font-size: 14px;
	text-align: center;
	margin:0;
	padding: 2px 0;
	cursor: pointer;
}

#formulario_checkin .formulario{
	margin: 15px;
	_margin-right: 7px;
}

#formulario_checkin .formulario p{
	margin: 0 0 15px;
	font-size: 11px;
	color: #666666;
}
#formulario_checkin .formulario label{
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	width: 100px;
}
#formulario_checkin .formulario select{
	width: 130px;
	font-size: 11px;
	border: 1px solid #CCCCCC;	
}
#formulario_checkin .formulario input{
	border: 1px solid #9ed5fc;
	width: 128px;
	font-size: 11px;	
	float: left;
}
#formulario_checkin .fila{
	margin: 6px 0;
}
#formulario_checkin .contenedor_boton{
	background-color: #E6E6E6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 5px;
	padding: 15px 38px;
}
#formulario_checkin .contenedor_boton .boton{
	background: transparent url('/images/boton_facturar.gif') no-repeat 0 0;
	width: 175px;
	height: 30px;
	border: 0px;
	font-size: 14px;
	font-family: Arial;
	text-align: center;
	padding-top: 8px;
	cursor: pointer;
	
}

#formulario_checkin .formulario input.mini{
	width: 30px!important;
	margin-right: 10px;
}
#formulario_checkin #checkin_numero2{
	display: none;
	width: 85px;
}


