.enlace {
	font-family: Arial;
	font-size: 10px;
	color: black;
	text-align: center;
	text-decoration: none;
	font-weight: bolder;
	background-color: white;
}

a.enlace:visited {
	color: black;
	text-decoration: none;
}

a.enlace:hover {
	color: white;
	background: #16294a;
	text-decoration: underline;
}
