﻿/*  Información de activos  */
/*  -------------------  */

.celdaTabla
{
    float: left;
    width: 49.9%;
    height: 22px;
    background: transparent;
}

.divTable
{
    background: transparent url(../images/fondodivs.gif) left top;
    float: none;
    width: 100%;
    border-bottom: gray 1px solid;
}
.titleTable
{
    height: 100%;
    width: 100%;
    font-weight: bold;
    color: #777777;
    border-bottom: gray 1px solid;
    background-color: #e5e4e4;
}
.divTable .primero, .divTable .segundo
{
    background: transparent;
    padding-top: 4px;
    display: table-cell;
}
.divTable .primero
{
    white-space: nowrap;
    clear: left;
    font-weight: bold;
    float: left;
    width: 42%;
}
.divTable .segundo
{
    width: 58%;
    float: right;
    clear: right;
    white-space: nowrap;
}
.rowResaltado
{
    background-color: #D7E6F0;
    vertical-align: top;
}