body, p
{
	color: gray;
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
}

h1, h2, h3, h4
{
	color: #6487b4;
	font-weight: bold;
	font-family: tahoma, arial, helvetica, sans-serif;
}

h1		{	font-size: 14pt; line-height: 14pt;	}
h2		{	font-size: 12pt; line-height: 12pt;	}
h3		{	font-size: 10pt;	}
h4		{	font-size: 8pt;		}


hr 
{
	border: 1px dotted gainsboro;
	height: 1px;
}

a, a:visited, a:active
{
	text-decoration: none;
	color: #6487b4;
}

a:hover 
{
	text-decoration: underline;
	color: #6487b4;
}

img {
	border-width: 0;
}

fieldset 
{
  padding:8px;
  
}

legend 
{
	color: #6487b4;
	font-weight: bold;	
}

/* Numeración y viñetas */
UL, OL		{	margin-left:20px;}
LI			{ 	list-style-type: square; }
UL LI		{	list-style-type: square ;		}	
UL LI LI	{	list-style-type: disc;	}	
UL LI LI LI	{	list-style-type: square;		}	
OL LI		{	list-style-type: decimal;	}	
OL OL LI	{	list-style-type: lower-alpha;	}	
OL OL OL LI	{	list-style-type: lower-roman;	}	