function ampliar(foto,ancho,alto){
	nuevaVentana = window.open(foto,"","height="+alto+",width="+ancho+",left=250,top=130,resizable=0,noresize=yes,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes")
}