*{
    font-family: 'Special Elite', cursive;
    color: white;
    background color: white;
    font-size: 1.01em;
    
    box-sizing: border-box;
    border: 0;
    text-decoration: none;
    list-style: none;
}

#fondo{
    background-image: url(img187.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size:cover;
    opacity: 90%;
}
   

.cajalinks {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
    align-items:center;
    background-color:black;
    opacity: .50;
    font-size: 1.2rem;
    margin: -0.4em;
    border: 0;
    padding: .5em;
}

.destacado {
    font-size: 2.5em;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-around;
    align-items: center;
    color: white;
    margin-top: 2em;
    margin-bottom: 2em;
}

main article div img{
    border-radius: 50%;
    display: flex;
    margin-left: 13em;
   
}

.sobremi{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-around;
    align-items: center;
    margin-right: 7em;
    padding: .1em;
    font-size: 1.2em;
    text-align:justify;
}

.materias{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-around;
    align-items: center;
    font-size: 1.2rem;
    text-align: center;
    
    margin: .5em;
    padding: .1em;
}

.proyectos{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-around;
    font-size: 1.2em;
    text-align: center;
    
    margin: .5em;
    padding: 1.5em;
}


figure picture section img{
    max-width: 80%;
    height: auto;
    margin-left: 0%;
}


.propuestaapp{
    font-size: 1.2em;
    justify-content: space-around;
    display:flex;
    text-align: center;
    
    margin: .5em;
    padding: .1em;
}

.contacto {
    display:flex;
    justify-content:space-around;
    font-size: 1.2em;
    text-align: center;
    
    margin: .5em;
    padding: .1em;
}

.p{
    display:flex;
    justify-content:space-around;
    font-size: 0.9rem;
    padding: 0.5em;
    text-align:justify;
    
    margin: .5em;
    padding: .1em;
}

footer p {
    font-size: 0.9rem;
    margin: 0em;
    padding: 0.5em;
    text-decoration: none;
    list-style: none;
    text-align:justify;
    
    margin: .5em;
    padding: .1em;
}


