*{
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	background-color: #000000;
	font-family: Tahoma;
	color: #BC935D;
}

p{
	text-align: justify;
}

#banderas{
	width: 920px;
	margin-top: 55px;
	text-align: right;
}

#general{
	font-size: 0px;
	width: 920px;
	text-align: left;
}

#header{
	width: 100%;
	text-align: left;
}

#nombre_hotel{
	
	position: absolute;
	height: 48px;
}

#menu{
	width: 491px;
	height: 48px;
	float: right;
	background-image: url("../img/fondo_menu.jpg");
	background-repeat: repeat-x;
	position: absolute;
	margin-left:430px;
	z-index: 999;
}

ul.menu
{
	list-style:none;
}
ul.menu li
{
	background-image: url("../img/fondo_menu.jpg");
	background-repeat: repeat-x;
	display:block;
	position:relative;
	background-color: #000000;
	
	float:left;
}
ul.menu ul
{
	position:absolute;
	left:51px;
	top:50px;
	display:none;
	list-style:none;
}
ul.menu > li > ul
{
	position:absolute;
	left:0px;
	top:48px;
	display:none;
	list-style:none;
	font-size: 12px;
	float:left;
	margin-top: -1px;
}

ul.menu > li > ul > li
{
	padding: 3px;
	background:#000000;
	border-right:1px solid #715739;
	border-bottom:1px solid #715739;
	border-top:1px solid #715739;
	border-left:1px solid #715739;
	color: #B19F75;
	width:90px;
	margin-top: -1px;
}

ul.menu > li > ul > li a
{
	font-size: 11px;
	text-decoration: none;
	color: #B19F75;
	float: none;
}

ul.menu > li > ul > li a:hover
{
	text-decoration: underline;
}

ul.menu li > ul > li:hover
{
	background:#000000;
	padding: 3px;
	
}
ul.menu li:hover > ul
{
	display:block;
}
ul.menu > li
{	
	display:inline;
}


.elem_menu{
	margin-top: 24px;
}

#cuerpo{
	padding-top: 48px;
}

#index_sup{
	width: 100%;
	height: 227px;
	background-image: url("../img/fondo_index.jpg");
	margin-bottom: 2px;
}

#reserva_online{
	margin-top: 10px;
}

#ofertas{
	margin-top: 148px;
}

#index_inf{
	margin-top: 2px;
	margin-bottom: 2px;
	height: 109px;
}

#pie_izq{
	float:left;
}

#content_index{
	width:471px;
	float: right;
	font-size: 11px;
	line-height: 19px;
	padding-left: 17px;
	padding-right: 3px;
	padding-top: 7px;
	padding-bottom: 11px;
}

#part_izq{
	width: 430px;
	background-image: url("../img/fondo_index.jpg");
	background-repeat: no-repeat;
	margin-top: 2px;
}

#top_left{
	height: 227px;
	margin-bottom: 2px;
}

#bottom_left{
	margin-top: 2px;
	margin-bottom: 2px;
}

#part_der{
	width: 490px;
	margin-left: 6px;
	margin-top: 3px;
	font-size: 11px;
}

#bottom_right{
	font-size: 11px;
	line-height: 19px;
	padding-top: 0px;
	padding-right: 24px;
}

#bottom_right h1{
	
}

#lyr1{
	padding-top: 11px;
	padding-bottom: 8px;
	padding-left: 14px;
	padding-right: 8px;
}

div#wn{ 
	position:relative;
	width:464px;
	height:340px;
	overflow:hidden;	
}

div#scrollbar { 
  position:relative;
  width:11px; height:340px; 
  font-size:1px;  /* for image vertical alignment issue */
  }
  
 div#track { 
  position:absolute; left:0; top:12px;
  width:11px; height:326px;
  background: #262626;
  }
  
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#B59E74;
  }
    
div#up { position:absolute; left:0; top:0; }

div#down { position:absolute; left:0; bottom:0; }

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}

/* so no gap or misplacement due to image vertical alignment [2]*/
div#scrollbar img {
    display:block; 
    } 
    
    
.izq{
	float:left;
	margin-right: 10px;
	border: 1px solid #715739;
}

.der{
	float: right;
	margin-left: 10px;
	border: 1px solid #715739;
}
