.marRight10 {
    margin-right: 10px;
}

.marTop5 {
    margin-top: 5px;
}

.marTop10 {
    margin-top: 10px;
}

.marTopNeg20 {
    margin-top: -20px;
}

.marTopNeg7 {
    margin-top: -7px;
}

.marTopNeg10 {
    margin-top: -10px;
}

.marTop20 {
    margin-top: 20px;
}

.smallFontSize {
    font-size: x-small;
}

.displayNone {
    display: none;
}

.colorWhite {
    color: white;
}

.hidden-row {
    display: none;
}



/* AGREGA UN MARGEN INFERIOR AL PRIMER BOTÓN */

.btn-primary {
    margin-top: 10px;
}


/* AGREGA UN MARGEN SUPERIOR AL SEGUNDO BOTÓN */

.btn-danger {
    margin-top: 10px;
}

.btn-secondary {
    margin-top: 10px;
}

.btn-warning {
    margin-top: 10px;
}

#textFormulario {
    margin-top: 10px;
}

#textComentario {
    margin-top: 10px;
}

@media only screen and (max-width: 600px) {
    /* EVITA QUE EL TEXTO SE ROMPA EN VARIAS LÍNEAS */
    table td {
        white-space: nowrap;
    }
}