body {
    background: url('/img/fondo.jpg') no-repeat center fixed;
    background-size: cover;
}

.logo {
    height: auto;
    width: 600px;
}

.un-tercio-centrado {
    width: 33%;
    margin: 0 auto;
}

.dos-tercio-centrado {
    width: 66%;
    margin: 0 auto;
}

.centrado {
    margin: 0 auto;
}

.ventana-modal {
    height: 75vh;
    display: flex;
    align-items: center;
}

.margen64 {
    margin-bottom: 64px;
}
