/**
Se pasa esto al theme de movistar.
table.tabla-reporte-lectura-comunicaciones {
    table-layout: fixed;
    width: 100%;
}

table.tabla-reporte-lectura-comunicaciones td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tabla-reporte-lectura-comunicaciones th.cuit {
    width: 85px;
}

.tabla-reporte-lectura-comunicaciones th.codigo {
    width: 50px;
}

.tabla-reporte-lectura-comunicaciones th.titulo {
    width: 200px;
}

.tabla-reporte-lectura-comunicaciones th.razon-social,
.tabla-reporte-lectura-comunicaciones th.categoria,
.tabla-reporte-lectura-comunicaciones th.nombre {
    width: 150px;
}

.tabla-reporte-lectura-comunicaciones th.nombre {
    width: 50px;
}

.tabla-reporte-lectura-comunicaciones th.fecha {
    width: 80px;
}

.filtro-texto {
    width: 100%;
}

table.grilla td {
    padding: 5px;
}
*/