a:hover {
}
.capas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #4849A5;
	text-align: center;
}
<style type="text/css">
A:hover { color: white; background:blue }
</style>
