/*Estilo de Cascada Basico */
H1	{color: #cccc99; 
		font-family:"Verdana",Arial;
		font-size: 15 pt;
		font-weight: bold;}
H2	{color: #eee6c8;
		font-family: "Verdana",Arial;
		font-size: 14 pt;
		font-weight: bold;}
H3 {color: #ffffff;
		font-family: "Verdana",Arial;
		font-size: 14 pt;
		font-weight: bold;}
BODY	{
		background-color: #003366;
		font-family: "Arial", courier, sans-serif;  
		font-size: 10pt;
		font-color: #ffffff;
		text-align: justify;  
		SCROLLBAR-BASE-COLOR: #0054BC; 
		margin-top: 0;
		margin-left: 0;
		}
P,TD	{color: #ffffff;
		 font-family: "Arial", courier, sans-serif;  
   		font-size: 10pt;  
		}
TABLE {text-align: justify;}

A:link {color: #0099FF;
		font-family: "Arial", courier, sans-serif;  
		font-size: 10pt;
		font-weight: bold;
		text-decoration:none;}
A:visited {	color: #00CCFF;
			font-size: 10pt;
			font-family: "Arial", courier, sans-serif;  
		 	text-decoration:none;}
A:hover {	color: #00ffff;
			font-family: "Arial", courier, sans-serif;  
		 	text-decoration:none;
			font-size: 10pt;}
			
.creditos { color: #ffffff;
			font-family: "Arial";
			font-size: 8pt;
			text-align: right;
			}
.negrita {font-weight: 900;}
