@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900';

body {
    background: #ebe6d5;
    font-family: 'Roboto', sans-serif;
   
    }

header {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    
}

.dgpc >a {color:#E0E4CC; } 
.dgpc >a:hover{ color:#E0E4CC; } 

h1 { 
    font-weight:400;    
}

h2 { 
    font-weight:700;
}

.img {margin: 0 0;
    padding: 0 0}

.flecha {
    font-size: 20px;
    color: #0CA4A6;
}

.dgpc {
    background-color: #454245;
    color: #E0E4CC;
    text-decoration: none;
    padding: 5px;
     padding-left: 5px;
     padding-right: 5px;
     padding-top: 5px;
     margin: 15px;
}
.vn08 {
        font-size: 29px;
}

.vn08 >a {color:#454245; } 
.vn08 {text-decoration: none;}
.nombre {
        color: #454245;
        font-weight: 900;
        font-size: 31px;
        text-align: center;
        line-height:0
        }
.nombre {
    text-decoration: none;
}
.nombre >a:hover{ color:#454245; }
.nombre >a {color:#0CA4A6; } 

.DG {
        font-weight: 500;
        font-size: 17px;
        text-align: center;
        color: #0CA4A6;
        line-height:30%
}
.FADU {
        font-weight: 300;
        font-size: 17px;
        text-align: center;
        color: #0CA4A6;
        line-height: 5%
}


p {
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: 444745;
}
footer {
        color: #E0E4CC;
        background-color: #454245; 
        font-size: 7px;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        padding: 2px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 5px;
        line-height: 210%;
        margin: 30px;
}

footer>p {
            font-size: 11px;
}
a {color:#E0E4CC; }

section>p>b {
    font-size: 15px;
}
.textomaterias {
    line-height:39%;
}

.materias {
    font-size: 15px;
}
HR {
    SIZE=3; 
    WIDTH=10%; 
    align-content: center;
}


@media screen and (max-width:700px)
{
    .textomaterias {
        line-height:50%;}
    .DG +.FADU {
        line-height: 30%
}
}