function enlacediseno (enlace){
	window.open(enlace.href, enlace.target, 'width=620,height=300,scrollbars=yes,resizable=0,top=0');
	return false;
}
