/* Copio partes de ZEN CSS
............................
*/

p,table,li,h1,h2,h3
{
font-family: verdana, arial, 'sans serif'; 
}

p, h1, h2, h3, table, li, hr
{
margin-left: 10pt;
}

h4
{ 
	font: italic normal 11pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #768E97 ;
	}
	
	
h5
{ 
	font: 9pt/17pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}


p,li,th,td
{
font-size: 75%;
}

body
{
#ffffff;
}

h1,h2,h3,hr
{
color: firebrick;
}

/* Esto era el original de los ancaljes

a:link {COLOR: firebrick;}
a:visited {COLOR: firebrick;}
a:active {COLOR: navy;}
a:hover {COLOR: navy;}

a.content:link {COLOR: seashell;}
a.content:visited {COLOR: seashell;}
a.content:active {COLOR: seashell;}
a.content:hover {COLOR: papayawhip;}
*/

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #5A8592;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #5C4047;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #2C4047;
	}