html { height:100% }
	
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#BDE298;
	text-align:justify;
	color: #546378;
    }

#contenedorPrincipal {
	width:760px;
	margin:auto;
	height: 100%;
	}


/* General ############ */
h1 { color:#4790D1; font-size:18px; margin-bottom: 10px; border-bottom:1px solid #AEC194; height:20px; }
h2 { color:#4790D1; font-size:17px; margin-bottom: 10px; margin-top:30px; }
h3 { color:#AEC194; font-size:16px; margin-bottom: 0px; margin-top:30px; }
h4 { color:#AEC194; font-size:14px; margin-bottom: 0px; margin-top:30px; }
h5 {}
p {}
ul {}
a:link { color:#A6CA3F;}
a:hover { text-decoration:none; color:#A6CA3F;}


#auxiliarEncabezado {}

/* Encabezado #########------------ */

#encabezadoDePagina {
	height:416px;
	background:url(../images/estructura/banner.jpg) top center no-repeat;
	}

	/* forma de Registro */
	#registro {
		position:absolute;
		font-size:10px;
		width:196px;
		float:right;
		margin-left:526px;
		margin-top: 346px;
		color:#ffffff;
		}
		
		html>/**/body #registro {
		margin-left:526px;
		margin-top:346px;
		}
		html>body #registro {
		margin-left:529px;
		margin-top:346px;
		}
		


	/* Menu Superior */
	#menuSuperior {
		margin-top:96px;
		margin-left:86px;
		position:absolute;
		}
		
		html>/**/body #menuSuperior {
		margin-top:68px;
		margin-left:122px;
		position:absolute;
		}
		
		
	#menuSuperior ul {}
	#menuSuperior ul li {
		list-style: none;
		float: left;
		margin:16px;
	}
	#menuSuperior ul li a {
		color:#94BA73;
		font-weight:normal;
		text-decoration:none;
		font-size:16px;
	}
	#menuSuperior ul li a:hover {
		text-decoration:none; color:#546378;
	}

/* Fin del encabezado */


/* Contenidos ######### */
    #contenidos {
	background-image: url(../images/estructura/contenido.jpg);
	background-position:left;
	background-repeat: repeat-y;
	width:760px;
	min-height: 100%;
	float:left;
    }


	/* Menu Principal */
	
	#menuPrincipal {
	    background:url(../images/estructura/menu.jpg) top right no-repeat;
	    width:208px;
	    height:100%;
	    float:left;
		margin-left:0px;
		}
		
		html>body #menuPrincipal {
	    background:url(../images/estructura/menu.jpg) top right no-repeat;
	    width:208px;
	    height:100%;
	    float:left;
		margin-left:30px;
		}
	
	
	#menuPrincipal ul {
		list-style-type: none;
		text-align:right;
		margin-right:5px;
		}
	
	#menuPrincipal ul li {
		float: left;
		line-height:32px;
		}
	
	#menuPrincipal ul li a {
		text-decoration: none;
		margin-top:5px;
		font-size: 13px;
		float: left;
		height:32px;
		width: 193px;
		color:#A6CA3F;
	    }
		
		html>body #menuPrincipal ul li a {
		height:32px;
		width: 193px;
		color:#A6CA3F;
		margin-left:-33px;
	    }
	
	#menuPrincipal li a:hover { color:#3F8CCF;
	    }
	
	#menuPrincipal li a:visited {}
	
	#reservaciones {
		float:left;
		width:150px;
		margin-left:28px;
		margin-top:46px;
		text-align:center;
		color: #FFFFFF;
		}
	
	#reservaciones a {
		color:#546378;
		font-size:10px;
		text-decoration:none;
		}
		
	#reservaciones a:hover {
		color: #AEC194;
		font-size:10px;
		text-decoration: none;
		}




#contenidoPrincipal {
	width:500px;
	height:100%;
	float:right;
	margin-top:10px;
	margin-right:14px;
	z-index:10;
    }
	
	html>body #contenidoPrincipal {
	margin-top:10px;
	margin-right:24px;
	width:498px;
    }

/* 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 #AEC194;
		}
	.thumbizquierdo {
		float:left;
		margin-right:10px;
		padding:3px;
		background-color:#FFFFFF;
		border: 1px solid #AEC194;
		}
	#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: 5px; margin-bottom:10px; padding:3px;
		background-color:#FFFFFF;
		border: 1px solid #AEC194;}
		
		#HotelGallery a:hover img { border: 1px solid #546378;}
		
		/* 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 */


#agentes {}
#agentes td { padding:15px; background-color:#FFFEF4; background-repeat:no-repeat; text-align:center; background-position:center; font-size:16px; font-weight:bold}
#agentes th { background-color:#FBEEB4; padding:10px; text-align:center; font-size:18px}



/* Contacto */
	#contacto {
		width: 350px;
		margin:auto;
		}
		
		
/* iconos amenidades */
	#amenidades {}
	#amenidades img {
		margin-right:5px;
		}

	#amenidades ul {}
	#amenidades ul li {
		list-style: none;
		width: 210px;
		float:left;
	}
			
	/* Listado de amenidades de habitacion */
	
	#amenidadesList { padding-left:18px;}
	#amenidadesList ul { padding-left:10px;}
	
		
	#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: 25px;
		
	}	
/* Fin de contenidos */




/* Estilos Pie de pagina */
	
#pieDePagina {
	clear:both;
	height:98px;
	width:760px;
	background-image: url(../images/estructura/footer.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	font-size:12px;
	text-align: left;
	}
	
html>body #pieDePagina {background-position: 0px bottom;}

#datosDelHotel {
	padding-top:20px;
	width: 742px;
	text-align: right;
	}
#linksPieDePagina {
	margin-top:8px;
	color:#546378;
	width:742px;
	text-align: right;
	}
#linksPieDePagina a {
	color:#546378;
	}
#linksPieDePagina a:hover {
	color:#AEC194;
	text-decoration:none;
	}
	
	
/* Auxiliares */

#pieAuxiliar { height:6px;}



.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; 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 }
