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: #161f32;
	background-color:#aba75a;
	background-image: url(../images/estructura/fondo_body.gif);
	background-position:center;
	background-repeat: repeat;
	}

#contenedorPrincipal {
	background-image: url(../images/estructura/fondo_pie.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	
	}

/* General ############ */
h1 { color:#161f32; font-size:16px; margin-bottom: 0px; }
h2 { color:#161f32; font-size:14px; margin-bottom: 0px; margin-top:30px; }
h3 { color:#161f32; font-size:13px; margin-bottom: 0px; margin-top:30px; }
h4 { color:#161f32; font-size:12px; margin-bottom: 0px; margin-top:30px; }
h5 {}
p {}
ul {}
a:link { color:#161f32;}
a:hover { text-decoration:none; color:#000; }
a:visited { color:#161f32;}


#auxiliarEncabezado {
width:770px;
margin:auto;
	
}

/* Encabezado #########------------ */

#encabezadoDePagina {
	height: 215px;
	margin-bottom: 0px;
	background-image:url(../images/estructura/fondo_banner.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	}

	/* forma de Registro */
	#registro {
		font-size:10px;
		width:210px;
		float:right;
		margin-right:10px;
		margin-top: 138px;
		color:#FFF;
		text-align: center;
		}
		
		
		
	/* Menu Superior */
	#menuSuperior {
		font-size:12px;
		margin-top:160px;
		width:600px;
		position:absolute;
		}
	html>/**/body #menuSuperior { margin-top:135px; }
		
	#menuSuperior ul {
		padding:0px;
		}
		
	#menuSuperior ul li {
		list-style: none;
		float: left;
		text-indent:50px;
		}
	#menuSuperior ul li a {
		color: #FFFFFF;
		font-weight: bold;
		
		text-decoration:none;
	}
	#menuSuperior ul li a:hover {
		text-decoration: underline;
		color: #eee6d1;
	
	}

/* Fin del encabezado */


/* Contenidos ######### */
#contenidos {
	background-image:url(../images/estructura/fondo_contenido.gif);
	background-repeat: repeat-y;
	min-height: 100%;
	float:left;
	width:770px;
}




	/* Menu Principal */
	
	#menuPrincipal {
		width: 201px;
		float:left;
		padding:0px;
		padding-top:0em;
		
		}	
	
	#menuPrincipal {
	background-image:url(../images/estructura/reserve.gif);
	background-repeat:no-repeat;
	background-position:13px top;
		}
	
	#menuPrincipal .linkMenu {
		height:34px; /* Este valor es proporcional al width del Li A, suma el valor del A + los bordes de A  */
		line-height:32px;
		margin-left:17px;		

		}
	
	#menuPrincipal .linkMenu a {
		text-decoration: none;
		text-align: center;
		font-weight:bold;
		font-size: 13px;
		color:#121929;
		text-indent:0px;
		
	
		float:left; /* Para que el boton tome width y height necesita estar en Float */
		
		/* opcional */
		width:100%;
		height:34px;
		
		background-image:url(../images/estructura/fondo_boton_off.gif);
		background-repeat:no-repeat;
		
		/* Opcional */
		/* border-bottom:1px solid #D9D3B6;*/
		
	}
	
	#menuPrincipal .linkMenu a:hover {
		color:#000;
		background-image:url(../images/estructura/fondo_boton_on.gif);
		background-repeat:no-repeat;
		
	}
	
	
	
	#reservaciones {
		margin-left: 17px;
		color: #363106;
		}	
		
	#reservaciones a {
		color:#121929;
		font-size:10px;
		text-decoration:none;
		}
	#reservaciones a:hover {
		text-decoration: none;
		}
	#reservaciones span { position:absolute; margin:0px; padding:0px; margin-top:-53px; padding-left:10px; width:165px; display:table-cell}
	#reservaciones span a { color:#121929; font-size:11px; }
	#reservaciones span a:hover { color:#000; }

#contenidoPrincipal {
	width:470px;
	height:100%;
	float:right;
	margin-top:0px;
	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 #95b1ba;
		}
	.thumbizquierdo {
		float:left;
		margin-right:10px;
		padding:3px;
		background-color:#FFFFFF;
		border: 1px solid #95b1ba;
		}
	#galeriaHome img {
		margin:10px;
		margin-left:0px;
		margin-bottom:0px;
		margin-top:-4px;
		float:left;
		}
	#galeriaPieDePagina img {
		margin-right:10px;
		margin-top: 10px;
		
		}
		
		#galeriaHome h2 { margin-bottom: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:108px;
	width:750px;
	margin:auto;
	
	color: #1a2640;
	font-size:11px;
	text-align: center;
	padding-left:20px;
	
	background-image: url(../images/estructura/fondo_footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;

	}
	
	
	
	#datosDelHotel {
		padding-top:10px;
		}
	
	#linksPieDePagina {
		margin-top:6px;
		}
	
	

	#linksPieDePagina a {
		color: #1a2640;
	}
	#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:#FFFFFF !important; text-decoration:none; margin-left:10px; font-weight:bold; padding:4px 10px; background-color:#443F8C }

.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;
}