/* CSS para las tablas*/

.body {background-color: #000000;}

.style1         {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; text-decoration: none}
.style1:link    {color: blue; text-decoration: none}
.style1:visited {color: purple; text-decoration: none} 
.style1:hover   {color: red; text-decoration: none}

.style2  {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: #3D6F2A; font-weight: bold;}
.style3  {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: black}
.style16 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: white; font-weight: bold;}

.copyright  {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: gray}

.tabla       { background-color:#FFFFFF; border-style:solid;border-color:#006600; border-width:2px}
.tabla2      { background-color:#ffffcc; border-style: solid;border-color:#cccccc; border-width:2px;
		       font-family: Arial, Helvetica; font-weight: bold; font-size:10px; color:#cccccc}
