html { height:100% }
	
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color:#004B55;
	text-align:justify;
	color: #004B55;
	
	}

#contenedorPrincipal {
	width:770px;
	margin:auto;
	height: 100%;
	margin:auto;
	}

/* General ############ */
h1 { color:#004B55; font-size:16px; margin-bottom: 8px; height:22px; border-bottom:1px solid; border-bottom-color:#69ABBB;}
h2 { color:#004B55; font-size:14px; margin-bottom: 8px; margin-top:30px;  border-bottom:1px solid; border-bottom-color:#69ABBB;}
h3 { color:#004B55; font-size:13px; margin-bottom: 0px; margin-top:30px; }
h4 { color:#004B55; font-size:12px; margin-bottom: 0px; margin-top:30px; }
h5 {}
p { padding-left:18px;}
ul {}
a:link { color:#69ABBB;}
a:hover { text-decoration:none; color:#004B55; }
a:visited { color:#004B55;}


#auxiliarEncabezado {}

/* Encabezado #########------------ */

#encabezadoDePagina {
	height: 253px;
	width:770px;
	margin-bottom: 0px;
	background-image:url(../images/estructura/banner.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	}

	/* forma de Registro */
	#registro {
		clear:both;
		position:absolute;
		font-size:10px;
		width:210px;
		float:right;
		margin-left:530px;
		margin-top:234px;
		color:#004B55;
		text-align: left;
		margin-bottom:10px;
		display:block;
		}
		
		html>/**/body	#registro {
		position:absolute;
		font-size:10px;
		width:210px;
		float:right;
		margin-left:550px;
		margin-top:224px;
		color:#004B55;
		text-align: left;}
		
	/* Menu Superior */
	#menuSuperior {
		position:absolute;
		width:743px;
		font-size:16px;
		margin-top:210px;
		margin-left:116px;
		}
		
		
		html>body 	#menuSuperior {
		position:absolute;
		width:743px;
		font-size:16px;
		margin-top:211px;
		margin-left:154px;
		}
		
		html>/**/body #menuSuperior {
		position:absolute;
		width:743px;
		font-size:16px;
		margin-top:179px;
		margin-left:160px;
		}
		
	#menuSuperior ul {}
	#menuSuperior ul li {
		list-style: none;
		float: left;
		margin-left:50px;

	}
	#menuSuperior ul li a, #menuSuperior ul li a:visited {
		color:#69ABBB;
		font-weight: bold;
		text-decoration:none;
		font-size:15px;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
	}
	#menuSuperior ul li a:hover {
		text-decoration:none; color: #FFFFFF;
		text-decoration:none;
	}

/* Fin del encabezado */


/* Contenidos ######### */
#contenidos {
	background-image:url(../images/estructura/contenido.gif);
	background-repeat: repeat-y;
	min-height: 100%;
	float:left;
	width:770px;
	padding-top:0px;
}




	/* Menu Principal */
	
	#menuPrincipal {
	width: 184px;
	height:100%;
	float:left;	
	text-align: center;
	margin-left:4px;
	margin-top:10px;
	overflow:hidden;
		}
		
		html>body #menuPrincipal { margin-left:8px; width:185px; }		
	
	#menuPrincipal ul {
		list-style-type: none;
		margin:auto;
		text-align: center;margin-left:2px;}
	
	
	
	#menuPrincipal ul li {
		float: right;
		height: 38px;
		line-height: 38px;
		font-weight:bold;
		text-align: center;
		margin:auto;
		
		}
		
		
	
	#menuPrincipal ul li a {
	text-decoration: none;
	font-size: 13px;
	float: right;
	height: 38px;
	width:184px;
	color:#4A7787;
	line-height:38px;
	margin:auto;
	}
	
	
	
	#menuPrincipal li a:hover {
	color:#004B55; background-color:#FFFFFF;
	}
	
	#menuPrincipal li a:visited {}
	
	#reservaciones {
		float:left;
		width:179px;
		margin-left: 0px;
		margin-top: 30px;

		color: #061A4E;
		font-size:16px;
		}
		
		html>/**/body #reservaciones {
		float:left;
		width:179px;
		margin-left: 0px;
		margin-top: 20px;

		color: #061A4E;
		}
	#reservaciones img {}
				
	#reservaciones a {
		color:#4A7787;
		font-size:12px;
		text-decoration:none;
		}
	#reservaciones a:hover {
		color: #061A4E;
		font-size:12px;
		text-decoration: none;
		}


#contenidoPrincipal {
	width:530px;
	height:100%;
	float:right;
	margin-top:20px;
	margin-right:14px;
	z-index:10;
}

html>body #contenidoPrincipal {
	margin-right:27px;
}

html>/**/body #contenidoPrincipal {
	width:530px;
	height:100%;
	float:right;
	margin-top:20px;
	margin-right:28px;
	z-index:10;
}

/* 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 #75C5F0;
		}
	.thumbizquierdo {
		float:left;
		margin-right:10px;
		padding:3px;
	background-color:#FFFFFF;
	border: 1px solid #75C5F0;
		}
	#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 #75C5F0;}
		
		#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;

	margin-left:-1px;

	height: 102px;

	width:770px;

	background-image: url(../images/estructura/footer.gif);

	background-repeat: no-repeat;

	background-position: 1px bottom;

	font-size:12px;

	text-align: left;

	}

	

html>body #pieDePagina {background-position: 0px bottom; margin-left:0px;}



#datosDelHotel {

	padding-top:10px;

	width: 770px;

	text-align: center;

	color:#004B55;

	}

#linksPieDePagina {

	margin-top:5px;

	color:#004B55;

	width:770px;

	text-align:center;

	}

#linksPieDePagina a {

	color:#004B55;

	}

#linksPieDePagina a:hover {

	color:#69ABBB;

	text-decoration:none;

	}
	
	
/* Auxiliares */

#pieAuxiliar { height:0px;}

html>body #pieAuxiliar { margin-top:-14px; height:0px;}

/* 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:#E9F4F6; text-decoration:none; margin-left:10px; font-weight:bold; padding:4px 10px; background-color:#443F8C }


.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;
}




/* Estilos para la aplicacion del modulo de clima */
	#SwfWeatherWriter { clear:both!important; width:179px; height:131px;font:12px  Arial;background-image: url(../images/estructura/clima.jpg); background-repeat:no-repeat; margin-left:3px; margin-top:10px;}
	#SwfWeatherWriter .caption{color: #CCC;font-size:12px;margin-bottom:2px; padding-top:3px!important;}	
	#SwfWeatherWriter .location{font-weight:bold; color:#FFF;}    	
	#SwfWeatherWriter .swfObject{float:left;width:50px;height:54px;margin-top:5px;margin-right:5px;}
	#SwfWeatherWriter .temperature{font:26px bold;margin:5px;}
	#SwfWeatherWriter .humidity{font:18px bold;margin:5px;}
	#SwfWeatherWriter .condition{clear:both;float:left;margin-left:6px;font-size:10px;margin-top:4px; width:179px;}
	#SwfWeatherWriter .weatherLink {padding-top:0px;}
	html>/**/body #SwfWeatherWriter .weatherLink{clear:both; color:#FFF; padding-top:5px;}
	#SwfWeatherWriter .weatherLink a:link, #SwfWeatherWriter .weatherLink a:hover, #SwfWeatherWriter .weatherLink a:visited, #SwfWeatherWriter .weatherLink a:visited:hover { font-size:9px; color:#3EABC1; letter-spacing:-1px;}
	#SwfWeatherWriter a {font-family:Verdana, Geneva, sans-serif;font-size:8px;text-decoration:none; color:#a51e22;}
	#SwfWeatherWriter a:visited {font-family:Verdana, Geneva, sans-serif;font-size:8px;text-decoration:none; color:#a51e22;}
	#SwfWeatherWriter a:hover{ color:#CC6600;}


