/* CSS DE PAGINAS DE CONTENIDO */
/* Codigo por Pedro Moreno www.pedromoreno.net */
			
a:link
{
	color: #CCCCCC;
	text-decoration: none;
	
}

a:visited
{
	color:#CCCCCC;
	text-decoration: none;
}

a:hover
{
	color: #999999;
	text-decoration: none;
}

