 *{
    border: 0;
    box-sizing: border-box;
    @import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700');
    font-family: 'Montserrat', sans-serif;
    color: white;
}
body{
    background-image: url(imagenes/fondo.svg);
    background-size: cover;
    background-color: #98D4C8;
    margin: 0;
    padding: 0;
}
nav {
    margin-top: -16px;
}
.menu li{ 
    display: inline-flex;
    margin-left: 30px;
    }
.menutexto{
    margin-top: -27px;
    margin-left: 76px;
}
.logo {
    width: 17%;
    margin-left: -20px;
}
.foto { 
    border-radius: 20px;
    width: 50%;
   margin:10px auto;
   display:block;
    }
body nav ul li a{ 
    text-decoration: none;
    color: white;
    }
.menu{
    background-color: #5C9191;
    height: 40px;
    padding: 5px;
    align-content: center;
    }

.title{
    border-radius: 10px;
    background-color: #5C9191;
     width: 70%;
    margin: auto;
}

p{
    text-align: center;
    
}h2{
    color: white;
    height: 40px;
    padding: 5px;
    margin-top: 20px;
    text-align: center; 
    font-size: 30px;
    letter-spacing: 3px;
}
        
.title h3{
    color: white;
    border top: 10px solid ;
    padding: 5px;
    text-align: center; 
    letter-spacing: 1px;
    font-weight:normal;
}
.materias{
    color: white;
    margin-top: 30px;
    list-style: none;
}
        
}
.materias li {
      text-decoration: none;
}

footer{
    background-color: #5C9191;
    text-align: center;
    padding:5px;
    Bottom: 0px;;
    width: 100%;
    height: 86px;
    
}
.pie {
    color: white;
    font-size: 10px;
    Bottom: 0;
    margin-top: 12px;
}
#titulo {
    text-align: center;
    letter-spacing: 3px;

    
}
#docentes {
    font-size: 150%;
}
.listaplan{
    list-style: none;
}