<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}
@font-face {
    font-family: 'fontello';
    src: url('./font/fontello.eot?80522373');
    src: url('./font/fontello.eot?80522373#iefix') format('embedded-opentype'),
         url('./font/fontello.woff?80522373') format('woff'),
         url('./font/fontello.ttf?80522373') format('truetype'),
         url('./font/fontello.svg?80522373#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
  }
/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
@font-face {
    font-family: 'icomoon';
    src:  url('./fonts/icomoon.eot?d4rs6');
    src:  url('./fonts/icomoon.eot?d4rs6#iefix') format('embedded-opentype'),
      url('./fonts/icomoon.ttf?d4rs6') format('truetype'),
      url('./fonts/icomoon.woff?d4rs6') format('woff'),
      url('./fonts/icomoon.svg?d4rs6#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-arrow-left:before {
    content: "\e901";
    color: #cff432;
  }
  .icon-arrow-right:before, .icon-arrow-right2:before{
    content: "\e900";
    color: #cff432;
    /* font-size: 28px; */
    position: absolute;
    /* top: 3px; */

  }
  .icon-arrow-right:before {
    right: -21px;
  }
  .icon-arrow-right2:before {
    right: 122px;
  }

  @font-face {
    font-family: 'Gotham XNarrow';
    src: url('./GothamXNarrow-Black.eot');
    src: url('./GothamXNarrow-Black.eot?#iefix') format('embedded-opentype'),
        /* url('./GothamXNarrow-Black.woff2') format('woff2'), */
        /* url('./GothamXNarrow-Black.woff') format('woff'), */
        /* url('./GothamXNarrow-Black.ttf') format('truetype'), */
        url('./GothamXNarrow-Black.svg#GothamXNarrow-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham XNarrow';
    src: url('./GothamXNarrow-Medium.eot');
    src: url('./GothamXNarrow-Medium.eot?#iefix') format('embedded-opentype'),
        /* url('./GothamXNarrow-Medium.woff2') format('woff2'), */
        /* url('./GothamXNarrow-Medium.woff') format('woff'), */
        /* url('./GothamXNarrow-Medium.ttf') format('truetype'), */
        url('./GothamXNarrow-Medium.svg#GothamXNarrow-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham XNarrow';
    src: url('./GothamXNarrow-Bold.eot');
    src: url('./GothamXNarrow-Bold.eot?#iefix') format('embedded-opentype'),
        /* url('./GothamXNarrow-Bold.woff2') format('woff2'), */
        /* url('./GothamXNarrow-Bold.woff') format('woff'), */
        /* url('./GothamXNarrow-Bold.ttf') format('truetype'), */
        url('./GothamXNarrow-Bold.svg#GothamXNarrow-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 140px;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'icomoon';
    /* font-family: 'slick'; */
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: #d1f435;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 32px;
    z-index: 1;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: 'ÃƒÂ¢Ã¢â‚¬Â&nbsp;Ã‚Â';
}
[dir='rtl'] .slick-prev:before
{
    content: 'ÃƒÂ¢Ã¢â‚¬Â&nbsp;Ã¢â‚¬â„¢';
}

.slick-next
{
    right: 32px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: 'ÃƒÂ¢Ã¢â‚¬Â&nbsp;Ã¢â‚¬â„¢';
}
[dir='rtl'] .slick-next:before
{
    content: 'ÃƒÂ¢Ã¢â‚¬Â&nbsp;Ã‚Â';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: 16px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
    z-index: 101;
    width: 200px;
    left: 352px;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 15px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* personalizados */
span.icon-arrow-left.slick-arrow,
span.icon-arrow-right.slick-arrow,img.icon-arrow-right.slick-arrow,img.icon-arrow-left.slick-arrow  {
  position: absolute;
  z-index: 1;
  top: 120px;
  font-size: 36px;
  font-weight: bold;
  width: 20px;
}

img.icon-arrow-left.slick-arrow, span.icon-arrow-left.slick-arrow {
  left: 33px;
}

img.icon-arrow-right.slick-arrow, span.icon-arrow-right.slick-arrow {
  right: 50px;
}

.icon-arrow-right,
.icon-arrow-left, .icon-arrow-right2{
  -webkit-animation: opas 1.4s ease-in-out infinite;
  animation: opas 1.4s ease-in-out infinite;
  animation-direction: alternate;

}

@-webkit-keyframes opas {
  0% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes opas {
  0% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }

}

@-o-keyframes opas {
  0% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opas {
  0% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }

}

.partido {
  display: inline-block;
  vertical-align: top;
  color: green;
  margin: 0px;
}

.partidos {
  position: relative;
  top: 60px;
}

.partido.CNL &gt;img,  .partido.CF &gt;img {
  width: 132px;
  outline: 9px #5b5c5c00;
  border: 8px solid #5b5c5c00;
  /* border-radius: 50%; */
  margin-left: 19px;
}

.AMTY&gt;.partido&gt;.img-partido,
.ASP&gt;.partido&gt;.img-partido {
  width: 126px;
  outline: 9px #5b5c5c;
  border: 8px solid #5b5c5c;
  border-radius: 50%;
  border: double 4px transparent;
  /* border-radius: 80px; */
  /* background-image: linear-gradient(white, white), radial-gradient(circle at top, #a5c127, #424d0f); */
  background-origin: border-box;
  background-clip: content-box, border-box;
}

h1.CF-titulo,
h1.GUB-titulo,
h1.AMTY-titulo,
h1.ASP-titulo,
h1.ANL-titulo {

  top: -8px;

  color: #d1f532;
  font-family: "dseoNarrowMedium";
  margin-top: 14px;
  font-size: 35px;
}

.ANLcifra {
  color: white;
  font-family: 'dseoNarrowMedium';
  font-style: normal;
  font-size: 39px;
}

.CFcifra,
.CNLcifra,
.GUBcifra,
.AMTYcifra,
.ASPcifra {
  color: white;
  font-family: "dseoNarrowBold";
  font-weight: 900;
  font-style: normal;
}

.AMTYcifra,
.ASPcifra,
.ANLcifra {
  font-size: 40px;
  margin-top: 12px;
}

.CFcifra,
.CNLcifra,
.GUBcifra {

  font-size: 3.5rem;
}


.CFcifra.verde,
.CNLcifra.verde,
.GUBcifra.verde,
.AMTYcifra.verde,
.ASPcifra.verde,
.ANLcifra.verde {
  color: #d1f532;
}

h1.CF-nota,
h1.CNL-nota,
h1.GUB-avance,
h1.AMTY-avance,
h1.ASP-avance,
h1.ASP-avance {
  color: #646565;
  font-family: "dseoNarrowMedium";
  font-weight: bold;
  font-style: normal;
  /* text-transform: uppercase; */
  font-size: 22px;
}

/* se separaron h1.CNL-nota y h1.CF-nota  y se creo h1.CF-avance */
h1.CNL-nota {
  margin-top: 115px;
}
h1.CF-nota{
  margin-top: 64px;
}

h1.CF-avance {
  left: 25px;
  color: #a8a8a8;
  font-size: 25px;
  font-family: "dseoNarrowMedium";
  font-weight: bold;
  font-style: normal;
}

h1.GUB-avance,
h1.AMTY-avance,
h1.ASP-avance {
  margin-top: 68px;
  text-transform: unset;
}

h3.CNL-left,
h3.CF-left,
h3.GUB-left,
h3.AMTY-left,
h3.ASP-left,
h3.ANL-left {
  color: #a6a6a6;
  font-family: "dseoNarrowMedium";
  font-weight: 400;
  font-style: normal;
  position: fixed;
  font-size: 22px;
}

h3.CNL-right,
h3.CF-right,
h3.GUB-right,
h3.AMTY-right,
h3.ASP-right,
h3.ANL-right {
  color: #a6a6a6;
  font-family: "dseoNarrowMedium";
  font-weight: 400;
  font-style: normal;
  position: fixed;
  font-size: 22px;
}

h3.CNL-left {
  left: 806px;
  margin-top: 34px;
}

h3.CNL-right {
  left: 62px;
  margin-top: 47px;
}

h3.CF-left,
h3.ASP-left,
h3.ANL-left {
  left: 786px;
  margin-top: 47px;
}

h3.GUB-left,
h3.AMTY-left {
  left: 814px;
  margin-top: 36px;
}

h3.CF-right,
h3.AMTY-right {
  left: 62px;
  margin-top: 47px;
}

h3.GUB-right,
h3.ASP-right,
h3.ANL-right {
  left: 62px;
  margin-top: 36px;
}

.actualizacion {
  color: #b3b4b8;
  position: absolute;
  z-index: 100;
  top: 534px;
  pointer-events: none;
  padding-left: 54px;
  font-family: "dseoNarrowMedium";
  font-weight: bold;
  font-style: normal;
}

.PREPNL, .PREPNLFEDERAL {
  color: #d1f532;
  position: absolute;
  z-index: 100;
  top: 529px;
  font-family: "dseoNarrowMedium";
  font-weight: bold;
  font-style: normal;
  font-size: 26px;
}
.PREPNL {
  right: 39px;
}
.PREPNLFEDERAL {
  right: 179px;
}

.span-arrow, .span-arrow2  {
  position: absolute;
  top: 550px;
  font-size: 31px;
}
.span-arrow {
  padding-left: 454px;
}
.span-arrow2 {
  padding-left: 454px;
}

h1.GUB-subtitulo,
h1.AMTY-subtitulo,
h1.ASP-subtitulo,
h1.ANL-subtitulo, h1.CF-subtitulo, h1.CNL-subtitulo {
  color: #fff;
  font-family: "dseoNarrowBook";
  font-size: 27px;
}

h1.GUB-subtitulo,
h1.ANL-subtitulo,h1.CF-subtitulo, h1.CNL-subtitulo  {
  margin-top: 66px;
}


h1.AMTY-subtitulo,
h1.ASP-subtitulo {
  margin-top: 52px;
  margin-bottom: 0px;
}

.GUB{
  margin: 0px 23px;
}
.AMTY,.ASP {margin:0px 25px;}

.partido.ANL {
  margin: 0 21px;
}

.partidos.GUB,
.partidos.AMTY,
.partidos.ASP {
  position: relative;
  top: 50px;
  margin: 0;
  padding: 0;
}

.partidos.ANL {
  position: relative;
  top: 50px;
  margin: 0;
  padding: 0;
}

h3.GUBnombre1,
h3.GUBnombre2,
h3.GUBnombre3,
h3.GUBnombre4 {
  margin: 5px 0 0 0;
  /* text-transform: capitalize; */
  color: #fff;
  font-family: 'dseoNarrowBook';
  font-size: 20px;
}

span.porcent {
  font-size: 35px;
  margin-left: -11px;
}

.GUB&gt;img.img-partido,
.AMTY&gt;img.img-partido,
.ASP&gt;img.img-partido {
  width: 131px;
}

h1.GUB-avance,
h1.AMTY-avance,
h1.ASP-avance,
h1.ANL-avance {
  position: absolute;
  left: 25px;
  color: #a8a8a8;
  font-size: 25px;
}

h1.GUB-avance,
h1.AMTY-avance,
h1.ASP-avance {
  margin-top: 68px;
}

h1.ANL-avance {
  margin-top: 0px;
  font-family: 'dseoNarrowMedium';
}


span.GUBporcent,
span.AMTYporcent,
span.ASPporcent {
  font-family: 'dseoNarrowBold';
}

img.GUBpartidos {
  width: 115px;
  position: absolute;
  left: 20px;
  top: -14px;
}

img.AMTYpartidos,
img.ASPpartidos {
  position: absolute;
  left: 104px;
  width: 50px;
  margin-top: 44px;
}
.partido.GUB,
.partido.AMTY,
.ASP,
.GUB,
.AMT,
.GUBnombre1,
.GUBnombre2,
.GUBnombre3,
.GUBnombre4
{
  position: relative;
}

h3.AMTYnombre1,
.AMTYnombre2,
.AMTYnombre3,
.AMTYnombre4,
h3.ASPNnombre1,
.ASPNnombre2,
.ASPNnombre3,
.ASPNnombre4 {
  color: #d1f531;
  font-family: 'dseoNarrowMedium';
  margin: 0;
  font-size: 21px;
  /* text-transform: capitalize; */
}

.ANL {
  margin-top: -12px;
  text-align: left;
}

.ANLavance {
  font-size: 29px;
  color: white;
  font-family: 'dseoNarrowBook';
  margin-top: 14px;
}

table {
  width: 100%;

}

td.municipio {
  color: #d1f532;
  font-family: 'dseoNarrowMedium';
  font-size: 27px;
  padding-left: 27px;
  max-width: 146px;
}

tr td {
  padding-top: 3px;
  padding-bottom: 3px;
}

/* tr:nth-child(even) {background: #CCC} */
#slick-slide03 &gt; div &gt; div &gt; table.principal &gt; tbody &gt; tr:nth-child(odd) {
  background: #393939
}

td.avan {
  color: white;
  font-family: 'dseoNarrowMedium';
  font-size: 21px;
  padding-right: 20px;
}

td.ANLpartidos img,
td.ANLpartidos img {
  width: 80px;
  margin-left: 9px;
}

tr td {
  padding-top: 2px;
  padding-bottom: 2px;
}

td.ANLnombre {
  color: white;
  font-family: 'dseoNarrowMedium';
  font-size: 18px;
  text-align: center;
  /* text-transform: capitalize; */
}

td.ANLporcentaje {
  color: white;
  font-family: 'dseoNarrowBold';
  font-size: 25px;
  width: 104px;
  text-align: left;
}

tr.trhead {
  background: transparent !important;
}

td.tdhead {
  text-align: right;
  padding-right: 36px;
  color: white;
  font-family: 'dseoNarrowMedium';
  font-size: 19px;
}

table.tavance {
  margin-top: -15px;
}

table.principal {
  margin-top: -4px;
}
table.tblint {
width: 214px;
}

li.slick-active &gt; span.dot {
  color: #d1f532;}

  .dot{font-size: 26px;color: white;}
  a.refresh {
    position: absolute;
    left: 18px;
    top: 554px;
    z-index: 102;
    cursor: pointer;
}
</pre></body></html>