<?xml version="1.0" encoding="UTF-8"?>
<!-- This sitemap was dynamically generated on 27 July 2026 at 16:37 by All in One SEO v4.9.10 - the original SEO plugin for WordPress. -->

<?xml-stylesheet type="text/xsl" href="https://www.ersaparana.com.ar/default-sitemap.xsl"?>

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>ersaparana.com.ar</title>
		<link><![CDATA[https://www.ersaparana.com.ar]]></link>
		<description><![CDATA[ersaparana.com.ar]]></description>
		<lastBuildDate><![CDATA[Tue, 21 Jul 2026 05:58:12 +0000]]></lastBuildDate>
		<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
		<atom:link href="https://www.ersaparana.com.ar/sitemap.rss" rel="self" type="application/rss+xml" />
		<ttl><![CDATA[60]]></ttl>

		<item>
			<guid><![CDATA[https://www.ersaparana.com.ar/]]></guid>
			<link><![CDATA[https://www.ersaparana.com.ar/]]></link>
			<title>ERSA Urbano Paranб</title>
			<pubDate><![CDATA[Tue, 21 Jul 2026 05:58:12 +0000]]></pubDate>
		</item>
					<item>
			<guid><![CDATA[https://www.ersaparana.com.ar/casino/]]></guid>
			<link><![CDATA[https://www.ersaparana.com.ar/casino/]]></link>
			<title>Casino</title>
			<pubDate><![CDATA[Tue, 21 Jul 2026 05:58:12 +0000]]></pubDate>
		</item>
					<item>
			<guid><![CDATA[https://www.ersaparana.com.ar/index-htm/]]></guid>
			<link><![CDATA[https://www.ersaparana.com.ar/index-htm/]]></link>
			<title>ERSA Urbano Paranб</title>
			<pubDate><![CDATA[Tue, 21 Jul 2026 05:58:12 +0000]]></pubDate>
		</item>
					<item>
			<guid><![CDATA[https://www.ersaparana.com.ar/novedades-htm/]]></guid>
			<link><![CDATA[https://www.ersaparana.com.ar/novedades-htm/]]></link>
			<title>Novedades</title>
			<pubDate><![CDATA[Tue, 21 Jul 2026 05:58:12 +0000]]></pubDate>
		</item>
					<item>
			<guid><![CDATA[https://www.ersaparana.com.ar/datos_de_contacto-htm/]]></guid>
			<link><![CDATA[https://www.ersaparana.com.ar/datos_de_contacto-htm/]]></link>
			<title>Datos de Contacto</title>
			<pubDate><![CDATA[Tue, 21 Jul 2026 05:58:12 +0000]]></pubDate>
		</item>
					<item>
			<guid><![CDATA[https://www.ersaparana.com.ar/casino/mejores-casinos-online/]]></guid>
			<link><![CDATA[https://www.ersaparana.com.ar/casino/mejores-casinos-online/]]></link>
			<title>Mejores Casinos Online</title>
			<pubDate><![CDATA[Thu, 23 Jul 2026 07:29:58 +0000]]></pubDate>
		</item>
					<item>
			<guid><![CDATA[https://www.ersaparana.com.ar/casino/casinos-online-legales/]]></guid>
			<link><![CDATA[https://www.ersaparana.com.ar/casino/casinos-online-legales/]]></link>
			<title>Casinos Online Legales</title>
			<pubDate><![CDATA[Thu, 23 Jul 2026 07:20:42 +0000]]></pubDate>
		</item>
					<item>
			<guid><![CDATA[https://www.ersaparana.com.ar/casino/casino-online-argentina-mercado-pago/]]></guid>
			<link><![CDATA[https://www.ersaparana.com.ar/casino/casino-online-argentina-mercado-pago/]]></link>
			<title>Casino Online Argentina Mercado Pago</title>
			<pubDate><![CDATA[Thu, 23 Jul 2026 07:11:47 +0000]]></pubDate>
		</item>
					<item>
			<guid><![CDATA[https://www.ersaparana.com.ar/sample-page/]]></guid>
			<link><![CDATA[https://www.ersaparana.com.ar/sample-page/]]></link>
			<title>Sample Page</title>
			<pubDate><![CDATA[Mon, 13 Jul 2026 12:11:30 +0000]]></pubDate>
		</item>
					<item>
			<guid><![CDATA[https://www.ersaparana.com.ar/hello-world/]]></guid>
			<link><![CDATA[https://www.ersaparana.com.ar/hello-world/]]></link>
			<title>Hello world!</title>
			<pubDate><![CDATA[Mon, 13 Jul 2026 12:11:30 +0000]]></pubDate>
		</item>
				</channel>
</rss>
<script id="ersa-footer-fix-v6">
    (function () {
        function repairErsaFooter() {
            var headings = document.querySelectorAll("h5");

            headings.forEach(function (heading) {
                var text = (heading.innerText || heading.textContent || "")
                    .replace(/\s+/g, " ")
                    .trim();

                if (text.indexOf("Copyright © 2010 ERSA PARANA") === -1) {
                    return;
                }

                heading.innerHTML = ""
                    + "Para consultas, sugerencias o información adicional, "
                    + "escríbanos a "
                    + "<a href=\"mailto:contacto@ersaparana.com.ar\">"
                    + "contacto@ersaparana.com.ar</a>.<br>"
                    + "Copyright &copy; 2026 ERSA Paraná. "
                    + "Todos los derechos reservados.<br>"
                    + "Última actualización: julio de 2026.";

                var dattaTec = heading.nextElementSibling;
                if (
                    dattaTec
                    && dattaTec.tagName === "P"
                    && (dattaTec.textContent || "").trim() === "DattaTec"
                ) {
                    dattaTec.remove();
                }
            });

            document.querySelectorAll("footer.acwpb-editable-footer")
                .forEach(function (footer) {
                    footer.remove();
                });
        }

        if (document.readyState === "loading") {
            document.addEventListener("DOMContentLoaded", repairErsaFooter);
        } else {
            repairErsaFooter();
        }
    }());
    </script><!-- ERSA_FOOTER_FIX_V6_ACTIVE --><script id="ersa-contact-page-fix-v1">
    (function () {
        function rewriteErsaContactPage() {
            var route = (window.location.pathname + window.location.search)
                .toLowerCase();

            if (route.indexOf("datos_de_contacto.htm") === -1) {
                return;
            }

            var content = document.querySelector(".acwpb-detected-content");
            if (!content) {
                return;
            }

            content.innerHTML = `
                <div class="ersa-contact-block">
                    <h2><u>Información de contacto</u></h2>

                    <section>
                        <h3>Correo Electrónico</h3>
                        <p>
                            <a href="mailto:contacto@ersaparana.com.ar">
                                contacto@ersaparana.com.ar
                            </a>
                        </p>
                    </section>

                    <section>
                        <h3>Facebook</h3>
                        <p>www.facebook.com/ersaparanainfo</p>
                    </section>

                    <section>
                        <h3>Centro de Atención (Línea Gratuita)</h3>
                        <p>0800 – 555 3772</p>
                    </section>

                    <section>
                        <h3>ERSA PARANÁ</h3>
                        <p>
                            <strong>Dirección Postal:</strong>
                            Avenida del Transporte 1850 – Paraná –
                            C.P.: 3100 – Entre Ríos.
                        </p>
                        <p>
                            <strong>Teléfono:</strong>
                            (0343) 555-2180 / 555-2181
                        </p>
                    </section>

                    <section>
                        <h3>ERSA FLUVIALES</h3>
                        <p>
                            <strong>Dirección Postal:</strong>
                            Paseo Costero 420 – Paraná –
                            C.P.: 3100 – Entre Ríos.
                        </p>
                        <p>
                            <strong>Teléfono:</strong>
                            (0343) 555-3290
                        </p>
                    </section>

                    <section class="ersa-contact-terminal">
                        <h3>Terminal de Ómnibus Paraná</h3>
                        <p><strong>Ventanilla:</strong> Nº 14</p>
                        <p><strong>Teléfono:</strong> (0343) 555-4412</p>
                    </section>

                    <section class="ersa-contact-terminal">
                        <h3>Terminal de Ómnibus Santa Fe</h3>
                        <p><strong>Ventanilla:</strong> Nº 22</p>
                        <p><strong>Teléfono:</strong> (0342) 555-5630</p>
                    </section>
                </div>
            `;

            var style = document.getElementById("ersa-contact-page-style-v1");
            if (!style) {
                style = document.createElement("style");
                style.id = "ersa-contact-page-style-v1";
                style.textContent = `
                    .ersa-contact-block {
                        box-sizing: border-box;
                        width: 100%;
                        color: #111;
                        font-family: Arial, Helvetica, sans-serif;
                        font-size: 14px;
                        line-height: 1.5;
                    }
                    .ersa-contact-block h2 {
                        margin: 0 0 16px;
                        color: #111;
                        font-size: 24px;
                        line-height: 1.25;
                    }
                    .ersa-contact-block section {
                        margin: 0 0 18px;
                    }
                    .ersa-contact-block h3 {
                        margin: 0 0 5px;
                        color: #c40000;
                        font-size: 18px;
                        line-height: 1.3;
                        text-decoration: underline;
                    }
                    .ersa-contact-block p {
                        margin: 3px 0;
                    }
                    .ersa-contact-block a {
                        color: #0000ee;
                        overflow-wrap: anywhere;
                    }
                    .ersa-contact-terminal {
                        margin-left: 24px !important;
                    }
                    @media (max-width: 640px) {
                        .ersa-contact-block h2 {
                            font-size: 21px;
                        }
                        .ersa-contact-block h3 {
                            font-size: 17px;
                        }
                        .ersa-contact-terminal {
                            margin-left: 0 !important;
                        }
                    }
                `;
                document.head.appendChild(style);
            }
        }

        if (document.readyState === "loading") {
            document.addEventListener(
                "DOMContentLoaded",
                rewriteErsaContactPage
            );
        } else {
            rewriteErsaContactPage();
        }
    }());
    </script><!-- ERSA_CONTACT_PAGE_FIX_V1_ACTIVE -->