@charset "utf-8";



/* mobile first */

body{

    min-height: 100vh;
    min-height: -webkit-fill-available;

}


html { 
    height: -webkit-fill-available;
}

*{
    font-family: 'PT Sans', sans-serif;

}

header.contenedora{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

main{
    margin:0;
    padding:0;
    box-sizing: :border-box;
    display: block;
    
}

li {
 display: inline-block;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}


img {
    max-width: 100%;
    height: auto;
}


.Datos img{
    border: solid .4em white;
    border-radius: 50%;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    margin-block-start:1em;
    margin-block-end:1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
   
    text-align: center;
}

nav{
    
  
    list-style: none;
    justify-content: center;
    align-content: center;
    text-align: center;
    font-size: 1em;
    margin: 1em;
    padding: .5em;

    
}
.contenedora {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
    margin: 3em;
    font-size: .8em;
    max-width: 60rem;
    margin: auto;
}



.Datos{
    
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 1em;
    list-style: none;
    width: 20em;
    height: 16;
    margin: 1em 1em;
    background-color: black;
    color: aliceblue;
    
}

.Materias{
    
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 1em;
    list-style: none;
    width: 20em;
    height: 16;
    margin: 1em 1em;
    background-color: black;
    color: aliceblue;
    
}

.Comitente{
    color: black;
    justify-content: space-around;
    padding: 1em;
  
    
    
}





footer{
    justify-content: center;
    align-content:center;
    font-size:1em;
    margin: around;
    padding:1em;
    background: black;
    color:white;
    display: block;
    
}



footer .contenedora{
    max-width: 70rem;
    font-size: .58em;
    
}
    
ul{
    display: block;
    list-style-type: disc;
    margin-block-start:1em;
    margin-block-end:1em;
    list-style-type: none;
    margin: 0;
    padding: :0;
    overflow: hidden;
    background-color: black;
    text-align: center;
}






























