*{
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	background-color: #000000;
	font-family: Tahoma;
	color: #BC935D;
}

p{
	text-align: justify;
}

#general{
	font-size: 0px;
	width: 920px;
	text-align: left;
	margin-top: 55px;
}

#header{
	width: 100%;
	text-align: left;
}

#nombre_hotel{
	float:left;
}

#menu{
	width: 491px;
	height: 48px;
	float: right;
	background-image: url("../img/fondo_menu.jpg");
	background-repeat: repeat-x;
}

.elem_menu{
	margin-top: 25px;
}

#cuerpo{
	margin-top: 2px;
}

#index_sup{
	width: 100%;
	height: 227px;
	background-image: url("../img/fondo_index.jpg");
	margin-bottom: 2px;
}

#reserva_online{
	margin-top: 180px;
}

#ofertas{
	position: absolute;
	margin-top: 150px;
}

#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;
}

#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: 7px;
	padding-right: 24px;
}

#bottom_right h1{
	
}

div#wn{ 
	position:relative;
	width:452px;
	height:150px;
	overflow:hidden;	
}

div#scrollbar { 
  position:relative;
  width:11px; height:150px; 
  font-size:1px;  /* for image vertical alignment issue */
  }
  
 div#track { 
  position:absolute; left:0; top:12px;
  width:11px; height:126px;
  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; 
    } 
    