.ad-left,
.ad-right {
  display: inline-block;
  float: none;
  text-align: center;
  vertical-align: top;
}

.ad-left + .ad-right {
  margin-left: 10px;
}

.ads,
.ad-skyscraper-left,
.ad-skyscraper-right {
  overflow: visible;
}

.ads-skyscraper-container {
  padding-left: 0;
  padding-top: 0;
}

.interstitial {
  background: #fff;
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50000;
}

.interstitial-open {
  height: 100%;
  overflow: hidden;
}

.interstitial-visible {
  display: block;
}

.interstitial-wrapper {
  margin: 0 auto;
  max-width: 95%;
}

.interstitial-content {
  width: 100%;
}

.interstitial-content .oat:before {
  content: "";
}

.interstitial-content .oat > *:not(script) {
  margin: 0 !important
}

.interstitial-header {
  clear: both;
  display: table;
  padding: 8px 0;
  text-align: left;
  width: 100%;
}

.interstitial-close-button {
  cursor: pointer;
  float: right;
}

.interstitial-close-button:hover {
  text-decoration: underline;
}

.oat {
  clear: both;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.oat:before {
  color: #838383;
  content: attr(data-mark);
  display: block;
  font-size: 10px;
  line-height: 15px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.oat > *:not(script) {
  display: block;
}

.oat img {
  height: auto;
  max-width: 100%;
}

.oat-container {
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}

.oat-content {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.oat-left > *,
.oat-right > * {
  padding-top: 0;
  margin-left: 0;
}

.oat-visible {
  align-items: center;
  display: flex;
  visibility: visible;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.oat-visible > * {
  width: -webkit-fill-available;
  width: -moz-available;
}

.oat-bottom > * {
  margin-bottom: 15px;
}

.oat-left > * {
  margin-left: 15px !important;
}

.oat-right > * {
  margin-right: 15px !important;
}

.oat-top > * {
  margin-top: 15px !important;
}

.oat-bottom:before {
  position: absolute;
  margin-bottom: 0;
  bottom: 0;
}

.oat-left:before {
  left: -50%;
  margin-left: 7.5px;
  position: absolute;
  top: 50%;
  transform: rotate(-90deg);
}

.oat-right:before {
  right: -50%;
  margin-right: 7.5px;
  position: absolute;
  top: 50%;
  transform: rotate(90deg);
}

.oat-top:before {
  position: absolute;
  margin-bottom: 0;
  top: 0;
}

.recaptcha {
  width: 304px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .oat.hidden-phone {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .oat.hidden-tablet {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .oat.hidden-desktop {
    display: none !important;
  }
}

.cookies-overlay button {
  background: none;
  border: none;
  margin: 0;
  padding: 5px;
  float: right;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bolder;
  font-style: normal;
}

.cookies-overlay p {
  width: 85%;
}

.cookies-overlay a {
  color: #fff;
  text-decoration: underline;
}

#adblock-modal-overlay,
#adblock-help-modal-overlay {
  align-items: center;
  animation: fadeIn 0.3s ease-out;
  backdrop-filter: blur(8px);
  background: rgba(0, 0, 0, 0.85);
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100000;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translate(-50%, -40%) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

#adblock-modal,
#adblock-help-modal {
  animation: slideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  left: 50%;
  max-width: 480px;
  padding: 40px 32px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

#adblock-modal::before {
  animation: bounce 0.6s ease-out 0.3s;
  display: block;
  font-size: 56px;
  margin-bottom: 20px;
  text-align: center;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

#adblock-help-modal::before {
  display: block;
  font-size: 48px;
  margin-bottom: 16px;
  text-align: center;
}

#adblock-modal h2,
#adblock-help-modal h2 {
  color: #1a202c;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
}

#adblock-modal p,
#adblock-help-modal p {
  color: #4a5568;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 28px;
  text-align: center;
}

#adblock-help-modal p {
  background: #f7fafc;
  border-left: 4px solid #667eea;
  border-radius: 8px;
  padding: 20px;
  text-align: left;
}

#adblock-help-modal strong {
  color: #2d3748;
  display: block;
  font-size: 15px;
  margin-bottom: 8px;
}

.adblock-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}

.adblock-buttons button {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  padding: 14px 24px;
  position: relative;
  transition: all 0.3s ease;
}

.adblock-buttons button::before {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  content: '';
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: left 0.5s;
  width: 100%;
}

.adblock-buttons button:hover {
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
  transform: translateY(-2px);
}

.adblock-buttons button:hover::before {
  left: 100%;
}

.adblock-buttons button:active {
  transform: translateY(0);
}

#adblock-modal-help {
  background: transparent;
  border: 2px solid #667eea;
  box-shadow: none;
  color: #667eea;
}

#adblock-modal-help:hover {
  background: #667eea;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  color: #fff;
}

#adblock-help-modal-refresh {
  width: 100%;
}

@media (max-width: 500px) {
  #adblock-modal,
  #adblock-help-modal {
    padding: 32px 24px;
  }

  #adblock-modal h2,
  #adblock-help-modal h2 {
    font-size: 22px;
  }
}

@media (max-width: 479px) {
  .cookies-overlay p {
    margin: 0;
    float: none;
    width: 100%;
    padding: 5px;
    font-size: .8em;
    line-height: 1.3em;
  }

  .interstitial-header-title {
    display: none;
  }

  .interstitial-header {
    text-align: center;
  }

  .interstitial-close-button {
    float: none;
  }
}


  /**************************
  Generic colors for site
  ***************************/
  :root {
   --site-color: #005e84;
  }
  .site-color, .text-site-color, .site-color > a, .header a { color: #005e84; }
  .bg-site-color { background-color: #005e84; }
  .border-site-color{ border-color:#005e84;}

  
  .header, .scrolled-bar, .footer, .last-column   { border-color: #005e84  }
  .preheader  { background-color: #005e84; }

  .widget-header span, .widget-header span > a, blockquote  { border-color:#005e84; }
  .widget-last-minute-content .widget-header span,
  .header-section:before, .widget-header:before, .widget-header a:hover, .inside-header-menu .nav-menu .nav-menu-item a:hover { color:#005e84; }

  .pagination>li>a { color:#005e84; }
  .pagination>li.active>a, .search-block .form-input { background-color:#005e84; border-color:#005e84; }

  .widget-content a:hover, .widget-content .title a:hover,
  .small-menu .sections-top-button:hover .fa, .small-menu .sections-top-block .sections-top li a, .small-menu .sections-top-block:hover .fa, .small-menu .sections-top-block:hover .fa, .small-menu .sections-top-block:hover span { color: #005e84; }
  .main-nav-menu .section-listing > ul > li:hover { border-bottom: 1px solid #005e84; }

  .onm-new .title a:hover, .search-block:hover .search-button .fa , .search-block .search-button:hover .fa,
  .onm-new.opinion .opinion-author a,
  .onm-new .summary a:hover {  color:#005e84; }
      .onm-new .category-name { color: #005e84; }
        .onm-new .subtitle { color: #005e84; }
    .header-section.dark, .widget-header.dark, .article-navigation,
  .header-section .goToCat:hover, .back-to-top:hover { background-color: #005e84; }

  .play-button:hover .fa,
  .widget .widget-header.colorize,
  .back-to-top i,
  .inner-content .mini-utilities li a,
  .widget .lang-selector.open .dropdown-toggle,
  .widget .lang-selector.open .dropdown-toggle .fa { color:#005e84 }
  .back-to-top { background-color:#FFF; }
  .onm-new.opinion .opinion-author a,
  .onm-new.opinion .opinion-data .title a:hover { color:#005e84 }
  .onm-new.opinion .opinion-data.border-site-color { border-color:#005e84 }
  .onm-new.opinion .opinion-author a.site-color { color:#005e84!important }
  .subscription-login a {
    color: #005e84;
  }
  .subscription-register:before {
    background-color: #005e84;
  }

  .widget-most-seeing-commented-content .content-title,
  .onm-new.video, .onm-new.album, .inner-content .content-info { border-color:#005e84; }

  .wrapper-slider ul.carousel-headlines .title a:hover,
  .widget-last-minute-content .widget-content .publish-date,
  .wrapper-slider ul.carousel-headlines .selected .title a { color: #005e84; }

  .widget-carousel-lateral .item .caption-image .subtitle  { color:#005e84; }
  .widget-carousel-lateral .carousel-indicators li { border-color:#005e84; }
  .widget-carousel-lateral .carousel-indicators .active { background-color: #005e84; }
  .widget-blogs-with-photo .name a  { color:#005e84; }
  .summary a, .inner-content .body a { color:#005e84; }
  .widget-editorial .item-data .content-info .content-time  { color:#005e84; }

  .widget-header.border-site-color { border-color: #eaeaea !important; }
  .slider-nav i:hover, .widget-content ul li:after,

  .article-navigation .title a:hover { color:#005e84; }
  .album-highlighted  .carousel-control .fa,
  .album-list .album-data .subtitle.site-color  {  background-color: #005e84; }


  .datepicker thead tr:first-child th:hover,
  .datepicker tfoot tr th:hover,
  .datepicker table tr td.active {
    background-color:#005e84 !important;
    background-image:none;
    color: #fff !important;
  }
  .datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker tableba tr td.active.active:hover, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active[disabled], .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled[disabled]:hover { background-color:#005e84 !important; background-image:none; }
  .datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
    background-color: #005e84 !important;
  }
  .datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
    background-image: none !important;
  }

      .onm-new .content-info,
    span.content-info,
    .onm-new .content-info .fa,
    .onm-new .content-info a:hover,
    .onm-new .summary a:hover { color:#005e84; }
  
      .frontpage-auth-forms .submit-button.bg-site-color {
    border-color: #005e84;
  }
  .frontpage-auth-forms .submit-button.bg-site-color:hover {
    background-color: #005e84;
    border-color: #005e84;
    color: #fff;
    opacity: .75;
  }
  .widget-carousel-thumbs .owl-nav .fa, .play-button .fa {
    color: #005e84;
  }
  .inner-content .sharrre-tools a.box:hover {
    background-color: #005e84;
  }
  .album-list .album-data .subtitle.site-color,
  .onm-new .category-name {
    background-color:transparent!important;
  }

.onm-new.colorize { border-radius:0 !important; }
.media.colorize { margin:0; }
.owl-prev, .owl-next { background-color: #005e84; }

@media (min-width: 992px) {
  .main-nav-menu .section-listing > ul > li > a:hover { color: #005e84; }
  .main-nav-menu .section-listing .submenu { border-color: #005e84; }
}
@media (max-width: 479px) {
  .small-menu .sections-top-block .sections-top { border-right-color: #005e84!important; }
}


    .header-logo.topbar a { color: #0391cc; }
  .main-nav-menu .section-listing > ul > li > a { border-color: #005e84; }
  .site-color-b { color: #0391cc!important; }
  .onm-new.opinion .opinion-author a { color:#0391cc }

  

  /*********************
  CSS for categories
  **********************/
            /* Rules for category sociedad*/
      .onm-new .category-color.sociedad, .text-sociedad,a.text-sociedad,.text-sociedad a { color: 374a33; }
      .bg-sociedad, .onm-new .category-bg.sociedad { background-color:374a33; }
      .onm-new .category.sociedad a:hover { color:374a33; }
      .header-section.color-sociedad:before,.widget-header.color-sociedad:before { color:374a33; }

      body.sociedad .topbar.scrolled-bar { background-color:374a33!important; }
      body.sociedad .footer, body.sociedad header.header, body.sociedad .scrolled-bar { background-color: 374a33; }

      .onm-new .text-sociedad  { color:374a33 !important; }
      .onm-new .content-info.sociedad-color .fa,
      .onm-new .sociedad .content-info .fa { color:374a33 !important; }
      .color-sociedad, .color-sociedad a, .color-sociedad fa { color:374a33 !important; }

      .menu > li.sociedad a,
      .menu > li.sociedad .submenu a { color:374a33!important; }
      body.sociedad .machine-related-contents .widget-header { background-color:374a33!important; }
      .machine-related-contents .widget-header span { color:#FFF; }
      .widget-header.header-sociedad span { background-color:374a33!important; }
      .sociedad-color{ color:374a33!important; }
      .bg-sociedad{ background-color:374a33!important; }
      .bg-sociedad.trans{ background:transparent!important; }
      .bg-sociedad.trans:after{ background-color:374a33!important; }
      .border-sociedad-color{ border-color:374a33!important; }
      ul li.border-sociedad-color:after{ background-color:374a33!important; }
      .wrapper-slider ul.carousel-headlines .headlines-title.bg-sociedad-trans:after,
      .album-list .album-data.bg-sociedad .subtitle.site-color { background-color:374a33!important; }

                      /* Rules for category region-capital*/
      .onm-new .category-color.region-capital, .text-region-capital,a.text-region-capital,.text-region-capital a { color: #009ee0; }
      .bg-region-capital, .onm-new .category-bg.region-capital { background-color:#009ee0; }
      .onm-new .category.region-capital a:hover { color:#009ee0; }
      .header-section.color-region-capital:before,.widget-header.color-region-capital:before { color:#009ee0; }

      body.region-capital .topbar.scrolled-bar { background-color:#009ee0!important; }
      body.region-capital .footer, body.region-capital header.header, body.region-capital .scrolled-bar { background-color: #009ee0; }

      .onm-new .text-region-capital  { color:#009ee0 !important; }
      .onm-new .content-info.region-capital-color .fa,
      .onm-new .region-capital .content-info .fa { color:#009ee0 !important; }
      .color-region-capital, .color-region-capital a, .color-region-capital fa { color:#009ee0 !important; }

      .menu > li.region-capital a,
      .menu > li.region-capital .submenu a { color:#009ee0!important; }
      body.region-capital .machine-related-contents .widget-header { background-color:#009ee0!important; }
      .machine-related-contents .widget-header span { color:#FFF; }
      .widget-header.header-region-capital span { background-color:#009ee0!important; }
      .region-capital-color{ color:#009ee0!important; }
      .bg-region-capital{ background-color:#009ee0!important; }
      .bg-region-capital.trans{ background:transparent!important; }
      .bg-region-capital.trans:after{ background-color:#009ee0!important; }
      .border-region-capital-color{ border-color:#009ee0!important; }
      ul li.border-region-capital-color:after{ background-color:#009ee0!important; }
      .wrapper-slider ul.carousel-headlines .headlines-title.bg-region-capital-trans:after,
      .album-list .album-data.bg-region-capital .subtitle.site-color { background-color:#009ee0!important; }

                      /* Rules for category provincia-buenos-aires*/
      .onm-new .category-color.provincia-buenos-aires, .text-provincia-buenos-aires,a.text-provincia-buenos-aires,.text-provincia-buenos-aires a { color: #009ee0; }
      .bg-provincia-buenos-aires, .onm-new .category-bg.provincia-buenos-aires { background-color:#009ee0; }
      .onm-new .category.provincia-buenos-aires a:hover { color:#009ee0; }
      .header-section.color-provincia-buenos-aires:before,.widget-header.color-provincia-buenos-aires:before { color:#009ee0; }

      body.provincia-buenos-aires .topbar.scrolled-bar { background-color:#009ee0!important; }
      body.provincia-buenos-aires .footer, body.provincia-buenos-aires header.header, body.provincia-buenos-aires .scrolled-bar { background-color: #009ee0; }

      .onm-new .text-provincia-buenos-aires  { color:#009ee0 !important; }
      .onm-new .content-info.provincia-buenos-aires-color .fa,
      .onm-new .provincia-buenos-aires .content-info .fa { color:#009ee0 !important; }
      .color-provincia-buenos-aires, .color-provincia-buenos-aires a, .color-provincia-buenos-aires fa { color:#009ee0 !important; }

      .menu > li.provincia-buenos-aires a,
      .menu > li.provincia-buenos-aires .submenu a { color:#009ee0!important; }
      body.provincia-buenos-aires .machine-related-contents .widget-header { background-color:#009ee0!important; }
      .machine-related-contents .widget-header span { color:#FFF; }
      .widget-header.header-provincia-buenos-aires span { background-color:#009ee0!important; }
      .provincia-buenos-aires-color{ color:#009ee0!important; }
      .bg-provincia-buenos-aires{ background-color:#009ee0!important; }
      .bg-provincia-buenos-aires.trans{ background:transparent!important; }
      .bg-provincia-buenos-aires.trans:after{ background-color:#009ee0!important; }
      .border-provincia-buenos-aires-color{ border-color:#009ee0!important; }
      ul li.border-provincia-buenos-aires-color:after{ background-color:#009ee0!important; }
      .wrapper-slider ul.carousel-headlines .headlines-title.bg-provincia-buenos-aires-trans:after,
      .album-list .album-data.bg-provincia-buenos-aires .subtitle.site-color { background-color:#009ee0!important; }

                      /* Rules for category el-pais*/
      .onm-new .category-color.el-pais, .text-el-pais,a.text-el-pais,.text-el-pais a { color: #009ee0; }
      .bg-el-pais, .onm-new .category-bg.el-pais { background-color:#009ee0; }
      .onm-new .category.el-pais a:hover { color:#009ee0; }
      .header-section.color-el-pais:before,.widget-header.color-el-pais:before { color:#009ee0; }

      body.el-pais .topbar.scrolled-bar { background-color:#009ee0!important; }
      body.el-pais .footer, body.el-pais header.header, body.el-pais .scrolled-bar { background-color: #009ee0; }

      .onm-new .text-el-pais  { color:#009ee0 !important; }
      .onm-new .content-info.el-pais-color .fa,
      .onm-new .el-pais .content-info .fa { color:#009ee0 !important; }
      .color-el-pais, .color-el-pais a, .color-el-pais fa { color:#009ee0 !important; }

      .menu > li.el-pais a,
      .menu > li.el-pais .submenu a { color:#009ee0!important; }
      body.el-pais .machine-related-contents .widget-header { background-color:#009ee0!important; }
      .machine-related-contents .widget-header span { color:#FFF; }
      .widget-header.header-el-pais span { background-color:#009ee0!important; }
      .el-pais-color{ color:#009ee0!important; }
      .bg-el-pais{ background-color:#009ee0!important; }
      .bg-el-pais.trans{ background:transparent!important; }
      .bg-el-pais.trans:after{ background-color:#009ee0!important; }
      .border-el-pais-color{ border-color:#009ee0!important; }
      ul li.border-el-pais-color:after{ background-color:#009ee0!important; }
      .wrapper-slider ul.carousel-headlines .headlines-title.bg-el-pais-trans:after,
      .album-list .album-data.bg-el-pais .subtitle.site-color { background-color:#009ee0!important; }

                      /* Rules for category fotos-del-dia*/
      .onm-new .category-color.fotos-del-dia, .text-fotos-del-dia,a.text-fotos-del-dia,.text-fotos-del-dia a { color: #009ee0; }
      .bg-fotos-del-dia, .onm-new .category-bg.fotos-del-dia { background-color:#009ee0; }
      .onm-new .category.fotos-del-dia a:hover { color:#009ee0; }
      .header-section.color-fotos-del-dia:before,.widget-header.color-fotos-del-dia:before { color:#009ee0; }

      body.fotos-del-dia .topbar.scrolled-bar { background-color:#009ee0!important; }
      body.fotos-del-dia .footer, body.fotos-del-dia header.header, body.fotos-del-dia .scrolled-bar { background-color: #009ee0; }

      .onm-new .text-fotos-del-dia  { color:#009ee0 !important; }
      .onm-new .content-info.fotos-del-dia-color .fa,
      .onm-new .fotos-del-dia .content-info .fa { color:#009ee0 !important; }
      .color-fotos-del-dia, .color-fotos-del-dia a, .color-fotos-del-dia fa { color:#009ee0 !important; }

      .menu > li.fotos-del-dia a,
      .menu > li.fotos-del-dia .submenu a { color:#009ee0!important; }
      body.fotos-del-dia .machine-related-contents .widget-header { background-color:#009ee0!important; }
      .machine-related-contents .widget-header span { color:#FFF; }
      .widget-header.header-fotos-del-dia span { background-color:#009ee0!important; }
      .fotos-del-dia-color{ color:#009ee0!important; }
      .bg-fotos-del-dia{ background-color:#009ee0!important; }
      .bg-fotos-del-dia.trans{ background:transparent!important; }
      .bg-fotos-del-dia.trans:after{ background-color:#009ee0!important; }
      .border-fotos-del-dia-color{ border-color:#009ee0!important; }
      ul li.border-fotos-del-dia-color:after{ background-color:#009ee0!important; }
      .wrapper-slider ul.carousel-headlines .headlines-title.bg-fotos-del-dia-trans:after,
      .album-list .album-data.bg-fotos-del-dia .subtitle.site-color { background-color:#009ee0!important; }

                      /* Rules for category videos*/
      .onm-new .category-color.videos, .text-videos,a.text-videos,.text-videos a { color: #009ee0; }
      .bg-videos, .onm-new .category-bg.videos { background-color:#009ee0; }
      .onm-new .category.videos a:hover { color:#009ee0; }
      .header-section.color-videos:before,.widget-header.color-videos:before { color:#009ee0; }

      body.videos .topbar.scrolled-bar { background-color:#009ee0!important; }
      body.videos .footer, body.videos header.header, body.videos .scrolled-bar { background-color: #009ee0; }

      .onm-new .text-videos  { color:#009ee0 !important; }
      .onm-new .content-info.videos-color .fa,
      .onm-new .videos .content-info .fa { color:#009ee0 !important; }
      .color-videos, .color-videos a, .color-videos fa { color:#009ee0 !important; }

      .menu > li.videos a,
      .menu > li.videos .submenu a { color:#009ee0!important; }
      body.videos .machine-related-contents .widget-header { background-color:#009ee0!important; }
      .machine-related-contents .widget-header span { color:#FFF; }
      .widget-header.header-videos span { background-color:#009ee0!important; }
      .videos-color{ color:#009ee0!important; }
      .bg-videos{ background-color:#009ee0!important; }
      .bg-videos.trans{ background:transparent!important; }
      .bg-videos.trans:after{ background-color:#009ee0!important; }
      .border-videos-color{ border-color:#009ee0!important; }
      ul li.border-videos-color:after{ background-color:#009ee0!important; }
      .wrapper-slider ul.carousel-headlines .headlines-title.bg-videos-trans:after,
      .album-list .album-data.bg-videos .subtitle.site-color { background-color:#009ee0!important; }

                      /* Rules for category la-plata*/
      .onm-new .category-color.la-plata, .text-la-plata,a.text-la-plata,.text-la-plata a { color: #009ee0; }
      .bg-la-plata, .onm-new .category-bg.la-plata { background-color:#009ee0; }
      .onm-new .category.la-plata a:hover { color:#009ee0; }
      .header-section.color-la-plata:before,.widget-header.color-la-plata:before { color:#009ee0; }

      body.la-plata .topbar.scrolled-bar { background-color:#009ee0!important; }
      body.la-plata .footer, body.la-plata header.header, body.la-plata .scrolled-bar { background-color: #009ee0; }

      .onm-new .text-la-plata  { color:#009ee0 !important; }
      .onm-new .content-info.la-plata-color .fa,
      .onm-new .la-plata .content-info .fa { color:#009ee0 !important; }
      .color-la-plata, .color-la-plata a, .color-la-plata fa { color:#009ee0 !important; }

      .menu > li.la-plata a,
      .menu > li.la-plata .submenu a { color:#009ee0!important; }
      body.la-plata .machine-related-contents .widget-header { background-color:#009ee0!important; }
      .machine-related-contents .widget-header span { color:#FFF; }
      .widget-header.header-la-plata span { background-color:#009ee0!important; }
      .la-plata-color{ color:#009ee0!important; }
      .bg-la-plata{ background-color:#009ee0!important; }
      .bg-la-plata.trans{ background:transparent!important; }
      .bg-la-plata.trans:after{ background-color:#009ee0!important; }
      .border-la-plata-color{ border-color:#009ee0!important; }
      ul li.border-la-plata-color:after{ background-color:#009ee0!important; }
      .wrapper-slider ul.carousel-headlines .headlines-title.bg-la-plata-trans:after,
      .album-list .album-data.bg-la-plata .subtitle.site-color { background-color:#009ee0!important; }

                      /* Rules for category berisso*/
      .onm-new .category-color.berisso, .text-berisso,a.text-berisso,.text-berisso a { color: #009ee0; }
      .bg-berisso, .onm-new .category-bg.berisso { background-color:#009ee0; }
      .onm-new .category.berisso a:hover { color:#009ee0; }
      .header-section.color-berisso:before,.widget-header.color-berisso:before { color:#009ee0; }

      body.berisso .topbar.scrolled-bar { background-color:#009ee0!important; }
      body.berisso .footer, body.berisso header.header, body.berisso .scrolled-bar { background-color: #009ee0; }

      .onm-new .text-berisso  { color:#009ee0 !important; }
      .onm-new .content-info.berisso-color .fa,
      .onm-new .berisso .content-info .fa { color:#009ee0 !important; }
      .color-berisso, .color-berisso a, .color-berisso fa { color:#009ee0 !important; }

      .menu > li.berisso a,
      .menu > li.berisso .submenu a { color:#009ee0!important; }
      body.berisso .machine-related-contents .widget-header { background-color:#009ee0!important; }
      .machine-related-contents .widget-header span { color:#FFF; }
      .widget-header.header-berisso span { background-color:#009ee0!important; }
      .berisso-color{ color:#009ee0!important; }
      .bg-berisso{ background-color:#009ee0!important; }
      .bg-berisso.trans{ background:transparent!important; }
      .bg-berisso.trans:after{ background-color:#009ee0!important; }
      .border-berisso-color{ border-color:#009ee0!important; }
      ul li.border-berisso-color:after{ background-color:#009ee0!important; }
      .wrapper-slider ul.carousel-headlines .headlines-title.bg-berisso-trans:after,
      .album-list .album-data.bg-berisso .subtitle.site-color { background-color:#009ee0!important; }

                      /* Rules for category ensenada*/
      .onm-new .category-color.ensenada, .text-ensenada,a.text-ensenada,.text-ensenada a { color: #009ee0; }
      .bg-ensenada, .onm-new .category-bg.ensenada { background-color:#009ee0; }
      .onm-new .category.ensenada a:hover { color:#009ee0; }
      .header-section.color-ensenada:before,.widget-header.color-ensenada:before { color:#009ee0; }

      body.ensenada .topbar.scrolled-bar { background-color:#009ee0!important; }
      body.ensenada .footer, body.ensenada header.header, body.ensenada .scrolled-bar { background-color: #009ee0; }

      .onm-new .text-ensenada  { color:#009ee0 !important; }
      .onm-new .content-info.ensenada-color .fa,
      .onm-new .ensenada .content-info .fa { color:#009ee0 !important; }
      .color-ensenada, .color-ensenada a, .color-ensenada fa { color:#009ee0 !important; }

      .menu > li.ensenada a,
      .menu > li.ensenada .submenu a { color:#009ee0!important; }
      body.ensenada .machine-related-contents .widget-header { background-color:#009ee0!important; }
      .machine-related-contents .widget-header span { color:#FFF; }
      .widget-header.header-ensenada span { background-color:#009ee0!important; }
      .ensenada-color{ color:#009ee0!important; }
      .bg-ensenada{ background-color:#009ee0!important; }
      .bg-ensenada.trans{ background:transparent!important; }
      .bg-ensenada.trans:after{ background-color:#009ee0!important; }
      .border-ensenada-color{ border-color:#009ee0!important; }
      ul li.border-ensenada-color:after{ background-color:#009ee0!important; }
      .wrapper-slider ul.carousel-headlines .headlines-title.bg-ensenada-trans:after,
      .album-list .album-data.bg-ensenada .subtitle.site-color { background-color:#009ee0!important; }

                      /* Rules for category florencio-varela*/
      .onm-new .category-color.florencio-varela, .text-florencio-varela,a.text-florencio-varela,.text-florencio-varela a { color: #009ee0; }
      .bg-florencio-varela, .onm-new .category-bg.florencio-varela { background-color:#009ee0; }
      .onm-new .category.florencio-varela a:hover { color:#009ee0; }
      .header-section.color-florencio-varela:before,.widget-header.color-florencio-varela:before { color:#009ee0; }

      body.florencio-varela .topbar.scrolled-bar { background-color:#009ee0!important; }
      body.florencio-varela .footer, body.florencio-varela header.header, body.florencio-varela .scrolled-bar { background-color: #009ee0; }

      .onm-new .text-florencio-varela  { color:#009ee0 !important; }
      .onm-new .content-info.florencio-varela-color .fa,
      .onm-new .florencio-varela .content-info .fa { color:#009ee0 !important; }
      .color-florencio-varela, .color-florencio-varela a, .color-florencio-varela fa { color:#009ee0 !important; }

      .menu > li.florencio-varela a,
      .menu > li.florencio-varela .submenu a { color:#009ee0!important; }
      body.florencio-varela .machine-related-contents .widget-header { background-color:#009ee0!important; }
      .machine-related-contents .widget-header span { color:#FFF; }
      .widget-header.header-florencio-varela span { background-color:#009ee0!important; }
      .florencio-varela-color{ color:#009ee0!important; }
      .bg-florencio-varela{ background-color:#009ee0!important; }
      .bg-florencio-varela.trans{ background:transparent!important; }
      .bg-florencio-varela.trans:after{ background-color:#009ee0!important; }
      .border-florencio-varela-color{ border-color:#009ee0!important; }
      ul li.border-florencio-varela-color:after{ background-color:#009ee0!important; }
      .wrapper-slider ul.carousel-headlines .headlines-title.bg-florencio-varela-trans:after,
      .album-list .album-data.bg-florencio-varela .subtitle.site-color { background-color:#009ee0!important; }

                      /* Rules for category quilmes*/
      .onm-new .category-color.quilmes, .text-quilmes,a.text-quilmes,.text-quilmes a { color: #009ee0; }
      .bg-quilmes, .onm-new .category-bg.quilmes { background-color:#009ee0; }
      .onm-new .category.quilmes a:hover { color:#009ee0; }
      .header-section.color-quilmes:before,.widget-header.color-quilmes:before { color:#009ee0; }

      body.quilmes .topbar.scrolled-bar { background-color:#009ee0!important; }
      body.quilmes .footer, body.quilmes header.header, body.quilmes .scrolled-bar { background-color: #009ee0; }

      .onm-new .text-quilmes  { color:#009ee0 !important; }
      .onm-new .content-info.quilmes-color .fa,
      .onm-new .quilmes .content-info .fa { color:#009ee0 !important; }
      .color-quilmes, .color-quilmes a, .color-quilmes fa { color:#009ee0 !important; }

      .menu > li.quilmes a,
      .menu > li.quilmes .submenu a { color:#009ee0!important; }
      body.quilmes .machine-related-contents .widget-header { background-color:#009ee0!important; }
      .machine-related-contents .widget-header span { color:#FFF; }
      .widget-header.header-quilmes span { background-color:#009ee0!important; }
      .quilmes-color{ color:#009ee0!important; }
      .bg-quilmes{ background-color:#009ee0!important; }
      .bg-quilmes.trans{ background:transparent!important; }
      .bg-quilmes.trans:after{ background-color:#009ee0!important; }
      .border-quilmes-color{ border-color:#009ee0!important; }
      ul li.border-quilmes-color:after{ background-color:#009ee0!important; }
      .wrapper-slider ul.carousel-headlines .headlines-title.bg-quilmes-trans:after,
      .album-list .album-data.bg-quilmes .subtitle.site-color { background-color:#009ee0!important; }

                      /* Rules for category berazategui*/
      .onm-new .category-color.berazategui, .text-berazategui,a.text-berazategui,.text-berazategui a { color: #009ee0; }
      .bg-berazategui, .onm-new .category-bg.berazategui { background-color:#009ee0; }
      .onm-new .category.berazategui a:hover { color:#009ee0; }
      .header-section.color-berazategui:before,.widget-header.color-berazategui:before { color:#009ee0; }

      body.berazategui .topbar.scrolled-bar { background-color:#009ee0!important; }
      body.berazategui .footer, body.berazategui header.header, body.berazategui .scrolled-bar { background-color: #009ee0; }

      .onm-new .text-berazategui  { color:#009ee0 !important; }
      .onm-new .content-info.berazategui-color .fa,
      .onm-new .berazategui .content-info .fa { color:#009ee0 !important; }
      .color-berazategui, .color-berazategui a, .color-berazategui fa { color:#009ee0 !important; }

      .menu > li.berazategui a,
      .menu > li.berazategui .submenu a { color:#009ee0!important; }
      body.berazategui .machine-related-contents .widget-header { background-color:#009ee0!important; }
      .machine-related-contents .widget-header span { color:#FFF; }
      .widget-header.header-berazategui span { background-color:#009ee0!important; }
      .berazategui-color{ color:#009ee0!important; }
      .bg-berazategui{ background-color:#009ee0!important; }
      .bg-berazategui.trans{ background:transparent!important; }
      .bg-berazategui.trans:after{ background-color:#009ee0!important; }
      .border-berazategui-color{ border-color:#009ee0!important; }
      ul li.border-berazategui-color:after{ background-color:#009ee0!important; }
      .wrapper-slider ul.carousel-headlines .headlines-title.bg-berazategui-trans:after,
      .album-list .album-data.bg-berazategui .subtitle.site-color { background-color:#009ee0!important; }

                      /* Rules for category policiales*/
      .onm-new .category-color.policiales, .text-policiales,a.text-policiales,.text-policiales a { color: #009ee0; }
      .bg-policiales, .onm-new .category-bg.policiales { background-color:#009ee0; }
      .onm-new .category.policiales a:hover { color:#009ee0; }
      .header-section.color-policiales:before,.widget-header.color-policiales:before { color:#009ee0; }

      body.policiales .topbar.scrolled-bar { background-color:#009ee0!important; }
      body.policiales .footer, body.policiales header.header, body.policiales .scrolled-bar { background-color: #009ee0; }

      .onm-new .text-policiales  { color:#009ee0 !important; }
      .onm-new .content-info.policiales-color .fa,
      .onm-new .policiales .content-info .fa { color:#009ee0 !important; }
      .color-policiales, .color-policiales a, .color-policiales fa { color:#009ee0 !important; }

      .menu > li.policiales a,
      .menu > li.policiales .submenu a { color:#009ee0!important; }
      body.policiales .machine-related-contents .widget-header { background-color:#009ee0!important; }
      .machine-related-contents .widget-header span { color:#FFF; }
      .widget-header.header-policiales span { background-color:#009ee0!important; }
      .policiales-color{ color:#009ee0!important; }
      .bg-policiales{ background-color:#009ee0!important; }
      .bg-policiales.trans{ background:transparent!important; }
      .bg-policiales.trans:after{ background-color:#009ee0!important; }
      .border-policiales-color{ border-color:#009ee0!important; }
      ul li.border-policiales-color:after{ background-color:#009ee0!important; }
      .wrapper-slider ul.carousel-headlines .headlines-title.bg-policiales-trans:after,
      .album-list .album-data.bg-policiales .subtitle.site-color { background-color:#009ee0!important; }

                      /* Rules for category defensa-y-justicia*/
      .onm-new .category-color.defensa-y-justicia, .text-defensa-y-justicia,a.text-defensa-y-justicia,.text-defensa-y-justicia a { color: #009ee0; }
      .bg-defensa-y-justicia, .onm-new .category-bg.defensa-y-justicia { background-color:#009ee0; }
      .onm-new .category.defensa-y-justicia a:hover { color:#009ee0; }
      .header-section.color-defensa-y-justicia:before,.widget-header.color-defensa-y-justicia:before { color:#009ee0; }

      body.defensa-y-justicia .topbar.scrolled-bar { background-color:#009ee0!important; }
      body.defensa-y-justicia .footer, body.defensa-y-justicia header.header, body.defensa-y-justicia .scrolled-bar { background-color: #009ee0; }

      .onm-new .text-defensa-y-justicia  { color:#009ee0 !important; }
      .onm-new .content-info.defensa-y-justicia-color .fa,
      .onm-new .defensa-y-justicia .content-info .fa { color:#009ee0 !important; }
      .color-defensa-y-justicia, .color-defensa-y-justicia a, .color-defensa-y-justicia fa { color:#009ee0 !important; }

      .menu > li.defensa-y-justicia a,
      .menu > li.defensa-y-justicia .submenu a { color:#009ee0!important; }
      body.defensa-y-justicia .machine-related-contents .widget-header { background-color:#009ee0!important; }
      .machine-related-contents .widget-header span { color:#FFF; }
      .widget-header.header-defensa-y-justicia span { background-color:#009ee0!important; }
      .defensa-y-justicia-color{ color:#009ee0!important; }
      .bg-defensa-y-justicia{ background-color:#009ee0!important; }
      .bg-defensa-y-justicia.trans{ background:transparent!important; }
      .bg-defensa-y-justicia.trans:after{ background-color:#009ee0!important; }
      .border-defensa-y-justicia-color{ border-color:#009ee0!important; }
      ul li.border-defensa-y-justicia-color:after{ background-color:#009ee0!important; }
      .wrapper-slider ul.carousel-headlines .headlines-title.bg-defensa-y-justicia-trans:after,
      .album-list .album-data.bg-defensa-y-justicia .subtitle.site-color { background-color:#009ee0!important; }

                      /* Rules for category polideportivo*/
      .onm-new .category-color.polideportivo, .text-polideportivo,a.text-polideportivo,.text-polideportivo a { color: #009ee0; }
      .bg-polideportivo, .onm-new .category-bg.polideportivo { background-color:#009ee0; }
      .onm-new .category.polideportivo a:hover { color:#009ee0; }
      .header-section.color-polideportivo:before,.widget-header.color-polideportivo:before { color:#009ee0; }

      body.polideportivo .topbar.scrolled-bar { background-color:#009ee0!important; }
      body.polideportivo .footer, body.polideportivo header.header, body.polideportivo .scrolled-bar { background-color: #009ee0; }

      .onm-new .text-polideportivo  { color:#009ee0 !important; }
      .onm-new .content-info.polideportivo-color .fa,
      .onm-new .polideportivo .content-info .fa { color:#009ee0 !important; }
      .color-polideportivo, .color-polideportivo a, .color-polideportivo fa { color:#009ee0 !important; }

      .menu > li.polideportivo a,
      .menu > li.polideportivo .submenu a { color:#009ee0!important; }
      body.polideportivo .machine-related-contents .widget-header { background-color:#009ee0!important; }
      .machine-related-contents .widget-header span { color:#FFF; }
      .widget-header.header-polideportivo span { background-color:#009ee0!important; }
      .polideportivo-color{ color:#009ee0!important; }
      .bg-polideportivo{ background-color:#009ee0!important; }
      .bg-polideportivo.trans{ background:transparent!important; }
      .bg-polideportivo.trans:after{ background-color:#009ee0!important; }
      .border-polideportivo-color{ border-color:#009ee0!important; }
      ul li.border-polideportivo-color:after{ background-color:#009ee0!important; }
      .wrapper-slider ul.carousel-headlines .headlines-title.bg-polideportivo-trans:after,
      .album-list .album-data.bg-polideportivo .subtitle.site-color { background-color:#009ee0!important; }

                      /* Rules for category legislatura*/
      .onm-new .category-color.legislatura, .text-legislatura,a.text-legislatura,.text-legislatura a { color: #009ee0; }
      .bg-legislatura, .onm-new .category-bg.legislatura { background-color:#009ee0; }
      .onm-new .category.legislatura a:hover { color:#009ee0; }
      .header-section.color-legislatura:before,.widget-header.color-legislatura:before { color:#009ee0; }

      body.legislatura .topbar.scrolled-bar { background-color:#009ee0!important; }
      body.legislatura .footer, body.legislatura header.header, body.legislatura .scrolled-bar { background-color: #009ee0; }

      .onm-new .text-legislatura  { color:#009ee0 !important; }
      .onm-new .content-info.legislatura-color .fa,
      .onm-new .legislatura .content-info .fa { color:#009ee0 !important; }
      .color-legislatura, .color-legislatura a, .color-legislatura fa { color:#009ee0 !important; }

      .menu > li.legislatura a,
      .menu > li.legislatura .submenu a { color:#009ee0!important; }
      body.legislatura .machine-related-contents .widget-header { background-color:#009ee0!important; }
      .machine-related-contents .widget-header span { color:#FFF; }
      .widget-header.header-legislatura span { background-color:#009ee0!important; }
      .legislatura-color{ color:#009ee0!important; }
      .bg-legislatura{ background-color:#009ee0!important; }
      .bg-legislatura.trans{ background:transparent!important; }
      .bg-legislatura.trans:after{ background-color:#009ee0!important; }
      .border-legislatura-color{ border-color:#009ee0!important; }
      ul li.border-legislatura-color:after{ background-color:#009ee0!important; }
      .wrapper-slider ul.carousel-headlines .headlines-title.bg-legislatura-trans:after,
      .album-list .album-data.bg-legislatura .subtitle.site-color { background-color:#009ee0!important; }

                      /* Rules for category gobernacion*/
      .onm-new .category-color.gobernacion, .text-gobernacion,a.text-gobernacion,.text-gobernacion a { color: #009ee0; }
      .bg-gobernacion, .onm-new .category-bg.gobernacion { background-color:#009ee0; }
      .onm-new .category.gobernacion a:hover { color:#009ee0; }
      .header-section.color-gobernacion:before,.widget-header.color-gobernacion:before { color:#009ee0; }

      body.gobernacion .topbar.scrolled-bar { background-color:#009ee0!important; }
      body.gobernacion .footer, body.gobernacion header.header, body.gobernacion .scrolled-bar { background-color: #009ee0; }

      .onm-new .text-gobernacion  { color:#009ee0 !important; }
      .onm-new .content-info.gobernacion-color .fa,
      .onm-new .gobernacion .content-info .fa { color:#009ee0 !important; }
      .color-gobernacion, .color-gobernacion a, .color-gobernacion fa { color:#009ee0 !important; }

      .menu > li.gobernacion a,
      .menu > li.gobernacion .submenu a { color:#009ee0!important; }
      body.gobernacion .machine-related-contents .widget-header { background-color:#009ee0!important; }
      .machine-related-contents .widget-header span { color:#FFF; }
      .widget-header.header-gobernacion span { background-color:#009ee0!important; }
      .gobernacion-color{ color:#009ee0!important; }
      .bg-gobernacion{ background-color:#009ee0!important; }
      .bg-gobernacion.trans{ background:transparent!important; }
      .bg-gobernacion.trans:after{ background-color:#009ee0!important; }
      .border-gobernacion-color{ border-color:#009ee0!important; }
      ul li.border-gobernacion-color:after{ background-color:#009ee0!important; }
      .wrapper-slider ul.carousel-headlines .headlines-title.bg-gobernacion-trans:after,
      .album-list .album-data.bg-gobernacion .subtitle.site-color { background-color:#009ee0!important; }

                      /* Rules for category elecciones-2023*/
      .onm-new .category-color.elecciones-2023, .text-elecciones-2023,a.text-elecciones-2023,.text-elecciones-2023 a { color: #a4bdfc; }
      .bg-elecciones-2023, .onm-new .category-bg.elecciones-2023 { background-color:#a4bdfc; }
      .onm-new .category.elecciones-2023 a:hover { color:#a4bdfc; }
      .header-section.color-elecciones-2023:before,.widget-header.color-elecciones-2023:before { color:#a4bdfc; }

      body.elecciones-2023 .topbar.scrolled-bar { background-color:#a4bdfc!important; }
      body.elecciones-2023 .footer, body.elecciones-2023 header.header, body.elecciones-2023 .scrolled-bar { background-color: #a4bdfc; }

      .onm-new .text-elecciones-2023  { color:#a4bdfc !important; }
      .onm-new .content-info.elecciones-2023-color .fa,
      .onm-new .elecciones-2023 .content-info .fa { color:#a4bdfc !important; }
      .color-elecciones-2023, .color-elecciones-2023 a, .color-elecciones-2023 fa { color:#a4bdfc !important; }

      .menu > li.elecciones-2023 a,
      .menu > li.elecciones-2023 .submenu a { color:#a4bdfc!important; }
      body.elecciones-2023 .machine-related-contents .widget-header { background-color:#a4bdfc!important; }
      .machine-related-contents .widget-header span { color:#FFF; }
      .widget-header.header-elecciones-2023 span { background-color:#a4bdfc!important; }
      .elecciones-2023-color{ color:#a4bdfc!important; }
      .bg-elecciones-2023{ background-color:#a4bdfc!important; }
      .bg-elecciones-2023.trans{ background:transparent!important; }
      .bg-elecciones-2023.trans:after{ background-color:#a4bdfc!important; }
      .border-elecciones-2023-color{ border-color:#a4bdfc!important; }
      ul li.border-elecciones-2023-color:after{ background-color:#a4bdfc!important; }
      .wrapper-slider ul.carousel-headlines .headlines-title.bg-elecciones-2023-trans:after,
      .album-list .album-data.bg-elecciones-2023 .subtitle.site-color { background-color:#a4bdfc!important; }

            
