/* ---------------------------------------------- CSS Enlaces */
a:link {
	color: #981A1B;
	text-decoration: none;
}

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

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

a:active {
	color: #981A1B;
	text-decoration: none;
}

a.hidden {
  color: #981A1B;
  text-decoration: none;
}

a.hidden:visited {
	color: #981A1B;
	text-decoration: none;
}

a.hidden:hover {
	color: #981A1B;
	text-decoration: none;
}

a.hidden:active {
  color: #981A1B;
  text-decoration: none;
}

a.nav:link {
	color: #981A1B;
	text-decoration: none;
}

a.nav:visited {
	color: #981A1B;
	text-decoration: none;
}

a.nav:hover {
	color: #981A1B;
	text-decoration: none;
}
