body{ 
	background: url('../images/fondorange.png') repeat;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #d3590f;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #d3590f;
}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #d3590f;
}

a:hover {
	text-decoration: none;
	font-weight: bold;	
	color: #000000;
}