*{margin: 0; padding: 0rem;}

.contenedor {max-width: 80rem; margin:auto;}

img {border-radius: 30rem;}

.imgavatar {
    display:block;
    margin:auto;
    height: 190px;
    width: 190px;
    border-radius: 30rem;
    border-style: solid;
    border-color: #7600ff;
    border-width: thick;
    float:center;
    }

h1{
    background: url(../img/background.jpg); 
    font-size: 3rem; 
    color:#7600ff; 
    font-family: 'Zilla Slab', serif;}

body { 
    background: #ffffff; 
    font-family: 'Quicksand', sans-serif; 
    text-align: center;}

h3 {
    margin: 1rem;
    font-family: 'Zilla Slab', serif;
    color: #ffec61; 
    font-size: 2rem; 
    text-align: center; 
    text-decoration: none;
    background: #ffffff;}

ul {list-style-type: none;}

nav ul li {display: inline-block;}

nav ul li a{ 
    font-family: 'Quicksand', sans-serif; 
    background: #ffffff; 
    text-decoration: none;
    list-style-type: none;
    display: inline-block; 
    margin: 3rem;
    color: #7600ff;
    font-weight: 700;}

.dg {
    padding-left: 2rem;
    color: #7600ff;
    letter-spacing: 35px;
    font-size: 20px;
    font-family: 'Quicksand', sans-serif; 
    font-weight: 100;
    background: url(img/background.jpg);}

h2 {
    background: #000; 
    color: #ffec61; 
    margin: 1rem 2rem 1rem 2rem;
    }

main {
    height: 25rem;
    display: flex;
    flex: wrap;
    justify-content: space-around;
    width: 100%;
    }

section {
    color: black;
    display: block;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: center;
    width: 70%;}

.docentes{ 
    color:#000000;
    font-weight: 800;
    padding: 3rem 0rem 0rem 0rem;}

.descripcion {
    }


footer {  
    text-align: center;
    width: 100%;
    color: grey;}


       