html {
	height:100%;
	background-image: url(../images/estructura/fondo_html.gif);
	background-repeat: repeat;
	background-position:top;
}
	
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	color: #7d754b;
	background-image: url(../images/estructura/fondo_body.jpg);
	background-repeat:repeat-x;
	background-position: center top;
	}

#contenedorPrincipal {
	width:770px;
	margin:auto;
	height: 100%;
	margin:auto;
	}

/* General ############ */
h1 { color:#503100; font-size:16px; margin-bottom: 0px; border-bottom:1px; border-bottom-color:#b9ae7e; border-bottom-style: dotted; }
h2 { color:#503100; font-size:14px; margin-bottom: 0px; border-bottom:1px; border-bottom-color:#eae5cc; border-bottom-style: dotted; margin-top:30px; }
h3 { color:#503100; font-size:13px; margin-bottom: 0px; border-bottom:1px; border-bottom-color:#eae5cc; border-bottom-style: dotted; margin-top:30px; }
h4 { color:#503100; font-size:12px; margin-bottom: 0px; margin-top:30px; }
h5 {}
p {}
ul {}
a:link { color:#645526;}
a:hover { text-decoration:none; color:#403513; }
a:visited { color:#645526;}


#auxiliarEncabezado {}

/* Encabezado #########------------ */

#encabezadoDePagina {
	height: 263px;
	margin-bottom: 0px;
	background-image:url(../images/estructura/fondo_banner.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	}

	/* forma de Registro */
	#registro {
		position:absolute;
		font-size:10px;
		width:210px;
		float:right;
		margin-left:540px;
		margin-top:17px;
		color:#000;
		text-align: center;
		}
		
		html>/**/body	#registro {
		position:absolute;
		font-size:10px;
		width:210px;
		float:right;
		margin-left:545px;
		margin-top:5px;
		color:#000;
		}
		
	/* Menu Superior */
	#menuSuperior {
		position:absolute;
		width:750px;
		font-size:13px;
		margin-left:-76px;
		margin-top:227px;
		}
		
		html>body #menuSuperior {
		position:absolute;
		width:750px;
		font-size:13px;
		margin-left:-4px;
		margin-top:227px;
		}
		
		
		html>/**/body 	#menuSuperior {
		position:absolute;
		width:700px;
		font-size:13px;
		margin-left:0px;
		margin-top:200px;
		}
		
	#menuSuperior ul {}
	#menuSuperior ul li {
		list-style: none;
		float: left;
		margin-left:80px;

	}
	#menuSuperior ul li a {
		color:#FFF;
		font-weight: bold;
		text-decoration:none;
	}
	#menuSuperior ul li a:hover {
		text-decoration:none; color: #FFCC00;
		text-decoration:underline;
	}

/* Fin del encabezado */


/* Contenidos ######### */
#contenidos {
	background-image:url(../images/estructura/fondo_contenido.gif);
	background-repeat: repeat-y;
	min-height: 100%;
	float:left;
	width:770px;
}




	/* Menu Principal */
	
	#menuPrincipal {
	width: 191px;
	height:308px;
	float:left;	
	text-align: center;
	margin-left:6px;
	margin-top:0px;
		}
		
		html>body 	#menuPrincipal {
	width: 191px;
	height:308px;
	float:left;	
	text-align: center;
	margin-left:11px;
	margin-top:0px;
		}
	
	
	#menuPrincipal ul {
		list-style-type: none;
		margin:auto;
		padding: 0px;
		text-align: center;
		width:191px;
		margin-left:0px;
	
		}
	
	#menuPrincipal ul li {
		float: left;
		height: 31px;
		line-height: 31px;
		font-weight:bold;
		text-align: center;
		margin:auto;
		text-indent:0px;
		
		
		}
	
	#menuPrincipal ul li a {
	text-decoration: none;
	font-size: 13px;
	float: left;
	height: 31px;
	width:191px;
	color:#7d641a;
	margin:auto;
	background-image: url(../images/estructura/buton_on.gif);
	background-repeat: no-repeat;		
	}
	
	#menuPrincipal li a:hover {
	color:#403002; 
	background-image: url(../images/estructura/buton_off.jpg);
	background-repeat: no-repeat;
	}
	
	#menuPrincipal li a:visited {}
	
	#reservaciones {
		float:left;
		width:191px;
		margin-left: 0px;
		margin-top: 20px;

		color: #645526;
		}
		
		html>body #reservaciones {
		float:left;
		width:191px;
		margin-left: 0px;
		margin-top: 20px;

		color: #645526;
		}
		
		
	#reservaciones a {
		color:#645526;
		font-size:10px;
		text-decoration:none;
		}
	#reservaciones a:hover {
		color: #403513;
		font-size:10px;
		text-decoration: none;
		}


#contenidoPrincipal {
	width:470px;
	height:100%;
	float:right;
	margin-top:8px;
	margin-right:10px;
	z-index:10;
}

html>body #contenidoPrincipal {
	margin-right:50px;
}

html>/**/body #contenidoPrincipal {
	width:470px;
	height:100%;
	float:right;
	margin-top:8px;
	margin-right:50px;
	z-index:10;
}

/* 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 { width:500px;}
	
		#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 {}
		#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: 210px;
		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: 180px;
		float:left;
		margin-left: -10px;
		margin-right: 20px;
	}
	
/* Fin de contenidos */






/* Estilos Pie de pagina */
	
#pieDePagina {
	clear:both;
	height: 138px;
	width:770px;
	background-image: url(../images/estructura/fondo_footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	font-size:10px;
	text-align: center;
	color: #371C0D;
	margin:auto;
	}
	
	#datosDelHotel {
	padding-top:68px;
	text-align: center;
	width:720px;
	}
		html>/**/body #datosDelHotel {
	padding-top:65px;
	text-align: center;
	margin-left:32px;
	}
	
	
#linksPieDePagina {
	margin-top:3px;
	color: #3F210E;
	text-align: center;
	width:720px;
	}
	
html>/**/body #linksPieDePagina {
	margin-top:5px;
	color: #3F210E;
	text-align: center;
    margin-left:32px;
	}
	

#linksPieDePagina a {
	color: #000;
	}
#linksPieDePagina a:hover {
	color: #000;
	text-decoration:none;
	}
	
	
/* Auxiliares */

#pieAuxiliar { height:0px;}

html>body #pieAuxiliar { margin-top:-14px; height:0px;}

/*agentes-----------*/

.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:#443F8C; font-weight:normal; padding-bottom:5px; }
.showRateBlock .onpagelink { margin-top: 5px; }
.showRateBlock a {  color:#FFDA6E !important; text-decoration:none; margin-left:10px; font-weight:bold; padding:4px 10px; background-color:#3A1D0D }