html, body {
    width: 100%;
    height: 100%;
	background: #1a1a1a;
}

.embed {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 30px;
}
.embed iframe, .embed object, .embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

header #back {
    position: absolute;
    right: 200px;
    top: 15px;
    z-index: 1001;
}
header #back a {
    height: 25px;
    padding-left: 22px;
    line-height: 25px;
    color: #000;
    font-size: 14px;
    font-weight: 600;    
    background: url(../img/btn_back.png) no-repeat left;
    opacity: 0.5;
    transition: opacity 0.5s ease 0s;
}
header #back a:hover {
    opacity: 1;
}
main {
    width: 100%;
}
section {
    background-size: cover;
    background-position: center;
}
section .intro {
    max-width: 1100px;    
    padding: 30px 5% 30px 5%;
    margin: 0 auto 30px auto;
    text-align: center;
}
section h1 {
    margin-bottom: 25px;
	font-family: 'Josefin Sans', sans-serif;	
	font-size: 2.9em;
    color: #fff;
}
section h2 {
	font-size: 1.2em;
	font-weight: 200;
	color: #ddd;
}

section p {
	margin-bottom: 20px;
    color: #fff;
    font-size: 24px;
	line-height: 26px;
	font-weight: 400;
}
article .main {
    max-width: 1100px;
    padding: 20px 5% 25px 5%;
    margin: 0 auto 30px auto;
}
article img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px 0;
}
article h1 {
    margin-top: 50px;
    margin-bottom: 10px;
	font-family: 'Josefin Sans', sans-serif;	
	font-size: 2.2em;
	color: #fff;
}
article h2 {
    margin-bottom: 15px;
	font-size: 1.8em;
	font-weight: 600;
	color: #fff;
}
article h3 {
    margin-bottom: 15px;
	font-size: 1.4em;
	font-weight: 400;
	color: #fff;
}

article h4 {
    text-transform: uppercase;
    margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: 400;
	color: #fff;
}

article p {
    /*letter-spacing: 0.05em;*/
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
article .detalle{
    margin-left:8%;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 9px;
}

article p a{font-weight: 600; color: #fff959}

article p b{
    font-weight: 700 !important;
}

article iframe {
	height: 400px;
	margin-bottom: 30px;
}
article p.column {
    width: 40%;
    margin-left: 5%;
    float: right;
}
@media screen and (max-width: 600px) {
    article p.column {
        width: 90%;
        margin: auto;
        float: none;
    }
}

em{
    font-weight: ;
    font-style: italic !important;}

article ol{color: white;}

article ol li{
    list-style: decimal;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

article ol li span{
    font-weight: 300;
    font-size: 18px;
}

article ol li span a{font-weight: 600; color: #fff959}

article ul{color: white;}

article ul li{
    list-style: disc;
    list-style-position: inside;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 7px;
}

article ul li span{
    font-weight: 700;
    font-size: 18px;
}


@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: 'Josefin Sans', sans-serif;
    font-size: 22px;
    font-weight: 600;	
	color: #fff;
    border-left: #ffe200 8px solid;
}
blockquote span {
	margin-top: 15px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
    color: #dddddd;
}
/*OTROS*/
#playlist {
	margin-top: 40px;
	text-align: center;
}
#playlist li {
	display: inline-block;
	margin: 10px;
}
#playlist li a {
	width: 250px;
	display: block;
	background: #000;
	transition: background 1s ease;
}
#playlist li a:hover {
	background: #393939;
}
#playlist li a img {
	width: 100%;
	height: 170px;
	margin: 0;
}
#playlist li a span {
	display: block;
	padding: 20px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-align: left;	
}
#playlist li a span em {
	display: block;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	
}
/*OTROS*/