body{
    width: 100%;
    margin:auto;
}
#Logo{
    border-radius: 50%;
}
header{
    background-color: rgb(117, 223, 255);
}

ol{
    padding: 0%;
}
li{
    display: inline-block;
    background-color: rgba(65, 61, 61, 0.76);
    color: white;
    text-align: center;
    width: calc(100%/4);
    padding: 10px 0;
    font-size: 15px;
    text-decoration: none;
}
li:hover{
    background-color: rgb(28, 196, 79);
    color: black;
}
div{
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    vertical-align: top;
    padding: 20px;
}
footer{
    text-align: center;
    background-color: blueviolet;
}
.Enlaces{
    text-decoration: none;
    color: white;
}
.float{
    float: left;
}
