@charset "utf-8";
/* CSS Document */

body{
	background:#FFFFFF url(../imagenes/fondo.jpg) repeat-x;
	padding:0;
	margin:0;
	font-family:Tahoma, Geneva, sans-serif;
}


img{
	border:none;
}
h2{
	font-size:20px;
	color:#0086C7;
}
h3{
	font-family:Cambria, Calibri, Arial;
	font-size:23px;
	color:#4B4B4B;
	text-align:center;
}
p{
	font-family:Calibri;
	font-size:13px;
	color:4E4E4E;
	text-align:justify;
}

/*------------------------------------ ESTRUCTURA DE LA PAGINA -----------*/

#contenedor{
	width:960px;
	height:auto;
	margin:0 auto;
}

#cabeza{
	width:auto;
	height:132px;
}

#cuello{
	width:auto;
	height:285px;
}

#cuerpo{
	width:auto;
	height:auto;
}

#pie{
}

#logo{
	position:absolute;
	width:190px;
	height:130px;
	margin-top:10px;
}
#lenguaje{
	width:250px;
	height:40px;
	padding-top:6px;
	margin-top:10px;
	float:right;
}

#panel1{
	position:absolute;
	width:291px;
	height:290px;
}

#clima{
	background:url(../imagenes/fondoClima.png) no-repeat;
	height:89px;
	padding-left:10px;
	font-family:"Franklin Gothic Book";
	padding-top:5px;
}
#clima img{
	border:5px solid #FFFFFF;
}
#clima h1{
	font-family:"Franklin Gothic Book";
	font-weight:normal;
	color:#FFFFFF;
	font-size:15px;
	padding:0;
	margin:0;
}

#clima table td{
	color:#FFFFFF;
	font-family:"Franklin Gothic Book";
	font-size:12px;
}
#panel2{
	height: 326px;
    margin-left: 298px;
    padding-top: 35px;
	padding-left:13px;
    position: absolute;
    width: 710px;
	
}
.panel2_es{
	background:url(../imagenes/fondoBanner.gif) no-repeat;
}
.panel2_en{
	background:url(../imagenes/fondoBannerEN.gif) no-repeat;
}
#carro1{
	position:absolute;
	width:135px;
	height:275px;
	text-align:center;
	padding-top:10px;
}
#carro1 img{
	margin-bottom:8px;
}

#carro2{
	position:absolute;
	width:135px;
	height:275px;
	margin-left:525px;
	text-align:center;
	padding-top:10px;
}
#carro2 img{
	margin-bottom:8px;
}

#video{
	height:340px;
	width:456px;
	padding-top:45px;
	margin-top:14px;
}
.video_es{
	background:url(../imagenes/fondoVideo.gif) no-repeat;
}
.video_en{
	background:url(../imagenes/fondoVideoEN.gif) no-repeat;
}
#gris{
	width:auto;
	height:60px;
	
}

#promociones{
	width:450px;
	height:auto;
}
#reserva{
	width:450px;
	height:auto;
	margin-right:52px;
}
#informacion{
	width:450px;
	text-align:justify;
	background:#CCCCCC;
}
#listaInfo{
	background:#EFFAFD;
	width:494px;
	/* menos 5 por el padding de la derecha*/
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-left:5px;
	padding-top:7px;
	padding-bottom:10px;
}
/*------------------------------------ FIN DE ESTRUCTURA DE LA PAGINA -----------*/

#reserva select{
	/*background:#F7F7F7;*/
	border:1px solid #CCCCCC;
}
#reserva table{
	width:100%;
	border-collapse:collapse;
}
#reserva td{
	padding:10px 10px;
	background:#F3F3F3;
	border-bottom:6px solid #FFFFFF;
}
#reserva label{
	font-family:Cambria, Calibri, Arial;
	font-size:12px;
}
#error{
	border:1px solid #CC0000;
	padding-left:10px;
	margin-bottom:15px;
	margin-top:15px;
	background-color:#FFEBE8;
	display:none;
}
#alerta{
	cursor:pointer;
	margin-bottom:15px;
}
.titulosTarifas{
	font-size:11px;
	color:#0099CC;
	text-align:center;
}
.preciosTarifas a{
	color:#FFF;
	font-size:18px;
	text-decoration:none;
}
.preciosTarifas{
	padding-left: 24px;
    padding-top: 15px;
}



#menu{
	margin-left: 427px;
    margin-top: 70px;
    position: absolute;
}
#menu ul{
	list-style:none;
}
#menu li{
	list-style:none;
	display:block;
	float:left;
	height:66px;
	line-height:66px;
	margin:0 1px;
}
#menu li a{
	display:block;
	float:left;
	color:#9a9a9a;
	font-size:11px;
	font-weight:bold;
	line-height:45px;
	text-decoration:none;
	padding:0 20px;
	background:#e7eff1 url(../imagenes/menu_039_bg.gif) repeat-x;
}
#menu li a:hover{
	color:#fff;
	background:#da6800 url(../imagenes/menu_039_h.gif) repeat-x left;
}
#menu li a.current{
	display:block;
	float:left;
	color:#fff;
	background:#da6800 url(../imagenes/menu_039_h.gif) repeat-x left;
	font-size:11px;
	font-weight:bold;
	line-height:45px;
	text-decoration:none;
	padding:0 20px;	
}
#menu li a:hover.current{
	color:#fff;
}
