/* Cambiar color hover enlaces del menú */
#navigation a:hover {
  color: #41A236;
}