function setSlide(POS) {
	$("#imagenPrincipal img").attr({ src: arrayImg[POS][0] });
	$("#imagenPrincipal #entradilla").html(arrayImg[POS][1]);
	$("#imagenPrincipal .col1").html(arrayImg[POS][2]);
	$("#imagenPrincipal .col2").html(arrayImg[POS][3]);
}
