/* HTML TAGS */
body {
	background-color: #1f1a17;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 70%;
}
a, a:hover { color:#d2b380}
h1 {
	font-size: 12px;
	display: inline;
}
h2 {
	font-size: 12px;
	display: inline;
}
ul {
	margin-top: 0px;
}

li {
	list-style-type: square;
	list-style-position: outside;
	text-indent: 0px;
}

/* SCROLL */
div {
	scrollbar-arrow-color:#c2a51a;
  	scrollbar-track-color:#74592c;
  	scrollbar-shadow-color:#977d1c;
  	scrollbar-face-color:#977d1c;
  	scrollbar-highlight-color:#977d1c;
  	scrollbar-darkshadow-color:#635307;
  	scrollbar-3dlight-color:#635307;
}

/* DIVISIONES */
#tabla_envoltorio {
	width: 970px;
	height:auto;
	margin:auto;
	}
	
#envoltorio{
	width: 970px;
	height:auto;
	text-align: center;
	margin: 0px;
	position: relative;
}

#cabecera {
	width: 970px;
	height: 120px;
	float:left;
}
#logo {
	float: left;
	width: 495px;
	padding-top: 15px;
	padding-left:0px;
	padding-bottom:3px;
}
#reserva {
	float: left;
	width: 180px;
	padding-top: 25px;
	padding-left:5px;
	padding-bottom:3px;
	background-color:#1F1A17;
}
#cubo {
	float: right;
}
#cuerpo {
	width: 970px;
	height:auto;
	float:left;
}

#parte_izq{
width:500px;
height:auto;
float:left;
padding-top:30px;
}

#parte_der{
width:455px;
height:auto;
float:left;
padding-top:30px;
}

#mas_informacion{
width:925px;
height:auto;
padding-top:5px;
padding-bottom:5px;
text-align:right;
float:left;

}

/* MENU PRINCIPAL */
#menu {
	width: 970px;
	height:auto;
	text-align: center;
	float:left;
}
.textbot a:link {
	color:#FFF;
	background: url(imagen/fondo_bot.jpg) repeat-x;
}
.textbot a:visited {
	color:#FFF;
	background: url(imagen/fondo_bot.jpg) repeat-x;
}
.textbot a:hover {
	color:#bb8631;
	background: url(imagen/fondo_bot_over.jpg) repeat-x;
}
.textbot a:active {
	color:#FFF;
	background: url(imagen/fondo_bot.jpg) repeat-x;
}
#botones-menu a {
	width: 90px;
	height: 33px;
	font-size: 10px;
	display: block;
	float:left;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #1f1a17;
	margin-bottom: 2px;
	margin-top: 5px;
	padding-top: 6px;
	padding-left: 2px;
	padding-right: 2px;
}
#activo-menu {
	color:#bb8631;
	background: url(imagen/fondo_bot_over.jpg) repeat-x;
}

/* SUBMENU */

#enlaces{
width:auto;
height:auto;
float:left;
padding-left:10px;
padding-bottom:10px;
}

#menu-hori {
	float: left;
	width: 440px;
	height:auto;
}
.textbot-hori a {
	color:#D19E49;	
	
}
.textbot-hori a:hover {
	color:#E1C28E;
	background-color:#666666;
	
}

#botones-menu-hori{margin-right:10px;}

#botones-menu-hori a {
	width:100px;
	
	text-decoration:none;
	text-align:center;
	float: left;
	border: 1px solid #CCCCCC;
	display:block;
	height:18px;
	font-size:10px;
	padding-top:4px;
}
.activo-hori {
	color:#D19E49;
	background-color: #666666;
}

/* TITULOS */
.titulos {
	font-size: 22px;
	filter: shadow(color=#0b0908, direction=180, strength=3);
	width: 400px;
	color: #926f40;
	text-align: left;
	height:30px;
	float: left;
	padding-bottom:5px;
	padding-left:18px;
}

/* IMAGENES */
#photodiv { width:500px; background-repeat:no-repeat; height:auto; padding-bottom:0px; float:left;}

/* CLASES GENERICAS */
.flot-der {
	float: right;
}
.flot-izq {
	float: left;
	padding-left: 1px;
}
.enlaces-varios {
	color:#FFFFFF;
	text-decoration:none;
}

.enlaces-varios2 {
	color:#926F40;
	text-decoration:none;
}

/* VENTANA MáS INFORMACIóN */
#txt-info {
	height: 90px;
	width: 385px;
	overflow: auto;
	background-color: #675025;
	text-align: justify;
	border: 2px ridge #383431;
	padding-right: 7px;
	padding-left: 5px;
	color: #FFFFFF;
	font-size: 11px;
}
.titulo-info {
	color: #FFFFFF;
	background-color: #9d880b;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cierra-info {
	float: right;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	margin-top: 4px;
	font-size: 12px;
	margin-right: 4px;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: none;
	cursor: default;
}

/* TEXTOS */
#caja-textos {
	width: 415px;
	height: 260px;
	float:left;
	color:#FFFFFF;
	text-align:justify;
	overflow:auto;
	overflow-x:hidden;
	scrollbar-arrow-color:#c2a51a;
  	scrollbar-track-color:#74592c;
  	scrollbar-shadow-color:#977d1c;
  	scrollbar-face-color:#977d1c;
  	scrollbar-highlight-color:#977d1c;
  	scrollbar-darkshadow-color:#635307;
  	scrollbar-3dlight-color:#635307;
	padding-right:20px;
	padding-left:20px;
	
}


#informacion {
	visibility: hidden;
	height: 110px;
	width: 400px;
	position: absolute;
	left: 550px;
	top: 460px;
	z-index: 9;
}

/* PIE  */
#pie {
	font-size: 11px;
	color: #a27c0f;
	width: 970px;
	padding-top:2px;
	padding-bottom:10px;
	margin-top:5px;
	font-weight: bold;
}
.copyright {
	font-size: 10px;
	font-weight: normal;
	color: #90661e;
	text-decoration: none;
}
.idiomas {
	text-align: center;
	padding-top:10px;
	float:left;
	width:955px;
	height:auto;
}
.idiomas a {
	font-size: 10px;
	font-weight: bold;
	padding-left:3px;
	color: #90661e;
	text-decoration: none;}
.idiomas a:hover{ color:#a27c0f}
.idiomas a img {margin-right:5px;}

/* RESERVAS DE HOTEL */
ol {text-align:left; margin-left:30%; list-style:none}

/* PAGINA PROMOCIONES */
#logo_centrado {
	width: 150px;
	padding-top: 15px;
	margin-left:30%;
	margin-right:auto;
	padding-bottom:3px;
}
#caja-textos-izda {
	font-size: 10px;
	color:#ececec;
	line-height:13px;
	word-spacing:1px;
	height: auto;
	width: 425px;
	text-align: left;
	text-indent: 15px;
	position: absolute;
	top: 255px;
	left: 26px;
}
#menu-hori-izda{
	float:left;
	width: 440px;
	text-align:left;
	margin-left:10px
}

/* MAPAS */
#googlemap { width:700px; height:350px; }
html>body #googlemap {margin-left:15%}
#mapa {
	position:absolute;
	left: 71px;
	top: 183px;
}

/* OBJETOS DE FORMULARIO*/
.caja{
	vertical-align:bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-indent: 5px;
	background-color: #f0e8be;
	border: 1px solid #9f8719;
	background-position: 0px;
	scrollbar-arrow-color:#a38d0a;
	scrollbar-track-color:#1f1a17;
	scrollbar-shadow-color:#383431;
	scrollbar-face-color:#372e29;
	scrollbar-highlight-color:#383431;
	scrollbar-darkshadow-color:#1f1a17;
	scrollbar-3dlight-color:#1f1a17;
}
.bot_form{
	vertical-align:bottom;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #b0a59d;
	height: 20px;
	border: 1px solid #383431;
	margin:1px;
}
#formulario td {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}

/* TABLA TARIFAS*/
.tarifas{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #e4d99c;
	border:#72572c;
}
.fondoblanco{
	text-align:center;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
}
.rojo{
	font-size: 11px;
	color: #74502c;
}
.ofertas{
	font-size: 12px;
	color: #552600;
	text-align:center;
}


#txt_promocion {
	position:absolute;
	color: #E6B802;
	font-size:13px;
	height: 24px;
	top: 3px;
	left: 78px;
	width: 800px;
}
	
#mascara {
	position:absolute;
	width: 270px;
	height: 22px;
	overflow: hidden;
	left: 685px;
	top: 104px;

}


/*	Ventana index	*/
.azul {
	color: #0000FF;
	font-weight: bold;
}
.rojo {
	color: #CC0000;/*74502c*/
}
#ventana {
	border: 2px ridge #CCCCCC;
	position: absolute;
	width: 740px;
	height: 400px;
	/*background-color: #A6D9F6;*/
	background-color: #fff;
	left: 5px;
	top: 90px;
	visibility: visible;
}
.cierra-ventana {
	float: right;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	margin-top: 3px;
	font-size: 12px;
	margin-right: 3px;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: none;
	cursor: default;
}
.barra {
	color: #FFFFFF;
	background-color: #A27C0F;
	border-top: 1px ridge #CCCCCC;
	border-right: 1px ridge #CCCCCC;
	border-bottom: 3px ridge #CCCCCC;
	border-left: 1px ridge #CCCCCC;
	padding-left: 3px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
.cuerpo-ventana {
	overflow: auto;
	margin-left: 2px;
	height: 380px;
	text-align: left;
}