html { height:100% }
	
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#c6b984 url(../images/estructura/body.gif) repeat-x top;
	text-align:justify;
	color: #494127;
	}

#contenedorPrincipal {
	width:760px;
	margin:auto;
	height: 100%;
	}


/* General ############ */
h1 { color:#01004C; font-size:16px; margin-bottom: 0px; border-bottom:1px solid #E4DEC4; }
h2 { color:#01004C; font-size:14px; margin-bottom: 5px; margin-top:30px; border-bottom:1px solid #E4DEC4; }
h3 { color:#01004C; font-size:13px; margin-bottom: 8px; margin-top:30px; }
h4 { color:#01004C; font-size:12px; margin-bottom: 0px; margin-top:30px; }
h5 {}
p {}
ul {}
a:link { color:#81774B;}
a:hover { text-decoration:none; color:#01004C; }


#auxiliarEncabezado {}

/* Encabezado #########------------ */

#encabezadoDePagina {
	height:420px;
	background:url(../images/estructura/banner.jpg) top no-repeat;
	}

	/* Menu Superior */
	#menuSuperior {
		margin-top:54px;
		margin-left:200px;
		position:absolute;
		}
		
		html>/**/body #menuSuperior {
		margin-top:34px;
		margin-left:220px;
		}
		
	#menuSuperior ul {}
	
	#menuSuperior ul li {
		list-style: none;
		float: left;
		margin:26px;
	    }
	
	#menuSuperior ul li a {
		color:#978B58;
		font-weight:bold;
		text-decoration:none; 
	    }
	
	#menuSuperior ul li a:hover {
		color:#494127;
	    }
	
	/* forma de Registro */
	#registro {
		position:absolute;
		font-size:10px;
		width:250px;
		float:right;
		margin-left:500px;
		margin-top:6px;
		color:#000000;
		}
		
		html>/**/body #registro {
		margin-top:-8px;
		}

/* Fin del encabezado */


/* Contenidos ######### */
#contenidos {
    background:url(../images/estructura/contenido.gif) left repeat-y;
    width:760px;
	min-height: 100%;
	float:left;
    }

	/* Menu Principal */	
	#menuPrincipal {
	width: 190px;
	height:100%;
	float:left;
	margin-left:4px;
	overflow:hidden;	
    }
	
	html>body #menuPrincipal {
	margin-left:8px;	
    }
	

	#menuPrincipal ul {
		list-style-type: none;
		}
	
	#menuPrincipal ul li {
		float: left;
		margin-left:-18px;
		line-height:40px;
		}
		
		html>body #menuPrincipal ul li {
		margin-left:-36px;
		}
	
	#menuPrincipal ul li a {
		text-decoration: none;
		text-indent:16px;
		background:url(../images/estructura/bottom.gif) left bottom no-repeat;
		font-size: 11px;
		float: left;
		height:40px;
		width: 190px;
		color:#978B58;
	    }
	
	#menuPrincipal li a:hover { color:#01004C; font-weight:bold;}
	
	#menuPrincipal li a:visited {}
	
	#reservaciones {
		float:left;
		width:190px;
		margin-top:45px;
		text-align:center;
		color:#3D0000;
		font-size:14px;
		}
	
	#reservaciones a {
		color:#3D0000;
		font-size:10px;
		text-decoration:none;
		}
		
	#reservaciones a:hover {
		color: #01004C;
		font-size:10px;
		text-decoration: none;
		}


#contenidoPrincipal {
	width:530px;
	float:right;
	margin-top:20px;
	margin-right:12px;
	z-index:10;
    }
	
	html>body #contenidoPrincipal {
	margin-top:20px;
	margin-right:22px;
    }
	

/* Pagina principal */

	#galeriaHome {
		margin-bottom:20px; padding-right:20px;
		}
/* 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:5px;
		margin-top: 10px;
		
		}
		
		#galeriaHome h2 { margin-bottom:10px;}
		
		/* Scrpts de galerias */
	
		#HotelGallery {}
	
		#HotelGallery img { margin-right:10px; margin-bottom:22px; 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 {}
	#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;
	    }
		
		/* ESTILOS PARA MOSTRAR LISTADO DE AMENIDADES */
        #amenidades ul li { margin-bottom:8px; padding-right:8px; text-align:left; }     
        #amenidades ul li img { margin-left:-30px; position:absolute; }
	
/* Fin de contenidos */






/* Estilos Pie de pagina */
	
#pieDePagina {
    background:url(../images/estructura/footer.gif) no-repeat bottom;
	clear:both;
	height:106px;
	width:760px;
	font-size:11px;
	}

#datosDelHotel {
	padding-top:16px;
	width: 760px;
	text-align:center;
	color:#01004C;
	}
	
#linksPieDePagina {
	margin-top:18px;
	color:#01004C;
	width:760px;
	text-align: center;
	}
	
#linksPieDePagina a {
	color:#01004C;
	}
	
#linksPieDePagina a:hover {
	color:#978B58;
	text-decoration:none;
	}
	
	
/* Auxiliares */

#pieAuxiliar {}



.agentes {
    width:452px; height:234px;
	background-image: url(../images/estructura/codigo.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	font-size:22px; font-weight:bold;
	margin-left:28px;
}

.agents {
    width:452px; height:234px;
	background-image: url(../images/estructura/code.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	font-size:22px; font-weight:bold;
	margin-left:28px;
}


/* 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:#003399; font-weight:normal; padding-bottom:5px; }
.showRateBlock .onpagelink { margin-top: 5px; }
.showRateBlock a {  color:#FFFFFF !important; text-decoration:none; margin-left:6px; font-weight:bold; padding:4px 10px; background-color:#003399 }

