	/*$_COLOR_1="#white";
	$_COLOR_2="#6c5e44";*/



#main{
	background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(/galeria/img/bg.jpg);
	background-attachment: fixed;
	background-size: 100% 100%;
	padding-top: 200px;
	
}
	h3{
		font-size: 1.8em;
		text-align: center;
		color: white;
		text-shadow: 
			0px 0px 1px #6c5e44,
			0px 0px 1px #6c5e44,
			0px 0px 1px #6c5e44,
			0px 0px 2px #6c5e44,
			0px 0px 2px #6c5e44
		;
		text-transform: uppercase;
		margin-bottom: 10px;
	}
section{
	padding: 50px 0px 50px;
}
#galeria{
	width: 1000px;
	height: 500px;
	background: url(/images/camera-loader.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin: auto;
	position: relative;
	border: 4px solid white;
}
	#galeria .imagen{
		display: none;
		margin: auto;
		text-align: center;
		width: 100%;
		height: 400px;
		overflow: hidden;
		background: rgba(255,255,255,0.6);
	}
		#galeria .imagen img{
			box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
			max-width: 100%;
			height: 100%;
		cursor: -webkit-zoom-in; cursor: -moz-zoom-in;
			
		}
	#galeria .nav{
		background:  white;
		width: 100%;
		height: 100px;
		border-top: 4px solid white;
		position: absolute;
		bottom: 0px;
		left: 0px;
	}
		#galeria .nav .thumbnails{
			width: 100%;
			height: 100%;
			overflow: hidden;
		}
			#galeria .nav .thumbnails img{
				height: 100%;
				display: inline-block;
				padding: 2px;
				box-sizing: border-box;
				cursor: pointer;
			}
			#galeria .nav .controls{
				width: 150px;
				height: 100px;
				position: absolute;
				right: 0px;
				bottom: 0px;
				background: #f5ead5;
				text-align: center;
			}
				#galeria .nav .controls input{
					height: 100%;
					width: 40%;
					font-size: 4em;
					border: none;
					color: black;
					cursor: pointer;
					background: white;
				}
					#galeria .nav .controls input:hover{
						background: rgba(108,94,68,0.6);
					}
	#fullscreen{
		background: rgba(0,0,0,0.8);
		text-align: center;
		position: fixed;
		top: 0px; right: 0px; bottom: 0px; left: 0px;
		z-index: 1000;
		width: 100%;
		height: 100%;
		display: none;
	}
		#fullscreen .controls{
			position: absolute;
			bottom: 0px;
			background: white;
			width: 100%;
			text-align: center;
			padding: 20px 0px 20px;
			transition: 0.5s ease all;
			opacity: 0.5;
		}
			#fullscreen .controls:hover{
				opacity: 1;
				background: rgba(255,255,255,0.1);

			}
			#fullscreen .controls input{
				font-size: 2em;
				border: none;
				cursor: pointer;
				padding: none;
				width: 60px;
				height: 60px;
				background: white;
			}
				#fullscreen .controls input:hover{
					background: rgba(255,255,255,0.1);
				}
		#fullscreen img{
			height: 100%;
			max-width: 100%;
		}

@media(max-width: 1000px){
	#galeria{
		width: 100%;
	}
	nav.nav_galeria{
		width: 100%;
	}
	.nav_galeria ul li a{
		padding: 5px;
		font-size: 0.8em;
	}
}
@media(max-width: 660px){
	#main{
		padding-top: 100px;
	}
	.nav_galeria ul{
		display: block;
	}
	.nav_galeria ul li{
		width: 100%;
	}

}
