a.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

a.menu:hover {
	color: #ccc;
	text-decoration: none;
}


a.enlace:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

a.enlace:hover {
	color: #666;
	text-decoration: none;
}

a.enlace:visited {
	color: #666;
	text-decoration: none;
}