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

body{
	background-image:url(img/bg.png);
	background-repeat:repeat-x;
	background-color:#FFF;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color:#666;
	margin:0px;
	padding:0px;
}

h1{
	font-size:18px;
	color:#184a2e;
}
h2{
	font-size:14px;
	color:#999;
}
li{
	list-style:none;
}
a img{
	border:0px;
}

option{
	color:#666;
}

/*/HEAD/*/
.contenedor{
	width:916px;
	margin:auto;
}

.menu{
	background-image:url(img/head.png);
	background-repeat:no-repeat;
	height:333px;
	width:916px;
}

.head{
	width:916px;
	height:90px;
}

.logo{
	width:340px;
	height:90px;
	float:left;
}
.texto_head{
	height:90px;
	width:900px;
	color:#999;
	font-size:10px;
	padding-top:42px;
}
.botones_head{
	float:right;
	height:20px;
	width:72px;
	margin:0px;
	padding:0px;
}
.paging{
	padding-right:15px;
	height:20px;
	width:72px;
}
.boton{
	float:left;
	background-image:url(img/bt.png);
	background-repeat:no-repeat;
	height:14px;
	width:18px;
	color:#184a2e;
}
.boton:hover{
	background-image:url(img/bt_active.jpg);
	background-repeat:no-repeat;
	color:#FFF;
}
/*/HEAD/*/



/*/BANNER NOTICIAS/*/
.banner_noticias{
	width:900px;
	height:200px;
	margin-top:0px;
	margin-left:8px;
	margin-right:8px;
}

.contenedor_img_noticias{
	margin:0px;
	padding:0px;
	width:900px;
	height:200px;
}

.main_view{
	float: left;
}

.window{
	height:200px;
	width: 900px;
	overflow: hidden;
	position: relative;
}

.image_reel{
	position: absolute;
	top: 0;
	left: 0;
}

.image_reel img{
	float: left;
}
/*/FIN BANNER NOTICIAS/*/



/*/BOTONERA/*/
.botonera ul{
	background:url(img/botonera.png) no-repeat 0 0;
	position:absolute;
	margin:0px;
	padding:0px;
	display:block;
	height:43px;
}
.botonera li{
	display:block;
	float:left;
	text-align:center;
	height:43px;
}

#home{
	width:96px;
}
#imagen360{
	width:119px;
}
#servicios{
	width:117px;
}
#galeria{
	width:115px;
}
#tarifas{
	width:117px;
}
#promos{
	width:116px;
}
#consultas{
	width:121px;
}
#reservas{
	width:114px;
}

.botonera li a{
	display:block;
	width:100%;
	height:100%;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#184a2e;
}
#home a:hover{
	background:url(img/botonera.png) no-repeat 0 -43px;
}
#imagen360 a:hover{
	background:url(img/botonera.png) no-repeat -96px -43px;
}
#servicios a:hover{
	background:url(img/botonera.png) no-repeat -215px -43px;
}
#galeria a:hover{
	background:url(img/botonera.png) no-repeat -332px -43px;
}
#tarifas a:hover{
	background:url(img/botonera.png) no-repeat -447px -43px;
}
#promos a:hover{
	background:url(img/botonera.png) no-repeat -563px -43px;
}
#consultas a:hover{
	background:url(img/botonera.png) no-repeat -680px -43px;
}
#reservas a:hover{
	background:url(img/botonera.png) no-repeat -800px -43px;
}
/*/FIN BOTONERA/*/



/*/CUERPO/*/
.cuerpo{
	position:relative;
	background-color:#FFF;
	margin-left:8px;
	margin-right:8px;
	width:900px;
	border-left-color:#d1d1d1;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#d1d1d1;
	border-right-style:solid;
	border-right-width:1px;
}

.contenedor-cuerpo{
	height:600px;
	padding:10px;
}

.cuerpo-izq{
	float:left;
	width:465px;
}

.cuerpo-der{
	width:435;
	padding-left:20px;
}

.cuerpo-central{
	width:400px;
	padding-left:200px;
}
.cuerpo-central2{
	width:600px;
	padding-left:150px;
}
.galeria{
	padding-top:20px;
}
.galeria td{
	width:104px;
	height:94px;
	padding:2px;
}
.tarifas{
	padding-top:20px;
	text-align:center;
}
.tarifas td{
	width:150px;
	height:40px;
	padding:2px;
	color:#333;
	border-color:#999;
	border-style:solid;
	border-width:1px;
}
#sin_borde{
	border:none;
}
.bg_tabla_tarifas{
	background-color:#FFC;
	color:#333;
	font-weight:bold;
}

.cuerpo-promos{
	float:left;
	margin-left:20px;
	margin-right:20px;
	width:250px;
	height:309px;
	border-bottom:none;
	border-width:1px;
	border-color:#CCC;
	border-style:solid;
}
.pie-promos{
	padding-top:16px;
	width:249px;
	height:39px;
	background-color:#DDD;
	border-top:none;
	border-width:1px;
	border-color:#CCC;
	border-style:solid;
}
#bt_reservar{
	margin-left:160px;
	width:67px;
	height:20px;
	background-color:#FFF;
	border-color:#666;
	color:#000;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	border-style:solid;
	border-width:1px;
}
#bt_reservar:hover{
	color:#666;
	border-color:#666;
	background-color:#FFF;
}


#nombre{
	width:280px;
}
#mail{
	width:280px;
}
#tel{
	width:280px;
}
#ciudad{
	width:280px;
}
#pais{
	width:280px;
}
#diallegada{
	width:280px;
}
#diasalida{
	width:280px;
}
#habitacion{
	width:284px;
}
#personas{
	width:280px;
}
#informacion{
	width:278px;
	height:90px;
}
#mensaje{
	width:278px;
	height:180px;
}
#enviar{
	margin-left:224px;
	width:60px;
	height:20px;
	background-color:#FFF;
	border-color:#184a2e;
	color:#184a2e;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	border-style:solid;
	border-width:2px;
}
#enviar:hover{
	color:#999;
	border-color:#999;
	background-color:#FFF;
}
/*/FIN CUERPO/*/



/*/FOOT/*/
.footer{
	color:#FFF;
	background-image:url(img/foot.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:97px;
}
.footer_mambo{
	width:916px;
	margin:auto;
	border:none;
	background-image:url(img/mambo.png);
	background-repeat:no-repeat;
	height:25px;
	width:916px;
}

.foot-izq{
	margin-top:67px;
	float:left;
	width:465px;
	height:30px;
	font-weight:bold;
	text-align:center;
}

.foot-der{
	margin-top:67px;
	float:right;
	width:435px;
	height:30px;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}
/*/FIN FOOT/*/