*{
	margin: 0;
	padding: 0;
}

body{
	font: normal 11px/15px Arial, Helvetica, sans-serif;
	background: #76bfda url(bg-page.gif) fixed repeat-x top;
	color: #888888;
	padding: 20px 0px;
}

li{ list-style: none; }

p{
	text-align: justify;
	margin-top: 6px;
	margin-bottom: 6px;
}

a{	color: #3887a4; }

a img{ border: 0; }

span.destacado{
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	background: #fff;
	padding: 1px 4px;
	color: #222;
}

/* ------------------- CONTENEDOR PRINCIPAL ---------------------- */

#shadow_top{
	height: 14px;
	background: url(shadow-top.gif) no-repeat center top;
}

#shadow_bottom{
	height: 14px;
	background: url(shadow-bottom.gif) no-repeat center top;
}

#container{
		width: 780px;
		margin: 0px auto;
		background: #fff url(shadow-middle.gif) no-repeat top left;
}

/* ----------------------- CABEZERA -------------------------- */

#header{
	padding: 0px 10px;
	margin-bottom: 20px;
}

#header h1{
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	margin-left: 16px;
	margin-top: 63px;
	color: #004362;
}

/* --------------------------- LOGO --------------------------- */
#logo{ 
	height: 60px; 
	margin-left: 16px;
	padding-top: 1px;
}

/* -------------------------- IDIOMAS -------------------------- */
#hotelsonix{
	position: absolute;
	margin-left: 444px;
	margin-top: 5px;
}

#langs{
	text-align: right;
	float: right;	
	font-size: 11px;
	color: #004362;
	font-weight: bold;
}
#langs li{
	display: inline;
}
#langs li a{
	color: #004362;
	text-decoration: none;
	padding: 0px 3px;
	font-size: 10px;
	font-weight: normal;
}
#langs li a:hover{
	background: #fff;
}
#langs li.current a, #langs li.current a:hover{
	color: #fff;
	background: #004362;
}

/* --------------------------- MENU --------------------------- */

#menu{
	margin-top: 4px;
	height: 25px;
	background: #004362 url(bg-menu.gif) repeat-x top;
	padding: 16px 10px 3px 10px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
#menu li{
	display: inline;
	padding: 4px 8px;
	margin: 0px 2px;
}
#menu li a{
	color: #fff;
	text-decoration: none;
}
#menu li a:hover{
	color: #76bfda;
}
#menu li.current{
	background: #fff;
}
#menu li.current a{
	color: #3887a4;
}

/* --------------------- RESERVAS --------------------- */

#reservasonline{
	position: absolute;
	margin-left: 600px;
	margin-top: 10px;
}


/* --------------------- TITULO BIENVENIDA --------------------- */

#title{
	text-align: left;
	padding: 10px;
	padding-top: 15px;
	background: url(3p-separator.gif) repeat-x bottom;
	height: 90px;
}
#title h2{
	height: 30px;
	color: #004362;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -2px;
	text-transform: uppercase;
}

#title h3{
	font-size: 12px;
	font-weight: normal;
	width: 370px;
	text-align: justify;
	color: #004362;
	line-height: 13px;
}

#title h2.es{ background: url(welcome_es.gif) no-repeat right; }
#title h2.en{ background: url(welcome_en.gif) no-repeat right; }
#title h2.fr{ background: url(welcome_fr.gif) no-repeat right; }

#title h1 span{
	display: none;
}

/* --------------------------- CONTENT --------------------------- */

/* CONTENT*/
#content{
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 10px;
}

#content h2{
	font-size: 22px;
	color: #004362;
	letter-spacing: -2px;
	text-transform: uppercase;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

#content h3{
	font-size: 17px;
	color: #004362;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}

#content h4{

}

/* LEFT AND RIGHT COLUMNS */
div.left_col{float: left; }
div.right_col{float: right; }

div.left_col, div.right_col{
	width: 370px;
}
div.right_col h3, div.left_col h3{
	color: #004362;
	text-transform: lowercase;
	font-size: 16px;
	margin-bottom: 6px;
	border-bottom: none;
}

/* --------------------------- INICIO --------------------------- */

/* BIENVENIDA, GALLERY, TOUR, RESERVAS */

div.bienvenida { }
div.bienvenida img{ float: right; }
div.bienvenida p, #left_col div.bienvenida h2{	width: 275px; }

div.tour div.tour_text{
	float: left;
	width: 200px;
}

div.tour h3{
	margin-bottom: 0px !important;
}
div.tour table{ 
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
div.tour table td{ padding: 2px; text-align: center;}
div.tour a img{ border: 2px #ddd solid;}
div.tour a:hover img{ border: 2px #76bfda solid;}

div.gallery{
	padding-bottom: 2px;
	background: url(1p-separator.gif) repeat-x bottom;
	margin-bottom: 10px;
}


/* GMAPS */

#maps{
	padding: 10px;
	padding-top: 20px;
	
}
#maps h3{
	font-size: 14px;
	text-transform: none;
	background: none;
	padding: 0;
}
#maps div.gearth, #maps div.gmaps{
	padding-left: 70px;
	margin-bottom: 15px;
}
#maps div.gearth{
	background: url(kmz-icon.gif) no-repeat 36px 0px;
}
#maps div.gmaps{
	background: url(gmaps-icon.gif) no-repeat;
}


/* REDES SOCIALES */
div.socialnw{
	margin: 15px 0px;
}
div.socialnw h3{
	font-size: 14px !important;
	text-transform: none !important;
	background: 0;
	padding: 0;
}

div.socialnw a{
	margin-right: 5px;
}

/* OFERTAS, AGENDA */
#agenda{ clear: both; }


/* --------------------------- SALONES --------------------------- */

#salones ul{
	margin-bottom: 20px;
}

#salones li{
	margin-bottom: 5px;
}

#salones li a{
	color: #888;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
}
#salones li a:hover{
	color: #004362;
}

#salones li.current a, #salones li.current a:hover{
	color: #fff;
	background: #004362;
	padding: 1px 2px;
}


#salon h2{
	background: #004362;
	color: #fff;
	font-size: 24px;
	padding: 5px !important;
}

#salon p.ubicacion{
	border-bottom: 1px #ddd solid;
	padding-bottom: 5px;
}

#salon div.desc{
	margin-bottom: 10px;
}

#salon table{
	width: 100%;
	margin-bottom: 15px;
}
#salon th{
	color: #3887a4;
}

#salon th, #salon td{
	padding: 1px 3px;
	border-bottom: 1px #ddd solid;
}

#salon h3{
	background: 0;
	padding: 0;
	text-transform: none;
	border-bottom: 4px #76bfda solid;
}

#salon p.pdf{
	background: url(pdf.gif) no-repeat;
	padding-left: 20px;
	text-align: left;
}

#salon p.imagen{
	text-align: center;
	padding: 12px;
	background: #ddd;
}

#salon p.imagen img{
	border: 8px #fff solid;
}

/* --------------------------- AGENDA --------------------------- */

#left_agenda{
	float: left;
	width: 250px;
}

#right_agenda{
	float: right;
	width: 460px;
}

#agenda{
	margin-top: 10px;
	padding:8px 10px 10px 10px;
	border-top: 1px #76bfda dotted;
	margin-bottom: 20px;
}

#agenda h3{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	font-weight: bold;
}
#agenda p{
	color: #004362;
}
#agenda div{
	margin-bottom: 10px;
}
#agenda div p{
	margin: 0;
	line-height: 12px;
	text-align: left;
}

#agenda p.titular{
	margin-bottom: 4px;
}
#agenda p.titular a{
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	background: #76bfda;
	padding: 0px 4px;
	text-transform: uppercase;
}
#agenda p.titular a:hover{
	background: #3887a4;
}
#agenda p.lugar{
	margin-top: 3px;
	color: #76bfda;
}
#agenda div.current{
	background: #76bfda;
	padding: 8px 0px 6px 4px;
}
#agenda div.current p.lugar{
	color: #fff;
}

#evento_agenda{
	margin-bottom: 20px;
}
#evento_agenda div.titular{
	font-size: 24px;
	letter-spacing: -2px;
	text-transform: uppercase;
	font-weight: bold;
	color: #3887a4;
	line-height: 25px;
	margin-bottom: 10px;
}

#evento_agenda div.lugar{
	padding: 3px;
	color: #fff;
	background: #76bfda;
	margin-bottom: 12px;
}
#evento_agenda div.imagen{
	float: right;
	padding-top: 5px;
	margin-left: 15px;
	margin-bottom: 15px;
}
#evento_agenda div.imagen img{
	border: 6px #fff solid;
}
#evento_agenda div.contenido{
	font-size: 12px;
	text-align: justify;
}

/* --------------------------- COMO LLEGAR --------------------------- */

#transportes h3{
	font-size: 18px;
	font-weight: normal;
	color: #004362;
	margin-top: 0;
	margin-bottom: 3px;
	padding: 0;
	letter-spacing: -1px;
}

#transportes div{
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 8px;
}

#transportes div p{
	margin: 0;
}

#transportes div.avion{ background-image: url(ico-plane.gif); }
#transportes div.metro{ background-image: url(ico-train.gif); }
#transportes div.tren{ background-image: url(ico-train.gif); }
#transportes div.bus{ background-image: url(ico-bus.gif); }
#transportes div.barco{ background-image: url(ico-ship.gif); }


/* --------------------------- LINKS --------------------------- */

#links td p{
	text-align: left;
}

#links td h2{
	border-bottom: 6px #ddd solid;
}

/* =============== OFERTAS ======================== */

/* OFERTAS EN HOTEL ACTUAL */

#ofertas{
	float: left;
	width: 400px;
}
#ofertas div.item{
	background: #fff;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px #adcfdc solid;
	border-left: 6px #adcfdc solid;
	margin-bottom: 10px;
}
#ofertas div.item p{	color: #004362; }
#ofertas p.oferta a{
	font-size: 20px;
	color: #3887a4;
	text-transform: uppercase;
	letter-spacing: -1px;
	text-decoration: none;
}
#ofertas p.description{	font-weight: bold; }
#ofertas p.date{
	float: left;
	color: #3887a4;
}
#ofertas p.info{
	margin-top: 10px;
	background: url(mas.gif) no-repeat top right;
	margin-left: 200px;
	text-align: right;
	height: 20px;
	padding-top: 1px;
	padding-right: 26px;
}
#ofertas p.info a{
	color: #004362;
	font-size: 12px;
}

/* OFERTAS EN OTROS HOTELES */

#ofertas_hoteles{
	float: left;
	width: 310px;
	margin: 0px 0px 20px 20px;
}
#ofertas_hoteles div.item{
	margin-bottom: 10px;
	padding-top: 1px;
	background: url(calendar.gif) no-repeat 0px 0px;
	padding-left: 32px;
	height: 30px;
}
#ofertas_hoteles p.otras_ofertas{
	font-size: 14px;
	background: #3887a4;
	color: #fff;
	padding: 5px;
}
#ofertas_hoteles h3{
	font-size: 14px;
	letter-spacing: 0px;
	border-top: 1px #adcfdc solid;
	border-bottom: 3px #adcfdc solid;
	color: #3887a4;
	margin-bottom: 5px;
	margin-top: 20px;
}
#ofertas_hoteles p{
	margin-bottom: 0px;
	line-height: 10px;
}
#ofertas_hoteles p.oferta a{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #004362;
	padding: 0px 3px;
}
#ofertas_hoteles p.oferta a:hover{
	background: #004362;
	color: #fff;
}

#ofertas_hoteles p.description{ display: none; }
#ofertas_hoteles p.info{ display: none; }
#ofertas_hoteles p.date{ padding-left: 3px; }


/* OFERTA SOLA */

#oferta{
	
}

#oferta div.left{
	float: left;
	width: 340px;
}

#oferta div.right{
	float: left;
	margin-top: 40px;
	margin-left: 20px;
	width: 370px;
	border-left: 1px #adcfdc dotted;
}

#oferta h2{
	font-size: 28px;
	margin-top: 10px;
	padding-bottom: 10px;
	line-height: 26px;
	text-transform: none;
}

#oferta div.date{
	font-size: 12px;
	color: #004362;
	margin-bottom: 10px;
	border-bottom: 1px #76bfda solid;
	padding-bottom: 10px;
}

#oferta div.date span{
	padding: 10px;
	background: url(calendar.gif) no-repeat 0px 0px;
	padding-left: 32px;
	height: 32px;
}

#oferta div.description{

}

#oferta div.description p, #oferta div.description li{
	color: #004362;
}

#oferta div.description li{	
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 5px;
}

#oferta div.description em{
	font-style: normal;
	font-weight: bold;
	color: #3887a4;
	font-size: 12px;
}

#oferta div.img{
	background: #fff;
}

#oferta div.reserva{
	float: left;
	width: 150px;
	background: #004362 url(bg-reserva-btn.gif) no-repeat top left;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 20px;
}

#oferta div.reserva a{
	text-decoration: none;
	color: #fff;
}

#oferta div.reserva a:hover{
	color: #76bfda;
}

#oferta div.reserva2{
	float: left;
	width: 150px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#oferta div.consultar{
	float: left;
	width: 150px;
	background: url(li.gif)no-repeat 5px 7px;
	border: 1px #adcfdc solid;
	padding: 5px;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	margin-bottom: 20px;
}

#oferta div.consultar a{
	font-size: 11px;
	text-decoration: none;
	color: #3887a4;
}

/* ======== OFERTA EN INICIO =============== */

#ofertasespeciales{
	clear: both;
	padding-top: 10px;
}

#ofertasespeciales div.oferta{
	background: #3887a4 url(bg-oferta.gif) repeat-x top;
	padding: 10px 10px 3px 10px;
	color: #fff;
	margin-bottom: 15px;
	width: 310px;
	margin-left: 20px;
}

#ofertasespeciales p.oferta{
	font-size: 24px;
	letter-spacing: -2px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

#ofertasespeciales p.fecha{
	font-weight: bold;
	background: url(calendar.gif) no-repeat;
	height: 30px;
	padding-left: 33px;
	padding-top: 9px;
	color: #76bfda;
	font-size: 13px;
	margin-bottom: 10px;
	border-bottom: 1px #3887a4 dotted;
}

#ofertasespeciales p.reserva_hotel{
	border-top: 1px #fff dotted;
	padding-top: 2px;
	font-weight: bold;
}
#ofertasespeciales p.reserva_hotel a{
	color: #fff;
	text-decoration: none;
	padding: 0px 3px;
}
#ofertasespeciales p.reserva_hotel a:hover{ background: #004362; }

#ofertas_todas{ text-align: right; }
#ofertas_todas a{
	text-decoration: none;
	background: url(bg-ofertas-todas.gif) no-repeat;
	font-weight: bold;
	font-size: 12px;
	height: 23px;
	padding: 4px 25px;
}
#ofertas_todas a:hover{
	color: #004362;
	text-decoration: underline;
}


/* --------------------- RRHH OFERTAS DE EMPLEO --------------------- */

#left_rrhh{
	float: left;
	width: 250px;
}

#right_rrhh{
	float: right;
	width: 460px;
}

#rrhh{
	
}

#rrhh div.oferta{
	border-top: 1px #ddd dotted;
	margin-top: 15px;
	margin-bottom: 15px;
}

#rrhh p.puesto{
	font-size: 18px;
	color: #004362;
}

#rrhh a.mostrar{
	padding-left: 18px;
	background: url(plus.gif) no-repeat 0px 2px;
}

#rrhh p.tab{
	font-size: 16px;
	font-weight: bold;
	color: #3887a4;
	margin-top: 20px;
}

#rrhh div.oferta li{
	list-style: none;
	background: url(li2.gif) no-repeat 0px 2px;
	padding-left: 20px;
	margin-left: 15px;
	margin-bottom: 10px;
}

#rrhh p.inscripcion{
	background: url(inscribir.gif) no-repeat;
	padding-left: 30px;
	height: 24px;
	padding-top: 2px;
	font-size: 14px;
	font-weight: bold;
}
#rrhh p.inscripcion a{ text-decoration: none; color: #76bfda; }
#rrhh p.inscripcion a:hover{ text-decoration: underline; }


/* INSCRIPCION A OFERTAS DE EMPLEO */
#inscripcion{
	padding: 20px;
}
#inscripcion h1{
	color: #888;
	font-size: 20px;
	letter-spacing: -1px;
}
#inscripcion p.puesto{
	text-transform: uppercase;
	color: #3887a4;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: -2px;
	margin-bottom: 10px;
}

#inscripcion p.atencion{
	font-style: italic;
	color: #888888;
	margin: 20px 0px;
}
#inscripcion p.atencion span{
	padding: 1px 3px;
	border: 1px #76bfda solid;
	color: #3887a4;
}

#inscripcion hr{
	border: 0;
	background: #ddd;
	height: 6px;
	margin-bottom: 10px;
}

#inscripcion p.loc{
	color: #888888;
}
#inscripcion div#opciones td{
	padding: 5px;
}
#inscripcion form fieldset{
	padding: 20px;
	margin-bottom: 20px;
	border: 1px #888 dotted;
}
#inscripcion form fieldset legend{
	padding: 0px 15px;
	font-weight: bold;
	color: #3887a4;
	text-transform: uppercase;
}
#inscripcion form label{
	border: 0;
	padding: 0px 5px;
}
#inscripcion form table{
	margin-top: 20px;
}
#inscripcion form td{
	padding: 2px;
}
#inscripcion form td.nomcampo{
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
}

#inscripcion form input.textbox{
	background: #fff url(bg-textbox.gif) repeat-x top;
	border: 1px #888 solid;
	font: normal 11px/16px Arial, Helvetica, sans-serif;
	padding: 0px 3px;
	color: #004362;
}
#inscripcion form textarea{
	background: #fff url(bg-textarea.gif) repeat-x top;
	border: 1px #888 solid;
	font: normal 11px/16px Arial, Helvetica, sans-serif;
	padding: 0px 3px;
	color: #004362;	
}
#inscripcion form input.button{
	background: #3887a4;
	border: 1px solid #004362;
	padding: 1px 5px;
	font: normal 18px/20px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #fff;
	font-weight: bold;
}

/* --------------------------- FOOTER --------------------------- */

#footer{
	clear: both;
	border-top: 1px #3887a4 dotted;
	padding: 10px 10px 0px 10px;
	height: 50px;
	color: #004362;
}

#footer a{
	color: #3887a4;
}

#footer div.leftcolumn{
	width: 240px;
	padding-top: 5px;
	float: left;
}

#footer div.maincolumn{
	float: left;
	width: 258px;
	padding-top: 0px;
	border-left: 1px #adcfdc solid;
	border-right: 1px #adcfdc solid;
}

#footer div.maincolumn a{
	font-size: 13px;
}

#footer div.maincolumn p{
	text-align: center;
}

#footer div.rightcolumn{
	float: left;
	text-align: right;
	background: url(icyesa.gif) no-repeat right center;
	width: 195px;
	padding-right: 45px;
	height: 45px;
	padding-top: 5px;
}

#footer div.rightcolumn p{
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	line-height: 10px;
	margin-bottom: 0;
	color: #fff;
}

#footer a.grup{
	color: #004362;
	text-decoration: none;
}

#footer a.grup:hover{
	color: #3887a4;
}

/* --------------------------- MISCELANIA --------------------------- */

div#map{
	border: 1px #ccc solid;
	border-top: 0;
}

#form_llegar{
	background: #ddd;
	border: 1px #ccc solid;
	padding: 5px 10px;
}

p.direccion{
	background: #3887a4 url(bg-direccion.gif) repeat-x top;
	border: 1px #004362 solid;
	padding: 10px;
	color: #adcfdc;
	font-size: 12px;
	text-align: center;
}

p.direccion em{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}

ul.destacada{
}

ul.destacada li{
	list-style: none;
	background: url(li.gif) no-repeat 0px 2px;
	padding-left: 20px;
	color: #004362;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

p.imagen{
	padding: 10px 0px;
}
div.left_place{ float: left; padding-bottom: 16px; width: 170px;}
div.right_place{ float: right; padding-bottom: 16px; width: 170px;}

div.separador1{
	clear: both;
	height: 16px;
	background: url(bg-separador1.gif) no-repeat bottom;
}

div.separador2{
	clear: both;
	height: 25px;
	background: url(bg-separador2.gif) no-repeat bottom;
}
/* ERROR 404 */

div#error404{
	border: 1px #004362 dotted;
	margin: 10px;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -2px;
	padding: 20px;
	color: #004362;
	line-height: 24px;
}