html {
    height: 100%;
    min-width: 320px;
    max-height: 100%;	
	font-size: 62.5%;
}
body {
	width: 100%;
    height: 100%;
	max-height: 100%;
	font-size: 1.8rem;
    line-height: 1.5em;
    color: #3e3e3e;
    background: #dedede;
}
nav {
    width: 30%;	
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
    background-color: #dedede;	
    overflow: auto;
    z-index: 1;	
}
nav ul {
    width: 100%;
    height: 50%;	
    position: absolute;
	top: 10%;
    display: block;
    padding: 46px 11.4%;
    margin: 30px 0 30px 0;
}
nav li {
    width: 100%;
    padding: 5px 0 15px 0;	
    border-bottom: 1px solid #4b85b6;
}
nav li a {
	display: block;
	color: #fff;
	font-size: 18px;
	font-family: 'Roboto Slab', serif;
	transition: color 1s ease;
    color: #1A3662;
}
nav li a span {
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Open Sans', sans-serif;
}
nav li a:hover {
	color: darkorange;
}
nav li:last-child {
    border-bottom: none;
}

main {
    width: 70%;
    position: relative;
    margin: 0 0 0 30%;
	background: #fff;
}
article {
    padding: 70px 11.14% 20px 11.14%;
    /*background: #dbeefb radial-gradient(ellipse at top, #e9f5fe 20%, #fff 100%) 0 0 fixed;*/
}
article img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px 0;
}
article h1, article h2 {
	margin-bottom: 25px;
}
article h1 {
	font-family: "Raleway",sans-serif;	
	font-size: 1.8em;
    color: #005679;
    line-height: 40px;
}
article h2 {
	font-size: 1.2em;
	font-weight: 400;
	color: #EC1C24;
}
article h5 {
	font-family: "Raleway",sans-serif;
	font-size: 1.8em;
    line-height: 30px;
    font-weight: 600;
    color: #005679;
}
article p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
article p strong {
    color: #4b85b6;
}
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;
    }
}
blockquote {
	width: 80%;
    margin: 30px auto;
    padding: 0 0 0 20px;
    font-style: italic;
	font-family: "Raleway",sans-serif;
    font-size: 24px;
    font-weight: 400;	
    border-left: #005679 10px solid;
    color: #005679;
}
blockquote span {
	margin-top: 15px;
	font-family: 'Open Sans', serif;
	font-size: 16px;
    color: #005679;
}

blockquote_small {
    width: 80%;
    margin: 30px auto;
    padding: 0 0 0 20px;
    font-style: italic;
    font-family: 'Roboto Slab', serif;
    font-size: 19px;
    font-weight: 400; 
    color: #005679;
    border-left: #005679 10px solid;
}
blockquote_small span {
    margin-top: 15px;
    font-family: 'Open Sans', serif;
    font-size: 14px;
    color: #8d8d8d;
}
@media only screen and (max-width: 900px) {
    nav {
        display: none;
    }
    main {
        width: 100%;
        max-width: none;
        margin: 0% auto;
    }	
}

@media only screen and (max-width: 500px) {
    main {
        width: 100%;
        max-width: none;
        margin: 0% auto;
    }
    article {
        width: auto;
        font-size: 0.8em;
        line-height: 1.6em;
    }
}

/*INDEX*/
#cover {
    position: absolute;
    top: 20%;
    text-align: center;
    width: 100%;
    /*border: solid;*/
}
#cover h1 {
    margin-bottom: 25px;
    color: #4b85b6;
    font-size: 4em;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    line-height: 80px;
}
#cover h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    font-family: "Raleway",sans-serif;
    line-height: 47px;
}
#cover h1, #cover h2 {
    opacity: 0;
}
@media screen and (max-width: 570px) {
#cover {
    top: 15%;
    left: 2%;
}
}
#cover ul {
    margin-top: 260px;
}
#cover li {
    display: inline-block;
    opacity: 0;
    /*background-image: url(../svg/salvavidas2.svg);*/
    background-size: contain;
    width: 60px;
    height: 112px;
    font-family: 'Roboto', serif;
    color: #333;
    font-size: 15px;
    font-weight: 100;
    /*line-height: 120px;*/
}
#cover li a {
    color: #06333e;
    font-size: 15px;
    font-weight: 600;
	font-family: 'Roboto', serif;
    width: 100px;
    /*line-height: 103px;*/
    text-transform: uppercase;
    cursor: pointer;
    /*background-image: url(../svg/salvavidas.svg);*/
}
#cover li a:hover {
    text-decoration: underline;
    opacity: 1;
}
/*INDEX*/

.main_cover {
    width: 100%;
    height: calc(80vh - 5px);
    position: relative;
    background-position: center center;
    background-size: cover;
    background-image: url(/gnfactory/LNC/GNF/2015/11/25/0002/img/escenarioIntro.jpg);
    top: -20px;
}
@media screen and (max-width: 570px) {
    .main_cover {    
        height: calc(60vh + 100px);
        top: -38px;
    }
    #cover h1 {
        font-size: 2em;
        line-height: 10px;
    }
    #cover{
    right: 4.1%;
    }
    #cover h2 {
    font-size: 20px;
    line-height: 22px;
    }
    
    #cover li {
    width: 60px;
    height: 72px;
    font-size: 10px;
    font-weight: 100;
    margin-top: -40px;
    }
    #cover li a {
    font-size: 10px;
    width: 100px;
    line-height: 65px;
    cursor: pointer;
    }
    #cover li a img {
    width: 70px;
    cursor: pointer;
    }
    #cover ul {
    margin-top: 180px;
    }
    article h1 {
    line-height: 29px;
    }
}

#volver_intro {
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    transition: color 1s ease;
}


/*menumovil*/


#menu_capitulos{
    float: right;
    margin: 16px 10px;
    width: 32px;
    height: 25px;
    overflow: hidden;
    display: inline-block;
}
#menu_capitulos a{
    font-family: 'Roboto', Helvetica, sans-serif;
    font-weight: 700;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
}
#menu_capitulos a:hover{
    text-decoration: none;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
#menu_capitulos .item_menu_head{
    margin: 0 10px;
}

@media only screen and (max-width : 400px) { 
    #menu_capitulos,{
        display: none;
    }
}

@media only screen and (max-width : 900px) { 
    #menu_capitulos{
        opacity: 1;
    }
}


#ad {
       width: 100%;
       height: 300px;
       margin: 30px auto;
}

 .testlist li {
            width: 45%;
            margin: 2%;
            display: inline-block;
            
        }
        @media screen and (max-width: 800px) {
            .testlist li {
                width: 90%;
            }
        }  