html {
	height:100%
	}
	
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size:11px;
	font-family: "Tahoma", Geneva, Arial, Helvetica, sans-serif;
	text-align:justify;
	color: #653124;
	background-image:url(../images/estructura/fondo_body.jpg);
	background-repeat:repeat;
	
	}

#contenedorPrincipal {
	width:770px;
	margin:auto;
	height: 100%;
	}


/* General ############ */
h1 {
	color:#5F0901;
	font-size:14px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECBF71;
	margin-bottom:5px;
}
h2 {
	color:#5F0901;
	font-size:13px;
	margin-top:30px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1CD8F;
	margin-bottom:5px;
}
h3 {
	color:#5F0901;
	font-size:12px;
	margin-top:30px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0D8AD;
	margin-bottom:5px;
}
h4 { color:#5F0901; font-size:11px; margin-bottom: 0px; margin-top:30px; }
h5 {}
p {}
ul {}
a:link, a:visited { color:#440E02; }
a:hover { text-decoration:none; }

#auxiliarEncabezado {
margin-top:10px;
background-image: url(../images/estructura/fondo_auxiliar.jpg);
	background-repeat: repeat-y;
	}



/* Encabezado ######### */

#encabezadoDePagina {
	height: 127px;
	background-image: url(../images/estructura/fondo_banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0px;
	padding:0px;
	}
	

	/* forma de Registro */
	#registro {
		position:absolute;
		font-size:10px;
		color:#FFFFFF;
		width:200px;
		float:right;
		margin-left:550px;
		margin-top: 15px;
		}
		
	html>body #registro {
		margin-left:550px;
		margin-top: 5px;
		}

	/* Menu Superior */
	#menuSuperior {
		margin-top: 77px;
		margin-left:300px;
		position:absolute;
		}
	html>body #menuSuperior {
		margin-top: 53px;
		}
	
	#menuSuperior ul {}
	#menuSuperior ul li {
		list-style: none;
		float: left;
		margin:10px;
		
	}
	#menuSuperior ul li a {
		color:#5F0901;
		font-weight:bold;
		color:#FFFFFF;
	}
	#menuSuperior ul li a:hover {
		text-decoration:none;
	}

/* Fin del encabezado */







/* Contenidos ######### */
#contenidos {
	min-height: 100%;
	background-image: url(../images/estructura/fondo_contenido.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	float:right;
	width:750px;
	margin-right:5px;
}
html>body #contenidos {
	margin-right:10px;
}

	/* Menu Principal */
	
	#menuPrincipal {
		width: 165px;
		height:308px;
		float:left;
		margin-left:0px;
		background-image: url(../images/estructura/fondo_menu.gif);
		background-repeat: no-repeat;
		background-position: top;
		}
	html>body #menuPrincipal {
		margin-left:10px;
		}
	
	#menuPrincipal ul {
		list-style-type: square;
		margin-left: 28px;
		margin-top:100px;
		padding: 0px;
		}
	
	#menuPrincipal ul li {
		float: left;
		line-height:20px;
		margin:0px;
		padding:0px;
		}
		
	#menuPrincipal ul li a {
		background-position:left top;
		text-decoration: none;
		font-size: 12px;
		float: left;
		width: 165px;
	}
	
	#menuPrincipal li a:hover {
		font-weight:bold;
	}
	
	#menuPrincipal li a:visited {}
	
	#reservaciones {
	float:left;
	width:150px;
	margin-left:8px;
	margin-top: 45px;
	text-align:center;
	color: #5F0901;
	background-color:#FADC9A;
	border: 1px solid #CF9B42;
	padding:4px;
		}
	html>body #reservaciones {
	margin-left:3px;
	}
	#reservaciones a {
		color:#5F0901;
		font-size:10px;
		text-decoration:none;
		}
	#reservaciones a:hover {
		color: #AE3515;
		font-size:10px;
		text-decoration: none;
		}



#contenidoPrincipal {
	width:490px;
	height:100%;
	float:right;
	margin-top:50px;
	margin-right:20px;
}
html>body #contenidoPrincipal {
	width:500px;
	height:100%;
	float:right;
	margin-top:50px;
	margin-right:30px;
}

/* Pagina principal */
	#introduccion {
		margin-bottom: 30px;
		}
	#amenidades {
		margin-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:5px
		}
	#galeriaHome img {
		margin:5px;
		margin-left:0px;
		}
	
		
	html>body #galeriaHome img {
		margin:5px;
		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:#FFE9C4; padding: 10px; border: 1px solid #C79847;}
		#lightboxDetails{ font-size: 10px; padding-top: 0.4em; }    
		#lightboxCaption{ float: left; }
		#overlay{ background-image: url(../hotelgal/overlay02.png); }
		#lightboxDetails {}
		#keyboardMsg{ float: right; }
		#closeButton{ top: 5px; right: 5px; }
		
		#lightbox img{ border: 1px solid #FDC25B; clear: both;} 
		#overlay img{ border: none; }
		
		
		
		* html #overlay {
			background-color: #333;
			back\ground-color: transparent;
			background-image: url(../hotelgal/overlay02.png) repeat; 

		}
		
		
		

/* Fin de galerias */

/* Contacto */
	#contacto {
		width: 350px;
		margin:auto;
		}
		
		
/* iconos amenidades */
	#amenidades img {
		margin-right:5px;
		}

	#amenidades ul {
		padding:0px;
		float:left;
		margin-left:0px;
		}
	htlm>body #amenidades ul {
		padding:0px;
		float:left;
		margin-left:0px;
		}	
	#amenidades ul li {
		list-style: none;
		width: 225px;
		float:left;
		}
	
	#amenidadesHabitacion {
		float:left;
		margin-bottom:30px;
		padding-top:30px;
		}
	html>body #amenidadesHabitacion {
		float:left;
		margin-bottom:50px;
		padding-top:0px;
		}


	#amenidadesHabitacion li {
		width: 200px;
		float:left;
	}
	
	
	#amenidadesListHome img {
		margin-right:5px;
		}
	#amenidadesListHome {
		width: 100%;
		}
	#amenidadesListHome ul {
		padding:0px;
		}
	#amenidadesListHome ul li {
		list-style: none;
		width: 200px;
		float:left;
		}

/* Fin de contenidos */






/* Estilos Pie de pagina */
	
#pieDePagina {
	clear:both;
	height: 89px;
	background-image: url(../images/estructura/fondo_piedepagina.jpg);
	background-repeat: repeat;
	background-position: center bottom;
	font-size:10px;
	text-align: right;
	padding-right:15px;
	color:#440E02;
	}
#datosDelHotel {
padding-top:5px;}

#linksPieDePagina {
margin-top:10px;}
#linksPieDePagina a {
	color:#440E02;
		}
#linksPieDePagina a:hover {
	color:#440E02;
	text-decoration:none;
	}
/* 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:#FFDD69 !important; text-decoration:none; margin-left:10px; font-weight:bold; padding:4px 10px; background-color:#4E0A01 }

.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;
}
