html, body {
    width: 100%;
    height: 100%;
/*	background: #1a1a1a;*/
    background-image: url(../img/BG_ganadores1.jpg);
    background-position: top;
    background-position: center 54px;
    background-repeat: no-repeat;
}
main {
    width: 100%;
}
section {
    background-size: cover;
    background-position: center;
}
section .main {
    max-width: 900px;    
    padding: 100px 25px 0px 25px;
    margin: auto;
    text-align: left;
}
section h1 {
    margin-bottom: 25px;
	font-family: 'Roboto Slab', serif;	
    font-size: 2.7em;
    color: #1aaee4;
}
section h2 {
	font-size: 1.2em;
	font-weight: 200;
}
section p {
	margin-bottom: 20px;
    font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
article .main {
    max-width: 1020px;
    padding: 100px 25px 0px 25px;
    margin: 0 auto 30px auto;
}
article img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px 0;
}
article h1 {
    margin-bottom: 10px;
	font-family: 'Roboto Slab', serif;	
	font-size: 2.2em;
	color: #fff;
}
article h2 {
    margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: 200;
	color: #a2a2a2;
}
article p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
article iframe {
	height: 400px;
	margin-bottom: 30px;
}

section .main.center {
    text-align: center;
}
@media screen and (max-width: 600px) {
	article iframe {
		height: 275px;
	}
}
@media screen and (max-width: 400px) {
	article iframe {
		height: 200px;
	}
}
blockquote {
	width: 80%;
    margin: 30px auto;
    padding: 0 0 0 20px;
    font-style: italic;
	font-family: 'Roboto Slab', serif;
    font-size: 24px;
    font-weight: 600;	
	color: #fff;
    border-left: #4a4a4a 10px solid;
}
blockquote span {
	margin-top: 15px;
	font-family: 'Open Sans', serif;
	font-size: 16px;
    color: #ccc;
}
/*OTROS*/
.arrow {
    width: 50px;
    height: 50px;
    display: block;
    margin-top: 20px;
    border-radius: 50%;
    background-color: #87af35;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .5;
    transition: all .5s ease;
}
.arrow.down {
    background-image: url(../svg/arrow_down.svg);
    margin: 0 auto;
}
.arrow:hover {
    opacity: 1;
}
#boxes {
	margin: 20px auto;
}
#boxes .name {
    display: block;
    color: #fff;
    font-size: 10px;
    text-align: center;
    padding: 10px;
    background: #000;
        font-weight: 600;
}
#boxes .og-grid {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
#boxes .og-grid li {
	display: inline-block;
	margin: 10px 5px 0 5px;
	vertical-align: top;
}
#boxes .og-grid li > a,
#boxes .og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
}
#boxes .og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #000;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
}
#boxes .og-expander {
	position: absolute;
	background: #000;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
}
#boxes .og-expander-inner {
	padding: 50px 30px;
	height: 100%;
}
#boxes .og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
    background-image: url(../img/equis.jpeg);
    background-size: cover;
}
#boxes .og-close::before,
#boxes .og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
#boxes .og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#boxes .og-close:hover::before,
#boxes .og-close:hover::after {
	background: #333;
}
#boxes .og-fullimg,
#boxes .og-details {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}
#boxes .og-details {
	padding: 0 30px 0 30px;
}
#boxes .og-fullimg {
	text-align: center;
}
#boxes .og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}
#boxes .og-details h3 {
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 20px;
    color: #fff;
}
#boxes .og-details p {
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
/*	margin-bottom: 20px;*/
}
#boxes .og-details a {
	height: 50px;
	font-weight: 700;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	text-transform: uppercase;
	padding: 0 15px;
	background: #333;
	display: inline-block;
	margin: 10px 0;
	outline: none;
	transition: background 1s ease;
}
#boxes .og-details a::before {
	content: '\2192';
	display: inline-block;
	margin-right: 10px;
}
#boxes .og-details a:hover {
	background: #4b4b4b;
}
#boxes .og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}
@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}
@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}
@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}
@media screen and (max-width: 830px) {

	.og-expander h3 { font-size: 32px; }
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }
    #boxes .og-details {
    width: 100%;
    }
    section h1 {
	font-size: 22px;
    }
    #boxes .og-details {
    padding: 0 0px 0 30px;
    }
    article img {
    margin: 0 auto 0px 0;
    }
    #boxes .og-expander-inner {
    padding: 10px 5px;
    height: 100%;
        margin-left: -13px;
    }
    #boxes .og-details h3 {
    font-size: 20px;
    margin-bottom: 2px;
    }
    #boxes .og-details p {
    width: 290px;
    font-size: 14px;
    }  

}
@media screen and (max-width: 650px) {
	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; }
	
}
/*OTROS*/