/*********************************************************************************/
/* Parallax style																 */
/*********************************************************************************/
	section {
		position: relative;
	}
	
	section a:hover{
	text-decoration:underline;

	}

	.full-height {
		height: 100%;
	}
	.fixed-height {
		height: 1000px;
	}
	.museo { 
		background-image: url(../images/mutem.jpg);
		background-repeat:no-repeat; 
	}
	
	.cantina {
		background-image: url(../images/cantina.jpg);
		background-repeat:no-repeat;
	}
	
	.terraza {
		background-image:url(../images/terraza.jpg);
		background-repeat:no-repeat; 
	}
	
	.tienda {
		background-image:url(../images/tienda.jpg);
		background-repeat:no-repeat; 
	}
	
	.eventos {
		background-image:url(../images/eventos.jpg);
		background-repeat:no-repeat;
		}


/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
.redes {
	padding-left: 50px;
}

.mitad {
	padding-left: 60px;
}

.mitad2 {
	float: right; 
	margin-top:-155px;
}
	body,input,textarea,select
	{
		font-size: 13pt;
		line-height: 1.75em;
	}
	
	h2
	{
		font-size: 1.5em;
	}
	
	h3
	{
		font-size: 1.35em;
	}

	/* Section/Article */

		header
		{
			margin: 0 0 1.5em 0;
		}
		
			header > p
			{
				margin: 0.5em 0 0 0;
				padding-bottom: 0.5em;
			}

			header.major
			{
				margin: 0 0 3em 0;
			}

		footer
		{
			margin: 2.25em 0 0 0;
		}
	
	/* Box */

		.box
		{
			padding: 2.75em 1.75em 0.1em 1.75em;
		}
		
			.box .image.featured
			{
				left: 1.75em;
				top: 1.75em;
				margin: -5.5em 0 2.5em -3.5em;
			}

			.box.post
			{
			}
			
				.box.post header
				{
					padding-top: 1em;
					margin: 0 0 2em 0;
				}
			
				.box.post h2
				{
					font-size: 2.5em;
					letter-spacing: -0.015em;
				}
				
				.box.post header > p
				{
					margin-top: 1.25em;
					font-size: 1.25em;
				}

	/* Button */
	
		input[type="button"],
		input[type="submit"],
		input[type="reset"],
		.button
		{
			font-size: 1.1em;
			padding: 0.65em 1.5em 0.65em 1.5em;
		}

			input[type="button"].big,
			input[type="submit"].big,
			input[type="reset"].big,
			.button.big
			{
				font-size: 1.5em;
				padding: 0.75em 1.5em 0.75em 1.5em;
			}

	/* List */

		ul.actions
		{
		}
		
			ul.actions li
			{
				display: inline-block;
				margin-left: 1em;
			}
			
			ul.actions li:first-child
			{
				margin-left: 0;
			}

		ul.links
		{
		}

			ul.links li
			{
				display: inline-block;
				border-left: solid 1px rgba(255,255,255,0.05);
				padding: 0 0 0 1em;
				margin: 0 0 0 1em;
			}
			
			ul.links li:first-child
			{
				border-left: 0;
				padding-left: 0;
				margin-left: 0;
			}

		ul.social
		{
			margin: 3em 0 1em 0;
		}

			ul.social li
			{
				margin-left: 0.75em;
			}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#header-wrapper
	{
		padding-top:1em;
		background:#3fbab2;
	}

	#main-wrapper
	{
		padding: 4em 0 0 0;
	}

	#footer-wrapper
	{
		padding: 1em 0 3em 0;
	}

		#footer-wrapper header
		{
			margin: 0 0 1em 0;
		}
		
			#footer-wrapper header h2
			{
				font-size: 1.75em;
			}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		text-align: center;
	}
	
		#header h1
		{
			color: #252122;
			font-weight: 900;
			font-size: 2.5em;
			letter-spacing: -0.035em;
			margin: 0 0 0.1em 0;
		}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		width:100%;
		height:50px;
		background:#3fbab2;
		margin:0 auto;
		top:0;
		z-index:50000;
	}

		#nav > ul
		{
			margin: 0 auto;
			margin-top:8px;
		}

		#nav > ul > li > ul
		{
			display: none;
		}

		#nav > ul > li
		{
			display: inline-block;
			font-style: italic;
			margin: 0 0.35em 0 0.35em;
		}
		
			#nav > ul > li > a
			{
				border-radius: 5px;
				color: #fff;
				text-decoration: none;
				padding: 0.6em 1.2em 0.6em 1.2em;
				-moz-transition: background-color .25s ease-in-out;
				-webkit-transition: background-color .25s ease-in-out;
				-o-transition: background-color .25s ease-in-out;
				-ms-transition: background-color .25s ease-in-out;
				transition: background-color .25s ease-in-out;
				outline: 0;
				font-size:14px;
			}

		#nav > ul > li:hover
		{
		}
		
			#nav > ul > li:hover > a
			{
				text-decoration:underline;
			}
			
		#nav > ul > li.active
		{
		}
		
			#nav > ul > li.active > a
			{
			}
			
		#nav > ul > li.current
		{
		}
		
			#nav > ul > li.current > a
			{
			}
			
	.dropotron
	{
		border-radius: 5px;
		background-color: #252122;
		background-color: rgba(34,30,31,0.98);
		padding: 1.25em 1.5em 1.25em 1.5em;
		font-style: italic;
		min-width: 13em;
		box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.5);
		text-align: left;
		margin-top: -1.25em;
		margin-left: -1px;
	}
	
		.dropotron a,
		.dropotron span
		{
			color: #aaa;
			text-decoration: none;
			-moz-transition: color .25s ease-in-out;
			-webkit-transition: color .25s ease-in-out;
			-o-transition: color .25s ease-in-out;
			-ms-transition: color .25s ease-in-out;
			transition: color .25s ease-in-out;
		}
		
		.dropotron li
		{
			padding: 0.25em 0 0.25em 0;
		}

			.dropotron li:hover > a,
			.dropotron li:hover >span
			{
				color: #fff;
			}

		.dropotron.level-0
		{
			margin-top: 2em;
		}
		
			.dropotron.level-0:before
			{
				content: '';
				display: block;
				position: absolute;
				left: 50%;
				margin-left: -10px;
				top: -9px;
				border-left: solid 10px transparent;
				border-right: solid 10px transparent;
				border-bottom: solid 10px #252122;
				border-bottom-color: rgba(34,30,31,0.98);
			}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		position: relative;
		padding:23em 0;
		margin: 0;
	}
	
		#banner header
		{
			display: inline-block;
			padding: 2.5em 5em;
			border-radius: 5px;
		}
		
			#banner header h2
			{
				margin: 0 0 0.15em 0;
				text-shadow: 3px 1px 3px rgba(0, 0, 0, 1);
				font-family: 'Lobster', cursive; 
				font-size:48px; 
				letter-spacing:0.1em;
				line-height:50px;
			}

			#banner header p
			{
				font-size: 1.7em;
				text-shadow: 3px 1px 3px rgba(0, 0, 0, 1);
				font-family: 'Cabin', sans-serif; 
				letter-spacing:0.15em
			}
		
			
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
	}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
	}

/*********************************************************************************/
/* Intro                                                                         */
/*********************************************************************************/

	#intro
	{
		overflow: hidden;
	}
	
		#intro section
		{
			margin: 3em 0;
			padding: 2.5em 0;
		}

		#intro h2
		{
			font-size: 1.75em;
		}
		
		#intro p
		{
			margin: 0;
		}
	
		#intro .middle
		{
			position: relative;
			z-index: 1;
		}
		
			#intro .middle:before
			{
				content: '';
				width: 32px;
				height: 100%;
				position: absolute;
				left: -24px;
				top: 0;
				display: block;
				z-index: -1;
				box-shadow:		32px 0 0 0 #fff,
								0 -32px 0 0 #fff,
								0 32px 0 0 #fff,
								32px 32px 0 0 #fff,
								32px -32px 0 0 #fff,
								0 0 32px 0 rgba(0,0,0,0.15);
			}

			#intro .middle:after
			{
				content: '';
				width: 32px;
				height: 100%;
				position: absolute;
				right: -24px;
				top: 0;
				display: block;
				z-index: -1;
				box-shadow:		-32px 0 0 0 #fff,
								0 -32px 0 0 #fff,
								0 32px 0 0 #fff,
								-32px 32px 0 0 #fff,
								-32px -32px 0 0 #fff,
								0 0 32px 0 rgba(0,0,0,0.15);
			}
		
		#intro .button
		{
			min-width: 12em;
		}

		#intro footer
		{
			margin: 0;
		}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
		
	#copyright
	{
		margin: 3em 0 2em 0;
	}
	
		#copyright .links
		{
			padding: 0.85em 2.25em 0.85em 2.25em;
			
		
		}
		
/*********************************************************************************/
/* tienda                                                                           */
/*********************************************************************************/
		
		#tienda{ width:1200px; height:1770px; background-color:none;}
		
