html { height:100% }
	
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size:13px;
	font-family:Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	background:#FF8901 url(../images/estructura/body.jpg) repeat-x top;
	text-align:justify;
	color: #5e654d;
	
	}

#contenedorPrincipal {
	width:760px;
	margin:auto;
	height: 100%;
	margin:auto;
	}

/* General ############ */
h1 { color:#31362B; font-size:17px; margin-bottom: 8px; height:22px; border-bottom:1px solid; border-bottom-color:#FF8901;}
h2 { color:#31362B; font-size:15px; margin-bottom: 8px; margin-top:30px;  border-bottom:1px solid; border-bottom-color:#FF8901;}
h3 { color:#31362B; font-size:14px; margin-bottom: 0px; margin-top:30px; }
h4 { color:#31362B; font-size:13px; margin-bottom: 0px; margin-top:30px; }
h5 {}
p { padding-left:18px;}
ul {}
a:link { color:#5E654D;}
a:hover { text-decoration:none; color:#D6DFC2; }
a:visited { }


#auxiliarEncabezado {}

/* Encabezado #########---------------------------------------------------------------------------------------*/

#encabezadoDePagina {
	height:385px;
	width:760px;
	background-image:url(../images/estructura/banner.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	}

	/* forma de Registro */
	#registro {
		position:absolute;
		font-size:11px;
		margin-left:522px;
		margin-top:8px;
		color:#000000;
		text-align: left;
		width:210px;
		}
		
		html>/**/body #registro {
		margin-top:-7px;
		}
		
		
	/* Menu Superior */
	#menuSuperior {
		position:absolute;
		font-size:15px;
		margin-top:356px;
		margin-left:86px;
		}
		
		html>body #menuSuperior {
		position:absolute;
		font-size:15px;
		margin-top:356px;
		margin-left:142px;
		}
		
		html>/**/body #menuSuperior {
		     margin-top:324px;
		     margin-left:142px;
		     }

		
	#menuSuperior ul {}
	#menuSuperior ul li {
		list-style: none;
		float: left;
		margin-left:54px;

	}
	#menuSuperior ul li a {
		color:#F77901;
		font-weight: bold;
		text-decoration:none;
	}
	#menuSuperior ul li a:hover {
		text-decoration:none; color: #4447D6;
	}

/* Fin del encabezado--------------------------------------------------------------------------------------- */


/* Contenidos #########------------------------------------------------------------------------------------- */
#contenidos {
    background:#FFFFFF url(../images/estructura/contenido.gif) bottom left no-repeat;
	min-height: 100%;
	float:left;
	width:760px;
}




	/* Menu Principal */
	
	#menuPrincipal {
	width: 190px;
	height:520px;
	float:left; 
	background-image:url(../images/estructura/menu.gif); 
	background-position:top; 
	background-repeat:repeat-x;
	overflow:hidden;
		}
	
	
	#menuPrincipal ul {
		list-style-type: none;
		margin:auto;
		}
	
	
	
	#menuPrincipal ul li {
		float: right;
		font-weight:bold;
		margin:auto;
		}
		
		
	
	#menuPrincipal ul li a {
     	text-decoration: none;
	    font-size: 12px;
    	float: right;
    	color:#F77901;
    	line-height:38px;
    	margin:auto;
		text-align:center;
		width:190px;
		border-bottom:solid 1px #FFFFFF;
	    }
	
	
	
	#menuPrincipal li a:hover {
	color:#4447D6; background-color:#FFFFFF;
	}
	
	#menuPrincipal li a:visited {}
	
	#reservaciones {
		float:left;
		text-align:center;
		width:190px;
		color: #5E654D;
		font-size:14px;
		font-weight:bold;
		margin-top:38px;
		}

	#reservaciones img {}
				
	#reservaciones a {
		color:#5E654D;
		font-size:11px;
		text-decoration:none;
		font-weight:normal;

		}
	#reservaciones a:hover {
		color: #31362B;
		text-decoration: none;
		}
		
 #contenidoPrincipal {
	width:540px;
	height:100%;
	float:right;
	z-index:10;
	margin-top:25px;
	margin-right:6px;
    }
	
	html>body #contenidoPrincipal {
	margin-top:25px;
	margin-right:14px;
    }

	 html>/**/body #contenidoPrincipal {
	margin-top:5px;
	margin-right:18px;
    }


/* Pagina principal */

	#galeriaHome {
		margin-bottom: 30px; padding-left:8px;
		}

/* Fin de pagina principal------------------------------------------------------------------------ */


/* Galerias--------------------------------------------------------------------------------------- */
	.thumbDerecho {
	float:right;
	margin-left:10px;
	padding:3px;
	background-color:#FFFFFF;
	border: 1px solid #31362B;
		}
	.thumbizquierdo {
		float:left;
		margin-right:10px;
		padding:3px;
	background-color:#FFFFFF;
	border: 1px solid #31362B;
		}
	#galeriaHome img {
		margin:4px;
		margin-left:-2px;
		float:left;
		}
	#galeriaPieDePagina img {
		margin-right:6px;
		margin-top: 6px; padding-left:18px;
		
		}
		
		/* Scrpts de galerias */
	
		#HotelGallery { padding-left:10px;}
	
		#HotelGallery img { margin-right: 6px; margin-bottom:10px; padding:3px;
		background-color:#FFFFFF;
		border: 1px solid #31362B;}
		
		#HotelGallery a:hover img { border: 1px solid #061A4E;}
		
		/* Estilos para el efecto LightBox */
		#lightbox{ background-color:#eee; padding: 10px; border-bottom: 2px solid #666; border-right: 2px solid #426032; }
		
		#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 { 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:157px;

	width:760px;

	background-image: url(../images/estructura/footer.jpg);

	background-repeat: no-repeat;
	
	text-align: right;

	font-size:11px;

	}

#datosDelHotel {
	color:#31362B;
	padding-top:70px;
	padding-right:12px;
	}

#linksPieDePagina {
	color:#31362B;
	padding-top:8px;
	padding-right:12px;
	}

    #linksPieDePagina a {
	color:#31362B;
	}

    #linksPieDePagina a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}
	
/* Auxiliares */

#pieAuxiliar {}


.agentes {
    width:452px; height:234px;
	background-image: url(../images/estructura/codigo.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-left:50px;
	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;
	margin-left:50px;
	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:16px; color:#31362B; font-weight:normal; padding-bottom:5px; }
.showRateBlock .onpagelink { margin-top: 5px; }
.showRateBlock a {  color:#31362B !important; text-decoration:none; margin-left:10px; font-weight:bold; padding:4px 10px; background-color:#F2EA3D; font-size:12px; }
