/* --- GENERAL ------------------------------------------- */

BODY 		{font-family:"Arial";font-size:"10pt";}

a:hover		{text-decoration:none;} 

a:link		{text-decoration:none; color:#008000 }
a:visited	{text-decoration:none; color:#008000 }
a:active	{text-decoration:none;}


/* --- TABLAS ------------------------------------------- */

TABLE 		{font-family:"Arial";font-size:"10pt";}
.3Dgris		{ background-color: rgb(240,240,240); 
		border-left: 1px solid rgb(255,255,255); 
		border-right: 1px solid rgb(128,128,128);
		border-top: 1px solid rgb(255,255,255); 
		border-bottom: 1px solid rgb(128,128,128); }
.3Dblank	{ border-left: 1px solid rgb(255,255,255); 
		border-right: 1px solid rgb(128,128,128);
		border-top: 1px solid rgb(255,255,255); 
		border-bottom: 1px solid rgb(128,128,128); }
.3Dpie		{ background-color: #007D32;
		border-left: 1px solid rgb(255,255,255); 
		border-right: 1px solid rgb(128,128,128);
		border-top: 1px solid rgb(255,255,255); 
		border-bottom: 1px solid rgb(128,128,128);
		color:#ffffff;}

TD		{font-family:"Arial";font-size:"10pt";vertical-align:"top";}


/* --- TITULOS ------------------------------------------- */

H1 		{font-family:"Arial";font-size:"18pt";color:#006600; font-weight:bold}
H2 		{font-family:"Arial";font-size:"14pt";color:#008000; font-weight:bold; line-height:100%; margin-top:1; margin-bottom:2}
H3 		{font-family:"Arial";font-size:"14pt";color:#800000; font-weight:bold; line-height:100%; margin-top:2; margin-bottom:2}
H4 		{font-family:"Arial";font-size:"12pt";color:#008000; font-weight:bold; line-height:100%; margin-top:2; margin-bottom:2}
H5 		{font-family:"Arial";font-size:"12pt";color:#800000; font-weight:bold; line-height:100%; margin-top:2; margin-bottom:2}
H6 		{font-family:"Arial";font-size:"10pt";color:#000000; font-weight:bold; line-height:100%; margin-top:2; margin-bottom:2}