html{
	height: 95%;
}
body{
	height: 95%;
  background: black; #url("./img/fondo.jpg") no-repeat;  
  background-size: cover;
  border: none;
  margin: none;
  padding: none;
}
img{
	border: none;
}
#wcontainer{
	margin: none;
	border: none;
	width: 100%;
	padding-top: 10px;
	height: 25px;
	#height: 70%;
	min-width: 1000px;
	background: white;
}
#cabecera{
  position: relative;
  top: 0px;
  #border: 1px solid skyblue;
  margin: none;
  width: 100%;
  height: 70%;
  #background: rgb(245, 245, 255);
  #opacity: .8;
  float: top;
  z-index: 0;
  min-width: 1000px;
	
	background: white url("./img/cabecera.jpg") no-repeat;
	 background-size: 100%;
	
#background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 79%, rgba(255,255,255,0) 100%); /* FF3.6+ */
#background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 79%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
#background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 79%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
#background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 79%,rgba(255,255,255,0) 100%); /* IE10+ */
#background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 79%,rgba(255,255,255,0) 100%); /* W3C */
}

#cabecera img{
    position: relative;
	float: left;
	height: 60px;
	top: 10px;
}
#hline{
	display: table;
	width: 50%;
	height: 60px;
	border: none;
	margin-left: -100px;
	#margin-right: auto;
	padding-left: 100px;
	#padding-top: 20px;
	width: 80%;
	background: white;
	opacity: 0.4;
}
#hline img{
	height: 60px;
	margin-left: 150px;
}
#logo{
    #position: relative;
	float: right;
	height: 60px;
	top: 10px;
	background: white;
	opacity: 0.0;
	#margin-left: 72px;
}

#closebtn{
	float: right;
}
.menubox{
	height: 120px;
	width: 20%;
	min-width: 70px;
	float: left;
	margin: 5px;
}
.menubox  a{
	text-decoration: none;
	display: block;
}
.innermenubox{
	height: 60px;
	width: 60px;
	margin: none;
	margin-left: auto;
	margin-right: auto;
	padding: none;
	border: 1px white;
	opacity: .8;
}
.innermenubox:hover{
	opacity: 1;
	width: 80px;
	height: 80px;
	top: -10px;
	position: relative;
}
.innermenubox img{
  width: 90%;
  #height: 90%;
}
.innermenubox a img{
	border: none;
}
#spacer{
	#height: 45%;
	width: 100%;
	float: top;
	background: white;
	visibility: hidden;
}
#menu{
	#height: 100%;
	min-width: 60px;
	vertical-align: middle;
	margin-top: 30px;
}
#menul{
	width: 80px;
	vertical-align: top;
	position: fixed;
	left: 0;
	top: 50px;
	#float: left;
	background: red;
}
#contenido{
	position: relative;
	display:table;
	background: rgb(245, 245, 255);
	margin-top: -320px;
	z-index: 5000;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	#opacity: .9;
	height: 400px;
	width: 800px;
	font: 1em Georgia, "Bitstream Charter", "URW Bookman L", "Century Schoolbook L", serif;	
	border-top: 1px solid red;
	border-left: 1px solid red;
	border-bottom: 1px solid red;
	border-right: 1px solid red;
}

#banner{
	height: 60px;
	padding-top: 5px;
	#position: fixed;
	#bottom: 15px;
	position: relative;
	width: 100%;
	background: white;
	#opacity: .8;
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 79%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 79%,rgba(255,255,255,0) 100%); /*Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 79%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 79%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 79%,rgba(255,255,255,0) 100%); /* W3C */
}

#banner img{
	height: 50px;
	margin: auto;
	float: left;
	position: relative;
}

#contenido table{
	border: none;
}

.titulo_hab{
	font-size: 1.5em;
	color: rgb(200, 80, 50);
	font-style: verdana;
	text-align: center;
	background: url("./img/fondo.gif") repeat-x;
}
.imagelist{
	background: rgb(245, 245, 255);
}
.imagelist ul{
	list-style-type: none;
}
.imagelist img{
	height: 90px;
}
#habitacion{
	width: 600px;
}
#imagen{
	background: rgb(245, 245, 255);
}
#imagen img{
	height: 350px;
}
#mmenu_habitaciones{
	width:100%;
	padding-top: 5px;
	background: none;
}
#mmenu_habitaciones img{
	height: 65px;
	border: none;
	opacity: .7;
}
#mmenu_habitaciones img:hover{
	opacity: 1;
}
#mmenu_habitaciones a{
	text-decoration: none;
	height:100%;
	margin-left:5px;
	margin-right:5px;
}
#mmenu_habitaciones td{
	background: none;
	height:70px;
	width:25%;
	padding:1px;
	padding-left:5px;
	text-align: center;
}
#habitacion{
	height: 250px;
}


.footer{
	position: fixed;
	bottom:0;
	color: white;
	font-size: .6em;
	background: red;
	width: 100%;
	height: 15px;
}

.facturas{
	margin-top: 8px;
	display: block;
	height: 45px;
	text-align: center;
	margin-bottom: auto;
	padding: 2px;
	border: 1px solid white;
	opacity: 0.9;
	float: left;
	background: white;
}
.facturas:hover{
	margin-top: 5px;
	height: 50px;
	padding: 4px;
	opacity: 1;
}
.facturas a{
	text-decoration: none;
	display: block;
	color: white;
	margin-top: 2px;
	height: 30px;
	font-size: 1.2em;
	border: 1px solid black;
	#background: rgb(200, 200, 255);
	background: red;
	padding-top: 10px;
}
#Facturacion{
	position: relative;
	top: 20px;
	border: 1px solid white;
	width: 850px;
	padding-left: 20px;
	margin-left: auto;
	margin-right: auto;
}