@charset "utf-8";
/* CSS Document */

/*.fondoContainer {
    position: absolute;
    left: 0; top: 0; width: 100%; height: 100%;
    overflow: hidden;
}
.fondoContainer .fondo {
    position: absolute;
    left: 0; top: 0; width: 100%; height: 120%;
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}*/