
h1  {
    color: rgb(144, 122, 219);
    font-size: 3em;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}

h3{
    color:rgb(31, 31, 214)
    }
.contenedora{
    background-color: beige
}
header nav ul li{
    margin: 0 0 0.3em 0;

}
header nav ul li a{
    text-decoration: none;
    color: wheat;
    background-color: thistle;
    display: block;

}

#avatar{
    background-color: thistle(230, 222, 238);

}
.comitente{
    background: rgb(208, 208, 236);
    color: rgb(8, 0, 0);
    width: 100%;
    margin: auto;
    display:grid;
    grid-template-columns: 100%;
    justify-content: center;
    padding: 35px 0;
    

}
.contenedora{
    font-size: 29px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
   
		 
}
.titulo{
    width: 100%;
    background: #e6b0d5;
}

.test-lucila {
    width: 100%;
    background: thistle;
}

ul li{
    list-style: none;
}

.test-lucila .wrapper {
    width: 40%;
    margin: auto;
    display: grid;
    grid-template-columns: 70%;
    justify-content: center;
    padding: 35px 0;
}
.test-lucila .wrapper a {
    background: rgb(134, 134, 206);
    padding: 11px 9px;
    border-radius: 24px;
    color: rgb(2, 0, 0);
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.test-lucila .wrapper a:last-child {
    margin-bottom: 0;
}
.test-lucila .wrapper a:hover {
    background: #7777c5;
}

li{
    list-style: none;
}

.Bocetos del webpp-versión tablet{
    display: flex;
    justify-content: center;

}
.contenedora académicos{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .logos{
    background: #D0D0EC;
    padding: 11px 9px;
    border-radius: 0px;
    color: rgb(2, 0, 0);
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;

    }
    body{
        margin: 0;
    
    }
    