.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    /* padding: 2px; */
    padding-left: 4px;
    padding-bottom: 0px;
    padding-top: 2px;
    /* margin-bottom: -1px; */
    line-height: 1.22;
    vertical-align: inherit;
    border-top: 1px solid #ddd;
    font-size: 14px;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/img/cargando.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

#comunicados_desc_img img{
    height: 90px !important;
    width: 120px !important;
}