@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic,500italic,500);

html, body {
    width: 100%;
    height: 100%;
	background: #004475;
}
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/16/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%;
}
section {
    background-size: cover;
    background-position: center;
}

section .main {
    max-width: 1100px;
    padding: 75px 10% 100px 10%;
    margin: auto;
    text-align: left;
}

section .intro {
    max-width: 1000px;    
    padding: 75px 5% 100px 5%;
    margin: 0 auto 30px auto;
    text-align: center;
}
section .intro h1 {
    margin-bottom: 25px;
/*	font-family: 'Roboto Slab', serif;	*/
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
	font-size: 2.7em;
    color: #004475;
    color: #0d5e1c;
}
section .intro p {
	margin-bottom: 20px;
    color: #004475;
    font-size: 16px;
	line-height: 20px;
	font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
section h1 {
    margin-bottom: 25px;
/*	font-family: 'Roboto Slab', serif;	*/
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
	font-size: 2.7em;
    color: #004475;
    color: #0d5e1c;
}
section h2 {
	font-size: 1.2em;
	font-weight: 200;
	color: #ddd;
}
section p {
	margin-bottom: 20px;
    color: #f16b1b;
    color: #004475;
    font-size: 16px;
	line-height: 20px;
	font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
article .main {
    max-width: 1000px;
    padding: 40px 5% 25px 5%;
    margin: 0 auto 30px auto;
}
article img {
    display: block;
    max-width: 100%;
/*    margin: 0 auto 30px 0;*/
        margin: 0 auto;
}
article h1 {
    margin-bottom: 10px;
/*	font-family: 'Roboto Slab', serif;	*/
    font-family: 'Roboto', sans-serif;
	font-size: 2.2em;
	color: #fff;
}
article h2 {
    margin-bottom: 15px;
	font-size: 1.8em;
	font-weight: 200;
	color: #a2a2a2;
}
article p {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
article iframe {
	height: 400px;
	margin-bottom: 30px;
}
@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', sans-serif;
    font-size: 24px;
    font-weight: 300;	
	color: #fff;
    border-left: #F16B1B 3px solid;
    background-color: rgba(70, 66, 66, 0.25);
}
blockquote span {
	margin-top: 15px;
	font-family: 'Open Sans', serif;
	font-size: 16px;
    color: #ccc;
}

@media screen and (max-width: 600px) {
	blockquote {
    width: 90%;
    font-size: 20px;
    }
}
@media screen and (max-width: 400px) {
	blockquote {
    width: 90%;
    font-size: 20px;
    }
}

/*OTROS*/
#playlist {
	margin-top: 40px;
	text-align: center;
}
#playlist li {
	display: inline-block;
	margin: 10px;
}
#playlist li a {
	width: 250px;
	display: block;
	background: #004475;
	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;
    font-family: 'Roboto', sans-serif;
}
#playlist li a span em {
	display: block;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	
}
/*OTROS*/

/*SLIDER*/
.slider {
    width: 100%;
    height: 500px;
    position: relative;
    background-color: #f4f4f4;
}
.slider .controls {
    width: 100%;
    height: 85%;    
    position: relative;
    z-index: 10;
}
.slider .controls ul.tabs {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}
.slider .controls ul.tabs li {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    opacity: .5;
}
.slider .controls ul.tabs li.current {
    opacity: 1;
}
.slider .controls ul.arrows {
    width: 100%;
    position: absolute;
    top: 40%;
}
.slider .controls ul.arrows li  {
    width: 40px;
    height: 90px;
    position: absolute;
    cursor: pointer;
    opacity: .5;
    transition: opacity 0.5s ease 0s;
}
.slider .controls ul.arrows li.backward {
    left: 5px;
    background-image: url(/gnfactory/LNC/GNF/2016/06/16/0001/img/arrow_backward.png);
}
.slider .controls ul.arrows li.forward {
    right: 5px;
    background-image: url(/gnfactory/LNC/GNF/2016/06/16/0001/img/arrow_forward.png);
}
.slider .controls ul.arrows li:hover {
    opacity: 1;
}
.slider .disabled {
    visibility:hidden !important;
}
.slider .items {
    width: 100%;
    height: inherit;
    position: absolute;
    top: 0;
}
.slider .items .item {
    width: 100%;
    height: inherit;
	position: absolute;
	display: none;
}
.slider .items .item .image {
    width: 100%;
    height: 85%;
    margin-bottom: 15px;
    background-position: center;
    background-size: cover;     
}
.slider .items .item p {
    width: 90%;
    height: 10%;
    max-width: 600px;
    margin: auto;
	color: #000;	
    font-size: 0.8em;
    line-height: 15px;
    font-weight: 300;
    text-align: center;
    overflow: hidden;
}
/*SLIDER*/
/*OTROS*/
.arrow {
    width: 50px;
    height: 50px;
    display: block;
    margin-top: 20px;
    border-radius: 50%;
    background-color: #000;
    background-color: #fd6a37;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .5;
    transition: all .5s ease;
}
.arrow.down {
    background-image: url(/gnfactory/LNC/GNF/2016/06/16/0001/svg/arrow_down.svg);
}
.arrow:hover {
    opacity: 1;
}
/*OTROS*/
/*ANIMATION*/
@keyframes animationFrames{
  0% {
    opacity:0;
    background-size: 120%;
  }
  10% {
    opacity:1;  
    background-size: 120%;
  }
  100% {
    opacity:1;
    background-size: 100%;
  }
}
@-moz-keyframes animationFrames{
  0% {
    opacity:0;
    background-size: 120%; 
  }
  10% {
    opacity:1;  
    background-size: 120%;
  }
  100% {
    opacity:1;
    background-size: 100%;
  }
}
@-webkit-keyframes animationFrames {
  0% {
    opacity:0;
    background-size: 120%;  
  }
  10% {
    opacity:1;  
    background-size: 120%;
  }    
  100% {
    opacity:1;
    background-size: 100%;
  }
}
@-o-keyframes animationFrames {
  0% {
    opacity:0;
    background-size: 120%; 
  }
  10% {
    opacity:1;  
    background-size: 120%;
  }
  100% {
    opacity:1;
    background-size: 100%;
  }
}

@-ms-keyframes animationFrames {
  0% {
    opacity:0;
    background-size: 120%;
  }
  10% {
    opacity:1;  
    background-size: 120%;
  }
  100% {
    opacity:1;
    background-size: 100%;
  }
}
/*ANIMATION*/

/* listas */
.list {
    width: 95%;
    margin: 0 auto;
}

.main .list ul li{
    color: red;
    list-style-type: square;
}
.list ul li{
    background: #fd6a37;
}
ul li{
   list-style-type: square;
   color: rgb(221,121,51);
    margin-bottom: 20px;
}

ul li span {
       color: #fff;
}

/* CIERRE listas */

/* links */
.links{
	margin: 40px 0;
    padding: 20px;
	display: block;
	background: #092d4b;
	transition: background 1s ease;
    color: #ea9815;
}
.links a:hover {
	background: #393939;
}

/* cierre links */

