<!--
   -------------------------------------------------------------
   Program      : Text.css
   Description  : Estilo de fonte e cor para página Text
   Version      : 1.0
   Date         : 28/06/2006
   Author       : Juan Sirgado y Antico
   Copyright(c) 2006 by JSyA Informática. All Rights Reserved.
   -------------------------------------------------------------
   Version      :
   Date         :
   Author       :
   -------------------------------------------------------------
-->
a
{font-family    : Verdana, Arial, Helvetica, SansSerif;
 font-weight    : bold;
 font-size      : 10pt; 
 color          : #000077; 
 text-decoration: none;}

a:link 
{font-family    : Verdana, Arial, Helvetica, SansSerif;
 font-weight    : bold;
 font-size      : 10pt; 
 color          : #000077; 
 text-decoration: none;}

a:visited 
{font-family    : Verdana, Arial, Helvetica, SansSerif;
 font-weight    : bold;
 font-size      : 10pt; 
 color          : #111111; 
 text-decoration: none;}

a:active 
{font-family    : Verdana, Arial, Helvetica, SansSerif;
 font-weight    : bold;
 font-size      : 10pt; 
 color          : #111111; 
 text-decoration: none;}

a:hover 
{font-family    : Verdana, Arial, Helvetica, SansSerif;
 font-weight    : bold;
 font-size      : 12pt; 
 color          : #111111; 
 text-decoration: none;}

h2
{font-family    : Verdana, Arial, Helvetica, SansSerif;
 font-weight    : bold;
 font-size      : 14pt; 
 color          : #000077; 
 text-decoration: none;}

table
{color            : #000000;
 background-color : #BBCCCC;
 border           : 2px;}

table2
{color            : #000000;
 background-color : #FFFFFF;
 border           : 10px;
 bordercolor      : "lime";}

.img
{color            : #000000; 
 background-color : #FFFFFF;
 width            : 158px;
 height           : 76px;}

.td
{font-family     : Verdana, Arial, Helvetica, SansSerif; 
 font-weight     : bold;
 font-size       : 12px;
 color           : #000000;
 border-top      : #FFFFFF thin solid;
 border-right    : #FFFFFF thin solid;
 border-left     : #FFFFFF thin solid;
 border-bottom   : #FFFFFF thin solid;
 border          : 1px;
 width           : 158px;
 height          : 78px;
 background-color: #BBCCCC;}

td2
{font-family     : Verdana, Arial, Helvetica, SansSerif; 
 font-weight     : bold;
 font-size       : 12px;
 color           : #000000;
 border-top      : #FFFFFF thin solid;
 border-right    : #FFFFFF thin solid;
 border-left     : #FFFFFF thin solid;
 border-bottom   : #FFFFFF thin solid;
 border          : 10px;
 width           : 60px;
 height          : 60px;
 background-color: #000000;}

body
{background-color     : #BBCCCC;
 background-attachment: fixed;
 background-repeat    : repeat-y;
 background-position  : left;
 background-image     : none;}