table.tramites {
    margin-top: 4px;
    margin-bottom: 14px;
    border-top: 1px solid silver;
    border-left: 0px solid silver;
    border-right: 0px solid gray;    
    border-bottom: 1px solid silver;
    width: 95%;
    margin-left: 1em;
    margin-right: auto;
}

table.tramites td.section {
    border-bottom: 2px solid #CCC;
    text-align: right;
    }

table.tramites caption {
    margin-top: 2em;
    margin-left: 1em;
    border: 0px;
    text-align: left;
    /* text-indent: 15px; */
}

table.tramites tr.par td {
    background: white;
}

table.tramites tr.impar td {
    background: #EEF1F6;
}

table.tramites tr td.par {
    background: white;
}

table.tramites tr td.impar {
    background: #EEF1F6;
}

table.tramites tr th {
    background: url(/art/default-bg.gif) repeat-x #7BA0C6;
    font-family: arial,helvetica,sans-serif;
    color: white;
}

table.tramites tr td {
    font-family: arial,helvetica,sans-serif;
    border-bottom: 0px solid #F0F0F0;
    color: black;
    background: none;
    vertical-align: top;
}

table.tramites tr td.fecha {
    font-size: 85%;
    color: #505050;
    border-top: 0px solid #EEEEEE;
    width: 95px;
    text-indent: 0.5em;
    line-height: 150%;
    text-align: center;
    padding-right: 2px;
    }
