if (window.location.href.match('publico/utilidades')) {
	document.getElementById("mnu_utilidades").style.backgroundColor = '#000000';
} else if (window.location.href.match('publico/expan_')) {
	document.getElementById("mnu_unete").style.backgroundColor = '#000000';
} else if (window.location.href.match('publico/valor_agencia_')) {
	document.getElementById("mnu_valor_agencia").style.backgroundColor = '#000000';
} else if (window.location.href.match('publico/valor_cliente')) {
	document.getElementById("mnu_valor_cliente").style.backgroundColor = '#000000';
} else if (window.location.href.match('agencias/buscar') || window.location.href.match('agencias/listado_completo')) {
	document.getElementById("mnu_busqueda_agencias").style.backgroundColor = '#000000';
} else if (window.location.href.match('publico/busca_ofertas')) {
	document.getElementById("mnu_busca_ofertas").style.backgroundColor = '#000000';
} else if (window.location.href.match('gruposercom.com/$') || window.location.href.match('index.htm') ||
					 window.location.href.match('/publico/aviso_legal') || window.location.href.match('/publico/proteccion_datos') ||
					 window.location.href.match('reservas/')) {
} else {
	document.getElementById("mnu_sercom").style.backgroundColor = '#000000';
}