@charset "utf-8";
/* CSS Document */

.fuente20blanca {
    color: #ffffff;
    font-style: bold;
    font-weight: 700;
    font-size: 20px;
}
.fondo-negro {
    background-color: #000000;
}
.centrado {
    text-align: center;
}
