/* cambia links de play */
a.controles {
	color: black;
	text-decoration: none;
}

a.controles:hover {
	color: maroon;
}


