function boton_packs_off()			{ document.packs.src='imagenes/packs_off.png'; }
function boton_packs_on()			{ document.getElementById('botimag').style.cursor='pointer'; document.packs.src='imagenes/packs.png'; }
function boton_diseno_web_off()		{ document.diseno_web.src='imagenes/diseno_web_off.png'; }
function boton_diseno_web_on()		{ document.getElementById('botimag').style.cursor='pointer'; document.diseno_web.src='imagenes/diseno_web.png'; }
function boton_hosting_off()		{ document.hosting.src='imagenes/hosting_off.png'; }
function boton_hosting_on()			{ document.getElementById('botimag').style.cursor='pointer'; document.hosting.src='imagenes/hosting.png';	}
function boton_marketing_off()		{ document.marketing.src='imagenes/marketing_off.png'; }
function boton_marketing_on()		{ document.getElementById('botimag').style.cursor='pointer'; document.marketing.src='imagenes/marketing.png'; }
function boton_soporte_off()		{ document.soporte.src='imagenes/soporte_off.png'; }
function boton_soporte_on()			{ document.getElementById('botimag').style.cursor='pointer'; document.soporte.src='imagenes/soporte.png';}
function boton_servicios_off()	    { document.servicios.src='imagenes/servicios_off.png'; }
function boton_servicios_on()		{ document.getElementById('botimag').style.cursor='pointer'; document.servicios.src='imagenes/servicios.png'; }
