function navegador() {
	var seleccion = cmbNavegador.value;
	if (seleccion == 1) window.location.href ="webpresupuesto.htm";
	if (seleccion == 2) window.location.href ="posicionamiento-buscadores.htm";
	if (seleccion == 3) window.location.href ="actualizacion-de-paginas-web.htm";
	if (seleccion == 4) window.location.href ="tienda-virtual.htm";
	if (seleccion == 5) window.location.href ="programacion-de-paginas-web.htm";
	if (seleccion == 6) window.location.href ="boletinesnewsletter.htm";
	if (seleccion == 7) window.location.href ="desarrollosweb.htm";
	if (seleccion == 8) window.location.href ="alojamiento-de-paginas-web.htm";
	if (seleccion == 9) window.location.href ="posicionamiento-paginas-web.htm";
	if (seleccion == 10) window.location.href ="creacionpaginasweb.htm";

}