/*Documento CSS*/
a{
  color: #777;
}

div#presentacion{
	position: absolute;
	float:left;
	left: 0px;
	top:0px;
	width: 100%;
	height: 680px;
	background: #AAAAFF;
	vertical-align: middle !important;
	text-align: center !important;
	filter:alpha(opacity=100);
	opacity:1;
}

.logo{
	height: 100px;
	width: 150px;
	text-align: center;
	background: #FFF;
}

.all_title{
    background: white url("../img/pasillo300_2.jpg") 100px -50px no-repeat;
}

.title{
	/*width: 580px;*/
	text-align: center;
	color: black;
    /*background: white url("../img/pasillo300_2.jpg") 100px 20px no-repeat;*/
	text-shadow: 1px 1px 2px brown, 0 0 1em white, 0 0 0.2em white;
	font: 1em Georgia, "Bitstream Charter", "URW Bookman L", "Century Schoolbook L", serif;
}

.separador{
  height: 10px;
  width: 100%;
  background: #FFF url("../img/menu/divisor.jpg") 0px 1px repeat-x;
}

.menu_table{
	width: 100%;
	text-align: center;
	vertical-align: top;
	background: #FFF;
}

#menu{
	float: left;
	width: 100%;
	height: 100%;
	border: 0px solid #AAA;
	padding: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-right-color: #AAA;
	Font-Family: Helvetica;
}

	#menu td{
			text-align: center;
			vertical-align: middle;
			width: 25%;
			height:33px;
			border: 0px solid RGB(170, 200, 220);
			background: #EEF url("../layout_images/new/nav_bg.gif") 0px 1px repeat-x;
	}
	
	#menu td:hover{
		background: #AAAAFF url("../layout_images/new/nav_bg_over.gif") 0px 1px repeat-x;
		border: 1px solid #B55;
	}

#menu a{
	vertical-align: bottom;
	padding: 0px 0px;
	display: block;
	width: 100%;
	height: 20px;
	text-decoration: none;
	font-weight: bold;
	
	border-right: 0px solid F00;
	border-bottom: 0px solid F00;
	color: #777;
	text-align: center;
}

#menu a:hover{
	color: #FFC !important;
	background: FFF;
}

#menu_habitaciones{
	float: left;
	width: 100px;
	height: 210px;
	border: 0px solid #AAA;
	padding: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-right-color: #AAA;
	Font-Family: Helvetica;
}

	#menu_habitaciones td{
			text-align: center;
			vertical-align: middle;
			width: 100%;
			height:20px;
			border: 0px solid RGB(170, 200, 220);
			background: brown url("../layout_images/new/nav_bg.gif") 0px 1px repeat-x;
	}
	
	#menu_habitaciones td:hover{
		background: #f98f3a url("../layout_images/new/nav_bg_over.gif") 0px 1px repeat-x;
		border: 1px solid #B55;
	}

#menu_habitaciones a{
	vertical-align: bottom;
	padding: 0px 0px;
	display: block;
	width: 100%;
	height: 18px;
	text-decoration: none;
	font-weight: bold;
	border-right: 0px solid F00;
	border-bottom: 0px solid F00;
	color: white;
	text-align: center;
}

#menu_habitaciones a:hover{
	color: #FFC !important;
	background: FFF;
}

#contenidos{
	width: 100%;
	height: 400px;
	border-left: 1px solid #DADADA;
	border-top: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	padding: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	border-right-color: #FFF;
	/*border-bottom-color: #FFF;*/
	float:center;
	margin-left: 0px;
	color: brown;
    background: #FFF url("../img/menu/logo_fondo.jpg") 0px 0px no-repeat;
}

#menu2{
	height: 30px;
	border-left: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	padding: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	float:center;
	margin-left: 0px;
	color: brown;
    background: #FFF url("../img/menu/logo_fondo.jpg") 0px 0px no-repeat;
	text-align: center;
	font-size: 2;
}

.c_inicio{
	text-shadow: 1px 1px 2px brown, 0 0 1em white, 0 0 0.2em white;
	font: 1em Georgia, "Bitstream Charter", "URW Bookman L", "Century Schoolbook L", serif;
	/* IE */
	filter: 
	progid:DXImageTransform.Microsoft.Shadow(color=#AAAAAA, direction=135, strength=3);
	/* end IE attributes*/
}

.mmenu_habitaciones{
	width: 100px;
	text-align: center;
	vertical-align: top;
	background: #FFF;
}

#habitacion{
	vertical-align: top;
	/*width: 565px;*/
	height: 100%;
	text-shadow: 1px 1px 2px brown, 0 0 1em white, 0 0 0.2em white;
	font: 1em Georgia, "Bitstream Charter", "URW Bookman L", "Century Schoolbook L", serif;
}

DIV.presentacion_hab{
	/* IE */
	filter: 
	progid:DXImageTransform.Microsoft.Shadow(color=#AAAAAA,direction=135, strength=3);
    width: 565px;
	/* end IE attributes*/
}

.detalle_hab{
	text-align: center;
	background: brown;
	height: 30px;
	/*width: 310px;*/
	/*color: white;*/
	font-weight: bold;
	color: white;
	text-shadow: 1px 1px 2px black, 0 0 1em white, 0 0 0.2em white;
	font: 1.5em Georgia, "Bitstream Charter", "URW Bookman L", "Century Schoolbook L", serif;
}

.class_fotogaleria{
	/*text-align: center;*/
	vertical-align: top;
	height: 350px;
	/*width: 310px;*/
}

#contacto{
	vertical-align: middle;
	text-align: center;
	text-shadow: 1px 1px 2px brown, 0 0 1em white, 0 0 0.2em white;
	font: 1em Georgia, "Bitstream Charter", "URW Bookman L", "Century Schoolbook L", serif;
	/* IE */
	filter: 
	progid:DXImageTransform.Microsoft.Shadow(color=#AAAAAA,direction=135, strength=3);
	/* end IE attributes*/
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #777;
	background-color: #AAAAFF;
	/*background-color: #c8b28c;*/
}


* html #contenidos{ /*estilo solo para IE ya que no se admite la propiedad min-height*/
height: 400px;
}

