body {
    font-family: Arial, Verdana, 'Times New Roman'
}
.important-titulo {
    padding-left: 20px;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: black 2px solid;
    background-color: #ffdc71
}
.important-table {
    border-right: black 2px solid;
    border-top: black 2px solid;
    font-size: 11px;
    border-left: black 2px solid;
    border-bottom: black 2px solid
}

/* ajustes estructura antigua a nuevo diseño
body.newlist > div:nth-child(1) {
    text-indent: 0 !important;
    height: auto !important;
    color: #333 !important;
    font-size: inherit !important;
    padding: 10px 15px !important;
    margin-bottom: 5px !important;
}
body.newlist > div:nth-child(2) { display: none; }
body.newlist > div:nth-child(3) {
    border-width: 0px !important;
    padding: 15px !important;
    color: #333 !important;
}
body.newlist > div:nth-child(3) *:first-child { margin-top: 0 }
body.newlist > div:nth-child(3) ul { width: 85% }
body.newlist > div:nth-child(3) ul li + li { margin-top: 10px }
*/

/* modal */
    body.info_modal { background-color:#ececec }
    body.info_modal .header_modal {
        background: #77c1e2;
        margin: 0 auto 8px;
        font-size: .935em;
        padding: .5em;
        font-weight: bold;
        color: #1c4172;
    }
    body.info_modal .content_modal {
        background: white;
        margin:0 auto;
        padding: 20px;
        font-size:13px;
        line-height: 16px;
        color: #222;
    }
    body.info_modal .content_modal > *:first-child { margin-top: 0 }
    body.info_modal .content_modal li + li { margin-top: 14px }
    body.info_modal .content_modal .advertise {
        font-size: .9em;
        font-weight: bold;
        background: whitesmoke;
        padding: .8em;
        margin: 0;
        text-align: center;
    }