/*
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 : 14/05/2014, 08:05:00 AM
    Author     : randy
*/

.reporte{
    width: 18cm;
    height: 28cm;
    text-align: center;
}

.linea{
    width: 1px;
    background-color:#000;
}

.linea2{
    width: 100px;
    height:3px;
    background-color:#900;
}
.intermedio{
    width: 21cm;
    height: .5scm;
    background-color:#900;
    text-align: center;
}

.tabla{
    width: 21cm;
    height: 28cm;
    text-align: center;
    font-size: 12pt;  

}


.texto{
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-bottom-color:#000; 
}

.columna{
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-bottom-color:#000;
}