
	var i;
	var imagenes = new Array(
		"bloques/imagenes/logoyarama.gif",
		"bloques/imagenes/raya.gif",
		"bloques/imagenes/botoninicionaranja.gif",
		"bloques/imagenes/botoninicioblanco.gif",
		"bloques/imagenes/botoniniciogris.gif",
		"bloques/imagenes/botongruponaranja.gif",
		"bloques/imagenes/botongrupoblanco.gif",
		"bloques/imagenes/botongrupogris.gif",
		"bloques/imagenes/botoncursonaranja.gif",
		"bloques/imagenes/botoncursoblanco.gif",
		"bloques/imagenes/botoncursogris.gif",
		"bloques/imagenes/botongalerianaranja.gif",
		"bloques/imagenes/botongaleriablanco.gif",
		"bloques/imagenes/botongaleriagris.gif",
		"bloques/imagenes/botonagendanaranja.gif",
		"bloques/imagenes/botonagendablanco.gif",
		"bloques/imagenes/botonagendagris.gif",
		"bloques/imagenes/botoncontactarnaranja.gif",
		"bloques/imagenes/botoncontactarblanco.gif",
		"bloques/imagenes/botoncontactargris.gif",
		"bloques/imagenes/botoncreditosblanco.gif",
		"bloques/imagenes/botoncreditosgris.gif",
		"bloques/imagenes/botondanzanaranja.gif",
		"bloques/imagenes/botondanzablanco.gif",
		"bloques/imagenes/botondanzagris.gif",
		"bloques/imagenes/botonpercusionnaranja.gif",
		"bloques/imagenes/botonpercusionblanco.gif",
		"bloques/imagenes/botonpercusiongris.gif",
		"bloques/imagenes/botonfotosnaranja.gif",
		"bloques/imagenes/botonfotosblanco.gif",
		"bloques/imagenes/botonfotosgris.gif",
		"bloques/imagenes/botonvideosnaranja.gif",
		"bloques/imagenes/botonvideosblanco.gif",
		"bloques/imagenes/botonvideosgris.gif",
		"bloques/imagenes/botoncartelesnaranja.gif",
		"bloques/imagenes/botoncartelesblanco.gif",
		"bloques/imagenes/botoncartelesgris.gif",
		"bloques/imagenes/botonmusicanaranja.gif",
		"bloques/imagenes/botonmusicablanco.gif",
		"bloques/imagenes/botonmusicagris.gif",
		"bloques/imagenes/textopresentacion.jpg");
	var lista_imagenes = new Array();
	for(i in imagenes){
		lista_imagenes[i] = new Image();
		lista_imagenes[i].src = imagenes[i];
	}