css.css 633 Bytes
#imax_destinatarios {
    text-align: center;
    margin-bottom: 10px;
}

#imax_destinatarios p {
    font-weight: bold;
    margin-top: 5px;
}

.imax_destinatarios {
    margin: auto;
}

.imax_destinatarios th {
    font-weight: bold;
}

.imax_destinatarios td, .imax_destinatarios th {
    padding: 3px;
    border: 1px solid black;
}

#imax_mensajeError {
    color: red;
}

.centrado {
    text-align: center;
}

@media print {
    .noImprimir {
        display: none;
    }
}

#order_sortable li, .table img {
    cursor: pointer;
}

.imax_marcado {
    background-color: yellow;
}

#arbolCategorias {
    margin-bottom: 15px;
}