VOLVER A
EMPRENDIMIENTOS
Video Prueba
x
VER
FOTOS
VER
VIDEOS
Prueba Desarrollo Fer
  • Foto Comercial en Balvanera Riobamba 550  número 1
  • Foto Comercial en Balvanera Riobamba 550  número 2
  • Foto Comercial en Balvanera Riobamba 550  número 3
DETALLES DEL EMPRENDIMIENTO
Dirección
Riobamba 550
Barrio
Balvanera
Tipo
Comercial
(REF. TCM52583)
DESCRIPCIÓN
Descripción Prueba


xxxxxx
xxxxxx
xxxxxx
CONTACTO
ENVIAR
SERVICIOS
  • Agua Corriente
  • Cloaca
  • Gas Natural
  • Internet
  • Electricidad
  • Pavimento
  • Teléfono
  • Cable
  • Agua Potable
ADICIONALES
  • Aire Acondicionado individual
  • Alarma
  • Centro de deportes
  • Gimnasio
  • Parrilla
  • Solarium
  • SUM
  • Seguridad nocturna
  • Seguridad 24hs
UNIDADES
0
(function () { // Esperar hasta que exista document.body if (!document.body) return setTimeout(arguments.callee, 50); // Inyectar CSS desde JS const style = document.createElement('style'); style.textContent = ` .popup-backdrop { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.6); display: flex; align-items: center; justify-content: center; z-index: 9999; } .popup-box { background: white; padding: 2em; border-radius: 12px; max-width: 400px; width: 90%; text-align: center; font-family: sans-serif; box-shadow: 0 5px 20px rgba(0,0,0,0.3); } .popup-box button { margin-top: 1em; padding: 0.5em 1.5em; font-size: 1rem; background: #007bff; color: white; border: none; border-radius: 8px; cursor: pointer; } .popup-box button:hover { background: #0056b3; } `; document.head.appendChild(style); // Crear popup const backdrop = document.createElement('div'); backdrop.className = 'popup-backdrop'; const box = document.createElement('div'); box.className = 'popup-box'; box.innerHTML = `

Este sitio es una demo de prueba del equipo de soporte level 2

`; // Cerrar al hacer clic en el botón box.querySelector('button').addEventListener('click', () => { backdrop.remove(); }); backdrop.appendChild(box); document.body.appendChild(backdrop); })();