* 
{
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    
    @import 'https://fonts.googleapis.com/css?family=Bree+Serif';
    @import 'https://fonts.googleapis.com/css?family=Roboto+Condensed';
  
}
header 
{
   background-image: url(../imagenes/fondo.jpg);
    background-repeat: no-repeat;
    box-sizing: auto 100%;
    
}


.vm11{
    border-radius: 20px;
    margin-top: 100px;
    width: 100px;
    display: inline-table;
    
    border-style: groove;
   
}

header li{
   font-family: 'Bree Serif', serif;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 40px;
   border-radius: 40px;
    width: 150px;
    margin-top: 60px;
    color: deeppink;
    border-style: groove;
    margin-left: 150px;
}


nav a:hover {
    color: white;
    margin-top: 1rem;
    
}

.integrantes{
    border-radius: 20px;
    padding: 0px;
    margin-top: 10px;
    margin left: 0px;

    }

h3{
    font-family: 'Bree Serif', serif;
    
    background-position: center;
    height: 5rem;
    border-radius: 2rem;
    padding: inherit;
    margin: 20;
    font-size: 20px;
    
}
nav h3{
    font-size: 30px;
}
h1{
    font-family: 'Bree Serif', serif;
    padding-top: 50px;
    color: deeppink;   
} 

h2{
    font-family: 'Roboto Condensed', sans-serif;
    font:bold;
    color: white;
    margin-top: 1rem;
    text-align: center;
    margin-bottom: 1rem;
    padding-top: 0;
}

main img{
    width: 350px;
    border-radius: 2rem;
    margin-top: 10px;
   background-repeat: no-repeat;
    box-sizing: auto 100%;
}

.segundo{
    margin-top: 5rem;
}
.hoy{
    margin-top: 5rem;
    
}
ul {
    text-align: center;
    font-family: 'Bree Serif', serif;
    color: crimson;
    font-size: 25px;
    margin: 0 4rem;
    margin-top: 5rem;
    margin-bottom: 2rem;
    padding: 0px;
}
li {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: white;
    
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 1rem;
    
    
}
.yo{
    margin-top: 100px;
    background-color: mistyrose;
    font-style: italic;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px
}
body{
    background-color: black;
}
h4{
    border-top-style: solid;
    margin top: 50px;
    text-align: center;
    color: orchid;
    font-size: 20px;
}
h5{
    margin: 5px;
    font-size: 18px;
}
h6{
    margin: 0;
    font-size: 15px;
}
p{
    font-size: 12px;
}
.datos{
    padding-top:100px;
}


a{
    color:mediumvioletred;
    
}
.datosuno{
    box-sizing: content-box;
    font-size: 15px;

}

#uba{
    border-radius: 2rem;
    background-color: papayawhip;
    padding: 10px;
    margin: 10px;
    
}
#fadu{
    border-radius: 2rem;
    margin: 10px;
    background-color: papayawhip;
    padding: 10px;
    
}
.datosdos{
    box-sizing: content-box;
    font-size: 15px;
}

#dgpc{
    border-radius: 2rem;
    background-color: papayawhip;
    padding: 10px;
    margin: 10px;
    
}
#docentes{
    border-radius: 2rem;
    background-color: papayawhip;
    padding: 10px;
    margin: 10px;
    
}

#pie{
   font-size: 15px;
    margin-top: 20px;
    color:orchid;
}
footer{
    background-color: papayawhip;s
    text-align: center;
    color: mediumpurple;
    padding: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}