html { height:100% }
	
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#073976;
	text-align:justify;
	color: #073976;
	
	background-image: url(../images/estructura/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}

#contenedorPrincipal {
	width:770px;
	margin:auto;
	height: 100%;
	}


/* General ############ */
h1 { color:#073976; font-size:16px; margin-bottom: 0px; }
h2 { color:#073976; font-size:14px; margin-bottom: 0px; margin-top:30px; }
h3 { color:#073976; font-size:13px; margin-bottom: 0px; margin-top:30px; }
h4 { color:#073976; font-size:12px; margin-bottom: 0px; margin-top:30px; }
h5 {}
p {}
ul {}
a:link { text-decoration:none; color:#FF6D00;}
a:hover { text-decoration:none; color:#073976; }


#auxiliarEncabezado {}

/* Encabezado #########------------ */

#encabezadoDePagina {
	height: 266px;
	margin-bottom: 0px;
	}

	/* forma de Registro */
	#registro {
		position:absolute;
		font-size:10px;
		width:250px;
		float:right;
		margin-left:480px;
		margin-top: 158px;
		}
		
		html>/**/body #registro { margin-top: 148px;}

	/* Menu Superior */
	#menuSuperior {
		margin-top: 212px;
		margin-left:220px;
		position:absolute;
		
		}
		
		html>/**/body #menuSuperior {margin-top: 188px;}
		
	
	#menuSuperior ul {text-decoration:none;}
	#menuSuperior ul li {
		list-style: none;
		float: left;
		margin:14px;
		
		font-size:14px;
	}
	#menuSuperior ul li a {
		color:#88B6E2;
		font-weight:bold;
	}
	#menuSuperior ul li a:hover {
		text-decoration:none; color:#FFFFFF;
	}

/* Fin del encabezado */







/* Contenidos ######### */
#contenidos {
	background-image: url(../images/estructura/contenido.gif);
	background-position:center center;
	background-repeat: repeat-y;
	min-height: 100%;
	float:left;
	width:770px;
	margin-left:1px;
}


html>body #contenidos {
	background-image: url(../images/estructura/contenido.gif);
	background-position:center center;
	background-repeat: repeat-y;
	min-height: 100%;
	float:left;
	width:770px;
	margin-left:1px;
}

    html>/**/body #contenidos {
	background-image: url(../images/estructura/contenido.gif);
	background-position:center center;
	background-repeat: repeat-y;
	min-height: 100%;
	float:left;
	width:770px;
	margin-left:0px;
}



	/* Menu Principal */
	
	#menuPrincipal {
	width: 197px;
	height:558px;
	float:left;
	margin-left:10px;
	overflow:hidden;
		}
	html>/**/body #menuPrincipal { background-position:0px top; margin-left:21px; }
	
	
	#menuPrincipal ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		
		}
	
	#menuPrincipal ul li {
		float: left;
		margin-left: 5px;
		text-indent: 10px;
		line-height: 34px;
		}
		
		html>body  #menuPrincipal ul li {
		float: left;
		margin-left: 16px;
		text-indent: 10px;
		line-height: 34px;
		}
		
		html>/**/body  #menuPrincipal ul li {
		float: left;
		margin-left: 10px;
		text-indent: 6px;
		line-height: 34px;
		}
	
	#menuPrincipal ul li a {	
		text-decoration: none;
		font-size: 14px;
		float: left;
		height: 34px;
		width: 185px;
		color:#717453;
	}
	
	#menuPrincipal li a:hover {
		background: url(../images/estructura/button.gif) no-repeat left top; color:#FFFFFF;
	}
	
	#menuPrincipal li a:visited {}
	
	#reservaciones {
		float:left;
		width:171px;
		margin-left: 10px;
		margin-top: 15px;
		text-align:center;
		color: #073976;
		font-size:14px;
		padding-top:10px;
		}
	html>body #reservaciones { margin-left: 20px;}
	
	#reservaciones a {
		color:#1C3C9A;
		font-size:11px;
		text-decoration:none;
		}
	#reservaciones a:hover {
		color: #073976;
		font-size:11px;
		text-decoration: none;
		}





#contenidoPrincipal {
	width:490px;
	height:100%;
	float:right;
	margin-top:5px;
	margin-right:18px;
	z-index:10;
}



    html>body #contenidoPrincipal {
	margin-top:5px;
	margin-right:36px;
}



/* 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 #EECC2C;
		}
	.thumbizquierdo {
		float:left;
		margin-right:10px;
		padding:3px;
		background-color:#FFFFFF;
		border: 1px solid #EECC2C;
		}
	#galeriaHome img {
		margin:10px;
		margin-left:15px;
		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 #EECC2C;}
		
		#HotelGallery a:hover img { border: 1px solid #073976;}
		
		/* Estilos para el efecto LightBox */
		#lightbox{ background-color:#FAF9E0; padding: 10px; border-bottom: 2px solid #7E7D44; border-right: 2px solid #7E7D44; }
		
		#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: 215px;
		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: 200px;
		float:left;
		margin-left: -10px;
		margin-right: 20px;
	}
	
/* Fin de contenidos */






/* Estilos Pie de pagina */
	
#pieDePagina {
	clear:both;
	height: 121px;
	width:770px;
	background-image: url(../images/estructura/footer.gif);
	background-repeat: no-repeat;
	background-position: 1px bottom;
	font-size:10px;
	text-align: center;
	margin-left:1px;
	}
	
html>body #pieDePagina {background-position: 0px bottom;}

    html>/**/body #pieDePagina {
	margin-left:0px;
	}

#datosDelHotel {
	padding-top:16px;
	width: 760px;
	text-align: center;
	color:#fff;
	}
#linksPieDePagina {
	margin-top:20px;
	color:#FFFFFF;
	width:760px;
	text-align: center;
	}
#linksPieDePagina a {
	color:#FFFFFF;
	}
#linksPieDePagina a:hover {
	color:#F4DB43;
	text-decoration:none;
	}
	
	
/* Auxiliares */

#pieAuxiliar { height:5px;}

.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;
}

.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;
}



/* ESTILOS PARA TARIFAS EN PAGINAS DE HABITACIONES */
.showRateBlock {  text-align:right; margin-bottom:10px; position:relative;  padding: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;  padding:4px 10px; background-color:#443F8C }