/*
 *
    Copyright (C) <2013>  <Santiago Flores Martínez>

    This file is part of "Gestión de Logias"

    "Gestión de Logias" is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

     Contact the author: santiago@floresmartinez.uy
 */

p{
 font-size: 12pt;
 font-family: Arial,Helvetica,sans-serif;
 font-weight: normal;
   font-style: normal;
}
table{
   border-collapse:collapse;
} 
td{
 font-size: 13pt;
 font-family: Arial,"Droid Sans",sans-serif;
 /*padding-left: 5px;
 padding-right: 5px;
 */
}
td.azul{
   color: #000066;
   }
td.gris{
   color: #555555;
   }
td.rojo{
   color: #990000;
   }

body{
 background-color: #b0c4de; /* <?php echo $_SESSION['config']['COL_PPAL']; ?>; */
 font-family: Arial,Helvetica,sans-serif;
 }

