html { 
	height:100%;

	}
	
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	color: #4F4A1C;
	
	background-color:#B2C487;
	}

#contenedorPrincipal {
	background-image: url(../images/estructura/fondo_piepagina.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	}

/* General ############ */
h1 { color:#363106; font-size:16px; margin-bottom: 0px; }
h2 { color:#363106; font-size:14px; margin-bottom: 0px; margin-top:30px; }
h3 { color:#363106; font-size:13px; margin-bottom: 0px; margin-top:30px; }
h4 { color:#363106; font-size:12px; margin-bottom: 0px; margin-top:30px; }
h5 {}
p {}
ul {}
a:link { color:#1C1900;}
a:hover { text-decoration:none; color:#363106; }
a:visited { color:#1C1900;}


#auxiliarEncabezado {
width:770px;
margin:auto;
	
}

/* Encabezado #########------------ */

#encabezadoDePagina {
	height: 284px;
	margin-bottom: 0px;
	background-image:url(../images/estructura/fondo_banner.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	}

	/* forma de Registro */
	#registro {
		position:absolute;
		font-size:10px;
		width:210px;
		float:right;
		margin-left:538px;
		margin-top:10px;
		color:#000;
		text-align: center;
		}
		
		html>/**/body	#registro {
		position:absolute;
		font-size:10px;
		width:210px;
		float:right;
		margin-left:538px;
		margin-top:0px;
		color:#000;
		}
		
	/* Menu Superior */
	#menuSuperior {
		position:absolute;
		width:710px;
		font-size:13px;
		margin-top:246px;
		}
		
		html>body 	#menuSuperior {margin-top:246px;}
		
		html>/**/body 	#menuSuperior {
		position:absolute;
		width:710px;
		font-size:13px;
		margin-top:220px;
		}
		
	#menuSuperior ul {
		padding:0px;
		}
		html>/**/body #menuSuperior ul { padding-left:50px; }
		
	#menuSuperior ul li {
		list-style: none;
		float: left;
		margin-left:60px;
		}
		html>body #menuSuperior ul li { margin-left:80px; }
		
		
	#menuSuperior ul li a {
		color: #FFF;
		font-weight: bold;
		text-decoration:none;
	}
	#menuSuperior ul li a:hover {
		text-decoration:none; color: #B2C487;
		text-decoration:underline;
	}

/* Fin del encabezado */


/* Contenidos ######### */
#contenidos {
	background-image:url(../images/estructura/fondo_contenido.jpg);
	background-repeat: repeat-y;
	min-height: 100%;
	float:left;
	width:770px;
	padding-top:0px;
}




	/* Menu Principal */
	
	#menuPrincipal {
		width: 193px;
		float:left;
		padding:0px;
		padding-top:2em;
		
		}	
	
	
	#menuPrincipal .linkMenu {
		height:41px; /* Este valor es proporcional al width del Li A, suma el valor del A + los bordes de A  */
		line-height:41px;
		margin-left:8px;

		

		}
	
	#menuPrincipal .linkMenu a {
		text-decoration: none;
		font-size: 13px;
		text-align: left;
		font-weight:bold;
		color:#FFF;
		padding-left:45px;
		
		float:left; /* Para que el boton tome width y height necesita estar en Float */
		/* opcional */
		width:100%;
		height:41px;		
		
		/* Opcional */
		background-image:url(../images/estructura/fondo_boton.gif);
		background-repeat:no-repeat;
	}
	
	#menuPrincipal .linkMenu a:hover {
		color:#C4C387;
	}
	
	
	
	#reservaciones {
		margin-left: 8px;
		margin-top: 20px;
		
		text-align:center;
		color: #363106;
		}	
		
	#reservaciones a {
		color:#363106;
		font-size:10px;
		text-decoration:none;
		}
	#reservaciones a:hover {
		color: #000;
		font-size:10px;
		text-decoration: none;
		}


#contenidoPrincipal {
	width:470px;
	height:100%;
	float:right;
	margin-top:20px;
	margin-right:25px;
}

html>body #contenidoPrincipal {
	margin-right:50px;
}




/* Pagina principal */

	#galeriaHome {
		margin-bottom: 30px;
		}
/* Fin de pagina principal */

/* Galerias */
	.thumbDerecho {
		float:right;
		margin-left:10px;
		padding:3px;
		background-color:#FFFFFF;
		border: 1px solid #baa995;
		}
	.thumbizquierdo {
		float:left;
		margin-right:10px;
		padding:3px;
		background-color:#FFFFFF;
		border: 1px solid #baa995;
		}
	#galeriaHome img {
		margin:10px;
		margin-left:0px;
		float:left;
		}
	#galeriaPieDePagina img {
		margin-right:10px;
		margin-top: 10px;
		
		}
		
		/* Scrpts de galerias */
	
		#HotelGallery {}
	
		#HotelGallery img { margin-right: 13px; margin-bottom:10px; padding:3px;
		background-color:#FFFFFF;
		border: 1px solid #baa995;}
		
		#HotelGallery a:hover img { border: 1px solid #003333;}
		
		/* 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 {}
	#amenidades img {
		margin-right:5px;
		}

	#amenidades ul { padding-left:5px;}
	#amenidades ul li {
		list-style: none;
		width: 210px;
		float:left;
		margin-left:-15px; /* IE6 no soporta padding en UL */
		}
		html>body #amenidades ul li { margin-left:-20px; }
		html>/**/body #amenidades ul li { margin-left:0px; }
			
			
	/* Listado de amenidades de habitacion */
	
	#amenidadesList {}
	#amenidadesList ul { padding-left:0px;}
	
		
	#amenidadesList li {
		list-style:none;
		float:left;
		
		width: 200px;
		padding-left:7px; /* Espacio para los Bullets */
		margin-left:-15px; /* IE6 no soporta padding en UL */
		margin-right: 20px;
		
		background-image: url(../images/estructura/ball.gif);
		background-repeat: no-repeat;		
		background-position:left 5px;
		}
		html>body #amenidadesList li { margin-left:-20px; }
		html>/**/body #amenidadesList li { margin-left:5px; }
	
/* Fin de contenidos */






/* Estilos Pie de pagina */
	
#pieDePagina {
	clear:both;
	
	height:106px;
	width:770px;
	margin:auto;
	
	color: #eee7de;
	font-size:11px;
	text-align:center;
	
	background-image: url(../images/estructura/fondo_footer.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	}
	
	
	
	#datosDelHotel {
		padding-top:8px;
		}
	html>body #datosDelHotel {
		padding-top:8px;
		}
			
		html>/**/body #datosDelHotel {
		padding-top:15px;
		}
	
	
	
	#linksPieDePagina {
		margin-top:10px;
		}
		
		html>/**/body #linksPieDePagina {
		margin-top:7px;
		}
	
	

	#linksPieDePagina a {
		color: #eee7de;
	}
	#linksPieDePagina a:hover {
		color: #FFF;
		text-decoration:none;
	}


	
/* Auxiliares */

#pieAuxiliar { display:none;}


.agentes {
    width:452px; height:234px;
	background-image: url(../images/estructura/codigo.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-left:14px;
	text-align: center;
	font-size:22px; font-weight:bold;
}

.agents {
    width:452px; height:234px;
	background-image: url(../images/estructura/code.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	margin-left:14px;
	font-size:22px; font-weight:bold;
}


/* 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 {  font-size:150%; color:#443F8C; font-weight:normal; padding-bottom:5px; }
.showRateBlock .onpagelink { margin-top: 5px; }
.showRateBlock a {  color:#F4FFC1 !important; text-decoration:none; margin-left:10px; font-weight:bold; padding:4px 10px; background-color:#192F01 }