﻿body {

}
.title_prod  { font-family: Verdana; font-size: 10; color: #D01041; text-decoration: 
               underline; font-weight: bold }
.fuente_default
{
font-family: 'Verdana';
font-size: 2;
}
.titulo_hoja
{
font-family: 'Verdana';
font-size: 12pt;
color:#808080; font-weight:bold
}



.tabla_productos
{
    padding: 0;
    font-size: 10pt;
    font-family: 'Times New Roman' , Monospace;
    border-right: 1px;
    border-top: 1px;
    border-left: 1px;
    border-bottom: 1px;
    border-collapse: collapse;
}
.fila_enca
{
    background-color:#D11141;
    color: White;
    font-size: 12pt;
    font-weight:bold;
    height: 20px
   }
   .fila_enca2
{
    background-color:#D11141;
    color: White;
    font-size: 10pt;
    font-weight:bold;
    height: 20px
   }

   
.fila_gris
{
    background-color:#c3c7cb;
    height: 15px;
}
.fila_blanca
{
    background-color:White;
    height: 15px;
}