.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

html {
	height: 100%;
	background: #313131;
}

body {
	height: 100%;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, a, p, input, label, textarea, div {
	font-family: 'Fjalla One', cursive;
	font-weight: normal;
}

a, span, h1, h2, input, label {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.wrapper {
	min-height: 100%;
	position: relative;
}

header {
	padding: 10px 30px 20px;
	color: #000;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

h1 {
	text-transform: uppercase;
	font-size: 86px;
	line-height: 86px;
	padding: 30px 0 0;
	margin: 0;
	position: relative;
	z-index: 2;
	text-align: center;
}

h2 {
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px 3px;
	font-size: 20px;
	color: #FFF;
	letter-spacing: 1px;
	border-bottom: 4px solid;
	position: relative;
	z-index: 2;
	text-align: center;
}

h3 {
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px;
	font-size: 45px;
	position: relative;
	z-index: 2;
	border-bottom: 1px solid;
	text-align: center;
}

h4 {
	text-transform: uppercase;
	margin: 0;
	padding: 30px 0 0;
	font-size: 24px;
	position: relative;
	z-index: 2;
}

h5 {
	text-transform: uppercase;
	margin: 0;
	padding: 20px 0 0;
	font-size: 18px;
	position: relative;
	z-index: 2;
}

p {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	padding: 20px 0 0;
	margin: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}

p em, p a {
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
}

p a {
	color: inherit;
	border-radius: 2px;
	padding: 1px 3px;
	margin: -1px -3px;
}

p a:hover {
	background: #222;
	color: #fff;
	text-decoration: none;
}
img.insta{
	padding: 10px 0;
}

nav {
	display: block;
}

ul {
	margin: 0;
	padding: 0;
}

.galerias {
	margin-bottom: 30px;
}

.galerias > li {
	list-style: none;
	position: relative;
	overflow: hidden;
	display: none;
	text-align: center;
}

.galerias > li > a {
	text-decoration: none;
	text-transform: uppercase;
	color: #666;
	display: block;
	padding: 1rem;
	font-size: 40px;
}

.close, .closeSinopsis {
	position: absolute;
	top: -50px;
	right: 35px;
	color: #999;
	font-size: 24px;
	background: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 2px 5px;
	box-shadow: rgba(0,0,0,0.2) 0 2px 5px;
	z-index: 9;
}

.close:hover, .closeSinopsis:hover {
	color: #222;
	-webkit-box-shadow: rgba(0,0,0,0.4) 0 2px 5px;
	box-shadow: rgba(0,0,0,0.4) 0 2px 5px;
}

.galerias > li > a:hover, .galerias > li > a.activo {
	color: #333;
	background: #ddd;
	-webkit-box-shadow: inset rgba(0,0,0,0.2) 0 15px 10px -15px;
	box-shadow: inset rgba(0,0,0,0.2) 0 15px 10px -15px;
}

.galerias > li > a.activo {
	pointer-events: none;
}

.activoLi .close, form .close, .destacados .close, .bio .close {
	top: 25px;
}

.fotos {
	color: #333;
	background: #ddd;
	display: none;
	padding: 0 20px 20px;
}

.fotos li {
	list-style: none;
	float: left;
	margin: 10px;
	position: relative;
}

.fotos a {
	display: block;
	border: 5px solid #fff;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 3px 5px;
	box-shadow: rgba(0,0,0,0.3) 0 3px 5px;
	position: relative;
	z-index: 2;
}

.fotos a:hover {
	border-color: #333;
}

.fotos a.verSinopsis {
	position: absolute;
	top: 40px;
	left: 10px;
	z-index: 1;
	height: 30px;
	width: 150px;
	line-height: 35px;
	color: #222;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	box-shadow: none;
	border: none;
	background: #eee;
}

.fotos li:hover a.verSinopsis {
	top: 95px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 3px 5px;
	box-shadow: rgba(0,0,0,0.3) 0 3px 5px;
}

a.verSinopsis:hover {
	background: #333;
	color: #fff;
}

.fotos img {
	width: 160px;
	height: 90px;
}

.topMenu {
	margin: auto;
	text-align: center;
	bottom: 0;
	z-index: 10;
}

.topMenu li {
	padding: 0 10px 0 0;
	display: inline-block;
	list-style: none;
}

.topMenu a {
	height: 30px;
	padding: 0 30px;
	display: block;
	text-decoration: none;
	color: #333;
	line-height: 30px;
	background: #eee;
	-webkit-box-shadow: inset rgba(0,0,0,0.2) 0 -15px 10px -15px, rgba(0,0,0,0.1) 0 0 5px;
	box-shadow: inset rgba(0,0,0,0.2) 0 -15px 10px -15px, rgba(0,0,0,0.1) 0 0 5px;
	border-top: 1px solid #fff;
	font-size: 18px;
}

.topMenu a:hover {
	background: #fff;
}

.top {
	position: relative;
	background: #ddd;
	-webkit-box-shadow: inset rgba(0,0,0,0.2) 0 -15px 10px -15px;
	box-shadow: inset rgba(0,0,0,0.2) 0 -15px 10px -15px;
	min-height: 30px;
	overflow: hidden;
}

form, .bio, .destacados {
	padding: 15px 35px 35px;
	position: relative;
	display: none;
	text-align: center;
}

label {
	display: block;
	text-transform: uppercase;
	padding: 20px 0 0;
	font-size: 18px;
	width: 500px;
	position: relative;
	max-width: 100%;
	text-align: center;
	margin: auto;
}

label span {
	font-weight: normal;
	text-transform: none;
	text-align: right;
	font-size: 16px;
	color: #666;
	position: absolute;
	top: 24px;
	right: 0;
}

input, textarea {
	text-indent: 10px;
	width: 500px;
	max-width: 100%;
	border: none;
	padding: 10px 0;
	-webkit-box-shadow: rgba(0,0,0,0.1) 0 3px 5px;
	box-shadow: rgba(0,0,0,0.1) 0 3px 5px;
	font-size: 14px;
	display: block;
	text-align: center;
	margin: auto;
}

textarea {
	height: 140px;
}

.inputFormRojo {
	background: #CA8E8E;
	color: #482222;
}

.inputFormVerde {
	background: #96CD8D;
	color: #152812;
}

.submit {
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 20px;
	background: #eee;
	-webkit-box-shadow: #fff 0 1px 0 inset, rgba(0,0,0,0.1) 0 3px 5px;
	box-shadow: #fff 0 1px 0 inset, rgba(0,0,0,0.1) 0 3px 5px;
}

.submit:hover {
	background: #fff;
}

.submit:active {
	background: #bbb;
	-webkit-box-shadow: #999 0 3px 2px inset, #fff 0 1px 0;
	box-shadow: #999 0 3px 2px inset, #fff 0 1px 0;
	color: #fff;
	text-shadow: #999 0 1px 0;
}

.overlay {
	background: #000;
	background: rgba(0,0,0,.7);
	position: absolute;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: none;
}

.sinopsis {
	padding: 0 30px 30px;
	margin: 40px;
	background: #fff;
	-webkit-box-shadow: rgba(0,0,0,0.6) 0 5px 15px;
	box-shadow: rgba(0,0,0,0.6) 0 5px 15px;
	z-index: 11;
	position: absolute;
	top: 40px;
	display: none;
}

.closeSinopsis {
	right: 0;
	top: -40px;
}

.wrapper:after {
	content: "";
	display: block;
}

.wrapper {
	margin: 0 0 -40px;
	background: #000;
}

footer, .wrapper:after {
	height: 40px;
}

footer {
	position: relative;
	background: #eee;
	-webkit-box-shadow: inset rgba(0,0,0,0.1) 0 15px 10px -15px;
	box-shadow: inset rgba(0,0,0,0.1) 0 15px 10px -15px;
}

footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	top: 5px;
	font-size: 16px;
	color: #555;
}

footer p a {
	text-decoration: none;
	font-size: 15px;
	margin: -2px 0;
}

footer p a:hover {
	background: #555;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

@media (max-width: 650px) {
	h1 {
		font-size: 70px;
		line-height: 60px;
	}
}