html { height:100%;
	}
	
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color:#001E59;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif, ;
	text-align:justify;
	color: #fff;
	}

#contenedorGeneral {
	background-image: url(../images/estructura/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:800px;
	margin:auto;
	height:100%;
}

/*******************  TEXTOS GENERAL ********************/


h1 { color: #ec1;
	font-family: "Trebuchet MS", "Trebuchet",;	
	font-size:28px;
	margin-bottom:0px;
	line-height:32px;}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#ec1;
	margin-bottom:0px;
	margin-top: 0px;}
	
h3 { font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #1b5;
}
	
p { font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-align: justify important!;
	color: #fff;}


ul {}
a:link { color:#ec1;}
a:hover {color:#1b5;}
a:visited{color:#ec1;}

/********************            ********************/


#ContenedorMenuHor {
	height: 267px;
	margin-bottom:-252px;
	position:relative;
	}
	
html>/**/body #ContenedorMenuHor {
	height:	262px;
	margin-bottom: 0px;
	position:relative;
	}


/************************* MENU HORIZONTAL SUPERIOR  *************/

#HorizontalMenu {
	margin-top:5px;
	margin-left:340px;
	width:500px;
	position: absolute;
}

html>body #HorizontalMenu {
	margin-top:5px;
	margin-left:325px;
	width:500px;
}

html>/**/body #HorizontalMenu {
	margin-top:-25px;
	margin-left:345px;
	width:446px;}

	#HorizontalMenu ul {}

				#HorizontalMenu ul li{
			font-family: Arial, Helvetica, sans-serif;
			font-weight:normal;
			font-size: 12px;
			list-style:none;
			float: left;
			margin-right:30px;
			margin-left:-10px;
			color: #fff;}

				html>/**/body #HorizontalMenu ul li{
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 12px;
			list-style:none;
			float: left;
			margin-right:15px;
			margin-left:0px;
			color: #fff;}


/************************  CONTENIDO INFORMACION ****************/
#informacion {
	background-image: url(../images/estructura/fondo_body.png);
	background-repeat: repeat-y;
	background-position:center;
	
	min-height: 100%;
	float:left;
	width:800px;
	margin-top:245px;
	margin-left:1px;
	}

html>body #informacion {
	background-image: url(../images/estructura/fondo_body.png);
	background-repeat: repeat-y;
	background-position:center;
	
	min-height: 100%;
	float:left;
	width:800px;
	margin-top:245px;
	margin-left:0px;
	margin-bottom:0x;}
	

	html>/**/body #informacion {
	background-image: url(../images/estructura/fondo_body.png);
	background-repeat: repeat-y;
	background-position:center;
	
	min-height: 100%;
	float:left;
	width:800px;
	margin-top:0px;
	margin-left:0px;
}

/*************************** MENU LATERAL Y LAS IMAGENES LATERALES *******************/

	#lateralMenu {
width:100px;
height:361px;
float:left;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
left: 173px;
top: 300px;}
	
	html>/**/body #lateralMenu {
width: 50px;
height:361px;
left: 192px;
}
	
			#lateralMenu ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		margin-top:0px;
		border-bottom:#fff;
}
		
			html>/**/body #lateralMenu ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		margin-top:1px;
		border-bottom:#fff;}	
	
				#lateralMenu ul li {
			float: left;
			margin-left:9px;
			text-indent: 15px;
			line-height: 0px;
			width:175px;
			padding-top:4px;}
			
				html>body #lateralMenu ul li {
			float: left;
			margin-left:10px;
			text-indent: 15px;
			line-height: 5px;
			width:175px;
			padding-top:4px;}
			
			
				html>/**/body #lateralMenu ul li {
			float: left;
			margin-left: 5px;
			text-indent: 30px;
			line-height: 0px;}
			
			#lateralMenu ul li a {
			    background-repeat: no-repeat;
				text-decoration: underline;
				font-size: 11px;
				float: left;
				height: 10px;
				width: 174px;
				color:#ec1;
				font-size:12px;
				margin-right:5px;
				line-height:20px;
				}
				
					html>body #lateralMenu ul li a {
			    background-repeat: no-repeat;
				text-decoration: underline;
				font-size: 11px;
				float: left;
				height: 20px;
				width: 174px;
				color:#ec1;
				font-size:12px;
				margin-left:7px;
				line-height:35px;
				margin-right: 0px;}

					html>/**/body #lateralMenu ul li a {
				background-repeat: no-repeat; 	
				font-size: 11px;
				float: left;
				height:20px;
				width: 174px;
				color:#ec1;
				font-size:12px;
				margin-left:0px;
				line-height:35px;
				margin-right: 0px;}
			
						#lateralMenu li a:hover {
					font: Arial, Helvetica, sans-serif;
					color:#fff;
					font-size:12px;
					font-weight:bold;}
	
						#lateralMenu li a:visited {}
	

#imageslaterales {
	/*background-image: url(../images/estructura/imageslaterales.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
	height:435px;
	width:188px;
	margin-top:50px;
	margin-bottom:0px;
	position:relative;*/}
	
html>/**/body #imageslaterales {
	/*background-image: url(../images/estructura/imageslaterales.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
	height:435px;
	width:188px;
	margin-top:50px;
	margin-bottom:0px;
	position:relative;
	margin-left:0px;*/}	
	
	
/********************* CONTENIDOS "editables"  ******************************************/	
			
#edita {
	width:520px;
	height:100%;
	float:left;
	margin-top:-30px;
	margin-right:19px;
	margin-bottom:40px;
}
	
	
html>body #edita {
	width:560px;
	height:100%;
	float:right;
	margin-top:-30px;
	margin-right:50px;
	margin-bottom:0px;
}	


html>/**/body #edita {
	width:590px;
	height:100%;
	float:right;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}

			#promo {
		margin-top:35px;
		left: 310px;
		top: 220px;
		width:550px;
	}
	
			html>body #promo {
		margin-top:35px;
		left: 310px;
		top: 220px;
		width:570px;
	}
			
			#contenidoLeft{
		margin-top:20px;
		text-align: justify !important;
		float: left;
		width:260px;}
		
		html>body #contenidoLeft{
		text-align: justify !important;
		float: left;
		width:260px;}
		
		html>/**/body #contenidoLeft{
		margin-top:0px;
		text-align: justify !important;
		float: left;
		width:260px;}
		
				#reservations {
				background-image:url(../images/estructura/Reservations.png);
				background-repeat:no-repeat;
				width:240px;
				height:104px;
				margin-top:0px;
				
				}
			#reservations ul {
				color:#FC0;
				font-family:Arial, Helvetica, sans-serif;
				font-size:16px;
				font-weight:bold;
				text-align:center;
				line-height:30px;
				margin-top:20px;
				margin-left:0px;}
			
			#contenidoRight{
		margin-top:20px;
		margin-right:-28px;
		float: right;
		width: 250px;}
		
		html>body #contenidoRight{
		float: right;
		margin-right:0px;
		width: 260px;}
		
			html>/**/body #contenidoRight{
		margin-right:35px;
		margin-top:0px;	
		float: right;
		margin-left:10px;
		width: 260px;}
		
/************* FOOTER **********/	

	#footer {
color: #fff; background-image: url(../images/estructura/footer.jpg);
background-repeat: no-repeat;
background-position: bottom; 
text-align: left; padding-top: 0px;
padding-right:3px;
width: 800px;
height:234px;
clear: both;}


	html>body #footer {
color: #fff; background-image: url(../images/estructura/footer.jpg);
background-repeat: no-repeat;
background-position: bottom; 
text-align: left;
padding-top: 0px;
padding-right:0px;
width: 800px;
height:234px;
clear: both;}


	html>/**/body #footer {
color: #fff; background-image: url(../images/estructura/footer.jpg);
background-repeat: no-repeat;
background-position: bottom; 
text-align: left;
padding-top: 0px;
padding-right:0;
width: 800px;
height:234px;
clear: both;}

	
		#datos {
	font-size:12px;
	margin-right:0px;
	padding-top:190px;
	color:#fff;
	margin-left:30px;
	float:left;
	height:0px;
	list-style:none;
	}

		#datos ul {}

			#datos ul li{
			font-family: Arial, Helvetica, sans-serif;
			font-weight:normal;
			font-size: 12px;
			list-style:none;
			float: left;
			margin-right:30px;
			margin-left:-10px;
			color: #fff;}