html { height:100% }

	
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#375233;
	text-align:justify;
	color: #E2E2A7;
	background-image:url(../images/estructura/fondo_body.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-attachment:fixed;
	}
	


#contenedorPrincipal {
	width:770px;
	margin:auto;
	height: 100%;
	}



/* General ############ */
h1 { color:#E2E2A7; font-size:16px; margin-bottom: 0px; margin-top: 8px; }
h2 { color:#E2E2A7; font-size:14px; margin-bottom: 0px; margin-top:30px; }
h3 { color:#E2E2A7; font-size:13px; margin-bottom: 0px; margin-top:30px; }
h4 { color:#E2E2A7; font-size:12px; margin-bottom: 0px; margin-top:30px; }
h5 {}
p {}
ul {}
a:link { color:#E2E2A7; }
a:hover { text-decoration:none; }
a:visited {color:#E2E2A7;}



#auxiliarEncabezado {
	background-image: url(../images/estructura/fondo_banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    }


/* Encabezado #########------------ */


    #encabezadoDePagina {
	height: 213px;
	/*margin-bottom: 195px;*/
	}

	/* forma de Registro */
	#registro {
		position:absolute;
		font-size:10px;
		width:200px;
		float:right;
		margin-left:545px;
		margin-top: 123px;
		color:#35200D;
		}

	/* Menu Superior */
	#menuSuperior {
		margin-top: 164px;
		/*margin-left:210px;*/
		width:485px;
		margin-left:240px;
		}
	
	#menuSuperior ul {
	font-family:Georgia, "Times New Roman", Times, serif;}
	
	#menuSuperior ul li {
		list-style: none;
	    float:left;
		margin:10px;
		color:#35200D;
		font-size:11px;
		letter-spacing:2px;
	    }
	
	#menuSuperior ul li a {
		color:#35200D;
		font-weight:bold;
	    }
		
	#menuSuperior ul li a:hover {
		text-decoration:none;
		color:#19120B;
	    }


/* Fin del encabezado */


/* Contenidos ######### */
#contenidos {
	background-image:url(../images/estructura/fondo_contenido.gif);
	background-repeat: repeat-y;
	background-position:bottom left;
	min-height: 100%;
	background-repeat:no-repeat;
	float:left;
    }


/* Menu Principal */
	
	#menuPrincipal {
	width: 189px;
	height:221px;
	float:left;
	background-image:url(../images/estructura/fondo_menu.gif);
	background-position:top;
	background-repeat:no-repeat;
	}
	
	
	#menuPrincipal ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		margin-top:0px;
		}
	
	
	#menuPrincipal ul li {
		float: left;
		margin-left: 3px;
		text-align:center;
		line-height:24px;
		font-weight:bold;
		margin-bottom:4px;
		}
		
		html>body #menuPrincipal ul li {
		float: left;
		margin-left: 3px;
		text-align:center;
		line-height:28px;
		font-weight:bold;
		margin-bottom:3px;
		}
	
	
	#menuPrincipal ul li a {	
		background-position:bottom;
		background-image:url(../images/estructura/fondo_li.gif);
		background-repeat:no-repeat;
		text-decoration: none;
		font-size: 13px;
		float: left;
		height: 26px;
		width: 174px;
		color:#70461C;
	    }
	
	#menuPrincipal li a:hover {
		background:url(../images/estructura/fondo_lihover.gif);
		background-position:center;
		background-repeat:no-repeat;
		height: 26px;
		width: 174px;
		color:#35200D;
		font-weight:bold;
	    }
	
	#menuPrincipal li a:visited {}
	
	#reservaciones {
		float:left;
		width:150px;
		margin-left: 10px;
		margin-top: 45px;
		text-align:center;
		color: #E2E2A7;
		}
		
		html>body #reservaciones {
		float:left;
		width:150px;
		margin-left: 18px;
		margin-top: 45px;
		text-align:center;
		color: #E2E2A7;
		}
		
	#reservaciones a {
		color:#E2E2A7;
		font-size:10px;
		text-decoration:none;
		}
		
	#reservaciones a:hover {
		color: #ffffff;
		font-size:10px;
		text-decoration: none;
		}


#contenidoPrincipal {
	width:538px;
	height:100%;
	float:right;
	margin-top:10px;
	margin-right:15px;
	z-index:10;
    }
	
html>body #contenidoPrincipal {
	width:538px;
	height:100%;
	float:right;
	margin-top:10px;
	margin-right:28px;
	z-index:10;
    }

/* Pagina principal */

	#galeriaHome {
		margin-bottom: 30px;
		}
/* Fin de pagina principal */

/* Galerias */
	.thumbDerecho {
		float:right;
		margin-left:10px;
		}
	.thumbizquierdo {
		float:left;
		margin-right:10px
		}
	#galeriaHome img {
		margin:10px;
		margin-left:0px;
		}
	#galeriaPieDePagina img {
		margin-right:10px;
		margin-top: 10px;
		}
		
		/* Scrpts de galerias */
	
		#HotelGallery img { margin-right: 10px; margin-bottom:10px; }
		
		/* Estilos para el efecto LightBox */
		#lightbox{ background-color:#eee; padding: 10px; border-bottom: 2px solid #666; border-right: 2px solid #666; }
		
		#lightbox a, #lightbox a:visited {}
		#lightbox a:hover {}
		
		#lightboxDetails{ font-size: 10px; padding-top: 0.4em; }    
		#lightboxCaption{ float: left; }
		
		#keyboardMsg{ float: right; }
		#closeButton{ top: 5px; right: 5px; }
		
		#lightbox img{ border: none; clear: both;} 
		#overlay img{ border: none; }
		
		#overlay{ background-image: url(../hotelgal/overlay.png); }
		
		* html #overlay {
			background-color: #333;
			back\ground-color: transparent;
			background-image: url(../hotelgal/overlay.png) repeat; 

			/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../hotelgal/overlay.png", sizingMethod="scale");*/
		}
		
		

/* Fin de galerias */

/* Contacto */
	#contacto {
		width: 350px;
		margin:auto;
		}
		
		
/* iconos amenidades */
	#amenidades {
	text-align: left;
}
	#amenidades img {
		margin-right:5px;
		}

	#amenidades ul {}
	#amenidades ul li {
		list-style: none;
		width: 230px;
		float:left;
	}
			
	/* Listado de amenidades de habitacion */
	
	#amenidadesList {}
	
		
	#amenidadesList li {
		list-style:none;
		background-image: url(../images/estructura/ball.gif);
		background-repeat: no-repeat;		
		background-position:left;
		padding-left: 10px;
		width: 215px;
		float:left;
		margin-left: -10px;
		margin-right: 20px;
	}
	
/* Fin de contenidos */






/* Estilos Pie de pagina */
	
#pieDePagina {
	clear:both;
	height:84px;
	background-image:url(../images/estructura/fondo_footer.gif);s
	background-repeat: no-repeat;
	background-position: bottom;
	font-size:12px;
	text-align: center;
	height:120px;
	/*padding-right: 24px;*/
	}
#datosDelHotel {
	padding-top:1px;
	margin-top:30px;
	color:#FFFFFF;
	}
	
	html>/**/body #datosDelHotel {
	padding-top:28px;
	margin-top:228px;
	color:#FFFFFF;
	margin-bottom:-19px;
	}
#linksPieDePagina {
	margin-top:3px;
	color:#9BB398;
	}
	
	html>/**/body #linksPieDePagina {
	margin-top:23px;
	color:#9BB398;
	margin-bottom:-15px;
	}
#linksPieDePagina a {
	color:#9BB398;
	}
#linksPieDePagina a:hover {
	color:#ffffff;
	text-decoration:none;
	}
	
	
/* Auxiliares */

#pieAuxiliar {}

#spacer {width:190px; }

/* ESTILOS PARA TARIFAS EN PAGINAS DE HABITACIONES */
.showRateBlock {  text-align:right; margin-bottom:10px; position:relative; top:-10px }
.showRateBlock span {  font-weight:bold; }
.showRateBlock .rateOnWebsite { display:none; font-size:150%; color:#97BC94; font-weight:normal; padding-bottom:5px; }
.showRateBlock .onpagelink { margin-top: 5px; }
.showRateBlock a {  color:#C5AE90 !important; text-decoration:none; margin-left:10px; font-weight:bold; padding:4px 10px; background-color:#814111 }
.showRateBlock .tip{display:none;}


#uvSearchBox {color:#000; !important;}

