﻿body 
{
	font-family: Century Gothic;
	font-size: 10pt;
}
 
P 
{
	font-family: Century Gothic;
	font-size: 10pt;
}
 
table 
{
	font-family: Century Gothic;
	font-size: 10pt;
}
 
.letra 
{
	border-bottom:1px solid red;
	border-right:0px;
	border-left:0px;
	border-top:0px;
	width:7px;
}
 
.verticaltext 
{ 
	writing-mode:tb-rl 
} 

.numerosTextBox {
    text-align:right;
}

.centradoTextBox {
    text-align:center;
}
 
.Ink 
{
    position: absolute;
    background-color: #fff;
    border-top: 1px solid red;
    width: 1px;
    height: 1px;
}  

.tableTest
{
	font-size:12pt;
}

.MenuItem
{
    cursor: pointer;
}  

.titleCell
{
    border:solid 1px blue;
    background-color:lavender;
    font-weight:bold;
}

.remark
{
    font-size:9pt;
    color:Blue;
}

.cellTitle
{
    background-color:beige;
    text-align:right;
    vertical-align:top;
    border-bottom:solid 1px gainsboro;
    border-left:solid 1px gainsboro;
}

.tableHeader
{
    background-color: gainsboro; 
    font-weight: bold; 
    border-bottom:solid 1px silver; 
    border-left:solid 1px silver;
    padding-left:5px; 
    padding-right:5px;
}

.cellCategory
{
    border-bottom: solid 1px maroon;
    font-size: 11pt;
    font-style: italic;
    color: Maroon;
    font-weight: bold;
    text-align: right;
}

.style1
{
    width: 150pt;
    height: 3px;
}

.style2
{
    height: 3px;
}
.justificado
{
    text-align:justify;
    font-size:8pt;    
}
.deshabilitado 
{
    background-color: #E9E9E9;
    color: #ACC3CF;
    border:1px;
}
.replica
{
    font-style:oblique;
    font-weight:bold;   
 }
 

.replicaSinBorde
{
    border-color: transparent !important;
    border:solid 0px  !important;
    padding: 0 !important;
 }

.replicaBordeDerecho
{
    
    border-right:solid 1px  black !important;
    padding: 0 !important;

 }

.replicaBordeIzquierdo
{
    margin-top:-1px;
    border-left:solid 1px  black !important;
    margin-bottom:-1px;
    padding: 0 !important;
 }

.panding0
{
        padding: 0 !important;

}

 .esconder
{
    display: none;
}