* {
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
  }



.avatar{
    border-radius: 50%;
    max-height: 20em;
    margin:3em auto;
    display:block;
    border: 0.5em solid #ccc;}



.cnombre {
    font-size:2em;
    color: black;}



.snombre {
    color:black;
    font-weight:700;}




.intro p{
    color:#797A80;
    text-align: center;}




 header li a {
    font-weight: 700;
    font-size: 10pt;
    justify-content: center;
    text-decoration: none;
    font-family: sans-serif;
    color: white;
    text-align: center;
    text-transform: uppercase;
    padding: 4%;
    display: block;
    align-content: center;
    flex-wrap: nowrap;
}
     


header ul {
    background-color: #5D67A0;
    font-size: 15pt;
    font-weight: 700;
    font-family: sans-serif;
    flex-wrap: wrap;
    flex-direction: row;
    color: white;
    text-decoration:none;
    list-style-type: none;
    justify-content: space-between;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: 1%;
    margin: auto;
      }



header nav ul li a:hover{
    background:#7983BE;}



.materias {
    text-align: center;
    font-size: 1em;
    font-family: sans-serif;}



h2{
    color:#594173;
    font-size:1em;
    text-align: center;}




.creditos {
    padding: 4em;
    display: block;
    background-color: #E1CCF7;}




h3{
    text-align: center;
    font-size: 1em;
    color:#594173;
    padding: 3em;}


.propuesta {
       margin: auto;
    display:block;
        max-height: 30em;
}

.Trabajo1 {
    margin: auto;
    display:block;
        max-height: 20em;
}

.Trabajo2 {
      margin: auto;
    display:block;
        max-height: 43em;
}




h4 {color:#594173;}


p {color:#302F32;}


.strong {font-weight: 600;}




footer {
    background-color: #5D67A0;
    color: white;
    padding: 1em;
    font-size:0.8em;
    text-align:center;
}











