@CHARSET "ISO-8859-1";

/****************************************
 * Estilo Tablas
 *****************************************/
.table
{
    display: table;
}

.tr
{
    display: table-row;
}

.td
{
    display: table-cell;
    float: none !important;
}

.table-cell-mid
{
    display: table-cell;
    vertical-align: middle;
}

