<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="facebook-domain-verification" content="mel7qbneidgmrykhs2t0uj5jkazaky" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="author" content="Canal 26">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>No se encontro la pagina que busca | Canal 26</title>
<link rel="stylesheet" href="https://cdn.canal26.com/build/assets/app.51bfa019.css" /> <link rel="stylesheet" href="https://cdn.canal26.com/build/assets/listing.40286124.css" />
<link rel="apple-touch-icon" sizes="180x180" href="https://www.canal26.com/images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://www.canal26.com/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://www.canal26.com/images/favicon/favicon-16x16.png">
<link rel="manifest" href="https://www.canal26.com/site.webmanifest">
<meta name="language" content="es" />
<meta name="distribution" content="Global" />
<meta name="robots" content="index, follow"/>
<meta name="classification" content="noticias, información, videos, diario digital" />
<link rel="canonical" href="https://www.canal26.com/xml/diario26_general_rss.xml" />
<link rel="preload" as="font" href="/fonts/Manrope.ttf" type="font/ttf" crossorigin="anonymous">
</head>
<body x-data="{sidebar_opened: false}" x-on:keydown.esc="sidebar_opened = false">
<div id="body_overlay" :class="{ 'fixed inset-0 bg-zinc-600 bg-opacity-50 overflow-y-hidden h-full w-full z-50': sidebar_opened, '': !(sidebar_opened) }"></div>
<nav class="flex flex-col bg-white dark:bg-black shadow-md w-full sticky top-0 z-30 justify-between transition-all" id="site-header">
<div class="mx-auto z-20 w-full bg-white flex justify-center" id="ads-sticky-header-div">
<div id='LargeLeaderboard_1'></div>
<script type='application/javascript'>
sas.cmd.push(function() {
sas.render('LargeLeaderboard_1');
});
</script>
</div>
<div class="grid grid-cols-3 py-3 px-2">
<!-- Normal mode -->
<div class="flex flex-row items-center sm:items-stretch sm:justify-start w-20 dark:w-14 col-span-1">
<div class="flex items-center inset-y-0">
<!-- Mobile menu button-->
<button id="btn-sidebar" type="button" x-on:click="sidebar_opened = true"
class="inline-flex items-center justify-center p-2 rounded-sm text-gray-900 hover:text-white hover:bg-gray-300 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-white">
<span class="sr-only">Open main menu</span>
<svg x-description="Icon when menu is closed"
class="block h-6 w-6 dark:text-white" :class="{ 'hidden': sidebar_opened, 'block': !(sidebar_opened) }"
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M4 6h16M4 12h16M4 18h16"></path>
</svg>
<svg x-description="Icon when menu is open.
Heroicon name: outline/x" x-state:on="Menu open" x-state:off="Menu closed" class="hidden h-6 w-6"
:class="{ 'block': sidebar_opened, 'hidden': !(sidebar_opened) }" xmlns="http://www.w3.org/2000/svg" fill="none"
viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M6 18L18 6M6 6l12 12"></path>
</svg>
</button>
</div>
</div>
<!-- Logo -->
<a href="/" class="flex justify-center col-span-1">
<img class="logo h-10 md:h-16" src="https://cdn.canal26.com/images/canal26_logo.svg" alt="Canal 26">
</a>
<div class="flex flex-row items-center gap-x-4 col-span-1 justify-end">
<div x-data="{ modalOpen: false }" x-on:keydown.escape="modalOpen = false">
<button @click="modalOpen =!modalOpen" id="btn-subscribe-newsletter-desktop" class="text-sm font-medium text-white bg-red-600 opacity-60 rounded-3xl py-1 px-9 hidden lg:block">Suscribite</button>
<button @click="modalOpen =!modalOpen" id="btn-subscribe-newsletter-mobile" class="bg-corporate-red opacity-60 py-1 px-2 border border-corporate-red border-opacity-90 lg:hidden shadow-md rounded">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="w-6 fill-white">
<path d="M19,4H5A3,3,0,0,0,2,7V17a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V7A3,3,0,0,0,19,4ZM5,6H19a1,1,0,0,1,1,1l-8,4.88L4,7A1,1,0,0,1,5,6ZM20,17a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V9.28l7.48,4.57a1,1,0,0,0,1,0L20,9.28Z"/>
</svg>
</button>
<div x-show="modalOpen" class="fixed inset-0 z-50" aria-labelledby="modal-title" role="dialog" aria-modal="true">
<div class="flex justify-center px-4 text-center md:items-center sm:block sm:p-0">
<div x-cloak @click="modalOpen = false" x-show="modalOpen"
x-transition:enter="transition ease-out duration-300 transform"
x-transition:enter-start="opacity-0"
x-transition:enter-end="opacity-100"
x-transition:leave="transition ease-in duration-200 transform"
x-transition:leave-start="opacity-100"
x-transition:leave-end="opacity-0"
class="fixed inset-0 transition-opacity bg-zinc-500 bg-opacity-40" aria-hidden="true"
>
</div>
<div x-cloak x-show="modalOpen"
x-transition:enter="transition ease-out duration-300 transform"
x-transition:enter-start="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
x-transition:enter-end="opacity-100 translate-y-0 sm:scale-100"
x-transition:leave="transition ease-in duration-200 transform"
x-transition:leave-start="opacity-100 translate-y-0 sm:scale-100"
x-transition:leave-end="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
class="inline-block p-8 my-8 md:my-52 xl:my-2 overflow-hidden text-left transition-all transform bg-white rounded-lg shadow-xl dark:bg-zinc-700"
>
<div class="p-4">
<button @click="modalOpen = false" class="w-8 h-8 border border-gray-900 rounded-full cursor-pointer bg-white absolute right-4 top-4">
<span class="font-medium">X</span>
</button>
</div>
<h2 class="text-xl lg:text-2xl font-medium text-gray-800 text-center">Suscribite a nuestro newsletter</h2>
<p class="text-md text-gray-400 mt-4 mb-6 text-center lg:text-start">
Mantenete siempre informado
</p>
<form wire:id="emWYFI2kRIqTt3TdTICS" wire:initial-data="{"fingerprint":{"id":"emWYFI2kRIqTt3TdTICS","name":"widgets.newsletter-subscription-component","locale":"es","path":"xml\/diario26_general_rss.xml","method":"GET","v":"acj"},"effects":{"listeners":[]},"serverMemo":{"children":[],"errors":[],"htmlHash":"03ae809c","data":{"extraFields":{"my_name":"","valid_from":"eyJpdiI6Ik1IWEx0d2Q0UVpKVUo5aHVMNzZXZ1E9PSIsInZhbHVlIjoiQlRadElkZDdVcFhCVUllWStTcExrdz09IiwibWFjIjoiMjU1MTUyYTU4YTJiZmFlOTU2OTZiNmNkYjg1NTc5MThlZGJhYzkyMjcxOGJiNTMwNjBkMjE0NTAwOGRlNjI1OSIsInRhZyI6IiJ9"},"name":null,"email":null,"feedbackMessage":null,"resolvedCategory":null,"source":"modal"},"dataMeta":{"wireables":["extraFields"]},"checksum":"2f81d5d77786d74a2ec6ee7262be38ea90afde216e5abdf13d2b34a74a05d33f"}}" wire:submit.prevent="store" method="POST" class="flex flex-col flex-wrap w-full max-w-[700px] gap-8" id="newsletter-form">
<input type="hidden" name="_token" value=""> <input wire:model="name" type="text" name="name" placeholder="Nombre" class="w-full text-sm border-b border-b-red-500 pb-5" maxlength="255" required>
<input wire:model="email" type="email" name="email" placeholder="Correo electrónico" class="w-full text-sm border-b border-b-red-500 pb-5" maxlength="255" required>
<p class="text-sm text-center"> Al suscribirte aceptas los
<a href="/terminos" target="_blank" class=" text-corporate-red font-bold">Términos y Condiciones</a> y la
<a href="/politica-privacidad" target="_blank" class=" text-corporate-red font-bold">Política de Privacidad</a> de Canal26.com.
</p>
<div class="flex flex-col items-center gap-y-2">
<div wire:loading.class="opacity-30 pointer-events-none">
<button id="btn-subscribe-modal-submit" type="submit" class="g-recaptcha text-sm font-medium text-white bg-red-600 rounded-3xl py-2 px-16" style="transform: none">Suscribirme</button>
</div>
<div class="w-56">
<p class="flex before:flex-auto before:border-b before:border-b-gray-300 before:m-auto before:mx-2 after:flex-auto after:border-b after:border-b-gray-300 after:my-auto after:mx-2">O</p>
</div>
<div wire:loading.class="opacity-30 pointer-events-none">
<a class="text-sm font-medium text-gray-500 rounded-3xl py-2 px-2 whitespace-nowrap border border-gray-500 flex flex-row items-center gap-x-4 dark:bg-zinc-200" href="/google-auth/redirect">
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_2360_13870)">
<path d="M3.765 8.99999C3.765 8.40865 3.87 7.86057 4.05 7.32692L0.945 5.01923C0.33 6.24519 0 7.60096 0 8.99999C0 10.4279 0.345 11.7836 0.945 12.9808L4.035 10.6586C3.855 10.1394 3.765 9.57692 3.765 8.99999Z" fill="#f1bc42"></path>
<path d="M9.20982 3.67781C10.4398 3.67781 11.6398 4.09608 12.5998 4.8605L15.2848 2.2355C11.4748 -1.03854 5.66982 -0.67796 2.29482 3.04319C1.75482 3.64896 1.30482 4.31243 0.944824 5.01916L4.03482 7.32685C4.75482 5.20666 6.79482 3.67781 9.19482 3.67781H9.20982Z" fill="#d85040"></path>
<path d="M4.04996 10.6731L0.959961 12.9808C2.45996 15.9375 5.56496 17.9856 9.16496 18H9.22496C11.475 18 13.62 17.2212 15.225 15.75L12.285 13.5144C11.46 14.0192 10.41 14.3077 9.23996 14.3077C6.82496 14.3077 4.78496 12.7789 4.07996 10.6587L4.04996 10.6731Z" fill="#58a45c"></path>
<path d="M18 9C18 8.45192 17.925 7.90385 17.79 7.37019H9.20996V10.8462H14.145C13.89 12.0288 13.215 12.9375 12.255 13.5288L15.195 15.7644C16.89 14.2356 17.985 11.9423 17.985 9.01442L18 9Z" fill="#5086eb"></path>
</g>
</svg>
<span class="font-semibold">Suscribirme con Google</span>
</a>
</div>
</div>
<div id="my_name_NhFRkn5caB9mobPG_wrap" style="display: none" aria-hidden="true">
<input id="my_name_NhFRkn5caB9mobPG"
name="my_name_NhFRkn5caB9mobPG"
type="text"
value=""
wire:model.defer="extraFields.my_name" autocomplete="nope"
tabindex="-1">
<input name="valid_from"
type="text"
value="eyJpdiI6InVBSVZXQ2hhdnNjcG9WdDhNT2l5VWc9PSIsInZhbHVlIjoiWE9BbmZxUW9Fajd1dzV1azVCcW9iZz09IiwibWFjIjoiMTY5MzM0M2ZmZWVkMjI2MzQ4MzRjYTcxZjA4ODdiZjRmYzZkMzdjMDFlNTQ3YWMxMDE2Zjk0ODA0MGVlMjQyMSIsInRhZyI6IiJ9"
wire:model.defer="extraFields.valid_from" autocomplete="off"
tabindex="-1">
</div>
</form>
<!-- Livewire Component wire-end:emWYFI2kRIqTt3TdTICS --> </div>
</div>
</div>
</div>
<div class=" flex items-center space-x-5 inset-y-0 w-20 dark:w-14">
<!-- Live -->
<a id="btn-live-pill" class="flex text-gray-900 btn-live" href="/canal26-en-vivo">
<div class="flex flex-row items-center border border-gray-900 dark:border-white rounded-3xl px-2 bg-white">
<div class="p-1 dark:hidden">
<img src="/images/live_widget_animation.gif" class="h-4" title="En vivo canal 26" alt="Canal 26 en vivo"/>
</div>
<p class="text-sm my-0 dark:text-gray-400">VIVO</p>
</div>
</a>
</div>
</div>
</div>
</nav>
<div class="fixed top-0 z-50 w-full md:w-1/2 lg:w-1/3" id="site-header-sidebar"
x-cloak x-show="sidebar_opened" x-on:click.away="sidebar_opened = false" x-transition.scale x-transition.scale.origin.top.left>
<aside class="overflow-y-auto overflow-x-hidden px-3 bg-neutral-700 h-screen">
<ul class="space-y-4">
<div class="sticky top-0 w-full h-36 bg-gradient-to-b from-neutral-700 via-neutral-700 py-4">
<div class="flex flex-row justify-between mb-2">
<div class="h-10 w-10"></div>
<!-- Logo -->
<a href="/" class="mx-2 block items-center">
<img class="logo h-10 w-10" src="/images/canal26_logo_blanco.svg" alt="Canal 26">
</a>
<button type="button" x-on:click="sidebar_opened = false"
class="p-1 h-10 w-10 justify-center rounded-sm text-gray-900 hover:text-white hover:bg-gray-300 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-white">
<svg class="h-8 w-8 text-white"
xmlns="http://www.w3.org/2000/svg" fill="none"
viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="1" d="M6 18L18 6M6 6l12 12"></path>
</svg>
</button>
</div>
<div class="flex flex-col w-full bg-neutral-700">
<form autocomplete="off" method="get" action="/buscar">
<div class="pb-4">
<div class="relative w-full border-b-2">
<button type="submit" class="absolute top-0 left-0 p-2.5 text-sm font-medium text-white disabled:bg-gray-600 disabled:border-gray-500 border-red-700 hover:bg-red-800">
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
</svg>
</button>
<input type="search" name="palabra" id="search-imput" class="block p-2.5 w-full z-20 text-md text-white bg-neutral-700 ml-10 focus:outline-none" placeholder="Buscar...">
</div>
</div>
</form>
</div>
</div>
<div class="h-1/3">
<span class="font-medium ml-2 text-gray-200">Noticias</span>
<div class="columns-2 border-b border-gray-500 pb-6 pt-2">
<li>
<a href="/ultimas-noticias" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
<span>Últimas Noticias</span>
</a>
</li>
<li>
<a href="/politica" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
<span>Política</span>
</a>
</li>
<li>
<a href="/economia" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
<span>Economía</span>
</a>
</li>
<li>
<a href="/policiales" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
<span>Policiales</span>
</a>
</li>
<li>
<a href="/general" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
<span>General</span>
</a>
</li>
<li>
<a href="/internacionales" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
<span>Internacionales</span>
</a>
</li>
<li>
<a href="/espectaculos" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
<span>Espectáculos</span>
</a>
</li>
<li>
<a href="/deportes" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
<span>Deportes</span>
</a>
</li>
<li>
<a href="/planeta" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
<span>Planeta</span>
</a>
</li>
<li>
<a href="/tecnologia" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
<span>Tecnología</span>
</a>
</li>
<li>
<a href="/turismo" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
<span>Turismo</span>
</a>
</li>
<li>
<a href="/musica" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
<span>Música</span>
</a>
</li>
<li>
<a href="/historia" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
<span>Historia</span>
</a>
</li>
<li>
<a href="/opinion" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
<span>Opinión</span>
</a>
</li>
<li>
<a href="/bienestar-y-salud" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
<span>Bienestar y Salud</span>
</a>
</li>
<li>
<a href="/ciencia-y-espacio" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
<span>Ciencia y Espacio</span>
</a>
</li>
<li>
<a href="https://www.canal26.com/videos" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
<span>Videos</span>
</a>
</li>
</div>
</div>
<div class="h-1/3">
<div class="columns-2 border-b border-gray-500 pb-6 pt-2">
<li>
<a href="/clima-de-hoy-en-argentina" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
<span>Clima</span>
</a>
</li>
<li>
<a href="/feriados" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
<span>Feriados</span>
</a>
</li>
<li>
<a href="/transito" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
<span>Tránsito</span>
</a>
</li>
</div>
</div>
<div class="h-1/3">
<span class="font-medium ml-2 text-gray-200">Temas</span>
<div class="columns-2 border-b border-gray-500 pb-6 pt-2">
<li>
<a href="/tag/g20--3217" class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
<span>G20</span>
</a>
</li>
<li>
<a href="/tag/guerra-rusia-ucrania--16390" class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
<span>Guerra Rusia-Ucrania</span>
</a>
</li>
<li>
<a href="/tag/donald-trump--41" class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
<span>Donald Trump</span>
</a>
</li>
<li>
<a href="/tag/medio-oriente--3801" class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
<span>Medio Oriente</span>
</a>
</li>
</div>
</div>
<div class="h-1/3">
<span class="font-medium ml-2 text-gray-200">Canal 26</span>
<div class="columns-2 border-b border-gray-500 pb-6 pt-2">
<li>
<a href="/newsletter" id="newsletter-sidebar-link" class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
<span>Newsletter</span>
</a>
</li>
<li>
<a href="/nuestro-equipo" class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
<span>Nuestro equipo</span>
</a>
</li>
<li>
<a href="/contacto" class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
<span>Contacto</span>
</a>
</li>
<li>
<a href="/terminos" class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
<span>Términos y Condiciones</span>
</a>
</li>
<li>
<a href="/politica-privacidad" class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
<span>Política de privacidad</span>
</a>
</li>
<li>
<a href="/mediakit" class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
<span>Mediakit</span>
</a>
</li>
<li>
<a href="/programacion-de-canal-26" class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
<span>Programación</span>
</a>
</li>
<li>
<a href="/redactores" class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
<span>Redactores</span>
</a>
</li>
<li>
<a href="https://www.linkedin.com/company/canal26/jobs/" class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
<span>Empleos</span>
</a>
</li>
</div>
</div>
<div class="h-1/3">
<span class="font-medium ml-2 text-gray-200">Nuestros medios</span>
<div class="columns-2 pb-6 pt-2">
<li>
<a href="/canal26-en-vivo" class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
<span>Canal26</span>
</a>
</li>
<li>
<a href="/latinatv" class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
<span>Latina TV</span>
</a>
</li>
<li>
<a href="/tierramia" class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
<span>Tierra Mia</span>
</a>
</li>
<li>
<a href="/telemax" class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
<span>Telemax</span>
</a>
</li>
<li>
<a href="/musictop" class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
<span>Musictop</span>
</a>
</li>
</div>
</div>
</ul>
<div class="flex flex-col justify-center sticky bottom-0 w-full bg-gradient-to-t from-neutral-700 via-neutral-700 py-4 space-y-4 h-screen-1/4">
<div class="flex flex-row justify-center space-x-2">
<a id="btn-facebook-sidebar" class="rounded-full bg-black" href="https://www.facebook.com/canal26" title="Facebook" type="button">
<svg role="img" class="w-8 h-8 fill-white" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"/>
</svg>
</a>
<a id="btn-instagram-sidebar" class="rounded-full bg-white p-2" href="https://www.instagram.com/canal26" title="Instagram" type="button">
<svg role="img" class="w-4 h-4 stroke-black stroke-0 fill-black" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z"/>
</svg>
</a>
<a id="btn-twitter-sidebar" class="rounded-full bg-white p-2" href="https://twitter.com/canal26noticias" title="Twitter" type="button">
<svg role="img" class="w-4 h-4 stroke-black stroke-0 fill-black" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/>
</svg>
</a>
<a id="btn-youtube-sidebar" class="rounded-full bg-white p-2" href="https://www.youtube.com/c/canal26" title="YouTube" type="button">
<svg role="img" class="w-4 h-4 stroke-black stroke-0 fill-black" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"/>
</svg>
</a>
<a id="btn-linkedin-sidebar" class="rounded-full bg-white p-2" href="https://www.linkedin.com/company/canal26" title="Linkedin" type="button">
<svg role="img" class="w-4 h-4 stroke-black stroke-0 fill-black" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/>
</svg>
</a>
<a id="btn-tiktok-sidebar" class="rounded-full bg-white p-2" href="https://www.tiktok.com/@canal26argentina" title="TikTok" type="button">
<svg role="img" class="w-4 h-4 stroke-black stroke-0 fill-black" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M12.525.02c1.31-.02 2.61-.01 3.91-.02.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.07-.14 1.61.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.77-1.61.19-.33.4-.67.41-1.06.1-1.79.06-3.57.07-5.36.01-4.03-.01-8.05.02-12.07z"/>
</svg>
</a>
<a id="btn-telegram-sidebar" class="rounded-full bg-white p-2" href="https://t.me/canal26_noticias" title="Telegram" type="button">
<svg role="img" class="w-4 h-4 stroke-black stroke-0 fill-black" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<path d="M29.919 6.163l-4.225 19.925c-0.319 1.406-1.15 1.756-2.331 1.094l-6.438-4.744-3.106 2.988c-0.344 0.344-0.631 0.631-1.294 0.631l0.463-6.556 11.931-10.781c0.519-0.462-0.113-0.719-0.806-0.256l-14.75 9.288-6.35-1.988c-1.381-0.431-1.406-1.381 0.288-2.044l24.837-9.569c1.15-0.431 2.156 0.256 1.781 2.013z"/>
</svg>
</a>
<a id="btn-googlenews-sidebar" class="rounded-full bg-white p-2" href="https://news.google.com/publications/CAAqBwgKMNyezQEwqIMn?ceid=AR:es-419&oc=3" title="GoogleNews" type="button">
<svg role="img" class="w-4 h-4 stroke-black stroke-0 fill-black" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M21.2666 21.2a.6141.6141 0 0 1-.6128.6128H3.3446a.614.614 0 0 1-.6128-.6128V8.1153a.6141.6141 0 0 1 .6128-.6128h17.3091a.6141.6141 0 0 1 .6128.6128V21.2zm-3.0315-3.4196v-1.1957a.0803.0803 0 0 0-.0803-.0803h-5.3725v1.3619h5.3725a.0817.0817 0 0 0 .0804-.083l-.0001-.0029zm.8171-2.5875v-1.2012a.0803.0803 0 0 0-.079-.0817h-6.191v1.3619h6.1896a.079.079 0 0 0 .0804-.0776v-.0041.0027zm-.8171-2.5875v-1.2066a.0803.0803 0 0 0-.0803-.0803h-5.3725v1.3619h5.3725a.0816.0816 0 0 0 .0803-.079v.004zM8.1492 14.0448v1.2257h1.7704c-.1457.749-.8049 1.2924-1.7704 1.2924-1.0906-.0405-1.9418-.9574-1.9013-2.048.0384-1.0338.8676-1.8629 1.9013-1.9013a1.77 1.77 0 0 1 1.2529.4903l.9342-.9329a3.1405 3.1405 0 0 0-2.1871-.8525c-1.8051 0-3.2684 1.4633-3.2684 3.2684 0 1.8051 1.4633 3.2684 3.2684 3.2684 1.8889 0 3.1323-1.3278 3.1323-3.1976a3.941 3.941 0 0 0-.0518-.6183l-3.0805.0054zM2.2701 7.6537a.6156.6156 0 0 1 .6128-.6128h12.1545l-1.2692-3.4904a.5952.5952 0 0 0-.7436-.3827L.3676 7.7749a.5938.5938 0 0 0-.3228.7749l2.2253 6.112V7.6537za.6156.6156 0 0 1 .6128-.6128h12.1545l-1.2692-3.4904a.5952.5952 0 0 0-.7436-.3827L.3676 7.7749a.5938.5938 0 0 0-.3228.7749l2.2253 6.112V7.6537zm21.3116-.3105l-8.803-2.3683.7517 2.0659h5.5836a.6141.6141 0 0 1 .6128.6128v8.7948l2.2471-8.3659a.5923.5923 0 0 0-.3922-.7393zm-4.4955-1.6738V2.7946a.6101.6101 0 0 0-.6115-.6074H5.5236a.6101.6101 0 0 0-.6156.6046v2.8368l8.3904-3.0519a.5937.5937 0 0 1 .7422.3895l.5447 1.498 4.5009 1.2052z"/>
</svg>
</a>
</div>
<a href="/canal26-en-vivo" class="flex flex-row rounded-2xl justify-center gap-2 border border-neutral-200 w-1/2 mx-auto">
<img src="/images/live_animation.gif" class="h-6 my-auto" title="En vivo canal 26" alt="Canal 26 en vivo"/>
<p class="uppercase text-sm text-gray-200">Canal 26 en vivo</p>
</a>
</div>
</aside>
</div>
<div class="dark:bg-black/50">
<div class="inner_container sm:container sm:grid sm:grid-cols-12 mx-auto">
<div class="col-span-12">
<div class="flex flex-col justify-center h-full gap-16 items-center py-12">
<div class="flex flex-col items-center justify-center gap-2">
<img class="w-64" src="/images/error_404.svg"/>
<br/>
<h2 class="text-3xl">Página no encontrada</h2>
<p class="text-lg">Lo sentimos, la página que estás buscando no existe</p>
<a href="/">
<button class="text-lg font-light text-white bg-corporate-red rounded-3xl py-2 px-8">Volver al inicio</button>
</a>
</div>
<div class="my-4">
<div class="flex flex-row my-2 justify-between">
<h2 class="text-2xl xl:text-3xl my-0">También podría interesarte</h2>
</div>
<div class="border-b border-b-corporate-red h-1 my-2 divisor"> </div>
<section id="bottom" class="md:grid md:grid-cols-8 md:grid-rows-8 md:gap-4 xl:gap-x-4 xl:gap-y-8 grid-flow-row-dense">
<div class="listing_article_low md:listing_article_low_horizontal">
<a href="/politica/conferencia-de-prensa-en-vivo-de-manuel-adorni-portavoz-presidencial--400730">
<img loading="lazy" class="listing_article_low_image group-hover:opacity-90 " src="https://cdn.canal26.com/media/image/2024/10/17/628661.jpg?s=2&a=400730" alt="Manuel Adorni, vocero presidencial. Foto: Presidencia."/>
</a>
<a href="/politica/conferencia-de-prensa-en-vivo-de-manuel-adorni-portavoz-presidencial--400730">
<h2 class="you_may_like_article_low_title">Conferencia de prensa en vivo de Manuel Adorni, portavoz presidencial</h2>
</a>
</div>
<div class="listing_article_low md:listing_article_low_horizontal">
<a href="/general/nueva-modalidad-de-estafa-con-falsas-multas-de-transito-como-no-caer-en-la-trampa--400723">
<img loading="lazy" class="listing_article_low_image group-hover:opacity-90 " src="https://cdn.canal26.com/media/image/2024/08/07/617100.jpg?s=2&a=400723" alt="Multas de tránsito. Foto: Unsplash."/>
</a>
<a href="/general/nueva-modalidad-de-estafa-con-falsas-multas-de-transito-como-no-caer-en-la-trampa--400723">
<h2 class="you_may_like_article_low_title"><span class='text-corporate-red'>Nueva modalidad de estafa con falsas multas de tránsito:</span> ¿cómo no caer en la trampa?</h2>
</a>
</div>
<div class="listing_article_low md:listing_article_low_horizontal">
<a href="/internacionales/trump-tiene-previsto-declarar-el-estado-de-emergencia-nacional-y-utilizar-al-ejercito-para-una-deportacion-masiva-de-migrantes--400725">
<img loading="lazy" class="listing_article_low_image group-hover:opacity-90 " src="https://cdn.canal26.com/media/image/2024/10/26/630411.jpg?s=2&a=400725" alt="Donald Trump, expresidente de Estados Unidos. Foto: Reuters"/>
</a>
<a href="/internacionales/trump-tiene-previsto-declarar-el-estado-de-emergencia-nacional-y-utilizar-al-ejercito-para-una-deportacion-masiva-de-migrantes--400725">
<h2 class="you_may_like_article_low_title">Trump tiene previsto declarar el estado de emergencia nacional y utilizar al ejército para una deportación masiva de migrantes</h2>
</a>
</div>
<div class="listing_article_low md:listing_article_low_horizontal">
<a href="/politica/milei-defendio-su-programa-de-estabilizacion-esta-dando-pruebas-de-que-es-mejor-que-la-convertibilidad--400727">
<img loading="lazy" class="listing_article_low_image group-hover:opacity-90 " src="https://cdn.canal26.com/media/image/2024/11/18/634244.jpg?s=2&a=400727" alt="Javier Milei, camina a la salida del hotel Othon Palace, en la playa de Copacabana previo a la cumbre de G20 en Rio de Janeiro (Brasil). EFE"/>
</a>
<a href="/politica/milei-defendio-su-programa-de-estabilizacion-esta-dando-pruebas-de-que-es-mejor-que-la-convertibilidad--400727">
<h2 class="you_may_like_article_low_title"><span class='text-corporate-red'>Milei defendió su programa de estabilización:</span> "Está dando pruebas de que es mejor que la convertibilidad"</h2>
</a>
</div>
<div class="listing_article_low md:listing_article_low_horizontal">
<a href="/deportes/el-futuro-de-franco-colapinto-mantiene-expectante-a-la-formula-1-pueden-ser-mis-ultimas-tres-carreras--400721">
<img loading="lazy" class="listing_article_low_image group-hover:opacity-90 " src="https://cdn.canal26.com/media/image/2024/11/21/634692.jpg?s=2&a=400721" alt="Franco Colapinto. Foto: NA."/>
</a>
<a href="/deportes/el-futuro-de-franco-colapinto-mantiene-expectante-a-la-formula-1-pueden-ser-mis-ultimas-tres-carreras--400721">
<h2 class="you_may_like_article_low_title"><span class='text-corporate-red'>El futuro de Franco Colapinto mantiene expectante a la Fórmula 1:</span> "Pueden ser mis últimas tres carreras"</h2>
</a>
</div>
<div class="listing_article_low md:listing_article_low_horizontal">
<a href="/tecnologia/eliminacion-de-impuestos-tres-modelos-de-celulares-iphone-que-estaran-mas-baratos-a-partir-de-diciembre-2024--400716">
<img loading="lazy" class="listing_article_low_image group-hover:opacity-90 " src="https://cdn.canal26.com/media/image/2024/10/22/629560.jpg?s=2&a=400716" alt="IPhone, celulares. Foto: Pixabay."/>
</a>
<a href="/tecnologia/eliminacion-de-impuestos-tres-modelos-de-celulares-iphone-que-estaran-mas-baratos-a-partir-de-diciembre-2024--400716">
<h2 class="you_may_like_article_low_title"><span class='text-corporate-red'>Eliminación de impuestos:</span> tres modelos de celulares iPhone que estarán más baratos a partir de diciembre 2024</h2>
</a>
</div>
<div class="listing_article_low md:listing_article_low_horizontal">
<a href="/espectaculos/luis-miguel-podria-cerrar-su-gira-mundial-en-buenos-aires-cuando-regresaria-al-pais--400720">
<img loading="lazy" class="listing_article_low_image group-hover:opacity-90 " src="https://cdn.canal26.com/media/image/2024/03/07/592315.jpg?s=2&a=400720" alt="Luis Miguel en el Campo de Polo. Foto: prensa Fenix."/>
</a>
<a href="/espectaculos/luis-miguel-podria-cerrar-su-gira-mundial-en-buenos-aires-cuando-regresaria-al-pais--400720">
<h2 class="you_may_like_article_low_title"><span class='text-corporate-red'>Luis Miguel podría cerrar su gira mundial en Buenos Aires:</span> cuándo regresaría al país</h2>
</a>
</div>
<div class="listing_article_low md:listing_article_low_horizontal">
<a href="/internacionales/zelenski-hablo-tras-el-ataque-con-el-misil-intercontinental-y-dijo-que-putin-tiene-un-miedo-abrumador--400719">
<img loading="lazy" class="listing_article_low_image group-hover:opacity-90 " src="https://cdn.canal26.com/media/image/2024/04/11/597595.jpg?s=2&a=400719" alt="Zelenski busca consolidar el apoyo internacional para contrarrestar estos ataques. Foto: Reuters"/>
</a>
<a href="/internacionales/zelenski-hablo-tras-el-ataque-con-el-misil-intercontinental-y-dijo-que-putin-tiene-un-miedo-abrumador--400719">
<h2 class="you_may_like_article_low_title">Zelenski habló tras el ataque con el misil intercontinental y dijo que Putin tiene un miedo "abrumador"</h2>
</a>
</div>
</section>
</div>
</div>
</div>
</div>
</div>
<div class="mx-auto z-20">
<div id='Interstitial'></div>
<script type='application/javascript'>
sas.cmd.push(function() {
sas.render('Interstitial');
});
</script>
</div>
<div class="z-10 relative flex flex-col md:flex-row justify-between md:justify-evenly md:text-left items-stretch text-center w-full p-6 pb-20 md:pb-32 dark:bg-corporate-red text-white" id="footer">
<a href="/" class="my-8 block">
<img loading="lazy" class="logo w-10 md:w-16" src="/images/canal26_logo_blanco.svg" alt="Canal 26">
</a>
<div class="flex flex-col space-y-3">
<span class="font-medium">Acerca de nosotros</span>
<a href="/newsletter" class="w-full text-sm font-light rounded-lg">
<span class="">Newsletter</span>
</a>
<a href="/nuestro-equipo" class="w-full text-sm font-light rounded-lg">
<span class="">Nuestro equipo</span>
</a>
<a href="/contacto" class="w-full text-sm font-light rounded-lg">
<span class="">Contacto</span>
</a>
<a href="/terminos" class="w-full text-sm font-light rounded-lg">
<span class="">Términos y Condiciones</span>
</a>
<a href="/politica-privacidad" class="w-full text-sm font-light rounded-lg">
<span class="">Política de privacidad</span>
</a>
<a href="/mediakit" class="w-full text-sm font-light rounded-lg">
<span class="">Mediakit</span>
</a>
<a href="/programacion-de-canal-26" class="w-full text-sm font-light rounded-lg">
<span class="">Programación</span>
</a>
<a href="/redactores" class="w-full text-sm font-light rounded-lg">
<span class="">Redactores</span>
</a>
<a href="https://www.linkedin.com/company/canal26/jobs/" class="w-full text-sm font-light rounded-lg">
<span class="">Empleos</span>
</a>
</div>
<div class="border-b-2 border-red-400 w-full my-6 md:hidden"></div>
<div class="flex flex-col space-y-3">
<span class="font-medium">Medios</span>
<a href="/canal26-en-vivo" class="w-full text-sm font-light rounded-lg">
<span class="">Canal26</span>
</a>
<a href="/latinatv" class="w-full text-sm font-light rounded-lg">
<span class="">Latina TV</span>
</a>
<a href="/tierramia" class="w-full text-sm font-light rounded-lg">
<span class="">Tierra Mia</span>
</a>
<a href="/telemax" class="w-full text-sm font-light rounded-lg">
<span class="">Telemax</span>
</a>
<a href="/musictop" class="w-full text-sm font-light rounded-lg">
<span class="">Musictop</span>
</a>
</div>
<div class="border-b-2 border-red-400 w-full my-6 md:hidden"></div>
<div class="flex flex-col justify-center mb-4 space-y-6">
<div class="flex flex-row justify-center space-x-2">
<a id="btn-facebook-footer" class="rounded-full" href="https://www.facebook.com/canal26" title="Facebook" target="_blank" type="button">
<svg role="img" class="w-8 h-8 fill-white" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"/>
</svg>
</a>
<a id="btn-instagram-footer" class="rounded-full bg-white p-2" href="https://www.instagram.com/canal26" title="Instagram" target="_blank" type="button">
<svg role="img" class="w-4 h-4 stroke-0 icon-socialmedia-footer" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z"/>
</svg>
</a>
<a id="btn-twitter-footer" class="rounded-full bg-white p-2" href="https://twitter.com/canal26noticias" title="Twitter" target="_blank" type="button">
<svg role="img" class="w-4 h-4 stroke-0 icon-socialmedia-footer" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/>
</svg>
</a>
<a id="btn-youtube-footer" class="rounded-full bg-white p-2" href="https://www.youtube.com/c/canal26" title="YouTube" target="_blank" type="button">
<svg role="img" class="w-4 h-4 stroke-0 icon-socialmedia-footer" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"/>
</svg>
</a>
<a id="btn-linkedin-footer" class="rounded-full bg-white p-2" href="https://www.linkedin.com/company/canal26" title="Linkedin" target="_blank" type="button">
<svg role="img" class="w-4 h-4 stroke-0 icon-socialmedia-footer" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/>
</svg>
</a>
<a id="btn-tiktok-footer" class="rounded-full bg-white p-2" href="https://www.tiktok.com/@canal26argentina" title="TikTok" target="_blank" type="button">
<svg role="img" class="w-4 h-4 stroke-0 icon-socialmedia-footer" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M12.525.02c1.31-.02 2.61-.01 3.91-.02.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.07-.14 1.61.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.77-1.61.19-.33.4-.67.41-1.06.1-1.79.06-3.57.07-5.36.01-4.03-.01-8.05.02-12.07z"/>
</svg>
</a>
<a id="btn-telegram-footer" class="rounded-full bg-white p-2" href="https://t.me/canal26_noticias" title="Telegram" target="_blank" type="button">
<svg role="img" class="w-4 h-4 stroke-0 icon-socialmedia-footer" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<path d="M29.919 6.163l-4.225 19.925c-0.319 1.406-1.15 1.756-2.331 1.094l-6.438-4.744-3.106 2.988c-0.344 0.344-0.631 0.631-1.294 0.631l0.463-6.556 11.931-10.781c0.519-0.462-0.113-0.719-0.806-0.256l-14.75 9.288-6.35-1.988c-1.381-0.431-1.406-1.381 0.288-2.044l24.837-9.569c1.15-0.431 2.156 0.256 1.781 2.013z"/>
</svg>
</a>
<a id="btn-googlenews-footer" class="rounded-full bg-white p-2" href="https://news.google.com/publications/CAAqBwgKMNyezQEwqIMn?ceid=AR:es-419&oc=3" title="GoogleNews" target="_blank" type="button">
<svg role="img" class="w-4 h-4 stroke-0 icon-socialmedia-footer" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M21.2666 21.2a.6141.6141 0 0 1-.6128.6128H3.3446a.614.614 0 0 1-.6128-.6128V8.1153a.6141.6141 0 0 1 .6128-.6128h17.3091a.6141.6141 0 0 1 .6128.6128V21.2zm-3.0315-3.4196v-1.1957a.0803.0803 0 0 0-.0803-.0803h-5.3725v1.3619h5.3725a.0817.0817 0 0 0 .0804-.083l-.0001-.0029zm.8171-2.5875v-1.2012a.0803.0803 0 0 0-.079-.0817h-6.191v1.3619h6.1896a.079.079 0 0 0 .0804-.0776v-.0041.0027zm-.8171-2.5875v-1.2066a.0803.0803 0 0 0-.0803-.0803h-5.3725v1.3619h5.3725a.0816.0816 0 0 0 .0803-.079v.004zM8.1492 14.0448v1.2257h1.7704c-.1457.749-.8049 1.2924-1.7704 1.2924-1.0906-.0405-1.9418-.9574-1.9013-2.048.0384-1.0338.8676-1.8629 1.9013-1.9013a1.77 1.77 0 0 1 1.2529.4903l.9342-.9329a3.1405 3.1405 0 0 0-2.1871-.8525c-1.8051 0-3.2684 1.4633-3.2684 3.2684 0 1.8051 1.4633 3.2684 3.2684 3.2684 1.8889 0 3.1323-1.3278 3.1323-3.1976a3.941 3.941 0 0 0-.0518-.6183l-3.0805.0054zM2.2701 7.6537a.6156.6156 0 0 1 .6128-.6128h12.1545l-1.2692-3.4904a.5952.5952 0 0 0-.7436-.3827L.3676 7.7749a.5938.5938 0 0 0-.3228.7749l2.2253 6.112V7.6537za.6156.6156 0 0 1 .6128-.6128h12.1545l-1.2692-3.4904a.5952.5952 0 0 0-.7436-.3827L.3676 7.7749a.5938.5938 0 0 0-.3228.7749l2.2253 6.112V7.6537zm21.3116-.3105l-8.803-2.3683.7517 2.0659h5.5836a.6141.6141 0 0 1 .6128.6128v8.7948l2.2471-8.3659a.5923.5923 0 0 0-.3922-.7393zm-4.4955-1.6738V2.7946a.6101.6101 0 0 0-.6115-.6074H5.5236a.6101.6101 0 0 0-.6156.6046v2.8368l8.3904-3.0519a.5937.5937 0 0 1 .7422.3895l.5447 1.498 4.5009 1.2052z"/>
</svg>
</a>
</div>
<a href="/canal26-en-vivo" class="flex flex-row rounded-2xl justify-center bg-white px-4 mx-auto">
<img loading="lazy" src="/images/live_widget_animation.gif" class="h-6 my-auto" title="En vivo canal 26" alt="Canal 26 en vivo"/>
<p class="text-sm text-black dark:text-black">Canal 26 en vivo</p>
</a>
<div class="md:hidden flex flex-row justify-center space-x-4">
<a class="h-8" target="_blank" href="https://apps.apple.com/ar/app/diario-26/id548859487">
<img loading="lazy" class="h-full" src="/images/disponible_appstore.png" title="Ir a App Store" alt="Ir a App Store">
</a>
<a class="h-8" target="_blank" href="https://play.google.com/store/apps/details?id=ar.com.telecentro.noticias26&hl=es_419&gl=US">
<img loading="lazy" class="h-full" src="/images/disponible_google-play.png" title="Bajar de Google Play" alt="Bajar de Google Play">
</a>
</div>
<p class="text-xs font-light">© Canal 26 2024 Todos los derechos reservados</p>
</div>
<div class="hidden md:block flex flex-col">
<a class="hidden md:block flex flex-row mb-4" href="https://servicios1.afip.gov.ar/clavefiscal/qr/mobilePublicInfo.aspx?req=e1ttZXRob2Q9Z2V0UHVibGljSW5mb11bcGVyc29uYT0zMDcwOTM3Mzc2MV1bdGlwb2RvbWljaWxpbz0wXVtzZWN1ZW5jaWE9MF1bdXJsPWh0dHA6Ly93d3cuMjZub3RpY2lhcy5jb20uYXJdfQ==" target="_F960AFIPInfo">
<img loading="lazy" class="mx-auto" src="data:image/webp;base64,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">
</a>
<a class="" target="_blank" href="https://apps.apple.com/ar/app/diario-26/id548859487">
<img loading="lazy" class="w-24 mb-4" src="/images/disponible_appstore.png" title="Ir a App Store" alt="Ir a App Store">
</a>
<a class="" target="_blank" href="https://play.google.com/store/apps/details?id=ar.com.telecentro.noticias26&hl=es_419&gl=US">
<img loading="lazy" class="w-24" src="/images/disponible_google-play.png" title="Bajar de Google Play" alt="Bajar de Google Play">
</a>
</div>
</div>
<script>
const checkbox = document.querySelector("#toggleDarkMode");
const html = document.querySelector("html");
const toggleDarkMode = function () {
checkbox.checked
? html.classList.add("dark")
: html.classList.remove("dark")
}
</script>
<script src="/livewire/livewire.js?id=90730a3b0e7144480175" data-turbo-eval="false" data-turbolinks-eval="false" ></script><script data-turbo-eval="false" data-turbolinks-eval="false" >window.livewire = new Livewire();window.Livewire = window.livewire;window.livewire_app_url = '';window.livewire_token = '';window.deferLoadingAlpine = function (callback) {window.addEventListener('livewire:load', function () {callback();});};let started = false;window.addEventListener('alpine:initializing', function () {if (! started) {window.livewire.start();started = true;}});document.addEventListener("DOMContentLoaded", function () {if (! started) {window.livewire.start();started = true;}});</script>
<script type="module" src="https://cdn.canal26.com/build/assets/app.83cb5135.js"></script> <script type="module" src="https://cdn.canal26.com/build/assets/require_alpine.84004cd3.js"></script> </body>
</html>