function cargarDiapositiva(pathAux, puntAux){
	window.document.getElementById("diapositiva").src = 'diapositives/img'+puntAux+'.jpg'
}

