html {
	height:100%;
	background-image: url(../images/estructura/fondo_html.gif);
	}
		
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size:11px;
	font-family: "Trebuchet MS", "TrebuchetMS", "Trebuchet", Verdana;
	text-align:justify;
	color: #001829;
	background-image: url(../images/estructura/fondo_body.gif);
	background-repeat: repeat-x;
	background-position: center top;
	}

#contenedorPrincipal {
	background-image: url(../images/estructura/fondo_contenidoprincipal.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin:auto;
	margin-top:0px;
	margin-bottom:0px;
	width:100%;
	border:0px;
	}

html>/**/body #contenedorPrincipal {
	margin-top:0px;
	margin-bottom:0px;
	}


/* General ############ */
h1 {
	color:#00182A;
	font-size:16px;
	margin-bottom: 0px;
	margin-top:30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E9CA;
}
h2 { color:#000C15; font-size:14px; margin-bottom: 0px; margin-top:30px; }
h3 { color:#000C15; font-size:13px; margin-bottom: 5px; margin-top:30px; border-bottom-width: 1px; border-bottom-style: solid;	border-bottom-color: #E3E9CA; }
h4 { color:#000C15; font-size:12px; margin-bottom: 0px; margin-top:30px;  }
h5 {}
p {}
ul {}
a:link, a:visited { color:#00182A;}
a:hover { color:#000; text-decoration:none; }


#auxiliarEncabezado {
	width:770px;
	margin:auto;
	height: 100%;
	
}

/* Encabezado #########------------ */

#encabezadoDePagina {
	height: 161px;
	background-image: url(../images/estructura/fondo_banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}

	/* forma de Registro */
	#registro {
		position:absolute;
		font-size:10px;
		width:200px;
		height:20px;
		float:right;
		margin-left:550px;
		margin-top: 75px;
		color:#FFF;
		}
	html>body #registro { margin-top: 65px;}
	
	
	/* Menu Superior */
	#menuSuperior {
		width:760px;
		margin-top: 125px;
		position:absolute;
		text-align:center;
		}
	html>/**/body #menuSuperior { margin-top:97px;}

	
#espacioLi { width:230px;}

	#menuSuperior ul {}
	#menuSuperior ul li {
		list-style: none;
		float: left;
		margin:10px;
		margin-left:30px;
	}
	#menuSuperior ul li a {
		color:#000C15;
		font-weight:bold;
		text-decoration:none;
		font-size:12px;
	}
	#menuSuperior ul li a:hover {
		color:#000;
		text-decoration: underline;
	}

/* Fin del encabezado */







/* Contenidos ######### */
#contenidos {
	width:770px;
	background-image: url(../images/estructura/fondo_contenido.gif);
	background-repeat: repeat-y;
	min-height: 100%;
	float:left;
}



	/* Menu Principal */
	
	#menuPrincipal {
	width: 185px;
	height:308px;
	float:left;
	background-position: top;
	background-image: url(../images/estructura/fondo_menu.gif);
	background-repeat: no-repeat;
	margin-top:30px;

		}
	
	#menuPrincipal ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		}
	
	#menuPrincipal ul li {
		float: left;
		margin-left: 6px;
		line-height: 26px;
		text-align:center;
		}
	html>body #menuPrincipal ul li {	margin-left: 13px;}
	
	#menuPrincipal ul li a {
		text-decoration: none;
		font-size: 13px;
		float: left;
		height: 26px;
		width: 174px;
		color:#00182A;
		background-image: url(../images/estructura/menu_fondobotonesoff.gif);
		background-repeat: no-repeat;
		background-position: center bottom;
	}
	
	#menuPrincipal li a:hover {
	color: #000;
	font-weight:bold;
	background-image: url(../images/estructura/menu_fondobotones.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	
	#menuPrincipal li a:visited {}
	
	#reservaciones {
		float:left;
		width:150px;
		margin-left: 10px;
		margin-top: 30px;
		text-align:center;
		color: #003359;
		}
	html>body #reservaciones {margin-left: 25px;}
	#reservaciones a {
		color:#003359;
		font-size:10px;
		text-decoration:none;
		}
	#reservaciones a:hover {
		color: #000;
		font-size:10px;
		text-decoration: none;
		}





#contenidoPrincipal {
	width:500px;
	height:100%;
	float:right;
	margin-right:20px;
	z-index:10;
}

html>body #contenidoPrincipal { margin-right:40px; }
/* Pagina principal */

	#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:#eee; padding: 10px; border-bottom: 2px solid #666; border-right: 2px solid #666; }
		
		#lightbox a, #lightbox a:visited { text-decoration:none;}
		#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: 200px;
		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 5px;
		padding-left: 10px;
		width: 200px;
		float:left;
		margin-left: -10px;
		margin-right: 20px;
	}
	
/* Fin de contenidos */






/* Estilos Pie de pagina */
	
#pieDePagina {
	clear:both;
	height: 103px;
	background-image: url(../images/estructura/fondo_piedepagina.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size:10px;
	text-align: center;
	padding-right: 15px;
	color:#DBF0FF;
	}
#datosDelHotel {
	padding-top:20px;
	}
#linksPieDePagina {
	margin-top:1px;
	color:#DBF0FF;
	clear:both;
	}
#linksPieDePagina a {
	color:#DBF0FF;
	margin-right:5px;
	margin-left:5px;
	letter-spacing: 0.03em;
	}
#linksPieDePagina a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}
	
	
/* Auxiliares */

#pieAuxiliar {}

.activo {
	background-image:none;
	background: url(../images/estructura/menu_fondobotones.gif) no-repeat left top;
}

.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;
}