body	{	font-family: Arial, Times New Roman;
		font-size: 14px;
		color: #115511;
		background: #F4F4F4;
		}
		
H2	{ 	font-family: Arial, Tahoma, Times New Roman;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: underline;
		color: #000000;
		font-size: 24px;
	}
	
td	{ 	font-family: Tahoma, Times New Roman;
		font-weight: normal;
		color: #707070;
		font-size: 12px;
	}
	
.centrado 	{ text-align: center;}
.izqda 		{ text-align: left;}
.dcha 		{ text-align: right;}
	
th	{ 	font-family: Arial, Times New Roman;
		font-weight: bold;
		color: #555555;
		text-transform: uppercase;
		font-size: 14px;
	}

small	{	font-family: Tahoma, Arial;
		font-size: 12px;
		color: #555555;
		}		
td.tiny	{	font-family: Tahoma, Arial;
		font-size: 9px;
		color: #555555;
		text-align: center;
		}		

td.stat	{	font-family: Tahoma, Arial;
		color: #555555;
		font-size: 14px;
		text-align: center;
		}		

A:link 		{ text-decoration: none; color: #5555FF;}
A:visited 	{ text-decoration: none; color: #990000;}
A:hover 	{ text-decoration: underline; color: red;}
