btnInterrogarEconomia = new BotonInterrogar(nombreLocal1);
btnInterrogarCultura = new BotonInterrogar(nombreLocal2);
btnInterrogarTransportes = new BotonInterrogar(nombreLocal3);
imagenCiudad = new LabelImagen(IMGPATHCIUDADES + nombreCiudad + ".png");
ImageIcon imageIcon = new ImageIcon("images/relojarena.gif");
imagenReloj.setIcon(imageIcon);
imagenReloj.setBounds(40, 430, 120, 120);
this.add(imagenReloj);