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

body{
	background:#FFFFFF url(../imagenes/fondo.jpg) repeat-x;
	padding:0;
	margin:0;
}


img{
	border:none;
}
h2{
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:20px;
	color:#0086C7;
}
h3{
	font-family:Cambria, Calibri, Arial;
	font-size:18px;
	color:#4B4B4B;
}
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;
}
#menu{
	position:absolute;
	width:433px;
	height:25px;
	margin:95px 500px;
}
#menu li{
	float:left;
	list-style:none;
}
#menu li a{
	color:#333;
	font-family:calibri;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	margin-left:12px;
	margin-right:12px;
	display:block;
	width:auto;
	height:50px;
	padding-top:4px;
}

#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{
	position:absolute;
	width:675px;
	height:285px;
	margin-left:290px;
}

#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{
	/*background:url(../imagenes/promoFondo.jpg);*/
	position:absolute;
	width:390px;
	height:299px;
	margin-left:135px;
}

#gris{
	width:auto;
	height:60px;
	
}

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

#reserva select{
	/*background:#F7F7F7;*/
	border:1px solid #CCCCCC;
	font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}
#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;
}
#submit{
	-moz-border-radius-bottomleft:9px;
	-moz-border-radius-bottomright:9px;
	-moz-border-radius-topleft:9px;
	-moz-border-radius-topright:9px;
	background:#21759B;
	color:#FFF;
	border:1px solid #298CBA;
	font-weight:bold;
	padding:5px;
	cursor:pointer;
}
#alerta{
	cursor:pointer;
	margin-bottom:15px;
}