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: #46410f;
	
	background-color:#fb9607;
	background-image:url(../images/estructura/fondo_body.jpg);
	background-repeat:repeat-x;
	}

#contenedorPrincipal {
	background-image: url(../images/estructura/fondo_pie.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:#000; }
a:visited { color:#1C1900;}


#auxiliarEncabezado {
width:770px;
margin:auto;
	
}

/* Encabezado #########------------ */

#encabezadoDePagina {
	height: 300px;
	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:543px;
		margin-top: 210px;
		color:#000;
		text-align: center;
		}
		
	html>/**/body #registro { margin-top: 200px; }
		
		
	/* Menu Superior */
	#menuSuperior {
		position:absolute;
		width:520px;
		font-size:12px;
		margin-top:285px;
		margin-left:123px;
		}
		html>body #menuSuperior { margin-left:165px; }
		html>/**/body #menuSuperior { margin-left:210px; }
		
	#menuSuperior ul {
		padding:0px;
		}
		
	#menuSuperior ul li {
		list-style: none;
		float: left;
		margin-left:40px;
		}
		
	#menuSuperior ul li a {
		color: #6c6627;
		font-weight: bold;
		text-decoration: underline;
	}
	#menuSuperior ul li a:hover {
		text-decoration:none;
		color:#423d0e;
	
	}

/* Fin del encabezado */


/* Contenidos ######### */
#contenidos {
	background-image:url(../images/estructura/fondo_contenido.gif);
	background-repeat: repeat-y;
	min-height: 100%;
	float:left;
	width:770px;
	padding-top:30px;
}




	/* Menu Principal */
	
	#menuPrincipal {
		width: 193px;
		float:left;
		padding:0px;
		padding-top:0.7em;
		
		}	
	
	
	#menuPrincipal .linkMenu {
		height:30px; /* Este valor es proporcional al width del Li A, suma el valor del A + los bordes de A  */
		line-height:30px;
		margin-left:13px;

		

		}
	
	#menuPrincipal .linkMenu a {
		text-decoration: none;
		text-align: left;
		font-weight:bold;
		font-size: 13px;
		color:#503100;
		text-indent:28px;
		
		background-image:url(../images/estructura/fondo_boton_on.gif);
		background-repeat:no-repeat;
	
		float:left; /* Para que el boton tome width y height necesita estar en Float */
		
		/* opcional */
		width:100%;
		height:29px;		
		
		/* Opcional */
		/* border-bottom:1px solid #D9D3B6;*/
		
	}
	
	#menuPrincipal .linkMenu a:hover {
		color:#000;
		background-image:url(../images/estructura/fondo_boton.gif);
		background-repeat:no-repeat;
		
	}
	
	
	
	#reservaciones {
		margin-left: 13px;
		margin-top: 20px;
		
		color: #363106;
		}	
		
	#reservaciones a {
		color:#363106;
		font-size:10px;
		text-decoration:none;
		}
	#reservaciones a:hover {
		text-decoration: none;
		}
	#reservaciones span { position:absolute; margin:0px; padding:0px; margin-top:-50px; width:160px; padding-left:8px;}
	#reservaciones span a { color:#363106; font-size:11px; }
	#reservaciones span a:hover { color:#000; }

#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:130px;
	width:770px;
	margin:auto;
	
	color: #eee7de;
	font-size:11px;
	text-align:center;
	
	background-image: url(../images/estructura/fondo_footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	color:#363106;
	}
	
	
	
	#datosDelHotel {
		padding-top:23px;
		}
	
	#linksPieDePagina {
		margin-top:10px;
		}
		
		html>/**/body #linksPieDePagina {
		margin-top:7px;
		}
	
	

	#linksPieDePagina a {
		color: #363106;
	}
	#linksPieDePagina a:hover {
		color: #000;
		text-decoration:none;
	}


	
/* Auxiliares */

#pieAuxiliar { display:none}

/* 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:#FDF7DF !important; text-decoration:none; margin-left:10px; font-weight:bold; padding:4px 10px; background-color:#F69A32 }

.agentes {
   width:452px; height:234px;
   background-image: url(../images/estructura/codigo.png);
   background-repeat: no-repeat;
   background-position: center;
   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;
   font-size:22px; font-weight:bold;
}

