crono_bandera_chile
$ Dólar = Cargando...
Euro = Cargando...
Fuente: mindicador.cl (Banco Central de Chile)
Calculadora Carretera Austral v4.36.1 (perfil de superficie + fix)
Combustible
🚢 Terminal/Tramo de ferry
🛃 Control aduanero: Contao
— Ruta principal (azul)
Asfalto   Ripio
es_ES
`;const w = window.open('', '_blank'); w.document.open(); w.document.write(html); w.document.close();// Esperar a que cargue TODO (incluyendo el logo) antes de imprimir const whenReadyToPrint = () => { // Pequeño delay para layout final setTimeout(() => { w.focus(); w.print(); w.onafterprint = () => { w.close(); window.location.href = 'https://tprentacar.com/'; }; }, 150); };// Si el logo carga ok, imprimimos; si falla, igual imprimimos sin bloquear const logoImg = w.document.getElementById('tp-print-logo'); if (logoImg && !logoImg.complete) { logoImg.addEventListener('load', whenReadyToPrint, { once: true }); logoImg.addEventListener('error', whenReadyToPrint, { once: true }); } else { whenReadyToPrint(); } }); }); });