html, body {
    width: 100%;
    height: 100%;
	background: #fff;
	color: #0f0f0f;
}
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(/gnfactory/LNC/GNF/2016/06/04/0001/img/btn_back.png) no-repeat left;
    opacity: .5;
    transition: opacity 0.5s ease 0s;
}
header #back a:hover {
    opacity: 1;
}
main {
    width: 100%;
    padding-top: 60px;
}
section {
    background-size: cover;
    background-position: center;
}
section .intro {
    max-width: 1100px;    
    padding: 75px 5%;
    margin: 0 auto;
    text-align: center;
}
section .main {
    max-width: 1100px;    
    padding: 75px 10%;
    margin: auto;
    text-align: left;
}
section h1 {
    margin: 15px 0px 20px  0px;
	font-family: 'News Cycle', sans-serif;
	font-size: 3.7em;
    color: #fff;
	line-height: 1.1em;
	font-weight: 100;
}
section h2 {
	font-size: 1.2em;
	font-weight: 400;
    margin-top: 25px;
    color: #fed55c;
}
section p {
	margin-bottom: 20px;
    color: #fff;
    font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}
section p i {
	font-family: 'News Cycle', sans-serif;
    text-transform: uppercase;
	font-size: 0.8em;
    font-weight: 900;
    font-style: normal;
}
article p i {
	font-family: 'News Cycle', sans-serif;
    text-transform: uppercase;
	font-size: 0.8em;
    font-weight: 900;
    font-style: normal;
    margin: 0 4px 0 0
}
article p i a:link {
    color: #000;
}
article p i a:hover {
    color: #000;
    text-decoration: underline;
}
article p i a:visited {
    color: #000;
    text-decoration: none;
}
article .main {
    max-width: 900px;
    padding: 40px 5% 25px 5%;
    margin: 0 auto;
}
article img {
    display: block;
    max-width: 100%;
    margin: 30px auto;
}
article h1 {
    margin-bottom: 10px;
	font-family: 'News Cycle', sans-serif;
	font-size: 2.2em;
	color: #000;
}
article h2 {
    margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: 600;
	color: #d8ac2a;
}
article h3 {
	font-family: 'News Cycle', sans-serif;
    font-size: 0.8em;
    color: #333333;
    font-weight: 400;
    margin: -20px 0px 35px;
    font-style: normal;
}
article p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 20px;
}
article a:link {
    color: #000;
    text-decoration: underline;
}
article a:hover {
    color: #000;
    text-decoration: none;
}
article a:visited {
    color: #000;
    text-decoration: underline;
}
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;
    }
}
article iframe {
	height: 450px;
	margin-top: 20px;
	margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
	article iframe {
		height: 400px;
	}
}
@media screen and (max-width: 600px) {
	article iframe {
		height: 275px;
	}
}
@media screen and (max-width: 400px) {
	article iframe {
		height: 200px;
	}
}
article .facebook {
	width: 100%;
	max-width: 600px;
	margin: auto;
}
article .facebook h2 {
	color: #000;
}
blockquote {
	width: 80%;
    margin: 30px auto;
    padding: 0 0 0 20px;
    font-style: italic;
	font-family: 'News Cycle', sans-serif;
    font-size: 18px;
    font-weight: 600;	
	line-height: 22px;
    border-left: #f26648 10px solid;
}
blockquote span {
	margin-top: 15px;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
    color: #000;
}
/*OTROS*/
#playlist {
	padding: 40px 0;
	text-align: center;
	background-color: #00b59d;
}
#playlist li {
	display: inline-block;
	margin: 10px;
    vertical-align: top;
}
#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: 14px;
	font-weight: 600;
	color: #fff;
	text-align: left;	
}
#playlist li a span em {
	display: block;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	
}
#playlist h2 {
    margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: 600;
	color: #fff;
}
.links {
	margin: 40px 0;
}
.links li {
	max-width: 600px;
	margin: 10px auto;
}
.links li a {
	padding: 20px;
	display: block;
    text-decoration: none !important;
	background: #efefef;
	transition: background 1s ease;
}
.links li a:hover {
	background: #cecece;
}
.links li a img {
	width: 100px;
	float: left;
	margin: 0;
}
.links li a span {
	margin-left: 20px;
	float: left;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	text-align: left;
    text-decoration: none;
}
.links li a span em {
	display: block;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
}
.links li a i {
	display: block;
	clear: both;
}
@media screen and (max-width: 400px) {
    .links li a img {
        float: none;
        margin: 0;
        margin-bottom: 20px;
    }    
    .links li a span {
        margin-left: 0px;
        float: none;
    }
}
/*OTROS*/