@charset "utf-8";
/* Añadir aquí nuevos estilos */
.no-underline {
    text-decoration: none;
}
.no-display {
    display: none;
}
.blocked {
    opacity: 0.5;
    background-color: #333 !important;
}

.left {
    float: left;
}

.right {
    float: right;
}
.pointer {
    cursor: pointer;
}