@import url(https://fonts.googleapis.com/css?family=Roboto:500italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:500);
@import url(https://fonts.googleapis.com/css?family=Roboto:900);
@import url(https://fonts.googleapis.com/css?family=Lobster);
@media all and (max-width: 30rem);
@media all and (min-width: 20rem);

*{
    box-sizing: border-box;
    text-align: center;
    margin: auto;
    background-color: #e94e1e;
    }



/*HEADER*/

header{background-color: #E94e1e;}

.encabezado{
    font-family:"lobster";
    font-size: 1.8rem;
    color: white;
    min-height: 3rem;
    padding: 1.5rem;
            }


/*BODY*/



section {width: 100%; 
  
    padding: 0.50rem;

    }

.nombres {font-family: "roboto", sans-serif;
            font-weight: 500;
            }
nav3 ul li1 {
    list-style-type: none;
    display: inline-block;
    padding: 1rem 0.10rem;
    float: inherit;
    text-align: center;
    
}

nav3 ul li1 a { 
    text-decoration: none;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    background-color: #E94E1E;
    padding: 0.15rem 0.15rem;
    border-color: white:
    border-style: solid;
    border-radius: 0.6rem;
    
}
nav3 ul li2 a { 
    text-decoration: none;
    color: #e94E1E;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    background-color: white;
    padding: 0.15rem 0.15rem;
    border-color: #e94e1e;
    border-style: solid;
    border-radius: 0.6rem;
}


nav4 ul li { width: 80%;
    list-style-type: none;
    display: inline-block;
    float: inherit;
    text-decoration: none;
    background-color: white;
    padding: 2rem 1rem;
    border-color: white;
    border-radius: 1rem;
    margin-top: -1.5rem;
}


.catedra{font-family: "roboto", sans-serif;
        font-weight: 500;
        font-style: italic;
        color: gray;
        text-align: center;
        background-color: white;}

.afiche {font-family: "Lobster";
        color: #e94e1e;
        text-align: center;
        background-color: white;
        font-size: 1rem;}

.fecha{font-family: "roboto", sans-serif;
        font-weight: 500;
        color: black; 
        background-color: white;
        font-size: 0.50rem;
        }

.fondo{background:white;}

nav5 ul li1 {
    list-style-type: none;
    display: inline-block;
    padding: 1.3rem 0.50rem;
    float: inherit;
    padding:1.9rem;
}

nav5 ul li1 a { 
    text-decoration: none;
    color: #ffffff;
    font-family: "Lobster";
    font-size: 1.2rem;
    background-color: #E94E1E;
    padding: 0.50rem 3rem;
    border-color: white;
    border-style: solid;
    border-radius: 1rem;
}



.clear {
    clear: both;


footer {
    background-color: #E94e1e;
    min-height: 5rem;
    padding: 2rem;
  }
