html { height:100% }
	
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size:12px;
	font-family: "Lucida Sans", "Lucida Sans Unicode";
	text-align:justify;
	color: #000000;
	background-image:url(../images/estructura/fondo_body.jpg);
	background-repeat:repeat;
	}

#contenedorPrincipal {
	width:770px;
	margin:auto;
	height: 100%;
	}


/* General ############ */
h1 { color:#003399; font-size:16px; margin-bottom: 0px; }
h2 { color:#003399; font-size:14px; margin-bottom: 0px; }
h3 { color:#003399; font-size:13px; margin-bottom: 0px; }
h4 { color:#003399; font-size:12px; margin-bottom: 0px; }
h5 {}
p {}
ul {}
a:link {color:#000066;}
a:visited {color:#000066;}
a:hover {color:#FFCC00; text-decoration:none; }




#auxiliarEncabezado {
	
}



/* Encabezado ######### */

#encabezadoDePagina {
	height: 334px;
	background-image: url(../images/estructura/fondo_banner.jpg);
	margin-bottom: -1px;
	background-repeat: no-repeat;
	background-position: center top;
	}

	/* forma de Registro */
	#registro {
		position:absolute;
		font-size:10px;
		width:200px;
		float:right;
		margin-left:530px;
		margin-top:164px;
		color:#FFFFFF;
		}
		
	html>body #registro {
	position:absolute;
	font-size:10px;
	width:200px;
	float:left;
	margin:540px;
	margin-top:155px;
	color:#FFFFFF;
		}


	/* Menu Superior */
	#menuSuperior {
		margin-top: 215px;
		margin-left:310px;
		padding: 0px;
		margin-bottom:0px;
		position:absolute;
		}
	html>body #menuSuperior {
		margin-top: 193px;
		margin-left:310px;
		padding: 0px;
		margin-bottom:0px;
		position:absolute;
		}
		
	#menuSuperior ul {}
	#menuSuperior ul li {
		list-style: none;
		float: left;
		margin:10px;
	}
	#menuSuperior ul li a {
		color:#6A2B30;
		font-weight:bold;
	}
	#menuSuperior ul li a:hover {
		text-decoration:none;
		font-weight:bold;
	}

/* Fin del encabezado */







/* Contenidos ######### */
#contenidos {
	background-image: url(../images/estructura/fondo_contenido.gif);
	background-repeat: repeat-y;
	min-height: 100%;
	float:left;
	margin-left:-1px;
    width:769px;
}

html>body #contenidos {
	background-image: url(../images/estructura/fondo_contenido.gif);
	background-repeat: repeat-y;
	min-height: 100%;
	float:left;
	margin-left:-1px;
    width:769px;
}


	/* Menu Principal */
	
	#menuPrincipal {
		width:185px;
		height:308px;
		float:left;
		background-image: url(../images/estructura/fondo_menu.jpg);
		background-repeat: no-repeat;
		font-family: "Lucida Sans", "Lucida Sans Unicode"; 
		background-position: top;
		margin-left:-26px;
		padding-right: 0px;
		}
		
	html> body #menuPrincipal {
		width: 185px;
		height:308px;
		float:left;
		background-image: url(../images/estructura/fondo_menu.jpg);
		background-repeat: no-repeat;
		background-position: top;
		padding-left:24px;
		margin-left:-1px;
		margin-top:0px;
		}
	
	#menuPrincipal ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		}

	#menuPrincipal ul li {
		float: left;
		margin-left: -10px;
		text-indent: 28px;
		line-height: 26px;
		}
		
	html>body #menuPrincipal ul li {
		float: left;
		margin-left: -10px;
		text-indent: 28px;
		line-height: 26px;
		}	

	#menuPrincipal ul li a {	
		text-decoration: none;
		font-size: 13px;
		float: left;
		height: 26px;
		width: 190px;
		color:#660000;
		margin-left:50px;
	}
	
	html>body #menuPrincipal ul li a {	
		text-decoration: none;
		font-size: 13px;
		float: left;
		height: 26px;
		width: 190px;
		color:#660000;
		margin-left:0px;
	}
	
	#menuPrincipal li a:hover {
	color:#660000;
	font-weight:bold;
	}
	
	#menuPrincipal li a:visited {}
	
	#reservaciones {
		float:left;
		width:150px;
		margin-left: 26px;
		margin-top:50px;
		text-align:center;
		color: #373737;
		}
		
	html>body #reservaciones {
		float:left;
		width:150px;
		margin-left: 3px;
		margin-top:50px;
		text-align:center;
		color: #373737;
		}
		
		
	#reservaciones a {
		color:#373737;
		font-size:10px;
		text-decoration:none;
		}
	#reservaciones a:hover {
		color: #373737;
		font-size:10px;
		text-decoration: none;
		}




#contenidoPrincipal {
	width:500px;
	height:100%;
	float:right;
	margin-top:0px;
	margin-right:15px;
	z-index:10;
}

html>body #contenidoPrincipal {
	width:500px;
	height:100%;
	float:right;
	margin-top:0px;
	margin-right:30px;
	z-index:10;
}

/* Pagina principal */
	#introduccion {
		margin-bottom: 30px;
		}
	#amenidades {
		margin-top:15px;
		padding-bottom: 30px;
		}
	#habitaciones {
		margin-bottom: 30px;
		}
	#galeriaHome {
		margin-bottom: 30px;
		}
/* Fin de pagina principal */

/* Galerias */
	.thumbDerecho {
		float:right;
		margin-left:10px;
		}
	.thumbizquierdo {
		float:left;
		margin-right:10px
		}
	#galeriaHome img {
		margin:10px;
		margin-left:0px;
		}
	#galeriaPieDePagina img {
		margin-right:10px;
		margin-top: 10px;
		}
		
		/* Scrpts de galerias */
	
		#HotelGallery img { margin-right: 10px; margin-bottom:10px; }
		
		/* Estilos para el efecto LightBox */
		#lightbox{ background-color:#DDCBBD; padding: 10px; border: solid #1F2475; }
		
		#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 img {
		margin-right:5px;
		}

	#amenidades ul {
		padding:0px;
		float:left;
		}
	#amenidades ul li {
		list-style: none;
		width: 205px;
		float:left;
		}
	
	#amenidadesHabitacion {
		float:left;
		margin-top:30px;
		margin-bottom:50px;
		}

	#amenidadesHabitacion li {
		width: 200px;
		float:left;
	}
	
	/* Listado de Iconos del index */
	#amenidadesListHome img {
		margin-right:5px;
		}
	#amenidadesListHome {
		width: 100%;
		}
	#amenidadesListHome ul {
		padding:0px;
		}
	#amenidadesListHome ul li {
		list-style: none;
		width: 200px;
		float:left;
		}
		
	/* Listado de amenidades de habitacion */
	/* listado en el index */
	#amenidadesHabitacionListHome {
	height:100px;}		
	#amenidadesHabitacionListHome li {
		width: 200px;
		float:left;
		margin-left: -15px;
	}
	
	/* listado en habitaciones */
	#amenidadesHabitacionList {
	height:100px;}		
	#amenidadesHabitacionList li {
		width: 245px;
		float:left;
		margin-left: -15px;
	}

/* Fin de contenidos */






/* Estilos Pie de pagina */
	
#pieDePagina {
	clear:both;
	height:166px;
	background-image: url(../images/estructura/fondo_footer.jpg);
	background-position:center;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-right:0px;
	font-size:10px;
	text-align: right;
	padding-right:30px;
	
	}
html>body #pieDePagina {
	clear:both;
	height:166px;
	background-image: url(../images/estructura/fondo_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left:18;
	font-size:10px;
	text-align: right;
	padding-right:30
	px;
	
	}
#datosDelHotel {
	padding-top:100px;
	}
#linksPieDePagina {
	margin-top:10px;
	color:#373737;
	}
#linksPieDePagina a {
	color:#373737;
	}
#linksPieDePagina a:hover {
	color:#CCCCCC;
	text-decoration:none;
	}
