/* Ejemplo de style sheet 1-12-03 */

BODY	{background: #FFFFFF; color: #000000 ; 
	font-family: verdana,ARIAL,"trebuchet ms",georgia,sans-serif; 
	font-size:80%; line-height: 120%; margin: 2em 1.5em }

A:link		{color: #008080; background: #FFFFFF; text-decoration:none}
A:visited	{color: #004010; background: #FFFFFF; text-decoration:none}
A:active	{background-color: #FFFFFF; text-decoration: underline}
A:hover		{background-color: #FFFFD8; text-decoration: underline; 
		font-weight: bold}
H1,H2	 {font-weight: bold; text-align: center;
	 color: #000000; background: #FFFFFF;
	 font-family: Arial, sans-serif;
	margin-right: 20px; margin-left: 20px ; margin-top: 40px;}
H3	{font-weight: bold; text-align: LEFT;
	 color: #000060; background: #EEEEEE;
	 font-family: 'TREBUCHET MS', Arial, sans-serif;
	line-height: 120%;}
H4	{font-weight: bold; text-align: LEFT;
	 color: #000060; background: #FFFFFF;
	 font-family: 'TREBUCHET MS', Arial, sans-serif}
H5	{font-weight: bold; color: #000060; background: #FFFFFF;
	 font-family: 'TREBUCHET MS', Arial, sans-serif;
	font-size:100%;}
CITE	{font-family: 'Gill Sans', Arial, sans-serif;
	 font-style: italic}
P	{margin-left:0.8em; margin-right:0.8em; text-indent:15px }
.texto	{margin-left:0.8em}
TT	{font-family: 'monospace 821 bt',courier,monospace}
.copyright	{font-style:italic; font-size: xx-small; 
		text-align: center; text-indent:0px}
.highlight	{background-color: yellow; color: black; width:90%;}
.funky	{font-size: xx-small; 
	text-align: center; text-indent:0px}
TD	{font-size: x-small;}
UL	{list-style-type: square}

