@charset "UTF-8";
	body {
		font: 100% Verdana, Arial, Helvetica, sans-serif;
		background: #ffffff;
		margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
		padding: 0;
		text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
		color: #000000;
		background-image: url(../img/Background.jpg);
		background-attachment: fixed;
		background-position: top center;
		height:100%;
	}
	
	p{
	margin:10px 0;	
	}

	a:link, a:visited {
	 color: #336699;
	 font-weight: bold;
	 text-decoration: none;
	}
	a:hover {
	 color: #99ccff;
	}
	
	a:link img, a:visited img{
		border: 0px;
		text-decoration: none;
	}

	 #container {
		width: 950px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
		height:1260px;
		background: #252525;
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		display:none;
		/*border: 2px solid #000000;*/
		text-align: left;	
	}

	 #header{
		width:940px;
		height:140px;
		margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
		padding:5px 5px 0 5px; 
		background:#ffffff;
	}
	 #HeaderLeft{
		width:345px;
		height:140px;
		float:left;
		background:url(../img/header_01.jpg);
		margin: 0px;
	}
	 #HeaderRight{
		width:595px;
		height:140px;
		background: url(../img/header_02.jpg);
		padding: 0 0 0 0;
		margin: 0px;
		float:right;
	}	
	 #MenuPrincipal{
		width:940px;
		height:30px;
		padding: 0 5px 0 5px;
		background: #FFFFFF;
		margin: 0px;
	}
	#idioma{
		width:130px;
		height:16px;
		background:#18396c;
		float:left;
		padding:6px 5px;
		border-bottom:1px solid #526b91;
		border-top:1px solid #526b91;
		background:#fff;
		text-align:right;
	}

	
	 #mainContent {
		background: #ffffff;
		height:1000px;
		padding: 0 0 0 0;
		margin: 0px;
	}
	 #Gallery {
		width:640px;
		height:420px;
		padding: 5px;
		margin: 0px;
		float:left;
	}	
	#galeria{
		width:640px;
		height:350px;
		padding: 0 0 5px 0;
		float:left;
	}
	#botones{
		width:430px;
		height:65px;
		float:left;
		background:url(../img/bkgd-social.jpg);
		background-repeat:no-repeat;
		padding: 0 0 0 210px;
	}
	#botones.img{
	margin:0px;
	padding:0px;

	}
	
	 #VideoyPub {
		width:290px;
		height:420px;
		padding: 5px 5px 5px 4px;
		margin: 0px;
		float:right;
		display: block;
		border-left-style:solid;
		border-left-width:1px;
		border-left-color:#999999;
	}	
	 #VideoConexion {
		z-index:0;
		width:290px;
		height:210px;
		padding: 0 0 5px 0;
		margin: 0px;
	}
		 #pickup {
		z-index:0;
		width:290px;
		height:335 px;
		padding: 0 0 5px 0;
		margin: 0px;
	}
	.Link2  {
		font-size:10px;
		width:290px;
		height:65px;
		padding: 0 0 5px 0;
		margin: 0px;
	}
	
	.Link3  {
		font-size:10px;
		width:290px;
		height:135px;
		padding: 0 0 5px 0;
		margin: 0px;
	}

	 #Descripcion {
		background:url(../img/background_descripcion.jpg);		
		color:#000000;
		width:640px;
		height:270px;
		padding: 4px 5px 4px 5px;
		margin: 0px;
		border-style:solid;
		border-color:#999999;
		border-width:1px 0 1px 0;
		float:left;
		
	}	

	#Descripcion p{
		 font-size: 12px;	 
		 text-align:justify;
		 color:#333;
		 padding:0 10px 0 10px;		
		 	 
	 }
	#contenidoizq{
		width:650px;
		margin: 0px;
		float:left;
	}
	#contenidoder{
		width:300px;
		
		float:right;
	}
	.grupo{
		float:left;
	}	
	.featured{
		float:left;
		height:280px;
		padding: 5px 5px 5px 5px;
	}
	.Bottom {
		background:#fff;
		font-size: 12px;	
		width:315px;
		height:280px;
		padding: 4px 5px 5px 4px;
		margin: 0px;		
		border-style:solid;
		border-color:#999999;
		border-width:1px 0 0 1px;
		float:left;		
	}
	.Bottom2{
		
		font-size: 12px;	
		width:315px;
		height:280px;
		padding: 5px 5px 5px 4px;
		margin: 0px;		
		border-left-style:solid;
		border-left-width:1px;
		border-left-color:#999999;
		float:left;		
	}	

	#Facebook {
		width:300px;
		height:570px;
		margin: 0px;
		float: right;
		background:#eee;
	}	
	#Patrocinadores{
	
		font-size: 12px;	
		background:#fff;
		width:290px;
		height:280px;
		padding: 5px 5px 5px 4px;
		margin: 0px;
		border-style:solid;
		border-color:#999999;		
		border-width:0 0 0 1px;
		float:right;		
	}
	
	#Patrocinadores p{
		text-align:justify;
		color:#333;
		padding: 10px 5px 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
		margin: 0px;	
	}
	 #footer { 
		width:910px;
		height:84px;
		padding: 4px 20px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
		margin: 0px;
		background:url(../img/background_footer.jpg);
		border-top-style:solid;
		border-top-width:2px;
		border-top-color: #91B5D9;
	} 
	 #footer p {
		text-align:center;
		color:#ccc;
		font-size:10px;
		font-weight:none;
		margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
		padding: 0 2px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}
	#footer p a{
		color:#CC3399;
		}
	
	
	.footerLink{
		padding:2px 0 0 0;
		width:180px;
		text-align:left;
		font-size:10px;	
		float:left;
	}
	.footerLink a{
		padding:0 0 0 10px;
		color:#CCC;
		font-weight:none;
	}
	
	.Bottom p{
		text-align:justify;
		font-size: 12px;
		color:#333;
		padding: 10px 5px 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
		margin: 0px;	
	}
	.Bottom a{
		font-size: 12px;
		font-weight:bold;
		margin: 0px;	
	}	

	.Masinfo{
	font-size: 12px;
	padding:0 5px 0 0;
	text-align:right;
	}
	
	.tituloGDE{
		width:640px;
		height:18px;
		/*background:url(../img/title_640x30.jpg);*/
		font-size: 14px;
		font-weight:bold;
		color:#000033;
		padding: 5px 0 7px 0;
		text-indent:10px;
	    text-decoration:underline;
	}

	

	.tituloCH{
		width:290px;
		height:18px;
		/*background:url(../img/title_290x30.jpg);*/
		font-size: 14px;
		font-weight:bold;		
		color:#000033;
		padding: 5px 0 7px 0;
		text-indent:10px;
		text-decoration:underline;	
	}
	.tituloMED{
		width:315px;
		height:18px;
		/*background:url(../img/title_315x30.jpg);*/
		font-size: 14px;
		font-weight:bold;		
		color:#000033;
		padding: 5px 0 7px 0;
		text-indent:10px;
		text-decoration:underline;
	}
	

	div .imgright{
	padding:10px 0px 0 10px;
		float:right;
	}
	
	
	#input_error, #mail_error {
	display: none;
	font-weight:bold;
	color: #FF0000;
	}
	
	#reserve_done {
	display: none;
	background: green;
	color: #FFF;
	}
	
	
	#login_form{
	font-size: 12px;
		font-weight:bold;		
		color:#000033;
	background:url(../img/reserva.jpg);
	text-align:left;
	width: 290px;
	height: 380px;
	padding:70px 0 0 60px;
	}
	
	#reserva{
	margin:0;
	padding:0;
	}
	#name_input,#mail_input,#tel_input,#trip_input,#people_input {
		background-color:transparent;
		border: 0 0 1px 0;
		border-style:none none solid none;
		border-color:#FF0000;
	}
	

.sm {list-style:none; width:640px; height:100px; display:block; overflow:hidden}
.sm li {float:left; display:inline; overflow:hidden}
