body{
    background-color: rgb(195, 195, 195);
    height:100%;
    width:100%;
}

#cuerpo{
    width: 85%;
    margin: auto;
    margin-top: 50px;
    overflow-x:auto;
    height:calc(100vh - 180px);
}

#texto{
    text-align: center;
    /*font-size: 24px;*/
    margin-top: 20px;
    font-weight: bold;
}

#logotipo{
    height:45px;
}

.contenedorBoton{
    width: 100%;
    background-color: white;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.boton{
    color: rgb(58, 67, 148);
    font-size: 24px;
    text-decoration: none !important;
}

#pie{
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
    /*background: #a6a2a2;*/
}



