/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24/03/2016, 11:19:39 PM
    Author     : Chaz
*/

.Table
{
    display: table;
    width: 100%;
    font-size: 8pt;
}
.Title
{
    display: table-caption;
    text-align: center;
    font-weight: bold;
    font-size: larger;
    color: black;
}
.Heading
{
    display: table-row;
    font-weight: bold;
    text-align: right;
    border: solid;
    border-width: thin;
}
.Row
{
    display: table-row;
}
.Cell
{
    display: table-cell;
    border: none;
    border-width: thin;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    vertical-align: middle;
}
.CellTitulo
{
    display: table-cell;
    border: none;
    border-width: thin;

    text-align: right;
    font-weight: bold;
    
    border-spacing: 0px;
    text-align: right;

    color: #415693;
    padding: 5px;
    vertical-align: middle;
}