body{
	margin: 0;
	padding: 0;
	font: .8em verdana, arial, sans-serif;
	background: #f5eed6 url(main_shadow.gif) bottom center repeat-y;
	color: #404040;
}

a{
	color: #b53e86;
	text-decoration: none;
	border-bottom: 1px solid #fbbc43;
}

a:hover{
	text-decoration: none;
	border-bottom: 1px solid #fbbc43;
	background: #fffad7;
}

a.lat, a.lat:hover{
	text-decoration: none;
	border-bottom: none;
	background: none;
}

li a:hover{
	text-decoration: none;
	border-bottom: 1px solid #fbbc43;
	background: none;
}

td{
	font-size: .85em;
}

h1, h2{
	display: none;
}

ul.lista{
	list-style: none;
}


ul.lista li{
	list-style: none;
	padding-left: 22px;
	background: url(bullet_tabla.gif) no-repeat 5px 2px;
}

.info{
	color: #808080;
}

#header{
	position: relative;
	display: block;
	width: 100%;
	height: 121px;
	background: #f5eed6 url(header_shadow.gif) bottom center no-repeat;
	overflow: hidden;
}

#header .inner{
	position: relative;
	width: 750px;
	height: 120px;
	margin: auto;
	background: url(logo.gif) no-repeat;
}

#header .inner #aaa{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 136px;
	height: 69px;
	background: url(aaa.gif) no-repeat;
}

#ilustracion{
	position: relative;
	display: block;
	width: 100%;
	height: 160px;
	overflow: hidden;
}

#ilustracion .inner{
	position: relative;
	width: 750px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #dedede;
}

#main{
	position: relative;
	display: block;
	width: 100%;
	margin-top: 1px;
}

#main .inner{
	position: relative;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background: url(main_gradient.gif) repeat-x;
}

#main .inner h3{
	display: block;
	margin: 0 15px 15px 15px;
	padding: 15px 0 2px 0;
	border-bottom: 1px solid #dedede;
	color: #b53e86;
	font-size: 1.7em;
	font-weight: normal;
}

#main .inner #content{
	float: left;
	margin-left: 15px;
	width: 500px;
}

* HTML body #main .inner #content{
	margin-left: 8px;
}

#main .inner #content_ext{
	float: left;
	margin-left: 15px;
	width: 720px;
	text-align: justify;
}

* HTML body #main .inner #content_ext{
	margin-left: 8px;
}

#main .inner #content .extraimages{
	width: 495px;
}

#main .inner #content .extraimages .image{
	float: left;
	width: 235px;
}

#main .inner #content .extraimages .first{
	margin-right: 20px;
}

#main .inner #lateral{
	float: left;
	margin-left: 10px;
	width: 210px;
}

.clearer{
	clear: both;
}

#footer{
	background: #d694bd url(footer_shadow.gif) top center no-repeat;
}

#footer .inner{
	position: relative;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0 15px 0;
	color: #fff;
}

#footer .inner p{
	margin: 0;
	font-size: .8em;
}



/* LATERAL */
.foto{
	padding: 5px;
	border: 1px solid #bd832b;
	border-bottom: none;
	background: #955d24 url(foto_bg.gif) bottom repeat-x;
}

p.footnote{
	margin: 0;
	padding: 0 5px 5px 5px;
	background: #955d24 url(foto_foot_bg.gif) repeat-x;
	border: 1px solid #bd832b;
	border-top: none;
	font-size: .8em;
	text-align: center;
	margin-bottom: 10px;
	color: #ffffc1;
}


/* MENU HOTEL */

#menuhotel{
	position: relative;
	display: block;
	width: 100%;
	height: 36px;
	background: #b63e86 url(menu_fondo.gif) top center repeat-y;
}

#menuhotel .inner{
	position: relative;
	width: 750px;
	height: 36px;
	margin: auto;
	overflow: hidden;
}

#menuhotel .inner ul{
	position: relative;
	left: 36px;
	top: 3px;
	height: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menuhotel .inner ul li{
	float: left;
	height: 30px;
	list-style: none;
	margin: 0 3px;
	padding: 0;
}

#menuhotel .inner ul li a{
	color: #f5e1ee;
	line-height: 30px;
	height: 30px;
	width: 10px;
	overflow: visible;
	text-decoration: none;
	border: 1px solid #e8c0d9;
	background: url(menuhotel_boton_bg.gif) repeat-x;
	font-weight: bold;
	padding: 4px 8px;
}

#menuhotel .inner ul li a:hover{
	color: #825b1e;
	border: 1px solid #e2c670;
	background: url(menuhotel_boton_actual_bg.gif) repeat-x;
}

#menuhotel .inner ul li.actual a, ul#menuhotel li.actual a:hover{
	color: #825b1e;
	background: #fff;
	border: 1px solid #e2c670;
	background: url(menuhotel_boton_actual_bg.gif) repeat-x;
}


/* MENU HOTEL 2 */

#menuhotel2{
	position: relative;
	display: block;
	width: 100%;
	height: 36px;
	background: #d694bd url(menu2_fondo.gif) top center repeat-y;
	margin-top:1px;
}

#menuhotel2 .inner{
	position: relative;
	width: 750px;
	height: 36px;
	margin: auto;
	overflow: hidden;
}

#menuhotel2 .inner ul{
	position: absolute;
	left: 42px;
	top: 3px;
	width: 750px;
	height: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menuhotel2 .inner ul li{
	float: left;
	height: 30px;
	list-style: none;
	margin: 0 3px;
	padding: 0;
}

#menuhotel2 .inner ul li a{
	color: #f5e3ee;
	line-height: 30px;
	width: 10px;
	overflow: visible;
	text-decoration: none;
	border: 1px solid #b64288;
	background: url(menuhotel_boton_bg.gif) repeat-x;
	font-weight: bold;
	padding: 4px 8px;
}

#menuhotel2 .inner ul li a:hover{
	color: #825b1e;
	border: 1px solid #bd832b;
	background: url(menuhotel_boton_actual_bg.gif) repeat-x;
}

#menuhotel2 .inner ul li.actual a, ul#menuhotel2 li.actual a:hover{
	color: #825b1e;
	background: #fff;
	border: 1px solid #bd832b;
	background: url(menuhotel_boton_actual_bg.gif) repeat-x;
}


/* TABLAS */
table{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #fae345;
	border-spacing: 0px;
}

tr.non{
	background: #fef6be;
}

td{
	padding: 3px;
	margin: 0;
	border-bottom: 1px solid #fae345;
}

td.titulo{
	padding-left: 22px;
	background: url(bullet_tabla.gif) no-repeat 5px center;
	font-weight: bold;
}

*HTML body tr.non td.titulo{
	background: #fef6be url(bullet_tabla.gif) no-repeat 5px center;
}

td.right{
	padding-right: 5px;
	text-align: right;	
}

tr.footer{
	background: none;
	border: none;
}

tr.footer td{
	background: none;
	border: none;
	text-align: center;
	font-size: .8em;
	padding: 10px;
}

/* LOGO JEVC */
#jevclink{
	position: absolute;
	right: 0px;
	top: 28px;
	display: block;
	width:121px;
	height: 37px;
	background: transparent url(jevc.gif) no-repeat;
	border: none;
}

#jevclink span{
	display: none;
}

/* FORMULARIO RESERVACIÓN */
form#rsv p{
	position: relative;
	display: block;
}

form#rsv p label{
	display: block;
	width: 140px;
}

form#rsv p input.txt, form#rsv p .wrapper{
	position: absolute;
	left: 150px;
	top: 0px;
	display: block;
	width: 200px;
}

form#rsv p.botones{
	position: relative;
	display: block;
	margin-top: 50px;
}

/* FORMULARIO CONTACTO */
form#cnt p{
	position: relative;
	display: block;
}

form#cnt p label{
	display: block;
	width: 140px;
}

form#cnt p input.txt, form#cnt p .wrapper{
	position: absolute;
	left: 150px;
	top: 0px;
	display: block;
	width: 200px;
}

form#cnt p.botones{
	position: relative;
	display: block;
	margin-top: 100px;
}

form#cnt textarea{
	width: 300px;
	height: 100px;
}


/* ubicacion linkmapa*/

#linkmapa{
	display: block;
	width: 40%;
	height: 54px;
	margin: 0 auto;
	background: #fffad7 url(linkmapa_foto.jpg) 5px 5px no-repeat;
	padding: 10px 10px 0 60px;
	border: none;
}

#linkemail{
	text-align: center;
	font-size: 1.5em;
}



a.thumb, a.thumb:hover{
	float: left;
	text-decoration: none;
	border-bottom: none;
	background: none;
	margin: 5px;
}

p.justif{
	text-align: justify;
}

#counter, .audio{
	display: none;
}