/*================================ div menu ======================*/

#divmenu {
 position:fixed;
 /*position:absolute;*/
 top : 10%;
 left: 10%;
 
 /*visibility: hidden;*/
 display: none;
 height:583px;
 width:950px;
 background:white;	
 z-index:99;	
}

#divcontact {
position:fixed;
 /*position:absolute;*/
 top : 60px;
 left:10%;
 
 /*visibility: hidden;*/
 display: none;
 height:483px;
 width:950px;
 background:white;	
 z-index:99;	
}

#divplan {
position:fixed;
 /*position:absolute;*/
 top : 60px;
 left:10%;
 
 /*visibility: hidden;*/
 display: none;
 height:483px;
 width:950px;
 background:white;	
 z-index:99;	
}

.divmenuleft {
  width:200px;
  height:100%;
  float:left;
  margin-right:0 !important;
  font-family:'exo_myriadpro';
  font-weight:200px;
  font-size:medium;
  background-image:url('../../img/menu/menuleft.png');
}

.divtitresousmenu {
  height:62px;
  font-weight:31.34pt;
  /*width:100%;*/
  text-align:center;
  margin-top:20px;
}

.divtitresousmenu span{
  color : white;
  top : 10px;
  margin-left : 10px;
}

.divsousmenu ul {
 height:174px;	
 font-weight:17.8px;	
}

.ullistehoteldestination {
 /*margin-top:40px;*/
 padding-top:20px;
 /*height:430px;*/
 width:290px;
 height:400px;
 float:left;
 
}

.ullistehoteldestination li {
 height:20px;	
 margin-left:20px;
 vertical-align:middle;
 list-style-type: disc ;
 /*line-height:2px;*/		
}

.ullistehoteldestination li a {
 color: black;	
}

.ullistehoteldestination li a:hover {
 /*margin-left:20px;
 vertical-align:middle;*/
 color:#d7181f;
 list-style-type: disc;	
}

.lietoilehotel {
 font-size:	16px;
 height:25px !important;
 list-style-type: none !important; 
 margin-top:5px;
 margin-bottom:5px;
}

.lietoilehotel img {
 width:18px !important;
 height:18px !important;
 padding:0px !important;	
 
}

.lietoilehotel span {
 border-top:10px;	
}

.divsousmenu li {
 height:30px;	
 margin-left:20px;
 border-top:10px;
 vertical-align:middle;
 list-style-type: none;
 
}
/*
.divsousmenu li:hover {
 height:30px;
 width:179px;	
 vertical-align:middle;
 background-image:url('../../img/menu/itemhover.png'); 	
}*/

.divsousmenu span {
 color: white;
 vertical-align:middle;
 margin-left:5px;
}


.divsousmenuimage {
 height: 232px;
 padding:10px;
 /*border:10px;*/
 /*width:100%;
 position:absolute;
 bottom:0;*/	
 text-align:center;
}

.divimagehotel {
 float:right;	
}
	
.divsousmenuimage img {
   display:inline;
   padding:10px;
   border-radius: 1px;
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   background: rgba(0,0,0, .4);
   vertical-align:middle;
   /*position: absolute;
   top :  250px;
   left : 5px;*/
   position:relative;
   /*left : 20px;*/
   margin:auto;
   width: 150px;
   height: 205px;

}

.divlistehotel {
 font-family:'exo_myriadpro';
 font-weight:normal;	
 font-size:12px;
 position:relative; 
 float:right;
 width:750px;
 height:100%;
 
}

.divlistehotel > img {
  position:relative;
  float:right;
  padding:15px;	
  /*width:300px;*/
  width:430px;
  height:454px;
}

.btnclose {
	/*background: #606061;
	color: #FFFFFF;*/
	font-size:16px;
	color:black;
	line-height: 25px;
	position: absolute;
	/*right: -12px;*/
	right:-6px;
	text-align: center;
	/*top: -10px;*/
	top: -5px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	/*-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;*/
}


