*{
    background-color: rgb(135, 223, 250);
}
.botones{
    background-color: transparent;
    text-decoration: none;
    color: black;
}
header{
    text-align: center;
    font-weight: bold;
    font-size:larger;
    width: 100%;
    height: 25px;
    color:black;
    background-color: rgb(83, 178, 223);
    position: fixed;
    top: 0%;
}
body{
    margin-left: 0%;
    margin-right: 0%;
}
footer{
    text-align:center; 
    font-weight: bold;
    font-size:larger;
    width: 100%;
    height: 25px;
    color:black;
    background-color: rgb(83, 178, 223);
    position: fixed;
    bottom: 0%;
}
nav{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-content: stretch;
   padding-top: 5vh;

    
    
    
}
.presentacion{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90vw;
    margin:auto;
    height: 80vh;
}

.informacion{
    width: 75%;
    font-size: x-large;

}
.foto{
    width: 20%;
}
.foto img{
    width: 100%;
    
}