body {
	background: #660000;
	text-align: center;
	font-family: Arial, Verdana;
	font-size: .75em;
	margin-top: 40px;
}

/* Barra lateral */

div#barra {
	background: url(img/barrasup.jpg) no-repeat;
	position:absolute;
	top: 0;
	width: 224px;
	padding-top: 480px;
	margin-left: 29px;
}

div#barra a {
	display:block;
	width: 224px;
	height: 156px;
	margin: 0px;
	padding: 0px;
	text-indent: -99999px;
	background: url(img/barrainf.jpg) no-repeat;
}

div#barra a:hover {
	background-position: 0 -156px;
}

div#barra img {
	border: 0px;
}

/* Capa superior */

div#top {
	height: 60px;
	width: 654px;
	margin-left: 250px;
}

/* Capa contenedor */

div#contenedor {
	width: 900px;
	margin: auto;
	padding: 0px;
}

/* Menu */

div#menu {
	margin: 0;
	border-top: none;
	background: url(img/bgmenu.jpg) no-repeat;
	height: 34px;
	padding: 0 0 0 260px;
	color: #fff;
}

div#menu a {
	float: left;
}

a:focus { 
    outline: none; 
}

div#menu a.pri {
	display: block;
	text-indent: -999999px;
	background: url(img/butprincipal.jpg) no-repeat;
 	width: 85px;
 	height: 34px;
 	margin-right: 27px;
}

div#menu a.hab {
	display: block;
	text-indent: -999999px;
	background: url(img/buthab.jpg) no-repeat;
 	width: 115px;
 	height: 34px;
 	margin-right: 29px;
}

div#menu a.rest {
	display: block;
	text-indent: -999999px;
	background: url(img/butrest.jpg) no-repeat;
 	width: 110px;
 	height: 34px;
 	margin-right: 30px;
}

div#menu a.serv {
	display: block;
	text-indent: -999999px;
	background: url(img/butserv.jpg) no-repeat;
 	width: 85px;
 	height: 34px;
 	margin-right: 34px;
}

div#menu a.loc {
	display: block;
	text-indent: -999999px;
	background: url(img/butloc.jpg) no-repeat;
 	width: 115px;
 	height: 34px;
}

div#menu a:hover {
	background-position: 0 -37px;
}

/* Capa central */

div#medio {
	background: #660000 url(img/bg.png);
	margin:0px;
	padding: 0px 0px 0px 252px;
	height: 401px;
	text-align: justify;
	line-height: 144.5%;
	border-right: 1px #1A0000 solid;
	border-left: 1px #1A0000 solid;
}

div#medioimg {
	background: #660000 url(img/bg.png);
	margin:0px;
	padding: 10px 100px 0px 350px;
	height: 401px;
	text-align: justify;
	line-height: 144.5%;
	border-right: 1px #1A0000 solid;
	border-left: 1px #1A0000 solid;
}

div#medioimg2 {
	background: #660000 url(img/bg.png);
	margin:0px;
	padding: 14px 0px 0px 325px;
	height: 401px;
	text-align: justify;
	line-height: 144.5%;
	border-right: 1px #1A0000 solid;
	border-left: 1px #1A0000 solid;
}

/* Capa central pantalla localizacion */

div#medioloc {
	background: url(img/bg.png);
	margin: 0px;
	padding: 0px;
	height: 401px;
	border-right: 1px #1A0000 solid;
	border-left: 1px #1A0000 solid;
}

/* Capa central pantalla tabla comparativa */

div#mediotabla {
	background: #660000 url(img/bg.png);
	margin:0px;
	padding: 0px 0px 0px 0px;
	border-right: 1px #1A0000 solid;
	border-left: 1px #1A0000 solid;
	height: 401px;
	text-align: justify;
	line-height: 144.5%;
}

div#info {
		background: #1A0000;
		margin: 10px 0 0 419px; 
		width: 450px;
		padding: 10px;
		color: #fff;
		opacity: .72;
		-moz-opacity: 0.72;
		filter: alpha(opacity=72);
}

div#capdim {
		background: #1A0000;
		text-align: center;
		margin: 0px 0 0 660px; 
		width: 85px;
		padding: 3px;
		color: #fff;
		opacity: .72;
		-moz-opacity: 0.72;
		filter: alpha(opacity=72);
}

/* Div colocado arriba a la derecha */

div#normal {
	color: #fff;
	background-color: #1A0000;
	padding: 10px;
	margin: 0px 0 0 326px;
	height: 240px;
	opacity: .72;
	-moz-opacity: 0.72;
	filter: alpha(opacity=72);
}

/* Servicios */

div#serv {
	color: #fff;
	background-color: #1A0000;
	padding: 10px;
	margin: 0px 0 0 326px;
	height: 381px;
	opacity: .72;
	-moz-opacity: 0.72;
	filter: alpha(opacity=72);
}

div#serv a {
	font-size: 12px;
  margin-top: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #ff0000;
}
 
/* Habitaciones */
 
div#hab {
	color: #fff;
	background-color: #1A0000;
	padding: 11px 13px 0 12px;
	margin: 0px 328px 0 0; 
	line-height: 135%;
	height: 146px;
	opacity: .72;
	-moz-opacity: 0.72;
	filter: alpha(opacity=72);
}

/* Localizacion */

div#mapa {
	background: url(img/mapa.gif) no-repeat;
	width: 798px;
	background-position: 250px 0px;
	height: 101px;
	padding-top: 300px;
	padding-left: 100px;
}

div#mapa a {
	font-size: 12px;
  margin-top: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #ff0000;
}

div#contacto {
	background: url(img/carta.gif) no-repeat;
	margin: -55px 0 0 748px;
	width: 112px;
	height: 46px;
}

div#contacto a {
	display:block;
	width: 112px;
	height: 46px;
	text-indent:-999999px;
}


/* Capa inferior */

div#inf {
	text-align: right;
	font-size: 11px;
	border: 1px #1A0000 solid;
	margin: 0px;
	background: #1A0000;
	color: #fff;
	padding: 6px 35px 5px 285px;
}

div#inf a {
	text-decoration: none;
	color: #ff0000;
}

div#inf span {
	margin-right: 5px;
}

/* Listas servicios hotel */
 
ul#listader {
	float: right;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style:none;
	text-align:justify;
	font-weight: bold;
}

ul#listaizq {
	float:left;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style:none;
	text-align:justify;
	font-weight: bold;
}

/* Lista materiales salones */
 
ul#listamat {
	margin: 10px 0px;
	color: #fff;
	list-style:none;
	padding: 0px;
	text-align:justify;
}
 
.tit {
	font-weight: bold;
}

/* Tabla comparativa salones */

table#tablasalones {
	font-size: 10px;
	text-align:center;
	padding: 0px;
	margin: 40px 0 0 270px;
	color: #fff;
	background-color: #450101;
	border: 1px #000 solid;
}

table#tablasalones td {
	border: 1px #000 solid;
	padding: 2px;
}

table#tablasalones .fil {
	background-color: #000;
	padding: 1px;
}

/* Alineacion imagenes */

img.left {
	float:left;
	margin: 0px;
	padding: 0px;
}

img.right {
	float:right;
	margin: 0px;
	padding: 0px;
}


/* Menu visita virtual */

ul#listavis {
	list-style: none;
	margin: 0px 15px 0px 0px;
	background-color: #1A0000;
	opacity: .72;
	padding: 5px;
	color: #fff;
	-moz-opacity: 0.72;
	filter: alpha(opacity=72);
	
}

ul#listavis li {
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
}

ul#listavis a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}

div#infoimg {
	background-color: #450101;
	margin: 0px 15px 0px 0px;
	height: 15px;
	padding: 5px 10px 5px 10px;
	color: #fff;
	font-size: 12px;
	text-align: right;
}

/* copi */

div#copi {
	color: #fff;
	text-align: right;
	font-size: 10px;
}

div#copi a {
	text-decoration:none;
	color: #ff0000;
}

div#logo {
	float: left;
	margin: -60px 0 0 640px;
}

div#google {
	position: absolute;
	margin: -120px 0 0 400px;
}
div#google a {
	text-decoration: none;
	color: #ff0000;
	font-weight: bold;
}

div#reservas {
text-align: right;
padding: 0;
margin:-30px 0 10px 0;
}