function mostrar(dato)
{
	document.getElementById('imagenGrande').src = 'http://gorra.com.ar/uploads/foto_grande/' + dato;
}
