@charset "UTF-8";
/*
$url:'https://www.tiemposur.com.ar/themes/modernbusiness/www/_themes/tiemposur';
$commonurl:'https://www.tiemposur.com.ar/common/www';
*/
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,600,700';
@import url("https://fonts.googleapis.com/css?family=Krona+One");
@import url("https://fonts.googleapis.com/css?family=Droid+Serif:400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Bitter:400,700");
@import url("https://fonts.googleapis.com/css?family=Righteous");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700,800");
/*font-face {
    font-family: 'OlsenTF';
    src: url('https://tsur.dev/acms/themes/modernbusiness/www/_themes/tiemposur/css/fonts/OlsenTF-Regular1.eot'); 
    src: url('https://tsur.dev/acms/themes/modernbusiness/www/_themes/tiemposur/css/fonts/OlsenTF-Regular1.eot?#iefix') format('embedded-opentype'), 
         url('https://tsur.dev/acms/themes/modernbusiness/www/_themes/tiemposur/css/fonts/OlsenTF-Regular1.woff') format('woff'), 
         url('https://tsur.dev/acms/themes/modernbusiness/www/_themes/tiemposur/css/fonts/OlsenTF-Regular1.ttf') format('truetype'), 
         url('https://tsur.dev/acms/themes/modernbusiness/www/_themes/tiemposur/css/fonts/OlsenTF-Regular1.svg#OlsenTF-Regular') format('svg'); 
    font-style: normal;
    font-weight: normal; 
    text-rendering: optimizeLegibility;
}*/
/*
@font-face {
    font-family: 'OlsenTF'; 
    src: url('$url/css/fonts/OlsenTF-Regular1.eot'); 
    src: url('$url/css/fonts/OlsenTF-Regular1.eot?#iefix') format('embedded-opentype'), 
         url('$url/css/fonts/OlsenTF-Regular1.woff') format('woff'), 
         url('$url/css/fonts/OlsenTF-Regular1.ttf') format('truetype'), 
         url('$url/css/fonts/OlsenTF-Regular1.svg#OlsenTF-Regular') format('svg'); 
    font-style: normal;
    font-weight: normal; 
    text-rendering: optimizeLegibility;
}
*/
/*
@font-face {
    font-family: 'OlsenTF';
    src: url($url+'/css/fonts/OlsenTF-Regular1.eot'); 
    src: url($url+'/css/fonts/OlsenTF-Regular1.eot?#iefix') format('embedded-opentype'), 
         url($url+'/css/fonts/OlsenTF-Regular1.woff') format('woff'), 
         url($url+'/css/fonts/OlsenTF-Regular1.ttf') format('truetype'), 
         url($url+'/css/fonts/OlsenTF-Regular1.svg#OlsenTF-Regular') format('svg'); 
    font-style: normal;
    font-weight: normal; 
    text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'weathericons';
  src: url($commonurl+'/extensions/weather/font/weathericons-regular-webfont.eot');
  src: url($commonurl+'/extensions/weather/font/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url($commonurl+'/extensions/weather/font/weathericons-regular-webfont.woff2') format('woff2'), url($commonurl+'/extensions/weather/font/weathericons-regular-webfont.woff') format('woff'), url($commonurl+'/extensions/weather/font/weathericons-regular-webfont.ttf') format('truetype'), url($commonurl+'/extensions/weather/font/weathericons-regular-webfont.svg#weather_iconsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
@import "../../_generic/css/columnistas/columnistas2.css";
html, body, #page-content-wrapper {
  overflow-x: hidden;
}

#wrapper {
  padding-left: 0;
  /* -webkit-transition: all 0.1s ease;
   -moz-transition: all 0.1s ease;
   -o-transition: all 0.1s ease;
   transition: all 0.1s ease;*/
}

#wrapper.toggled {
  padding-left: 250px;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: #124679;
  /* -webkit-transition: all 0.1s ease;
   -moz-transition: all 0.1s ease;
   -o-transition: all 0.1s ease;
   transition: all 0.1s ease;*/
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
  border-right: 1px solid #C6C6C6;
  padding-bottom: 60px;
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}

#wrapper.toggled #page-content-wrapper .container {
  padding-left: 20px;
}

#wrapper.toggled #page-content-wrapper .navbar-fixed-top .container {
  padding-left: 0px;
}

.fb_reset {
  height: 0;
  display: none;
}

/* Sidebar Styles */
.sidebar-nav {
  /*position: absolute;*/
  top: 0;
  width: 250px;
  margin: 0;
  padding: 15px 0px;
  list-style: none;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 30px;
  padding: 0px 2px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  padding-left: 10px;
}

.sidebar-nav li.menu_classifieds_home a {
  color: red !important;
}

.sidebar-nav .submenues {
  margin-left: 10px;
}

.sidebar-nav .submenues li {
  /*line-height: 20px;
  margin-bottom: 10px;*/
}

.sidebar-nav .submenues li a {
  font-weight: normal;
}

.sidebar-nav .submenues li.radio_tiempofm {
  position: relative;
}
.sidebar-nav .submenues li.radio_tiempofm .radio1_control {
  position: absolute;
  top: -4px;
  right: -6px;
  font-size: 12px;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li i {
  float: right;
  margin-top: 9px;
  margin-right: 30px;
  color: #f00;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#wrapper.toggled .container {
  margin-left: 0px !important;
}

#wrapper.toggled .navbar-fixed-top .container {
  margin-left: auto !important;
}

#sidebar-wrapper .social {
  padding-left: 30px;
}

#sidebar-wrapper .social {
  margin-bottom: 10px;
  margin: 10px 20px 10px;
  padding-top: 10px;
  padding-left: 10px;
}

#sidebar-wrapper .social a {
  color: #ddd;
  padding-right: 10px;
  font-size: 18px;
}

#sidebar-wrapper .menu_op2 li {
  padding-left: 30px;
  padding-bottom: 3px;
}

#sidebar-wrapper .menu_op2 li a {
  display: block;
  text-decoration: none;
  color: #eee;
  text-transform: uppercase;
  font-size: 12px;
}

#sidebar-wrapper .sep {
  margin-bottom: 10px;
  margin: 0px 20px 0px;
  padding-left: 10px;
  background: rgba(255, 255, 255, 0.1) !important;
  height: 1px;
}

.box_content .box_content_int.bg-primary {
  color: #333;
  background-color: #ddd;
}

.module_content.bg-info {
  background-color: #f4f4f4;
  border: 1px solid #ddd;
}
.module_content.bg-info .bg_left.bg-primary {
  background-color: #ddd;
}
.module_content.bg-info .pull-right .btn-xs btn-admin {
  background-color: #ddd;
}

@media (min-width: 768px) {
  #wrapper {
    padding-left: 0;
  }

  #wrapper.toggled {
    padding-left: 250px;
  }

  #sidebar-wrapper {
    width: 0;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
  }

  #page-content-wrapper {
    position: relative;
  }

  #wrapper.toggled #page-content-wrapper {
    /*position: relative;*/
    margin-right: 0;
  }
}
/*$font1:'OlsenTF';*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.tag_cat_sanjuan {
  background: #FF9C00;
}

.tag_cat_argentina {
  background: #03CDFF;
}

.tag_cat_el-mundo {
  background: #FFE600;
}

.tag_cat_politica {
  background: #EB090A;
}

.tag_cat_economia {
  background: #A75DF8;
}

.tag_cat_dntv {
  background: #FF0099;
}

.tag_cat_deportes {
  background: #46B936;
}

.tag_cat_vida-y-ocio {
  background: #85008F;
}

@media (min-width: 1200px) {
  .container {
    width: 1248px;
  }
}
.widgetnewsright2_ver2 {
  position: relative;
}
.widgetnewsright2_ver2 .widgetnewsright2_ver2_inner {
  position: relative;
}
.widgetnewsright2_ver2 .tag_name1 {
  position: absolute;
  bottom: auto !important;
  top: 10px;
}
.widgetnewsright2_ver2 .caption2 {
  /*sombra*/
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, black 100%) repeat scroll 0 0;
  bottom: 3px;
  left: 0;
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 3px;
  right: 0;
  text-align: left;
  position: absolute;
}
.widgetnewsright2_ver2 .caption2 h3 {
  margin-bottom: 4px;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}

.news_stats {
  color: #fff;
  border-top: 3px solid;
  font-weight: bold;
  margin-bottom: 2px;
  padding-top: 6px;
  font-size: 14px;
}
.news_stats .news_stats_comments .icon-comments:before {
  content: "";
}
.news_stats .news_stats_visits .icon-visits:before {
  content: "";
}

.news_grid_ver2 {
  position: relative;
}
.news_grid_ver2 .tag_name1 {
  position: absolute;
  bottom: auto;
  top: 10px;
}
.news_grid_ver2 .caption {
  /* sombra */
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, black 100%) repeat scroll 0 0;
  bottom: 0;
  left: 0;
  padding-left: 4%;
  padding-right: 4%;
  right: 0;
  text-align: left;
  /*border-bottom: 3px solid #ead38b;*/
  position: absolute;
}
.news_grid_ver2 .caption h3 {
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.news_grid_ver2 article {
  margin-bottom: 20px;
}
.news_grid_ver2 article.grid-item .grid-item-inner {
  position: relative;
}

.widgetnewsright2 .widgetnewsright2_inner {
  position: relative;
}
.widgetnewsright2 h3 {
  color: #fff;
}
.widgetnewsright2 h3:hover {
  color: #EAD38B;
}

.section_popular .mod_title {
  margin-bottom: 10px;
}
.section_popular .mod_title h4 {
  margin-top: 0 !important;
  color: #ecf0f1;
  font-weight: 700;
  ont-size: 1em;
  letter-spacing: 0.75px;
  text-decoration: none;
  text-transform: uppercase;
}
.section_popular h4 a {
  color: #111111;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.08em;
  text-decoration: none;
}
.section_popular h4 a:hover {
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
}
.section_popular .media_list .media-body p {
  color: #777;
  font-weight: 600;
  font-size: 80%;
}

.page_container2 {
  margin-top: 20px;
}

.breadcrumb li a {
  color: #555555;
}

footer a, footer a:hover, footer .copyright .btn_nocss, footer .copyright .btn_nocss:hover {
  color: #EAD38B !important;
  text-transform: none !important;
}

.breadcrumb li a {
  color: #555555;
}

.sections_news_grid {
  margin-top: 20px;
}

.news_top_ver2 .col-xs-1, .news_top_ver2 .col-sm-1, .news_top_ver2 .col-md-1, .news_top_ver2 .col-lg-1, .news_top_ver2 .col-xs-2, .news_top_ver2 .col-sm-2, .news_top_ver2 .col-md-2, .news_top_ver2 .col-lg-2, .news_top_ver2 .col-xs-3, .news_top_ver2 .col-sm-3, .news_top_ver2 .col-md-3, .news_top_ver2 .col-lg-3, .news_top_ver2 .col-xs-4, .news_top_ver2 .col-sm-4, .news_top_ver2 .col-md-4, .news_top_ver2 .col-lg-4, .news_top_ver2 .col-xs-5, .news_top_ver2 .col-sm-5, .news_top_ver2 .col-md-5, .news_top_ver2 .col-lg-5, .news_top_ver2 .col-xs-6, .news_top_ver2 .col-sm-6, .news_top_ver2 .col-md-6, .news_top_ver2 .col-lg-6, .news_top_ver2 .col-xs-7, .news_top_ver2 .col-sm-7, .news_top_ver2 .col-md-7, .news_top_ver2 .col-lg-7, .news_top_ver2 .col-xs-8, .news_top_ver2 .col-sm-8, .news_top_ver2 .col-md-8, .news_top_ver2 .col-lg-8, .news_top_ver2 .col-xs-9, .news_top_ver2 .col-sm-9, .news_top_ver2 .col-md-9, .news_top_ver2 .col-lg-9, .news_top_ver2 .col-xs-10, .news_top_ver2 .col-sm-10, .news_top_ver2 .col-md-10, .news_top_ver2 .col-lg-10, .news_top_ver2 .col-xs-11, .news_top_ver2 .col-sm-11, .news_top_ver2 .col-md-11, .news_top_ver2 .col-lg-11, .news_top_ver2 .col-xs-12, .news_top_ver2 .col-sm-12, .news_top_ver2 .col-md-12, .news_top_ver2 .col-lg-12 {
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
}
.news_top_ver2 .breadcrumb {
  display: none;
}

.mod_galeria_slider .top_title {
  background: #24262E;
}
.mod_galeria_slider h2 {
  font-weight: bold;
  color: #fff;
  font-family: Oswald;
  font-size: 34px;
  margin: 10px;
}

/*#WidgetNewsGeneric .top_title h4{
	 font: 24px/20px "Oswald","Arial";
	 color:#fff;
	 text-transform:uppercase;
}*/
.news_high_dntv .top .pull-left {
  background: transparent url("../imgs/logo_dntv2-3.png") no-repeat scroll -12px -8px;
  display: block;
  height: 86px;
  padding-left: 130px !important;
  width: 123px;
}

.mod_galeria_slider h2 {
  background: transparent url("../imgs/dame_clic3.png") no-repeat scroll -12px -8px;
  display: block;
  height: 99px;
  padding-left: 130px !important;
  width: 319px;
}

.news_sections_list .breadcrumb {
  display: none;
}
.news_sections_list .page-header {
  font: 70px/77px "Oswald", "Arial";
  letter-spacing: -0.4px;
  padding: 0;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}

.news_top .linea-sep {
  height: 2px;
  background-color: #000;
  opacity: 0.2;
  margin-top: 5px;
}
.news_top .page-header {
  font: 70px/77px "Oswald", "Arial";
  letter-spacing: -0.4px;
  padding: 0 0 0 20px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}
.news_top .thumbnail3 {
  position: relative;
}
.news_top .news_list .categories {
  margin-bottom: 15px;
}
.news_top .news_list .cat_1 {
  background: #C82828;
}
.news_top .news_list h2 {
  margin: 4px 6px;
  padding: 4px;
}
.news_top .news_list h2 a {
  font: 30px/37px "Oswald", "Arial";
  text-transform: uppercase;
}
.news_top .news_list h2 a:hover {
  text-decoration: underline;
}
.news_top .news_list .vertodas {
  margin: 0;
  color: #fff;
  font-size: 0.6em;
}
.news_top .news_list h3 {
  color: #fff;
  font-family: "Raleway", "Open Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
  margin: 10px 5px 20px;
}
.news_top .news_list .posi_1 {
  margin-bottom: 15px;
}
.news_top .news_list .posi_1 h3 {
  font-size: 2em;
}
.news_top .news_list .copete {
  color: #fff;
  line-height: 1.2em;
}
.news_top .news_list .cat_2 {
  background: #518FC9;
}
.news_top .news_list .cat_2 h2 {
  border-bottom: 1px solid #9CC2E5;
}
.news_top .news_list .cat_3 {
  background: #BD51C6;
}
.news_top .news_list .cat_3 h2 {
  border-bottom: 1px solid #DC9AE2;
}
.news_top .news_list .cat_4 {
  background: #C66751;
}
.news_top .news_list .cat_4 h2 {
  border-bottom: 1px solid #E5A090;
}
.news_top .news_list .cat_5 {
  background: #50C488;
}
.news_top .news_list .cat_5 h2 {
  border-bottom: 1px solid #9BDDBB;
}
.news_top .news_list .cat_6 {
  background: #C651B9;
}
.news_top .news_list .cat_6 h2 {
  border-bottom: 1px solid #D89CD1;
}
.news_top .news_list .cat_7 {
  background: #767F22;
}
.news_top .news_list .cat_7 h2 {
  border-bottom: 1px solid #959B61;
}

.category_vida-y-ocio .news_list .cat_1 {
  background: #85008f;
}
.category_vida-y-ocio .news_list .cat_2 {
  background: #000;
}
.category_vida-y-ocio .label-danger {
  background-color: #85008f;
}

.category_deportes .news_list .cat_1 {
  background: #46B936;
}
.category_deportes .news_list .cat_2 {
  background: #000;
}
.category_deportes .label-danger {
  background-color: #46B936;
}

.category_dntv h1 {
  color: #fff !important;
  background: #FF0099;
  padding: 6px 0 !important;
}
.category_dntv .news_list .cat_1 {
  background: #000;
}
.category_dntv .news_list .cat_2 {
  background: #FF0099;
}
.category_dntv .news_list .cat_2 h2 {
  border-bottom: 1px solid #444444;
}
.category_dntv .news_list h2 a {
  visibility: hidden;
}
.category_dntv .news_list h2 a:before {
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 78px;
  left: 0;
  margin-bottom: -30px;
  margin-right: 10px;
  margin-top: -40px;
  overflow: hidden;
  visibility: visible;
}
.category_dntv .news_list .category_dameviajes h2 a:before {
  background-image: url("../imgs/logos/dame_viajes.png");
}
.category_dntv .news_list .category_damemusica h2 a:before {
  background-image: url("../imgs/logos/dame_musica.png");
}
.category_dntv .news_list .category_damesuenos h2 a:before {
  background-image: url("../imgs/logos/dame_suenos.png");
}
.category_dntv .news_list .category_especiales h2 a:before {
  background-image: url("../imgs/logos/dame_especiales.png");
}
.category_dntv .news_list .category_dameshow h2 a:before {
  background-image: url("../imgs/logos/dame_show.png");
}
.category_dntv .news_list .category_dametips h2 a:before {
  background-image: url("../imgs/logos/dame_tips.png");
}
.category_dntv .news_list .category_damepyme h2 a:before {
  background-image: url("../imgs/logos/dame_pyme.png");
}
.category_dntv .news_list .category_damclick h2 a:before {
  background-image: url("../imgs/logos/dame_click.png");
}
.category_dntv .news_list .category_a-mi-manera h2 a:before {
  background-image: url("../imgs/logos/dame_amimanera.png");
}
.category_dntv .label-danger {
  background-color: #FF0099;
}

.container.page_container2 .category_dntv h1.page-header {
  display: none;
}

.news_sections_list h1.page-header.category_padre_dntv {
  visibility: hidden;
}
.news_sections_list h1.page-header.category_padre_dntv:before {
  background-color: #ff0099;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 100px;
  margin-bottom: -80px;
  margin-top: -10px;
  overflow: hidden;
  padding: 0 !important;
  visibility: visible;
}
.news_sections_list h1.category_padre_dntv.category_dameviajes:before {
  background-image: url("../imgs/logos/dame_viajes.png");
}
.news_sections_list h1.category_padre_dntv.category_damemusica:before {
  background-image: url("../imgs/logos/dame_musica.png");
}
.news_sections_list h1.category_padre_dntv.category_damesuenos:before {
  background-image: url("../imgs/logos/dame_suenos.png");
}
.news_sections_list h1.category_padre_dntv.category_especiales:before {
  background-image: url("../imgs/logos/dame_especiales.png");
}
.news_sections_list h1.category_padre_dntv.category_dameshow:before {
  background-image: url("../imgs/logos/dame_show.png");
}
.news_sections_list h1.category_padre_dntv.category_dametips:before {
  background-image: url("../imgs/logos/dame_tips.png");
}
.news_sections_list h1.category_padre_dntv.category_damepyme:before {
  background-image: url("../imgs/logos/dame_pyme.png");
}
.news_sections_list h1.category_padre_dntv.category_dameclick:before {
  background-image: url("../imgs/logos/dame_click.png");
}

#encuestas_contenedor {
  margin-top: 20px;
}
#encuestas_contenedor .panel-heading h3.panel-title {
  color: #ead38b;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.75px;
  text-decoration: none;
  text-transform: uppercase;
}
#encuestas_contenedor .panel-body p.lead {
  font-family: "Domine", Georgia, serif;
  font-weight: 600;
}

.panel-primary > .panel-heading {
  background-color: #000000;
  border-color: transparent;
  color: #EAD38B;
}

.news_detail .news_paginador {
  background: #000;
  display: inline-flex;
  text-align: center;
  width: 100%;
}

.news_detail .linea-sep2 {
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 20px;
  padding-bottom: 10px;
  width: 100%;
}
.news_detail .desarrollo {
  line-height: 35px;
  color: #000;
  font-size: 20px;
}
.news_detail .desarrollo p {
  margin-bottom: 30px;
}
.news_detail .nd_top h1 {
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 4px;
  font-size: 48px;
  letter-spacing: -0.04em;
}
.news_detail .nd_top .tag_name1 {
  font-weight: 600;
  padding: 3px 7px;
  text-transform: uppercase;
}
.news_detail article .desarrollo p:first-child::first-letter {
  color: #000000 !important;
  float: left;
  font: 80px/80px suecaslabmedium, georgia;
  margin-right: 12px;
  padding: 0 10px 6px 0;
}
.news_detail .redes .title .small2 {
  font-weight: normal;
}
.news_detail .news_module {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 14px;
  margin-bottom: 20px;
}
.news_detail .news_module .title {
  color: #33495e;
  float: left;
  font-size: 20px;
  font-weight: 800;
}
.news_detail .news_module .title .small2 {
  font-weight: normal;
}
.news_detail .news_tags .title {
  width: 80px;
}
.news_detail .news_tags .tag_name1 {
  border-radius: 2px;
  font-size: 70%;
  padding: 1px 4px;
}
.news_detail .related {
  background: #EBEBEB;
  padding: 20px;
}
.news_detail .related .title {
  margin-bottom: 15px;
}
.news_detail .related .thumbnail {
  padding: 0;
}

.news_detail .news_paginador .photo_numbers2 {
  background: #000;
}

.news_detail .desarrollo_w_box {
  margin-top: 20px;
}

.news_detail .user_box img {
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.news_detail .user_box .username {
  font-size: 12px;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #000;
}

.news_detail .galeria_items {
  margin-bottom: 4px;
  border-bottom: 1px solid #ccc;
}

.news_detail .galeria_items li a {
  border-left: 1px solid;
  border-radius: 4px 4px 0 0;
  border-right: 1px solid;
  border-top: 1px solid;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  text-transform: uppercase;
  color: #666;
}

.news_detail .galeria_items li.active a {
  background: #000000 none repeat scroll 0 0;
  color: #fff;
}

.news_detail .news_audios .audio_item {
  margin-bottom: 20px;
}

.news_detail .news_audios .audio_item audio {
  width: 100%;
  background: #555;
  margin-top: 10px;
}

.news_detail .audio_content {
  margin-bottom: 4px;
  border-bottom: 1px solid #ccc;
}

.news_detail .audio_content .audio_title {
  border-left: 1px solid;
  border-radius: 10px 10px 0 0;
  border-right: 1px solid;
  border-top: 1px solid;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  text-transform: uppercase;
  background: #000000 none repeat scroll 0 0;
  color: #fff;
  display: inline-table;
}

.news_detail .news_audios .audio_item .secomentavisitas {
  display: none;
}

footer {
  background-color: #000;
}

footer .copyright {
  background-color: #000;
}

footer .footer_menu .footer_menu_bottom {
  border-bottom: 5px solid #fff;
  width: 100%;
}

footer .footer_menu .list-inline li a {
  color: #fff !important;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.75px;
  text-decoration: none;
  text-transform: uppercase !important;
}

footer .footer_menu .list-inline li a:hover {
  color: #EAD38B !important;
}

footer .footer_social .social-icons-large a {
  font-size: 25px;
  padding: 6px;
}

footer .footer_social .social-icons-large a i {
  color: #fff;
}

footer .footer_social .social-icons-large a i:hover {
  color: #EAD38B !important;
}

.col-md-12 .banners {
  max-width: 1218px;
  margin: 0 auto 20px;
  width: 100%;
}
.col-md-12 .banners img {
  width: 100% !important;
  height: auto !important;
}

.col-md-8 .banners {
  max-width: 800px;
  margin: 0 auto 20px;
  width: 100%;
}
.col-md-8 .banners img {
  width: 100% !important;
  height: auto !important;
}
.col-md-8 .news_grid_ver2 .banners {
  margin: 0 auto;
}

.col-md-4 .banners {
  max-width: 380px;
  margin: 0 auto 20px;
  width: 100%;
}
.col-md-4 .banners img {
  width: 100% !important;
  height: auto !important;
}

.sp #sp_form {
  margin-bottom: 20px;
}
.sp .sp_contenedor1 {
  background: #000000 none repeat scroll 0 0;
  border-radius: 10px;
  padding: 10px 15px;
}
.sp .titulo1 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
}
.sp .titulo2 {
  color: #f7f7f7;
  font-size: 16px;
}
.sp .sp_footer .ct_publicar .btn_publicar {
  background: #77b62a none repeat scroll 0 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 14px;
  text-decoration: none;
}
.sp .sp_footer .ct_publicar .btn_publicar:hover {
  background: #77CA1B;
}

.media_list .media .media-body .media-username a {
  color: #778803;
}
.media_list .media.data .media-left {
  width: 30%;
}
.media_list .media.data .media-left img {
  width: 100%;
  height: auto !important;
}
.media_list .media.data .media-body h3 a {
  color: #333333;
  font-family: "Raleway", "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
}

.usuarios_login_content .modal-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}
.usuarios_login_content .content_registro {
  border-left: 1px solid #eee;
}
.usuarios_login_content .ingresa_con {
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}

.events_list article {
  margin-bottom: 30px;
}
.events_list article h2 {
  margin: 0 0 10px 0;
}
.events_list article h2 a {
  color: #333333;
  font-family: "Raleway", "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
}

.ranking2.box1 .top a {
  color: #000;
}
.ranking2.box1 .top_title {
  padding: 0;
}
.ranking2.box1 .top {
  padding: 0;
  margin: 0;
}
.ranking2.box1 .news_high_title {
  margin-bottom: 5px;
  margin-top: 10px;
}
.ranking2.box1 .topRank {
  background: #43556D;
}
.ranking2.box1 .topRank .topRankInner {
  color: #ffffff;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 1.58em;
  font-weight: 700;
  letter-spacing: 0.75px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.ranking2.box1 article.rnk_1 {
  background: #77C6E4;
}
.ranking2.box1 article.rnk_2 {
  background: #6FBAD7;
}
.ranking2.box1 article.rnk_3 {
  background: #58ADCC;
}
.ranking2.box1 article.rnk_4 {
  background: #44A2C6;
}
.ranking2.box1 article.rnk_5 {
  background: #3191B7;
}
.ranking2.box1 article a {
  margin: 10px;
}
.ranking2.box1 .list {
  height: 100%;
}
.ranking2.box1 .list article {
  height: 100%;
}
.ranking2.box1 .rnkDatos {
  padding: 10px auto;
  text-align: center;
  color: #fff;
}
.ranking2.box1 .rnkDatos .user_foto {
  padding: 0;
}
.ranking2.box1 .rnkDatos .user_foto img {
  border-radius: 50%;
}
.ranking2.box1 .rnkDatos .user_container {
  padding-left: 5px;
}
.ranking2.box1 .rnkDatos .username {
  font-size: 1em;
}
.ranking2.box1 .rnkDatos .puntosNro {
  font-size: 140%;
}
.ranking2.box1 .rnkDatos .puntosTitle {
  font-size: 60%;
}

.mdl_ranking_usuarios .ranking2.box1 .rnkDatos {
  color: #333;
}

.audio_play {
  background: #ff7dc9 none repeat scroll 0 0;
  border-radius: 10px 0 0 10px;
  /*bottom: 4px;*/
  height: auto;
  left: auto;
  margin: 0 !important;
  opacity: 0.8;
  padding: 0 10px;
  position: absolute;
  right: 0 !important;
  top: 70px;
  width: auto;
}

.audio_play:before {
  content: "";
  color: #333;
  font-family: FontAwesome;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  height: auto;
  left: auto;
  margin-left: 0;
  margin-top: 0;
  position: relative;
  text-decoration: inherit;
  top: auto;
  width: auto;
}

.news_list .news_list_top_x_2 .posi_1 .audio_play {
  right: 7px !important;
}

/*.news_detail{
	.audio_play {
	        background: #fffe00 none repeat scroll 0 0;
	    bottom: 10px;
	    height: auto;
	    left: auto;
	    opacity: 0.8;
	    padding: 4px 20px;
	    position: absolute;
	    right: 0 !important;
	    top: auto;
	    width: auto;

	}

	.audio_play:before{
		content: "\f028";
	    color: #555555;
    	font-family: FontAwesome;
	    font-size: 79px;
	    font-style: normal;
	    font-weight: normal;
	    height: auto;
	    left: auto;
	    margin-left: 0;
	    margin-top: 0;
	    position: relative;
	    text-decoration: inherit;
	    top: auto;
	    width: auto;

	}


}
*/
.page_events_articles_detail .eventCalendar-currentTitle,
.page_events_articles_detail .list-group-item.active,
.page_events_articles_detail .list-group-item.active:hover,
.page_events_articles_detail .list-group-item.active:focus,
.page_events_home .eventCalendar-currentTitle,
.page_events_home .list-group-item.active,
.page_events_home .list-group-item.active:hover,
.page_events_home .list-group-item.active:focus,
.mcd .news_archive .eventCalendar-currentTitle,
.mcd .news_archive .list-group-item.active,
.mcd .news_archive .list-group-item.active:hover,
.mcd .news_archive .list-group-item.active:focus {
  background-color: #ef7712;
}
.page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle,
.page_events_home .eventCalendar-list li a.eventCalendar-eventTitle,
.mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #944D09;
}
.page_events_articles_detail .badge,
.page_events_home .badge,
.mcd .news_archive .badge {
  background-color: #944D09;
}
.page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a,
.page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a,
.mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background-color: #944D09;
}

#ModUserSignUp .panel-default > .panel-heading {
  background-color: #e6007e;
  border-color: rgba(0, 0, 0, 0);
  color: #ffffff;
  font-weight: bold;
}

#navbarArriba li {
  background: #ddd none repeat scroll 0 0;
  border-radius: 0;
  margin: 0;
  padding: 6px;
  position: relative;
  border-bottom: 3px solid #ccc;
}
#navbarArriba li a {
  font-size: 12px;
}
#navbarArriba li.soy-protagonista {
  border-bottom: 3px solid blue;
}
#navbarArriba li.soy-protagonista:hover {
  transition: background-color 0.4s ease;
  background: blue;
}
#navbarArriba li.soy-protagonista:hover a {
  color: #fff !important;
}
#navbarArriba li.classifieds_home {
  border-bottom: 3px solid green;
}
#navbarArriba li.classifieds_home:hover {
  transition: background-color 0.4s ease;
  background: green;
}
#navbarArriba li.classifieds_home:hover a {
  color: #fff !important;
}

@media (max-width: 767px) {
  .news_sections_list .page-header, .news_top .page-header {
    font: 40px/47px "Oswald", "Arial";
  }

  .news_detail .desarrollo img {
    max-width: 100% !important;
    height: auto !important;
  }

  footer .footer_menu .list-inline li {
    width: 100%;
    display: block;
    text-align: center;
  }

  footer .pull-right {
    float: none;
    display: block;
    width: 100%;
  }

  footer .footer_social {
    display: block;
    text-align: center;
    margin: 30px 0;
  }

  .sp .media_list .media.data .media-left {
    display: block;
    padding: 0;
    width: 100%;
  }
  .sp .media_list .media.data .media-left img {
    width: 100%;
    height: auto !important;
  }

  .section_subtitle {
    display: none;
  }
}
.news_list .carousel.slide {
  margin-bottom: 30px;
}

.carousel.slide .label-primary {
  bottom: auto;
  left: 3%;
  padding: 4px 6px;
  position: absolute;
  text-transform: uppercase;
  top: 10px;
}

.news_statistical .title {
  background: #242E3A;
  font-size: 18px;
  line-height: 16px;
  font-weight: bold;
  padding: 10px 9px;
  color: #ffffff;
}
.news_statistical .title .popular_category {
  font-weight: normal;
}
.news_statistical article {
  background: #E8EBF0;
  border-left: 9px solid #232D39;
}
.news_statistical article .total {
  margin-top: 10px;
  float: left;
  width: 20%;
  text-align: center;
}
.news_statistical article .total .news_comment, .news_statistical article .total .news_read {
  font-size: 20px;
  font-weight: 600;
}
.news_statistical article .total .tit_comment {
  font-size: 10px;
}
.news_statistical article header {
  border-left: 1px solid #D0D1D5;
  float: left;
  width: 76%;
  padding: 6px 6px 15px 6px;
}
.news_statistical article header h2, .news_statistical article header h2 a {
  color: #2E3D50;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-decoration: none;
}
.news_statistical article header .date {
  color: #CA1B20;
}
.news_statistical article.alt {
  background: #E1E2E7;
}
.news_statistical article.posi_2 {
  border-left: 9px solid #2E578B;
}
.news_statistical article.posi_3 {
  border-left: 9px solid #4EA5DB;
}
.news_statistical article.posi_4 {
  border-left: 9px solid #65D4FF;
}
.news_statistical article.posi_5 {
  border-left: 9px solid #6DF6FF;
}

.news_popular.read .title {
  background: #CA1D21;
}

.widget.tags {
  margin: 0;
}
.widget.tags .tags-izq {
  background-color: #face39;
  color: #000000;
  float: left;
  padding: 2px 6px;
  width: auto;
}

.header_box_derecha.social .hs_title {
  font-style: italic;
  font-size: 0.7em;
  padding-left: 4px;
}
.header_box_derecha.social .social-icons-large a {
  color: #666;
}
.header_box_derecha.social .social-icons-large a .fa-facebook:hover {
  color: #6293C7;
}
.header_box_derecha.social .social-icons-large a .fa-twitter:hover {
  color: #A1D9EE;
}
.header_box_derecha.social .social-icons-large a .fa-youtube:hover {
  color: #ED4343;
}
.header_box_derecha.social .social-icons-large a .fa-instagram:hover {
  color: #9444BC;
}
.header_box_derecha.social .date {
  font-size: 0.8em;
  padding-left: 4px;
}

.srv_principal {
  display: block;
  width: 100%;
}

.srv_principal .srv_izq {
  float: left;
  width: 38%;
}

.srv_principal .srv_centro {
  float: left;
  width: 38%;
}

.srv_contenedor {
  color: #777777;
}

.srv_principal .srv_contenedor {
  padding: 10px;
  margin: 10px;
  background: #F2F2F2;
  border: 1px solid #d1d1d1;
}

.srv_principal .srv_contenedor .srv_h_title {
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: #555;
}

.srv_principal .srv_contenedor a.srv_h_title:hover {
  color: #333;
  text-decoration: underline;
}

.srv_principal .srv_der {
  float: left;
  width: 24%;
}

.srv_horoscopo ul.hrs_listado li {
  margin-bottom: 10px;
}

.srv_horoscopo ul.hrs_listado li a.zodiaco {
  background: transparent url("imagenes/_themes/tiemposur/header/zodiaco/aries.png") no-repeat scroll center center;
  display: block;
  height: 50px;
  width: 100%;
  padding: 4px;
  background-size: 48px auto !important;
}

.srv_horoscopo ul.hrs_listado li a.aries {
  background: transparent url("imagenes/_themes/tiemposur/header/zodiaco/aries.png") no-repeat scroll center center;
}

.srv_horoscopo ul.hrs_listado li a.tauro {
  background: transparent url("imagenes/_themes/tiemposur/header/zodiaco/tauro.png") no-repeat scroll center center;
}

.srv_horoscopo ul.hrs_listado li a.geminis {
  background: transparent url("imagenes/_themes/tiemposur/header/zodiaco/geminis.png") no-repeat scroll center center;
}

.srv_horoscopo ul.hrs_listado li a.cancer {
  background: transparent url("imagenes/_themes/tiemposur/header/zodiaco/cancer.png") no-repeat scroll center center;
}

.srv_horoscopo ul.hrs_listado li a.leo {
  background: transparent url("imagenes/_themes/tiemposur/header/zodiaco/leo.png") no-repeat scroll center center;
}

.srv_horoscopo ul.hrs_listado li a.virgo {
  background: transparent url("imagenes/_themes/tiemposur/header/zodiaco/virgo.png") no-repeat scroll center center;
}

.srv_horoscopo ul.hrs_listado li a.libra {
  background: transparent url("imagenes/_themes/tiemposur/header/zodiaco/libra.png") no-repeat scroll center center;
}

.srv_horoscopo ul.hrs_listado li a.escorpio {
  background: transparent url("imagenes/_themes/tiemposur/header/zodiaco/escorpio.png") no-repeat scroll center center;
}

.srv_horoscopo ul.hrs_listado li a.sagitario {
  background: transparent url("imagenes/_themes/tiemposur/header/zodiaco/sagitario.png") no-repeat scroll center center;
}

.srv_horoscopo ul.hrs_listado li a.capricornio {
  background: transparent url("imagenes/_themes/tiemposur/header/zodiaco/capricornio.png") no-repeat scroll center center;
}

.srv_horoscopo ul.hrs_listado li a.acuario {
  background: transparent url("imagenes/_themes/tiemposur/header/zodiaco/acuario.png") no-repeat scroll center center;
}

.srv_horoscopo ul.hrs_listado li a.piscis {
  background: transparent url("imagenes/_themes/tiemposur/header/zodiaco/piscis.png") no-repeat scroll center center;
}

.srv_horoscopo .hrs_high {
  margin-bottom: 15px;
}

.srv_horoscopo .hrs_high .hrs_signo span {
  display: block;
  float: left;
  width: 35% !important;
}

.srv_horoscopo .hrs_high .hrs_text {
  display: block;
  float: left;
  width: 60%;
}

.srv_horoscopo .hrs_high .hrs_text .hrs_text_tit1 {
  font-weight: bold;
  font-size: 1.2em;
}

.srv_horoscopo .hrs_high .hrs_text .hrs_text_tit2 {
  margin-bottom: 6px;
}

.srv_horoscopo .hrs_high .hrs_text .hrs_text_tit3 {
  font-size: 0.9em;
}

.srv_horoscopo .hrs_high .hrs_signo span {
  height: 120px;
  width: 56px;
  padding: 4px;
}

.srv_horoscopo .hrs_high .hrs_signo .aries {
  background: transparent url("imagenes/_themes/tiemposur/header/zodiaco/aries.png") no-repeat scroll center center/70px auto;
  height: 120px;
  width: 56px;
  padding: 4px;
}

.srv_horoscopo .hrs_high .hrs_signo .tauro {
  background: transparent url("imagenes/_themes/tiemposur/header/zodiaco/tauro.png") no-repeat scroll center center/70px auto;
}

.srv_horoscopo .hrs_high .hrs_signo .geminis {
  background: transparent url("imagenes/_themes/tiemposur/header/zodiaco/geminis.png") no-repeat scroll center center/70px auto;
}

.srv_horoscopo .hrs_high .hrs_signo .cancer {
  background: transparent url("imagenes/_themes/tiemposur/header/zodiaco/cancer.png") no-repeat scroll center center/70px auto;
}

.srv_horoscopo .hrs_high .hrs_signo .leo {
  background: transparent url("imagenes/_themes/tiemposur/header/zodiaco/leo.png") no-repeat scroll center center/70px auto;
}

.srv_horoscopo .hrs_high .hrs_signo .virgo {
  background: transparent url("imagenes/_themes/tiemposur/header/zodiaco/virgo.png") no-repeat scroll center center/70px auto;
}

.srv_horoscopo .hrs_high .hrs_signo .libra {
  background: transparent url("imagenes/_themes/tiemposur/header/zodiaco/libra.png") no-repeat scroll center center/70px auto;
}

.srv_horoscopo .hrs_high .hrs_signo .escorpio {
  background: transparent url("imagenes/_themes/tiemposur/header/zodiaco/escorpio.png") no-repeat scroll center center/70px auto;
}

.srv_horoscopo .hrs_high .hrs_signo .sagitario {
  background: transparent url("imagenes/_themes/tiemposur/header/zodiaco/sagitario.png") no-repeat scroll center center/70px auto;
}

.srv_horoscopo .hrs_high .hrs_signo .capricornio {
  background: transparent url("imagenes/_themes/tiemposur/header/zodiaco/capricornio.png") no-repeat scroll center center/70px auto;
}

.srv_horoscopo .hrs_high .hrs_signo .acuario {
  background: transparent url("imagenes/_themes/tiemposur/header/zodiaco/acuario.png") no-repeat scroll center center/70px auto;
}

.srv_horoscopo .hrs_high .hrs_signo .piscis {
  background: transparent url("imagenes/_themes/tiemposur/header/zodiaco/piscis.png") no-repeat scroll center center/70px auto;
}

.cmb_item_compra, .cmb_item_venta {
  font-size: 90%;
}

.cmb_item_dolar .cmb_item_izq {
  float: left;
  width: 30%;
}

.cmb_item_dolar {
  width: 50%;
  float: left;
  margin: 10px 0;
}

.cmb_item_dolar .cmb_item_izq .cmb_item_img {
  float: left;
  background: transparent url("imagenes/_themes/tiemposur/header/dolar.png") no-repeat scroll center center;
  height: 31px;
  width: 31px;
  padding: 4px;
}

.cmb_item_euro .cmb_item_izq .cmb_item_img {
  float: left;
  background: transparent url("imagenes/_themes/tiemposur/header/euro.png") no-repeat scroll center center;
  height: 31px;
  width: 31px;
  padding: 4px;
}

.cmb_item_real .cmb_item_izq .cmb_item_img {
  float: left;
  background: transparent url("imagenes/_themes/tiemposur/header/real.png") no-repeat scroll center center;
  height: 31px;
  width: 31px;
  padding: 4px;
}

.cmb_item_dolar .cmb_item_der {
  float: left;
  width: 70%;
}

.cmb_item_dolar .cmb_item_tit {
  font-weight: bold;
  font-size: 1.2em;
}

.cmb_item_real {
  border-top: 1px solid #d1d1d1;
  margin: 10px -10px;
  padding: 10px;
  width: 100%;
}

.cmb_item_real .cmb_item_izq {
  width: 15%;
}

.srv_banner {
  width: 100%;
  padding: 0 10px;
}

.ei_banner {
  background: transparent url("imagenes/_themes/tiemposur/header/edicion_impresa.png") no-repeat scroll center center;
  background-size: 100%, cover;
  height: 83px;
  /*width: 350px;*/
  position: relative;
  display: block;
}

.ei_banner .ei_titulo1 {
  color: #eee;
  font-size: 1.6em;
  left: 167px;
  position: absolute;
  top: 3px;
}

.ei_banner .ei_titulo2 {
  color: #eee;
  font-size: 1em;
  left: 167px;
  position: absolute;
  top: 36px;
}

.srv_menues .srv_h_title span {
  color: #de3032;
  font-size: 1em;
  font-weight: bold;
  text-transform: none;
}

.srv_menu {
  margin: 7px -10px 0;
}

.srv_menu li {
  border-top: 1px solid #d1d1d1;
  width: 100%;
  padding: 4px 0;
}

.srv_menu li .item {
  font-size: 1.2em;
  height: 37px;
  padding: 2px 10px 2px 58px;
  display: block;
  text-decoration: none;
  color: #777777;
}

.srv_menu li .item:hover {
  color: #000000;
}

.srv_menu li .item span {
  display: block;
  margin-top: 4px;
}

.srv_menu li .item.srv_clasificados {
  background: transparent url("imagenes/_themes/tiemposur/header/clasificados.png") no-repeat scroll 4px center;
}

.srv_menu li .item.srv_cuponera {
  background: transparent url("imagenes/_themes/tiemposur/header/cuponera.png") no-repeat scroll 4px center;
}

.srv_menu li .item.srv_soy_protagonista {
  background: transparent url("imagenes/_themes/tiemposur/header/soy_protagonista.png") no-repeat scroll 4px center;
}

.srv_menu li .item.srv_horarios_vuelo {
  background: transparent url("imagenes/_themes/tiemposur/header/vuelos.png") no-repeat scroll 4px center;
}

.srv_menu li .item.srv_quinielas {
  background: transparent url("imagenes/_themes/tiemposur/header/loteria.png") no-repeat scroll 4px center;
}

.srv_menu li .item.srv_tiempofm {
  background: transparent url("imagenes/_themes/tiemposur/header/tiempofm.png") no-repeat scroll 4px center;
}

.srv_menu li .item.srv_contactenos {
  background: transparent url("imagenes/_themes/tiemposur/header/contactenos.png") no-repeat scroll 4px center;
}

.srv_menu li .item.srv_multimedia {
  background: transparent url("imagenes/_themes/tiemposur/header/multimedia.png") no-repeat scroll 4px center;
}

.srv_menu li .item.srv_quinielas {
  font-size: 1.3em;
}

.srv_menu li .item.srv_tiempofm span {
  margin: 0;
}

.srv_menu li .item.srv_tiempofm span small {
  display: block;
  font-size: 0.7em;
}

.section_subtitle .section_content {
  background: #34495e none repeat scroll 0 0;
}

.section_subtitle .section_content .section_content_inner {
  border-bottom: 5px solid #e76e66;
  margin: auto;
  width: 100%;
}

.section_subtitle .section_content .section_content_inner .section_title {
  color: #f7f7f7;
  float: left;
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 10px;
  width: auto;
}

section.news_list_ver4 {
  background-color: #fff;
  padding: 0 20px 20px 20px;
  margin-bottom: 30px;
}
section.news_list_ver4 header .bg-primary {
  background-color: transparent !important;
  border-top: 2px solid #ccc;
  color: #222;
  margin: 0;
  padding: 0;
}
section.news_list_ver4 .title {
  border-top: 2px solid #222;
  margin: 0 0 -2px;
  padding: 12px 0;
  font-weight: 600;
  font-size: 30px;
}
section.news_list_ver4 article .thumbnail {
  padding: 0;
}
section.news_list_ver4 article .thumbnail .caption {
  min-height: 140px;
  padding: 6px 14px;
}
section.news_list_ver4 article .thumbnail .caption h3 {
  line-height: 1.2em;
}
section.news_list_ver4 article .thumbnail .caption .caption_top {
  padding-bottom: 6px;
  font-size: 80%;
  color: #ddd;
  font-weight: 600;
}

section.news_list_ver4.class_politica .title {
  border-top: 2px solid #2F60BF;
}
section.news_list_ver4.class_politica article .thumbnail {
  background: #2F60BF;
}
section.news_list_ver4.class_politica article .thumbnail .caption {
  color: #fff;
}

section.news_list_ver5 .thumbnail {
  border-radius: 0;
  padding: 0;
}
section.news_list_ver5 section.section_news_high article .caption {
  min-height: 165px;
}
section.news_list_ver5 section.section_news_high article .caption h3 {
  line-height: 1.4em;
  font-weight: 600;
}
section.news_list_ver5 section.section_news_list article {
  margin-bottom: 2px;
}
section.news_list_ver5 section.section_news_list article.posi_1 .thumbnail {
  background: transparent;
  border: 1px solid #c5c5c5;
  padding: 10px;
}
section.news_list_ver5 section.section_news_list article.posi_1 .thumbnail .caption {
  color: #1e3344;
  min-height: 200px;
}
section.news_list_ver5 section.section_news_list article.posi_1 .thumbnail .caption h3 {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px;
}
section.news_list_ver5 section.section_news_list article.posi_2 .caption {
  min-height: 136px;
}
section.news_list_ver5 section.section_news_list article.posi_2 .caption h3 {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  section.news_list_ver5 section.section_news_high {
    float: right;
    width: 75%;
  }
  section.news_list_ver5 section.section_news_list {
    float: left;
    width: 28%;
  }
}
.path.floatFix {
  margin: 10px 0;
}

.path.floatFix div {
  display: inline;
}

footer .pie {
  clear: both;
}

.gris {
  background-color: #f6f6f6;
}

#contenido.loterias #formSorteo {
  float: right;
  margin-right: 15px;
  width: 529px;
}

#promoNumeros {
  height: 119px;
  margin-bottom: 20px;
  width: 300px;
}

#promoNumeros a {
  background: transparent url("/_ui/desktop/imgs/layout/loterias/numeros.jpg") no-repeat scroll 0 0;
  display: block;
  height: 119px;
  width: 300px;
}

.tablaGris {
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  font: 14px "Arial";
}

#item .tablaGris tbody tr:first-child td {
  font: bold 16px "Arial";
  padding: 8px 0;
}

.quiniela .tablaGris {
  float: left;
}

.resto .tablaGris {
  margin: auto;
  width: 100%;
}

.resto .tablaGris.ganadores {
  border-top: 0 none;
}

.resto.tabla .vacante {
  display: block;
  font: 16px "TheSansBold", "Arial";
  text-align: center;
}

.tablaGris.ganadores td div {
  font-weight: bold;
  width: 100%;
}

.tablaGris.ganadores tr:first-child td {
  font-size: 12px !important;
}

.tablaGris.ganadores td {
  padding: 6px 3px 6px 0;
}

.tablaGris.ganadores .color {
  font-size: 15px;
  font-weight: bold;
}

.tablaGris.ganadores .importe {
  text-align: right;
}

.sorteo .impar {
  margin-left: 0 !important;
}

.resto .referencia {
  background: #f6f6f6 none repeat scroll 0 0;
}

.resto .resultados {
  font: bold 28px "Arial";
}

.resto .pozo {
  margin-bottom: 40px;
}

.tablaGris.ganadores .mas-aciertos td {
  font: bold 14px "Arial";
}

.tablaGris tr {
  background-color: #fff;
}

.tablaGris td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 6px 7px;
  text-align: center;
}

.resto .tablaGris td {
  vertical-align: middle;
}

.divisor td {
  background-color: #f7f7f7;
}

.tablaGris th {
  border-bottom: 1px solid #dadada;
  border-right: 1px solid #dadada;
  font-size: 12px;
  padding: 2px 0;
  text-align: center;
}

.promo.data1 .tablaGris th, .promo.data1 .tablaGris td {
  width: 50%;
}

.home_data2 .tablaGris th {
  background: #F5AD00;
  color: #fff;
}

.promo h2 .nombre, .promo .cabeza_cod {
  color: #444;
  line-height: 1.2em;
}

.promo .cabeza_cod {
  background: #f5ad00 none repeat scroll 0 0;
  color: #444;
  text-align: center;
}

.promo.data1 .cabeza_nro {
  font-size: 60px;
  color: #184272;
  font-weight: bold;
  text-align: center;
  height: 120px;
  padding-top: 30px;
}

.promo.data1 .cabeza_cod {
  color: #fff;
  font-size: 18px;
  padding: 2px;
}

.promo .ver-mas {
  color: #43556D;
}

.tablaGris th .data1 {
  font-size: 16px;
  color: #555;
  font-weight: normal;
}

.tablaGris th .data2 {
  color: #888;
  font-weight: normal;
}

.tablaGris b, .subTituloAzul b {
  color: #34495E;
}

.tablaGris td h2 {
  font-weight: bold;
  line-height: 25px;
  font-size: 18px;
}

.tablaGris .numero_codigo {
  color: #888;
  margin: 3px 0;
  text-transform: capitalize;
}

.tablaGris .fecha {
  color: #888;
  margin: 3px 0;
  text-transform: capitalize;
  width: 100%;
}

.cabeza {
  font-weight: bold;
}

.pozo td {
  padding: 8px;
}

.interfase {
  background: #fffef6 none repeat scroll 0 0;
  border: 1px solid #f0efe8;
  clear: both;
  display: block;
  line-height: 17px;
  margin: 15px 0;
  padding: 7px 10px;
  text-align: center;
}

.herramientasSociales {
  padding-top: 8px;
  width: 240px;
}

#grilla .herramientasSociales {
  float: right;
  margin: 0 5px 10px 0;
  width: 665px;
}

.herramientasSociales .facebookMeGusta {
  float: right;
  margin-right: 5px;
}

.herramientasSociales .facebookEnviar {
  float: right;
  width: 85px;
}

.herramientasSociales .google {
  float: right !important;
  width: 100px;
}

.herramientasSociales .twitter {
  float: right !important;
  margin-right: 9px;
  width: 60px;
}

.fb_iframe_widget_lift {
  z-index: 300 !important;
}

#tercera {
  position: relative;
  z-index: 2;
}

section#contenedor {
  position: relative;
}

.banner:first-child {
  margin: 0 auto 15px;
}

.cajaNube {
  height: 300px;
  margin: 0 auto 15px;
  width: 300px;
}

#item #informacion article.nota {
  margin-bottom: 10px;
}

#item #informacion article.conBajada a.info {
  height: 228px;
}

#item #informacion article.nota.conFoto a.info h4 {
  height: 90px;
  overflow: hidden;
}

article.sorteo h1, #grilla h2.titulo {
  color: #1ea3d6;
  display: inline-block;
  font: 26px "TheSansBold", "Arial";
  margin: 5px 0;
}

#grilla h2.titulo {
  float: left;
  height: 67px;
  margin: 18px 0 0 10px;
}

article.sorteo.significado h1 {
  margin: 5px 0 10px;
}

.techo h2 {
  font: 18px/24px "TheSans", "Arial";
}

.techo h2 b {
  font: 18px/24px "TheSansBold", "Arial";
}

.menuLoterias b {
  color: #1ea3d6;
  display: inline-block;
  font: 16px/24px "TheSansBold", "Arial" !important;
}

.techo {
  /*   float: left;
     height: 90px;
     width: 400px;
     */
  margin-bottom: 20px;
}

.tabla, .mas-juegos, .descripcion, .premios {
  clear: both;
  margin-bottom: 30px;
}

.premios table {
  float: none;
  margin: 20px auto auto;
}

.cabeza {
  display: block;
  font: 30px "TheSansBold", "Arial";
  text-align: center;
}

.suspendido {
  color: #76bcb4 !important;
  display: block;
  font: 17px "TheSansBold", "Arial";
  padding: 2px 0;
  text-align: center;
}

.datafactory {
  clear: both;
  padding-top: 10px;
  text-align: left;
  width: 100%;
}

#grilla .datafactory {
  padding: 10px 10px 0;
}

.tabla.quiniela table {
  margin-top: 20px;
  width: 100%;
}

/*.tabla.quiniela table:nth-child(1), .tabla.quiniela table:nth-child(3) {
    margin-left: 0;
}*/
.tabla.quiniela .referencia {
  float: left;
  padding-top: 0;
  text-align: left;
  width: 100%;
}

.tabla.quiniela .gris {
  background-color: #f6f6f6;
  font-size: 11px !important;
  font-weight: normal !important;
  padding: 2px;
}

.tabla.quiniela .gris span {
  width: 21px;
}

.solo-cabeza {
  padding: 0 !important;
}

.solo-cabeza .cabeza {
  display: inline-block;
  margin: 0 10px 5px 8px;
}

.promo {
  float: left;
  overflow: hidden;
  width: 50%;
  margin-bottom: 10px;
}

.promo .promo_inner {
  margin: 0 4px;
  background: #E8EBF0;
  height: 300px;
  position: relative;
  border-bottom: 2px solid #F5AD00;
}

.promo h2 .nombre {
  display: block;
  font-family: "Open Sans", ​sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding: 4px 10px;
  background: #F5AD00;
  color: #fff;
}

.promo h2 .fechaTop {
  background: #DFE2E9;
  color: #555;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 10px;
}

.promo .cuerpo {
  background: #f6f6f6 none repeat scroll 0 0;
  height: auto;
  margin: 6px auto;
  padding: 0px;
  top: 10px;
  width: 95%;
}

.promo h2 a b {
  font: 18px "TheSansBold", "Arial";
}

.promo h2 span b {
  font: 14px "TheSansBold", "Arial";
  padding-right: 5px;
}

.promo h2 span {
  color: #888 !important;
  display: block;
  font: 12px "Arial";
  margin-top: 5px;
  text-transform: capitalize;
}

.promo .tablaGris {
  float: none;
  font-size: 14px;
  margin: 0 auto;
  width: 100%;
}

.promo .tablaGris td .data1 {
  padding: 5px 3px;
}

.promo .tablaGris td .data1 {
  color: #1ea3d6;
  font-weight: bold;
  font-size: 20px;
}

.promo .tablaGris td .data2 {
  color: #888;
}

.promo.telekino .tablaGris td {
  padding: 1px !important;
}

.promo.corta .tablaGris {
  margin-top: 40px;
}

.promo .cabeza {
  color: #1ea3d6;
  display: block;
  font: 70px "TheSansBold", "Arial";
  margin-bottom: 28px;
  text-align: center;
}

.promo .cabeza span {
  color: #888;
  display: block;
  font: 14px "Arial";
  margin-top: 10px;
  text-align: center;
}

.promo .ver-mas {
  bottom: 8px;
  display: block;
  left: 10px;
  position: absolute;
  background: #545454;
  padding: 2px 4px;
  border-radius: 4px;
  color: #fff;
}

.numeros {
  border: 1px solid #dadada;
  float: left;
  height: 206px;
  margin: 5px;
  padding-top: 26px;
  text-align: center;
  width: 208px;
}

.numeros h2 {
  color: #000 !important;
  font: 19px "TheSansSemi", "Arial";
}

.numeros h2 span {
  color: #1ea3d6 !important;
  font-size: 19px;
}

.numeros h2 a:hover {
  text-decoration: none;
}

.numeros img {
  height: 87px;
  margin-top: 15px;
  width: 83px;
}

article.sorteo h3 {
  color: #21a1e2;
  display: block;
  font: 20px/26px "TheSansBold", "Arial";
  margin: 5px 0 10px;
  padding-bottom: 3px;
}

.mas-juegos a {
  display: -moz-inline-stack !important;
  line-height: 20px;
}

.mas-juegos a h3 {
  color: #335577 !important;
  font: 12px Arial, sans-serif !important;
  margin: 6px;
}

/*p {
    font: 14px/21px Arial,sans-serif;
}
*/
#item article.sorteo {
  float: left;
}

ul#numeros {
  margin-bottom: 30px;
}

ul#numeros li {
  float: left;
  margin: 2px;
  padding: 2px;
  width: 120px;
}

ul#numeros li .color {
  display: inline-block;
  font: 16px "TheSansSemi", "Arial";
  height: 20px;
  width: 20px;
}

.resto .sorteo-ganadores {
  margin: 0 auto 40px;
}

.telekino .sorteo-ganadores {
  width: 100%;
}

.telekino .sorteo-ganadores table {
  float: left;
  margin: auto;
}

.telekino .sorteo-ganadores table:first-child {
  margin: 0 30px 0 25px !important;
}

.telekino .sorteo-ganadores .ganadores {
  border-top: 1px solid #dadada;
}

.compartir {
  margin-top: 12px;
  text-align: center;
}

.compartir a.facebook, .compartir a.twitter {
  background: #80c1b9 url("http://www.lanacion.com.ar/_ui/desktop/imgs/layout/fondos/fdosb4.png") no-repeat scroll -115px -106px;
  display: inline-block;
  height: 23px;
  margin: 0 2px 5px;
  width: 25px;
}

.compartir a.twitter {
  background-position: -84px -106px;
}

.compartir a.facebook:hover, .compartir a.twitter:hover {
  background-color: #abd6d0;
  text-decoration: none !important;
}

.cabeza.letras {
  font: 26px "TheSansBold", "Arial";
}

.resto .cabeza.letras {
  display: inline;
}

@media screen and (min-width: 1001px) {
  #contenedor-contenedor {
    margin: auto;
    width: 990px;
  }

  section#contenedor {
    border-bottom: medium none;
    border-top: medium none;
    margin: auto;
    position: relative;
    width: 988px;
    z-index: 1;
  }

  section#informacion section#grilla {
    float: left;
    padding: 0 5px 40px;
    width: 661px;
  }

  #item article.sorteo {
    padding: 15px 12px;
    width: 647px;
  }

  #tercera {
    float: right;
    padding: 7px 8px;
    width: 300px;
  }

  .premios table {
    width: 450px;
  }

  .mas-juegos a {
    width: 31%;
  }

  .tabla.quiniela table.ganadores {
    margin: 10px 0 20px;
  }

  .tabla.quiniela .ganadores .referencia {
    float: none;
    width: auto;
  }
}
.pozo_estimado_proxima_jugada {
  border: 1px solid #666;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.pozo_estimado_proxima_jugada .pepj_titulo {
  font-size: 24px;
}

.pozo_estimado_proxima_jugada .pepj_nro {
  font-size: 30px;
  color: red;
}

.promo.data1 h2 .nombre, .promo.data1 .cabeza_cod {
  background: #80BB2D;
}

.promo.data1 .promo_inner {
  border-bottom: 2px solid #80BB2D;
}

.quiniela.tabla .nombre_juego {
  padding: 0;
}

.quiniela.tabla .nombre_juego .referencia {
  background: #80BB2D;
}

.quiniela.tabla .nombre_juego .referencia h2 {
  color: #fff;
  padding: 4px;
}

.promo.data2 h2 .nombre, .promo.data2 .cabeza_cod, .promo.data2.home_data2 .tablaGris th, .sorteo-ganadores .tipo_juego {
  background: #9E4AC4;
  color: #fff;
}

.promo.data2 .promo_inner {
  border-bottom: 2px solid #9E4AC4;
}

.promo.data3 h2 .nombre, .promo.data3 .cabeza_cod {
  background: #F0741A;
}

.promo.data3 .promo_inner {
  border-bottom: 2px solid #F0741A;
}

@media screen and (min-width: 100px) and (max-width: 1000px) {
  #contenedor-contenedor, section#contenedor, section#informacion {
    overflow: hidden;
    width: 100%;
  }

  #item article.sorteo {
    float: none;
    overflow: hidden;
    padding: 0;
    width: auto;
  }

  .tabla, .mas-juegos, .descripcion, .premios {
    margin-bottom: 15px;
    overflow: hidden;
    width: auto;
  }

  .tabla {
    padding: 0;
  }

  section#contenedor {
    border: medium none;
  }

  section#grilla {
    margin-bottom: 20px;
    width: 100% !important;
  }

  .tabla {
    margin: 0 auto 10px;
    width: 525px;
  }

  .tabla table {
    float: none !important;
  }

  .herramientas {
    border: 0 none;
    margin: -40px 0 20px;
  }

  #item section#informacion {
    height: auto !important;
    width: auto !important;
  }

  section#informacion {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  }

  section#item {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  }

  #tercera {
    float: none;
    margin: auto;
  }

  #promoNumeros {
    clear: both;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  #tercera #promoNumeros {
    display: none;
  }

  #item #informacion {
    padding: 20px 0 0 !important;
  }

  #informacion article:nth-child(4), #informacion article:nth-child(5) {
    display: none !important;
  }

  #item #informacion article.nota {
    margin: 1%;
    width: 31.33%;
  }

  #item #informacion article.conFoto a.info .contenedor {
    width: auto;
  }

  #item #informacion article.conFoto a.info .contenedor figure {
    margin: auto;
  }

  .tabla {
    width: auto;
  }

  .tabla table {
    margin: 1% 10px;
    width: 22%;
  }

  .techo {
    padding-left: 15px;
  }

  .herramientasSociales {
    padding-right: 15px;
  }

  .mas-juegos a h3 {
    border-right: 1px solid #dadada;
    display: inline-block;
    margin: 5px 0;
    padding: 3px 5px;
  }

  .promo, .numeros {
    /*background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 220px;
    margin: 5px 1%;
    padding: 12px 1% 0;
    width: 50%;
    */
  }

  .quiniela table:nth-child(1), .quiniela table:nth-child(3) {
    float: left !important;
    left: calc(25% - 150px);
    position: relative;
  }

  .quiniela table:nth-child(2), .quiniela table:nth-child(4) {
    float: right !important;
    position: relative;
    right: calc(25% - 150px);
  }

  .telekino .sorteo-ganadores table:first-child {
    margin: auto !important;
  }

  .tabla.quiniela table.ganadores {
    margin: 10px 0 20px;
  }

  .tabla.quiniela .ganadores .referencia {
    float: none;
    width: auto;
  }

  .tabla.quiniela table.ganadores {
    clear: both;
    float: none !important;
    margin: 10px 0 20px 20px;
    position: static;
  }

  .datafactory {
    margin-left: 10px;
    width: auto;
  }

  .tabla, .mas-juegos, .descripcion, .premios {
    padding: 5px 10px;
  }
}
@media screen and (min-width: 100px) and (max-width: 640px) {
  /*#grilla .numeros {
      display: none;
  }
  .mas-juegos a {
      width: 100%;
  }
  .herramientasSociales {
      padding: 5px 0;
      width: auto !important;
  }
  .herramientas {
      margin: 0 0 10px;
  }
  .herramientasSociales .google, .herramientasSociales .facebookMeGusta, .herramientasSociales .twitter {
      float: left !important;
  }
  .tabla {
      clear: both;
      width: auto;
  }
  .tabla table {
      float: none !important;
      margin: 0 auto 30px !important;
  }
  .promo, .numeros {
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
      height: 210px;
      margin: 5px 1%;
      padding: 12px 1% 0;
      width: 45%;

  }
  .promo h2 {
      font: 14px "TheSansSemi","Arial";
      text-align: center;
  }
  .promo h2 b {
      font: 14px "TheSansBold","Arial";
  }
  .promo .cabeza {
      font-size: 50px;
  }
  .promo .tablaGris {
      width: auto;
  }
  .promo .tablaGris td {
      padding: 3px 5px;
  }
  .promo.telekino .tablaGris td {
      padding: 1px 10px !important;
  }
  .promo .ver-mas {
      left: 5px;
  }
  .promo.loto .tablaGris td, .promo.quini_6 .tablaGris td {
      padding: 3px !important;
  }
  .resto .tablaGris {
      margin: 0 0 8px !important;
      width: 100% !important;
  }
  .resto.tabla table:first-child {
      margin-left: 0 !important;
  }
  .sorteo-ganadores {
      width: auto;
  }
  .resto .sorteo-ganadores .tablaGris {
      margin: 0 !important;
  }
  .resto .referencia {
      background: #f6f6f6 none repeat scroll 0 0;
  }
  #topico-nota {
      margin-bottom: 10px;
  }
  section#informacion {
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  }
  #item #informacion {
      padding: 20px 10px;
  }
  #item #informacion article.nota {
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
      border-bottom: 1px solid #dadada;
      height: auto;
      margin-bottom: 10px;
      margin-right: 0;
      padding-bottom: 10px;
      width: 100%;
  }
  #item #informacion article.nota a.info {
      height: auto;
  }
  #item #informacion article.nota a.info h4 {
      padding: 0;
  }
  #item #informacion article.conFoto a.info .contenedor {
      float: left;
      height: auto;
      margin-right: 10px;
      width: 130px;
  }
  #item #informacion article.conFoto a.info .contenedor figure {
      width: 130px;
  }
  #item #informacion article.conFoto a.info img {
      margin: auto;
      max-height: 123px;
      max-width: 130px;
  }
  #item #informacion article.nota.conFoto a.info h4 {
      display: inline;
      height: auto;
      overflow: hidden;
  }
  #topico-nota {
      height: auto;
      overflow: visible;
  }
  #topico-nota span.temas {
      border-right: 0 none;
      float: none;
      margin-right: 0;
  }
  #topico-nota a {
      background-position: 8px 14px;
      display: block;
      height: auto;
      overflow: visible;
      padding: 0 8px 0 18px;
  }
  .tablaGris.ganadores td div {
      width: auto;
  }
  #item article.sorteo {
      padding: 5px;
  }
  .sorteo .techo {
      height: auto;
      margin-bottom: 10px;
      width: auto;
  }
  .herramientasSociales > div {
      margin: 0 5px;
  }
  .mas-juegos a h3 {
      margin: 6px 3px;
  }
  #grilla .herramientasSociales {
      float: left;
      margin: 10px 0 0;
  }
  .tabla, .mas-juegos, .descripcion, .premios {
      padding: 5px 0;
  }
  .tabla.quiniela tr.referencia {
      float: none !important;
      margin: 0 !important;
      padding-top: 0 !important;
      text-align: center !important;
      width: auto !important;
  }
  */
}
@media (max-width: 767px) {
  .promo, .numeros {
    width: 100%;
  }

  .promo .promo_inner {
    margin: 0 10px;
  }

  .resto.tabla {
    width: 95% !important;
  }

  .techo {
    width: 95%;
    margin: 15px auto 20px;
  }

  .techo h1 {
    font-size: 20px;
  }

  .promo h2 .nombre {
    font-family: verdana;
  }
}
.widget_servicios .srv_horoscopo a .hrs_text {
  color: #ffffff !important;
  font-family: "Georgia" !important;
  font-style: italic !important;
  text-transform: none !important;
}

.srv_horoscopo_page .hrs_listado li {
  float: left;
  text-align: center;
  width: 25%;
  margin-bottom: 30px;
}

.srv_horoscopo_page ul.hrs_listado li img {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 60%;
  margin-bottom: 3px;
}

.srv_horoscopo_page .srv_h_title {
  margin-bottom: 20px;
}

.srv_horoscopo_page .hrs_listado li a {
  color: #242E3A;
  font-family: "Open Sans", ​verdana !important;
  font-size: 20px;
  font-weight: 600;
}

.srv_horoscopo_page .hrs_listado li .hrs_fecha {
  color: #999;
  font-size: 12px;
  font-weight: normal;
}

.srv_horoscopo_page h2 {
  margin-bottom: 20px;
}

.srv_horoscopo_page .hrs_listado_otros li {
  width: 16%;
}

.srv_horoscopo_page .hrs_listado_otros li a {
  font-size: 14px;
}

.srv_horoscopo_signo .hrs_listado_otros li .hrs_fecha {
  font-size: 10px;
}

.srv_horoscopo_signo .hrs_signo {
  display: block;
  float: left;
  width: 25% !important;
}

.srv_horoscopo_signo .hrs_signo img {
  margin: 0 auto;
  width: 80%;
  display: block;
}

.srv_horoscopo .hrs_high .hrs_text {
  display: block;
  float: left;
  font-size: 12px;
}

.srv_horoscopo .hrs_high .hrs_text .hrs_text_tit1 {
  font-size: 1.6em !important;
  color: #242e3a;
  font-family: "Open Sans", ​verdana !important;
  font-size: 24px !important;
  font-weight: 600 !important;
}

.srv_horoscopo .hrs_high .hrs_text .hrs_text_tit3 {
  font-size: 1.2em !important;
}

.srv_horoscopo .hrs_items .hrs_item {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.srv_horoscopo .hrs_items .hrs_item h4 {
  color: #333333;
  font-weight: 600;
}

.srv_horoscopo .hrs_items p {
  font-size: 1.2em !important;
  line-height: 1.2em;
}

.srv_horoscopo .path_top, .path_top a {
  font-size: 1.2em;
  color: #444;
  margin-bottom: 20px;
}

.srv_horoscopo .srv_social {
  text-align: right;
  float: right;
}

.srv_social .social_high a.facebook {
  background: transparent url("imagenes/_themes/tiemposur/general/facebook-portada-icon.png") no-repeat scroll 0 0;
  display: block;
  float: left;
  height: 26px;
  padding-left: 20px;
  padding-right: 20px;
  width: 27px;
}

.srv_social .social_high a.twitter {
  background: transparent url("imagenes/_themes/tiemposur/general/twitter-portada-icon.png") no-repeat scroll 0 0;
  display: block;
  float: left;
  height: 27px;
  padding-left: 20px;
  padding-right: 20px;
  width: 27px;
}

.accordion_zodiaco .panel-heading {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ddd;
  border-top: 1px solid #ddd;
}

.accordion_zodiaco .panel-heading .name {
  margin-top: 10px;
  color: red;
  margin-bottom: 5px;
}

.accordion_zodiaco .panel-heading .hrs_fecha {
  font-size: 11px;
}

.accordion_zodiaco .panel-heading .fa-angle-down {
  color: #888;
  font-size: 25px;
  margin-top: 12px;
}

.accordion_zodiaco h4 img {
  width: 70px;
  padding: 0px 10px 0px 0px;
}

.accordion_zodiaco h4 a {
  font-family: "OlsenTF";
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
}

.accordion_zodiaco .hrs_items {
  padding-left: 70px;
  font-size: 12px;
}

.accordion_zodiaco .hrs_items h4 {
  font-size: 14px;
}

@media (max-width: 767px) {
  .srv_horoscopo_page .hrs_listado li {
    width: 50%;
  }

  .srv_horoscopo_page .hrs_listado_otros li {
    width: 33%;
  }

  .srv_h_title {
    color: #777777;
    font-size: 20px;
    padding: 20px;
  }

  .srv_horoscopo .path_top {
    padding: 20px;
  }
}
#WidgetServicios {
  background: #E9E9E9;
  margin-bottom: 0px;
  border-bottom: 2px solid #d1d1d1;
  border-top: 2px solid #d1d1d1;
}

.servicios_cnt img {
  width: 100%;
}

.navbar-right #WidgetServicios {
  margin: 0;
  padding: 0;
}

.section-title {
  font-family: "Krona One";
  text-transform: uppercase;
  font-size: 20px;
}

.servicios_deporte .servicios_cnt,
.servicios_politica .servicios_cnt,
.servicios_info.general .servicios_cnt,
.servicios_policiales .servicios_cnt,
.servicios_interior .servicios_cnt {
  background: #fff !important;
}
.servicios_deporte .section-title,
.servicios_politica .section-title,
.servicios_info.general .section-title,
.servicios_policiales .section-title,
.servicios_interior .section-title {
  color: #000000 !important;
}
.servicios_deporte .sub-catagory ul li a,
.servicios_politica .sub-catagory ul li a,
.servicios_info.general .sub-catagory ul li a,
.servicios_policiales .sub-catagory ul li a,
.servicios_interior .sub-catagory ul li a {
  color: #555 !important;
  font-weight: bold !important;
}
.servicios_deporte .post.medium-post .post-content a,
.servicios_politica .post.medium-post .post-content a,
.servicios_info.general .post.medium-post .post-content a,
.servicios_policiales .post.medium-post .post-content a,
.servicios_interior .post.medium-post .post-content a {
  color: #fff !important;
  text-decoration: none;
}

.servicios_deporte .section-title::before {
  background-color: #008C50 !important;
}
.servicios_deporte .sub-catagory ul li a:hover {
  border-bottom: 2px solid #008C50 !important;
}
.servicios_deporte .post.medium-post .post-content {
  background: #008C50 !important;
}

.servicios_politica .section-title::before {
  background-color: #2F60BF !important;
}
.servicios_politica .sub-catagory ul li a:hover {
  border-bottom: 2px solid #2F60BF !important;
}
.servicios_politica .post.medium-post .post-content {
  background: #2F60BF !important;
}

.servicios_cultura .section-title::before {
  background-color: #01C7B6 !important;
}
.servicios_cultura .sub-catagory ul li a:hover {
  border-bottom: 2px solid #01C7B6 !important;
}
.servicios_cultura .post.medium-post .post-content {
  background: #01C7B6 !important;
}
.servicios_cultura .post.medium-post .post-content a {
  color: #fff !important;
  text-decoration: none;
}

.servicios_info.general .section-title::before {
  background-color: #BF96C5 !important;
}
.servicios_info.general .sub-catagory ul li a:hover {
  border-bottom: 2px solid #BF96C5 !important;
}
.servicios_info.general .post.medium-post .post-content {
  background: #BF96C5 !important;
}

.servicios_policiales .section-title::before {
  background-color: #43556D !important;
}
.servicios_policiales .sub-catagory ul li a:hover {
  border-bottom: 2px solid #43556D !important;
}
.servicios_policiales .post.medium-post .post-content {
  background: #43556D !important;
}

.servicios_interior .section-title::before {
  background-color: #DB3D32 !important;
}
.servicios_interior .sub-catagory ul li a:hover {
  border-bottom: 2px solid #DB3D32 !important;
}
.servicios_interior .post.medium-post .post-content {
  background: #DB3D32 !important;
}

.weather .today.bg-primary .day {
  background: #CC2020 none repeat scroll;
}

.weather .today.bg-primary {
  background: #F4F4F4 none repeat scroll 0 0;
  color: #ffffff;
  border: 1px solid #ccc;
}

.weather .today.bg-primary .image {
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: center;
}

.weather .today.bg-primary .temp_actual {
  font-size: 50px;
  text-align: center;
}

.weather .today.bg-primary .temperatura {
  text-align: center;
}

.weather_list .we_item {
  height: auto;
}

.weather_list .we_item h4 {
  color: #F9002D;
  background: #fff;
  text-align: left;
  font-size: 12px;
  margin: 6px 2px 2px;
  text-transform: uppercase;
  padding-left: 10px;
}

.weather_list .we_item .image {
  height: 70px;
  background: #F4F4F4;
  padding: 10px;
  margin: 0px 10px;
}

.weather_list .we_item .we_item_inner {
  border: 1px solid #ccc;
}

.weather .bg-primary {
  background: #dddddd none repeat scroll 0 0;
  color: #555 !important;
}

.weather_list .we_item {
  padding: 0;
}
.weather_list .we_item .bg-primary {
  background: #fff;
}

.weather_list {
  margin: 0px;
}

.weather_list .we_item .image {
  height: 90px;
}

.weather_list .we_item .image .wi {
  font-size: 40px;
  margin: 15px 0 5px;
}

.weather_list .we_item .temperatura {
  color: #F9002D;
  font-family: "OlsenTF";
  text-align: left;
  padding-left: 10px;
  margin-top: 6px;
  font-size: 20px;
  ine-height: 17px;
}

.weather_list .we_item .desc {
  padding: 0;
  text-align: left;
  padding-left: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.today .sunrise {
  text-align: center;
}
.today .sunrise .wi {
  font-size: 40px;
  color: #555;
}
.today .sunrise .sunrise_hour {
  font-size: 17px;
  color: #F9002D;
  font-family: "Droid Serif";
}
.today .sunrise .sunrise_txt {
  font-size: 14px;
}

.today .description {
  text-align: center;
  margin-top: 0px;
  border-right: 1px solid #ddd;
  height: 113px;
  margin: 0;
  padding-top: 12px;
}
.today .description .wlabel {
  margin-bottom: 2px;
  font-size: 14px;
}
.today .description .wlabel .wvalue {
  font-size: 18px;
  color: #F9002D;
  font-family: "Droid Serif";
}

.weather .today {
  padding-bottom: 30px;
}
.weather .today .we_temperatura {
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
}
.weather .today .we_temperatura .temp_actual, .weather .today .we_temperatura .temperatura {
  font-family: "Droid Serif";
  color: #F9002D;
}
.weather .today .we_temperatura .temperatura {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 20px;
}
.weather .today .we_temperatura .condition_txt {
  text-align: center;
}
.weather .today .image .wi {
  font-size: 70px;
  margin-top: 10px;
}
.weather .today.bg-primary .day {
  background: transparent;
  color: #F9002D;
  padding: 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 769px) {
  .weather .today {
    padding-bottom: 0 !important;
  }

  .weather .today .we_temperatura, .weather .today .description {
    border-left: 0 !important;
    border-right: 0 !important;
  }

  .weather .today .we_temperatura::before, .today .description::before {
    background: #ccc none repeat scroll 0 0;
    content: "";
    height: 80%;
    left: 0;
    position: absolute;
    width: 1px;
    z-index: 1;
  }

  .today .description::before {
    left: auto;
    right: 0;
  }

  .weather .today .col-xs-6 {
    height: 140px;
    border-bottom: 1px solid #ccc;
    padding: 10px !important;
    margin: 0 !important;
  }

  .weather .w_tabs div.pull-left {
    float: none !important;
    width: 100%;
    margin: 5px;
  }

  .weather .today.bg-primary .description .txt {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .weather .we_top .pull-left, .weather .we_top .pull-right {
    width: 100%;
  }

  .weather .we_top .pull-right select {
    margin-bottom: 20px;
  }

  .weather .today .we_temperatura .temperatura {
    font-size: 16px !important;
  }

  .weather .today .we_temperatura .condition_txt {
    font-size: 12px !important;
  }

  .today .sunrise .wi {
    font-size: 26px;
  }

  .today .sunrise .sunrise_hour {
    font-size: 12px;
  }

  .today .sunrise .sunrise_txt {
    font-size: 9px;
  }

  .weather_list .we_item .temperatura {
    font-size: 14px;
  }

  .weather_list .we_item .desc {
    font-size: 11px;
  }
}
.tag_cat_politica {
  background: #2F60BF;
}

.tag_cat_deporte {
  background: #008C50;
}

.tag_cat_cultura {
  background: #01C7B6;
}

.tag_cat_info-general {
  background: #BF96C5;
}

.tag_cat_policiales {
  background: #43556D;
}

.tag_cat_interior {
  background: #DB3D32;
}

.tag_cat_el-mundo {
  background: #444444;
}

.tag_cat_el-pais {
  background: #444444;
}

html, body {
  font-family: "Roboto", "Open Sans", helvetica, arial, sans-serif;
  font-size: 100%;
}

body {
  padding-top: 70px;
}

.modal-backdrop {
  opacity: 0;
}
.modal-backdrop.in {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1039;
  opacity: 0.5;
}

.modal-dialog .modal-content {
  border-radius: 0;
}

.social_large_2 .social_item {
  border-radius: 3px;
  color: #ffffff;
  margin-left: 10px;
  padding: 6px 10px 6px 10px;
  text-decoration: none;
  border-radius: 5px;
}

.social_large_2 .social_item.social_email,
.social_large_2 .social_item.social_comments {
  background: #bbb;
}

.navbar-default {
  background: #fff;
}

.content_mobile {
  display: none;
}

.a_navbar_top {
  z-index: 1023;
}

#navbar_top_header.navbar-fixed-top {
  position: fixed;
  height: 70px;
  min-height: 42px;
  z-index: 1030;
  /* padding-top: 10px;*/
}
#navbar_top_header.navbar-fixed-top .logo {
  margin-top: 15px;
}
#navbar_top_header.navbar-fixed-top .navbar_posi.menues.menues_left {
  display: none;
}

#navbar_top_header.navbar-fixed-top.affix {
  height: 50px;
}
#navbar_top_header.navbar-fixed-top.affix .logo {
  margin-top: 0px;
}
#navbar_top_header.navbar-fixed-top.affix .logo img {
  width: 130px;
}
#navbar_top_header.navbar-fixed-top.affix .navbar_posi.menues.menues_left {
  /*display:block;
  .logo{
  	display:block;
  }*/
}

.affix_logo, .affix_path_tit {
  display: none !important;
}

.news_pnl_edit {
  top: 10px;
  left: 10px;
}

.contentinterior #navbar_top_header.navbar-fixed-top.affix .content_search, .contentinterior #navbar_top_header.navbar-fixed-top.affix .header_logo {
  display: none !important;
}
.contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo {
  display: block !important;
}
.contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  font-family: "Righteous";
  text-decoration: none;
  font-size: 20px !important;
  text-decoration: none;
  /*color: $primary_color;*/
  margin-top: 2px;
  display: block;
  margin-left: -6px;
}
.contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_path_tit {
  display: block !important;
  font-size: 18px;
  font-family: bitter;
  margin: 13px 12px 0px;
}

.navbar_acb1 {
  min-height: auto;
  margin-bottom: 0px;
  border-bottom: 1px solid #e1e1e1;
  box-shadow: 0 1px 1px 0 #f0f0f0;
  border-top: none;
  border-radius: 0px;
  border-right: 0;
  border-left: 0;
}
.navbar_acb1 .menu_path {
  border-right: 1px solid #eee;
}
.navbar_acb1 .menu_path a {
  float: left;
  color: #787878 !important;
}
.navbar_acb1 .menu_path i {
  float: left;
  display: block;
  margin: 14px 0 0;
  font-size: 14px;
}

.navbar_acb1 .container {
  position: unset !important;
}

.navbar_acb1 ul.menues li.servicios {
  position: unset;
}

#myNav {
  background: #124679;
}
#myNav li a {
  color: #fff;
  padding: 12px !important;
}

#sidebar-wrapper.affix {
  margin-top: -20px;
}

/*.page_home .navbar-menu2{
    left: 200px;
    top:0px;
    position:fixed;
    z-index:5000;
}
*/
.navbar_posi {
  display: none;
}

.page_home .affix .navbar_posi {
  display: block;
}

.header_version2 .navbar_posi {
  display: block;
}

/*
.page_home  #mainlog{
	display:none!important;
}

.page_home .affix #mainlog{
	display:block!important;
}

.page_home #myNav.affix{
	position:fixed;
	ul{
		margin-left:120px;
	}

}*/
.page-header {
  margin-top: 0;
  margin-bottom: 0;
}

.content_search {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.content_search .dropdown-menu {
  left: -94px !important;
  right: 0 !important;
  border-radius: 0;
}

.header_title_top {
  background: #f9f9f9;
}
.header_title_top h3 {
  font-family: Bitter;
  font-size: 34px;
  margin: 10px 0;
}
.header_title_top .cont_tags_home {
  margin-top: 10px !important;
  text-align: center;
}
.header_title_top .cont_tags_home li.tit {
  font-weight: 600;
}
.header_title_top .cont_tags {
  margin-top: 7px;
}
.header_title_top .cont_tags li.tags::before {
  content: "›";
  padding-right: 6px;
}
.header_title_top .cont_tags li, .header_title_top .cont_tags a {
  font-family: "Montserrat", sans-serif;
  color: #333;
  font-size: 14px;
}

.page_news_sections_list .cont_tags {
  margin-top: 15px;
}

.page_tag .header_title_top h3 {
  display: none;
}
.page_tag h1 {
  /*margin-top:-67px;*/
  font-family: Bitter;
  font-size: 35px;
  border: none;
  width: 100%;
}

#ModTopBar {
  margin-bottom: 0px;
}

.news_principal2 .grid_items article img {
  display: block;
  width: auto;
  height: auto;
  max-height: 275px;
  max-width: 100%;
  margin: 0 auto;
}

.news_principal2 .grid_items .grid_item.grid-alto {
  height: 600px;
}
.news_principal2 .grid_items .grid_item.grid-alto article {
  height: 600px;
  height: 600px;
}
.news_principal2 .grid_items .grid_item.grid-alto article .copete {
  display: block !important;
  margin-bottom: 20px;
}
.news_principal2 .grid_items .grid_item.grid-alto .news_item1.item3 .placeholder-bg {
  height: 575px;
}

.grid_items .news_banner_slider {
  min-height: 280px;
  line-height: 280px;
  background: #F4F4F4;
  text-align: center;
}
.grid_items .news_banner_slider aside {
  margin: 0 auto;
}
.grid_items .news_banner_slider aside iframe {
  vertical-align: middle !important;
}
.grid_items .news_banner_slider .banners {
  display: inline-block;
  vertical-align: middle;
}

.grid_items .grid_item article {
  width: auto !important;
}

.swiper-slide.news_banner_slider {
  min-height: 280px;
  line-height: 280px;
  background: #F4F4F4;
}
.swiper-slide.news_banner_slider .banners {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.swiper-slide.news_banner_slider .banners iframe {
  width: 100% !important;
}
.swiper-slide.news_banner_slider .banners img {
  padding: 0px;
  display: block;
  width: auto;
  height: auto;
  max-height: 275px;
  max-width: 100%;
  margin: 0 auto;
}

.box_modules_1174112, .box_modules_1174092 {
  /*.box_modules_content{
  padding-left:0px;
  padding-right:0px;
  }*/
}
.box_modules_1174112 .box_modules_content .banners, .box_modules_1174112 .box_modules_content aside, .box_modules_1174092 .box_modules_content .banners, .box_modules_1174092 .box_modules_content aside {
  line-height: 121px;
  background: #eee;
  text-align: center;
  margin: auto;
  height: 145px;
  margin: 0;
  display: inline-block;
  width: 100% !important;
  border: 4px solid #fff;
}
.box_modules_1174112 .box_modules_content .banners .content_desktop, .box_modules_1174112 .box_modules_content .banners .display-block, .box_modules_1174112 .box_modules_content .banners object, .box_modules_1174112 .box_modules_content aside .content_desktop, .box_modules_1174112 .box_modules_content aside .display-block, .box_modules_1174112 .box_modules_content aside object, .box_modules_1174092 .box_modules_content .banners .content_desktop, .box_modules_1174092 .box_modules_content .banners .display-block, .box_modules_1174092 .box_modules_content .banners object, .box_modules_1174092 .box_modules_content aside .content_desktop, .box_modules_1174092 .box_modules_content aside .display-block, .box_modules_1174092 .box_modules_content aside object {
  display: inline-block;
  vertical-align: middle;
}

.box_modules_1174092 .box_modules_content .banners, .box_modules_1174092 .box_modules_content aside {
  line-height: 200px !important;
  height: 200px !important;
}

.content_servicios {
  border-right: 1px solid #eee;
}

.content_profile #users_contents .box_login {
  margin: 0;
  padding: 4px 7px !important;
}

.navbar-social .dia {
  color: #807F7F;
  font-size: 11px;
  margin-top: 16px;
}

section.header1 .header_top {
  padding: 0 !important;
}
section.header1 .top2 {
  /*border-bottom:2px solid #eee;*/
}

.page_home section.header1 .top2 {
  /*border-bottom:1px solid #c6c6c6!important;
  padding-bottom:10px;
  */
}

/*body.page_home, body.page_news_sections_list{
	background-color:#EBEBEB;
	max-width:1200px;
	margin:0 auto;
}
form{
	margin:0 auto;max-width:95%;background:#fff
}


.container {
    width: 98% !important;
    max-width:1248px!important;
}

.page_container2 {
    margin-top: 0px;
}
*/
.page_container2 {
  margin-top: 10px;
}

.container {
  width: 98% !important;
  max-width: 1200px !important;
}

.servicios_cnt .post.medium-post .post-content {
  padding: 1px 10px !important;
  position: relative;
}
.servicios_cnt .post.medium-post .post-content a {
  text-decoration: none;
}
.servicios_cnt .post.medium-post .post-content h2 {
  font-family: "Droid Serif";
}
.servicios_cnt .post.medium-post .post-content .seccion {
  font-family: "Roboto";
  color: #333;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 11px;
}

h1 {
  font-family: "Open Sans", sans-serif;
}

.menu_arriba #navbarArriba > li > a {
  color: #555;
}

section.header1 .top2 div.tiempo {
  margin-top: 7px;
}

section.header1 {
  /*.users_contents{
   position: fixed;
     z-index: 5000;

     width: 300px;
     margin-left: -230px;
     top: -23px;
  }*/
}
section.header1 .header_top {
  padding: 0px 0 20px;
}
section.header1 .header_logo {
  width: 250px;
  margin-top: 20px;
}
section.header1 .header_logo a {
  text-decoration: none;
}
section.header1 .logo_sitename {
  font-family: "Righteous";
  font-size: 34px;
  text-decoration: none;
  color: #124679;
}
section.header1 .header_logo .logo {
  /*width:100%!important;*/
  height: auto !important;
}
section.header1 .top2 {
  background: #fff;
}
section.header1 .top2 .menu_arriba {
  display: none;
}
section.header1 .navbar-inverse {
  background-color: #fff;
  border-color: #fff;
}
section.header1 .navbar-nav > li > a {
  font-family: "Roboto", sans-serif;
  font-size: 11px !important;
  font-weight: 700;
  text-decoration: none;
  /*text-transform: uppercase;*/
  color: #333345;
  padding: 12px 7px 8px !important;
}
section.header1 .navbar-nav.navbar-menu3 > li > a {
  font-size: 15px !important;
  padding: 12px 12px 8px !important;
  color: #124679;
}
section.header1 .navbar-nav.navbar-menu3 > li.active {
  background: transparent;
}
section.header1 .navbar-nav.navbar-menu3 > li.active a {
  background: transparent;
}
section.header1 .navbar-nav > li#menu_classifieds_home > a {
  background-color: #0000;
  color: red;
}
section.header1 .navbar-menu1 .m_secciones {
  padding-left: 0px !important;
}
section.header1 .menu_path {
  display: none;
}
section.header1 .menu_path .m_inicio {
  padding-left: 0px !important;
}
section.header1 .navbar-nav-user {
  margin-top: 30px !important;
}
section.header1 .navbar-nav-user li.editar_page a {
  background: yellow !important;
  padding: 6px 15px !important;
  border: 1px solid #aaa;
  margin: 1px 10px 0px;
  text-transform: uppercase;
}
section.header1 .navbar-nav-user .sep {
  border-left: 1px solid #ddd;
  height: 30px;
  float: left;
  padding-right: 15px;
}
section.header1 .navbar-nav-user.user_button_logged .navbar-nav li:hover a, section.header1 .navbar-nav-user.user_button_logged .navbar-nav li a:hover, section.header1 .navbar-nav-user.user_button_logged .navbar-nav li a:focus {
  background: transparent !important;
}
section.header1 .navbar-nav-user.user_button_no_logged li {
  padding: 0 6px;
}
section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #124679;
  border-radius: 4px;
  padding: 4px 15px !important;
  color: #124679;
  font-weight: normal;
  text-transform: uppercase;
}
section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #124679 !important;
  color: #fff;
}
section.header1 .navbar-nav li:focus a, section.header1 .navbar-nav li:hover a {
  background-color: transparent;
}
section.header1 .mainmenu > li > a {
  color: #ecf0f1;
}
section.header1 .navbar-default .navbar-nav > .active > a, section.header1 .navbar-default .navbar-nav > .active > a:focus, section.header1 .navbar-default .navbar-nav > .active > a:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
section.header1 .navbar-nav.navbar-menu3 > li > a:hover, section.header1 .navbar-nav.navbar-menu3 .menu_header.active a.dropdown-toggle {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
section.header1 .header_box_derecha {
  float: right !important;
  width: auto !important;
  padding-left: 20px;
}
section.header1 .header_box_derecha .user_profile_avatar {
  margin-top: 24px;
}
section.header1 .header_box_derecha.fecha {
  display: block !important;
  position: relative !important;
  top: 7px !important;
}
section.header1 .header_box_derecha.fecha .dia2 {
  float: left;
  width: 71px;
  height: 71px;
  color: #fff;
  font-family: "Droid Serif";
  margin-top: 0px;
  margin-right: 10px;
  font-size: 34px;
  border-radius: 50%;
  text-align: center;
  padding-top: 10px;
}
section.header1 .header_box_derecha.fecha .container_der {
  float: left;
}
section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #124679 !important;
  font-family: "Droid Serif";
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 30px;
}
section.header1 .header_box_derecha.fecha .container_der .mes {
  color: #787878 !important;
  font-family: "Droid Serif";
  line-height: 12px;
  font-size: 10px;
}
section.header1 .header_box_derecha.fecha .container_der .edicion_impresa, section.header1 .header_box_derecha.fecha .container_der .edicion_impresa a {
  color: #333;
  font-size: 11px;
  text-transform: uppercase;
}
section.header1 .navbar-fixed-top.affix-top .logo_sitename {
  font-size: 40px;
}
section.header1 .navbar-fixed-top.affix-top #mainmenu {
  margin-top: 10px;
}
section.header1 .navbar-fixed-top.affix .menues.menues_left > li > a {
  font-size: 11px !important;
}
section.header1 .navbar_posi {
  margin-left: 10px;
  margin-top: 10px;
}
section.header1 .navbar_posi .logo {
  float: left;
  padding: 0px !important;
}
section.header1 .navbar_posi .logo img {
  height: 24px;
  width: auto;
}
section.header1 .navbar_posi .path_title {
  font-family: "OlsenTF";
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  padding-top: 2px;
  padding-left: 5px;
  display: inline-block;
}
section.header1 .navbar_posi .path_title i {
  color: #787878;
}
section.header1 .widget_weather_c .dia2 {
  padding-top: 4px !important;
}
section.header1 .widget_weather_c .container_der {
  text-align: left;
}
section.header1 .widget_weather_c .wi {
  color: grey;
}
section.header1 .navbar-services {
  padding-left: 10px;
  float: left !important;
}
section.header1 .navbar-services i {
  display: none;
}
section.header1 .navbar-services #ModUsers a {
  margin: 0 10px;
}
section.header1 .navbar-services a:hover {
  color: #000;
}
section.header1 .navbar-services #ModUsers {
  margin: -5px;
}
section.header1 .navbar-social {
  margin-right: 0px;
  /*a{
  	    display: block !important;
  	    float: left !important;
  	    margin: 2px 4px;
  	    padding: 2px 4px;
  	    background-color: #e0e1e2;
  	    width: 26px;
  	    text-align: center;	
  	    border-radius:4px;
  }*/
}
section.header1 .navbar-social .social-icons-large {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border-left: 1px solid #ddd;
  padding: 3px;
  margin-left: 10px;
}
section.header1 .navbar-social .social-icons-large i {
  font-size: 16px;
  color: #999;
  padding: 0 6px;
}
section.header1 .navbar-brand {
  height: 20px !important;
  padding: 5px !important;
}

.barra_navegacion .container {
  position: relative !important;
}

.barra_navegacion.affix .social-icons-large {
  display: block !important;
}

.header_version2 .navbar_acb1 .dia {
  display: none;
}

.navbar_acb1 #ModUsers {
  display: none;
}

.header_version2 .navbar_acb1 #ModUsers {
  display: block;
}

.navbar_acb1.affix #ModUsers,
.navbar_acb1.affix #ModUsers {
  display: block;
}

/*.page_home .navbar_acb1 .dia{
	display:block;
}
*/
.navbar_acb1.affix .dia {
  display: none;
}

/*.page_home .navbar_acb1 .profile2{
	display:none;
}*/
.navbar_acb1 .profile2 .navbar-nav-user {
  margin-top: 7px !important;
}

.navbar_acb1.affix .profile2 {
  display: block;
}
.navbar_acb1.affix .profile2 .profile2_fecha {
  display: block !important;
  font-size: 11px;
  color: #888;
  margin-top: 6px;
}
.navbar_acb1.affix .profile2 .nav_registro {
  display: none !important;
}

.navbar_acb1.affix-top .profile2 {
  margin-top: 10px;
}

.nav-bars1 {
  top: 2px;
  padding: 9px 10px;
  margin-right: -5px;
  margin-top: 6px;
  width: 45px;
  height: 45px;
  z-index: 300;
  cursor: pointer;
  float: left;
  position: absolute;
}

.txt_secciones {
  float: left;
  display: block;
  padding-left: 40px;
  padding-top: 4px;
  font-weight: normal;
  width: 85px;
}

.nav-bars1 .bar1, .nav-bars1 .bar2, .nav-bars1 .bar3 {
  width: 100%;
  height: 2px;
  margin-bottom: 5px;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-bars1.navbar-on .bar1, .nav-bars1.navbar-on .bar2, .nav-bars1.navbar-on .bar3 {
  background-color: #000;
}

.nav-bars1.navbar-on .bar1 {
  transform-origin: 10% 40%;
  transform: rotate(45deg);
}

.nav-bars1.navbar-on .bar3 {
  transform-origin: 10% 40%;
  transform: rotate(-45deg);
}

.nav-bars1.navbar-on .bar2 {
  background-color: transparent;
}

.servicios_cnt {
  margin-top: -2px !important;
  z-index: 50;
}

/*.btn-primary {
     background-color: #222;
    border-color: #000000;
    color: #fff;
}

.btn-primary:hover {
      background-color: #333;
    border-color: #000000;
    color: #DFC77F;
}

.bg-primary {
    background-color: #232D3A;
    color: #fff;
}
a.bg-primary:hover {
    background-color: #106a8c;
}


.bg-info {
    background-color: #F5F5F5;
    color: #232D3A;
}
.bg-info a {
    color: #237581;
	font-weight:bold;
}

a.bg-info:hover {
    background-color: #afd9ee;
}


.bg-info {
    background-color: #f5f5f5;
    color: #232d3a;

}
*/
.tags_home .bg-info {
  background-color: #fff;
}
.tags_home .bg-info a {
  background: #fff;
  color: #787878;
  font-size: 11px;
  font-weight: normal;
  padding: 6px 4px;
  font-family: "Roboto";
  text-transform: uppercase;
}

.tags_home .bg-info a:hover {
  /*background:#FACE39;*/
}

.tags_home .temas_hoy {
  display: block;
  font-family: "Roboto";
  color: #787878;
  font-weight: 900;
  font-size: 11px;
  padding: 5px 15px 5px 0px;
}
.tags_home .temas_hoy .fa {
  padding-left: 20px;
  color: #f00;
}

.news_list .news_high_title {
  margin-bottom: 0;
  display: block;
}
.news_list .news_high_title .pull-right {
  margin-top: 10px;
}

.widget.tags {
  margin: 20px 0 0 0;
  position: relative;
}
.widget.tags .social-icons-large {
  position: absolute;
  top: 0px;
  right: 0;
  background: #fff;
  border-left: 1px solid #ddd;
  padding: 5px;
  margin-left: 10px;
}
.widget.tags .social-icons-large i {
  font-size: 20px;
  color: #999;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid;
  padding-top: 4px;
  margin-right: 10px;
}
.widget.tags .social-icons-large i:before {
  padding: 5px 8px;
}
.widget.tags .social-icons-large .fa-twitter:before {
  padding: 5px 6px !important;
}
.widget.tags .social-icons-large .fa-facebook:before {
  padding: 5px 9px !important;
}
.widget.tags .social-icons-large .fa-whatsapp:before {
  padding: 5px 6px !important;
}
.widget.tags .social-icons-large i:hover {
  background: #124679;
  border-color: #124679;
}
.widget.tags .social-icons-large i:hover:before {
  color: #fff;
}
.widget.tags .social-whatsapp {
  color: #999;
  font-size: 14px;
}

.page_section_santa-cruz .widget.tags .social-icons-large {
  display: none !important;
}

.social_item.social_whatsapp .fa.fa-whatsapp {
  color: #fff !important;
}

.widget.tags .tags-izq {
  background-color: #fff;
  color: #000000;
  float: left;
  padding: 2px 0px;
  width: auto;
}

.widget.tags.tags_section {
  height: 75px;
  margin: 0;
  position: relative;
}
.widget.tags.tags_section .bg-info {
  height: 74px;
}

.widget.tags.tags_section .temas_hoy {
  text-transform: uppercase;
  padding: 4px 6px;
  display: block;
}

.widget.tags.tags_section .tags-der ul li {
  float: left;
  padding: 6px 14px;
}

.widget.tags.tags_section::before {
  background: #eeeeee none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.widget.tags.tags_section .bg-primary {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 6px solid #2f60bf;
  color: #000000;
  font-family: Krona One;
  font-size: 40px;
  position: absolute;
  z-index: 2;
}
.widget.tags.tags_section .bg-primary .temas_hoy {
  color: #000000;
  font-family: Krona One;
  font-size: 40px;
}
.widget.tags.tags_section .list-unstyled {
  float: right;
  list-style: outside none none;
  margin-top: 30px;
  padding-left: 0;
}
.widget.tags.tags_section .tags-der ul li {
  float: left;
  padding: 0 8px;
}
.widget.tags.tags_section .bg-info a {
  background: #2f60bf none repeat scroll 0 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 6px;
  text-transform: uppercase;
}

.widget.tags.tags_section.tags_politica .bg-primary {
  border-bottom: 6px solid #2F60BF;
}
.widget.tags.tags_section.tags_politica .bg-info a {
  background: #2F60BF none repeat scroll 0 0;
}

.widget.tags.tags_section.tags_deporte .bg-primary {
  border-bottom: 6px solid #008C50;
}
.widget.tags.tags_section.tags_deporte .bg-info a {
  background: #008C50 none repeat scroll 0 0;
}

.widget.tags.tags_section.tags_cultura .bg-primary {
  border-bottom: 6px solid #01C7B6;
}
.widget.tags.tags_section.tags_cultura .bg-info a {
  background: #01C7B6 none repeat scroll 0 0;
}

.widget.tags.tags_section.tags_info-general .bg-primary {
  border-bottom: 6px solid #BF96C5;
}
.widget.tags.tags_section.tags_info-general .bg-info a {
  background: #BF96C5 none repeat scroll 0 0;
}

.widget.tags.tags_section.tags_policiales .bg-primary {
  border-bottom: 6px solid #43556D;
}
.widget.tags.tags_section.tags_policiales .bg-info a {
  background: #43556D none repeat scroll 0 0;
}

.widget.tags.tags_section.tags_interior .bg-primary {
  border-bottom: 6px solid #DB3D32;
}
.widget.tags.tags_section.tags_interior .bg-info a {
  background: #DB3D32 none repeat scroll 0 0;
}

.widget.tags.tags_section.tags_el-mundo .bg-primary {
  border-bottom: 6px solid #444444;
}
.widget.tags.tags_section.tags_el-mundo .bg-info a {
  background: #444444 none repeat scroll 0 0;
}

.widget.tags.tags_section.tags_el-pais .bg-primary {
  border-bottom: 6px solid #444444;
}
.widget.tags.tags_section.tags_el-pais .bg-info a {
  background: #444444 none repeat scroll 0 0;
}

.module-contents {
  margin-bottom: 20px;
}

.box_modules .col-md-9 {
  padding-right: 7px;
}
.box_modules .col-md-3 {
  padding-left: 5px;
}
.box_modules .col-md-3 .banners {
  margin-bottom: 20px;
}

#WidgetNewsTotal article:hover img,
#WidgetNewsTotal article:hover .widget-article-photo {
  filter: brightness(110%);
}

#WidgetNewsTotal article.news_item1.item1 h3,
#WidgetNewsTotal article.news_item1.news_item2.news_item4 h3 {
  max-height: 75px;
}

#WidgetNewsTotal article.news_item1.item1:hover h3,
#WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #124679;
}

#WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}

/*.box_modules{
	margin:0;
	.col-md-6{
		margin:0;
		padding:0;
		header{
			display:none;
		}
	}

}*/
.module_news_header {
  display: none;
}

section.news_list header .title {
  font-family: "Roboto";
  font-size: 30px;
  color: #000000;
  font-weight: normal;
  /*text-transform: uppercase;
    background-image:url($url+"/imgs/logots.svg");
  background-repeat: no-repeat;

    background-position: center left;
    padding-left: 45px;
    background-size: 40px;
    */
}
section.news_list header .title {
  padding-bottom: 2px;
  border-bottom: 2px solid #000;
  margin-bttom: 5px;
}
section.news_list header .title a {
  font-family: "Droid Serif";
  font-size: 30px;
  color: #000 !important;
  font-weight: normal;
}
section.news_list header .pull-right {
  margin-top: 20px;
}
section.news_list header .pull-right li a {
  color: #C6C6C6;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
section.news_list header .pull-right li {
  padding: 0;
  float: left;
  list-style: none;
  padding-left: 5px;
}
section.news_list header .pull-right li::before {
  content: " ●";
  font-size: 7px;
  color: #ccc;
  padding-left: 5px;
  margin-top: 8px;
  display: block;
  float: right;
}
section.news_list header .pull-right li:last-of-type::before {
  content: "";
}
section.news_list header .pull-right li a.active {
  color: red;
}
section.news_list header .pull-right li:hover a {
  color: red;
}
section.news_list h3 {
  font-family: "Droid Serif";
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  height: auto;
  overflow: hidden;
  margin: 0 0 6px 0;
}
section.news_list .seccion {
  text-align: left;
  font-size: 11px;
  color: #777;
}
section.news_list .seccion .seccion_category {
  text-transform: uppercase;
}

.news_item1.item3 h3 {
  margin: 0 0 16px 0;
}

/*section.news_list header .title::before {
	    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding: 0px 6px 0 3px;
    vertical-align: middle;
    font-size: 17px;
    margin-top: -5px;
}
*/
section.news_list.notitle header {
  display: none !important;
}

.news_banner {
  border: 1px solid #C6C6C6;
  height: 300px;
  position: absolute;
}
.news_banner .banner {
  padding: 10px;
  position: relative;
}
.news_banner .seccion {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.news_principal2 header {
  display: none;
}
.news_principal2 .rownp {
  padding: 0;
}

article.news_item1 .thumbnail {
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
}

.news_item2 {
  /*	border:1px solid #C6C6C6;*/
  padding: 15px;
  height: 300px;
}
.news_item2 .tagname, .news_item2 h3, .news_item2 p {
  font-family: "Droid Serif";
}
.news_item2 .tagname {
  color: #EA1C24;
  font-size: 20px;
}
.news_item2 h3 {
  font-size: 36px !important;
  line-height: 43px !important;
  height: auto !important;
  color: #444445;
  margin: 0;
  padding: 0;
}
.news_item2 p {
  color: #959595;
}
.news_item2 .seccion {
  position: absolute;
  bottom: 8px;
  right: 10px;
}

.news_item4 {
  padding: 11px;
}
.news_item4 .image {
  position: relative;
  height: 180px;
  overflow: hidden;
  margin-bottom: 6px;
  background: #000;
}
.news_item4 h3 {
  font-size: 22px !important;
  margin: 0;
  padding: 0;
  line-height: 25px !important;
  max-height: 101px;
  overflow: hidden;
}
.news_item4 h3 .tagname {
  font-size: 22px !important;
}
.news_item4 .seccion {
  position: relative;
  right: 0;
  margin-top: 12px;
  text-align: left !important;
}
.news_item4 .seccion_copete {
  color: #888;
  display: none;
}
.news_item4 .date2 {
  position: absolute;
  bottom: 18px;
  left: 0px;
  font-size: 11px;
}

.grid_items .grid_item.col-md-6 .seccion_copete, .grid_items .grid_item.col-md-9 .seccion_copete {
  display: block;
}

.news_principal2 .news_item1.news_item2.news_item4 .date2 {
  color: #555;
  left: 11px;
  bottom: 8px;
}
.news_principal2 .news_item1.news_item2.news_item4 .seccion {
  bottom: 8px;
}

/*.page_home{
	.date2{
		display:none;	
	}
}*/
.news_item4.fondo_gris {
  background: #E9E9E9;
}

.swiper-container .news_item1 {
  padding: 10px;
  height: 300px;
  border-radius: 0px !important;
  /*border:1px solid #C6C6C6;*/
  border-left: 0px;
}
.swiper-container .news_item1 .thumbnail {
  border: 0;
  margin: 0;
}
.swiper-container .news_item1 .thumbnail .tagname {
  color: red;
}
.swiper-container .news_item1 .thumbnail .caption {
  padding: 4px;
}

.swiper-container .news_item1.item3 h3 {
  font-size: 24px !important;
  line-height: 26px !important;
  margin-bottom: 0px;
}

.swiper-container .swiper-wrapper .swiper-slide {
  border-left: 0px !important;
}

.swiper-container .swiper-wrapper .swiper-slide-active {
  /*border-left:1px solid #C6C6C6!important;*/
}

.swiper-container .news_item1:first-child {
  /*border-left: 1px solid #C6C6C6;*/
}

.swiper-container .news_item1.item1 .image {
  height: 170px;
  overflow: hidden;
}

.swiper-container .news_item1.item1 .image {
  height: 180px;
  overflow: hidden;
  background: #000;
}

.swiper-container .news_item1.item3 .caption {
  width: auto;
  right: 6px;
}

.swiper-container .swiper-pagination {
  position: relative !important;
}

.btn_ver_mas {
  display: block;
  width: 300px;
  margin: 20px auto 0;
  border: none;
  color: #fff;
  background: #124679;
  padding: 8px;
  text-transform: uppercase;
  font-family: Roboto;
}

.btn_ver_mas:hover {
  color: #fff;
}

.news_item1.item3 {
  padding: 10px;
  /*	border-top:1px solid #C6C6C6;
  	border-left:1px solid #C6C6C6;
  */
  position: relative;
  height: 300px;
}
.news_item1.item3 .placeholder-bg {
  background-size: cover;
  background-position: 50% 50%;
  /*background-image: url("https://www.diarioregistrado.com/img/placeholder.jpg?v=399c34bbe1092ce27b2696b98de9813f");*/
  width: 100%;
  height: 275px;
}
.news_item1.item3 .caption {
  padding: 15px;
  position: absolute;
  bottom: 0;
  /* z-index: 900;*/
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 80%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 80%);
  /*
     background-color: rgba(0, 0, 0, 0.6);
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
     -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  */
  color: #fff;
  font-weight: normal;
}
.news_item1.item3 .caption h3 {
  line-height: 2.5rem;
  text-shadow: 0.5px 0.5px 2px #000;
  font-size: 2.5rem;
  font-family: "Droid Serif", Arial, Helvetica, sans-serif;
  font-weight: bold;
  height: auto;
}
.news_item1.item3 .caption h3 .tagname {
  color: red;
}
.news_item1.item3 .caption .copete {
  color: #f5f5f5;
  font-size: 16px;
  font-family: "Droid Serif", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.news_item1.item3 .caption .seccion {
  color: #ADADAD;
  font-size: 0.9rem;
  text-align: left;
  margin-top: 10px;
}

.col-md-3 .news_item1.item3 .caption {
  position: absolute;
  width: auto;
  /*right: 6px;*/
}

.col-md-6 .news_item1.item3 .caption {
  padding: 4px 10px;
}
.col-md-6 .news_item1.item3 .caption .seccion {
  margin-top: 6px;
}
.col-md-6 .news_item1.item3 .caption h3 {
  font-size: 1.5rem;
  line-height: 1.7rem;
  margin: 0;
}

section.news_list_ver3 header .bg-primary {
  background-color: transparent !important;
  border-bottom: 2px solid #ccc;
  color: #222;
  margin: 0;
  padding: 0;
}
section.news_list_ver3 .title {
  margin: 0 0 -2px;
  padding: 12px 0;
  font-weight: 600;
  font-size: 30px;
  font-family: Krona One;
  font-weight: bold;
}
section.news_list_ver3 article .thumbnail {
  padding: 0;
  border-bottom: 2px solid #dddddd;
  border-top: none;
  border-right: none;
  border-left: none;
}

section.news_list_ver3.class_deportes .title {
  border-bottom: 2px solid #008C50;
}
section.news_list_ver3.class_deportes article .thumbnail {
  background: #008C50;
}
section.news_list_ver3.class_deportes article .thumbnail .caption {
  color: #fff;
}

section.news_list_ver3.class_policiales .bg-primary {
  border-bottom: 2px solid #cccccc;
  position: relative;
}
section.news_list_ver3.class_policiales .title {
  border-bottom: 3px solid #43556D;
}
section.news_list_ver3.class_policiales .top_title .vertodas {
  border: 0 none;
  bottom: 10px;
  margin-top: 10px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}
section.news_list_ver3.class_policiales article .thumbnail {
  background: #43556D;
}
section.news_list_ver3.class_policiales article .thumbnail .caption {
  color: #fff;
}

section.news_list_ver4 {
  background-color: #fff;
  padding: 0 20px 20px 20px;
  margin-bottom: 30px;
}
section.news_list_ver4 header .bg-primary {
  background-color: transparent !important;
  border-top: 2px solid #ccc;
  color: #222;
  margin: 0;
  padding: 0;
}
section.news_list_ver4 .title {
  border-top: 2px solid #222;
  margin: 0 0 -2px;
  padding: 12px 0;
  font-weight: 600;
  font-size: 30px;
}
section.news_list_ver4 article .thumbnail {
  padding: 0;
  border-radius: 0;
}
section.news_list_ver4 article .thumbnail .caption {
  min-height: 140px;
  padding: 6px 14px;
}
section.news_list_ver4 article .thumbnail .caption h3 {
  line-height: 1.2em;
}
section.news_list_ver4 article .thumbnail .caption .caption_top {
  padding-bottom: 6px;
  font-size: 80%;
  color: #ddd;
  font-weight: 600;
}

section.news_list_ver4.class_politica .top_title {
  border-top: 0 none;
}
section.news_list_ver4.class_politica .title {
  font-family: krona one;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 -2px;
  padding: 12px 0;
  text-transform: uppercase;
}
section.news_list_ver4.class_politica .vertodas {
  text-transform: uppercase;
}
section.news_list_ver4.class_politica article .thumbnail {
  background: #2F60BF;
}
section.news_list_ver4.class_politica article .thumbnail .caption {
  color: #fff;
}

section.news_list_ver5 .thumbnail {
  border-radius: 0;
}
section.news_list_ver5 section.section_news_high {
  float: right;
  width: 75%;
}
section.news_list_ver5 section.section_news_high article .caption {
  min-height: 165px;
}
section.news_list_ver5 section.section_news_high article .caption h3 {
  line-height: 1.4em;
  font-weight: 600;
  font-size: 20px;
}
section.news_list_ver5 section.section_news_list {
  float: left;
  width: 28%;
}
section.news_list_ver5 section.section_news_list article {
  margin-bottom: 2px;
}
section.news_list_ver5 section.section_news_list article.posi_1 .thumbnail {
  background: transparent;
  border: 1px solid #c5c5c5;
  padding: 10px;
}
section.news_list_ver5 section.section_news_list article.posi_1 .thumbnail .caption {
  color: #1e3344;
  min-height: 200px;
}
section.news_list_ver5 section.section_news_list article.posi_1 .thumbnail .caption h3 {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px;
}
section.news_list_ver5 section.section_news_list article.posi_2 .caption {
  min-height: 136px;
}
section.news_list_ver5 section.section_news_list article.posi_2 .caption h3 {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 600;
}

#news_popular_content article .image, #ModSoyProtagonista2 article .image {
  height: 150px;
  overflow: hidden;
}
#news_popular_content article .thumbnail, #ModSoyProtagonista2 article .thumbnail {
  border-radius: 0;
}
#news_popular_content article .caption, #ModSoyProtagonista2 article .caption {
  min-height: 128px;
}
#news_popular_content article h3, #ModSoyProtagonista2 article h3 {
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.2em;
}

#news_popular_content .title {
  color: #d9534f;
  font-family: Krona One;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  padding: 11px 0;
  position: absolute;
  border-bottom: 3px solid #d9534f;
}
#news_popular_content .title .small4 {
  color: #444444;
  font-weight: normal;
}
#news_popular_content .vertodas .menues {
  margin-bottom: -2px;
}
#news_popular_content .vertodas .menues li {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
#news_popular_content .vertodas .menues li a {
  text-transform: uppercase;
  color: #444444;
  font-weight: bold;
  border-radius: 0 !important;
  margin: 0;
  padding: 10px 2px;
}
#news_popular_content .vertodas .menues li.active a, #news_popular_content .vertodas .menues li:hover a {
  border-bottom: 3px solid #d9534f;
  color: #d9534f;
}

.columnistas_ver2 .title {
  height: 42px;
  margin-bottom: 10px;
  padding: 5px 10px;
}
.columnistas_ver2 .title .title_1 {
  border-bottom: 3px solid #3488C6;
  color: #555555;
  font-family: Krona One;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  text-transform: uppercase;
}
.columnistas_ver2 .title .title_1 .entiemposur {
  font-weight: normal;
  text-transform: none;
}
.columnistas_ver2 .title .tag_item {
  color: #237581;
  display: block;
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 14px;
}
.columnistas_ver2 .media_list {
  background: #fff;
  padding: 20px;
}
.columnistas_ver2 article .citem .columnista_top {
  background: #3488C6;
  padding: 10px;
  height: 160px;
}
.columnistas_ver2 article .citem .columnista_top h4 a, .columnistas_ver2 article .citem .columnista_top h4 {
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4em;
  margin: 2px 0;
  padding: 0;
}
.columnistas_ver2 article .citem .columnista_top .copete {
  color: #fff;
  font-size: 70%;
}
.columnistas_ver2 article .citem .columnista_user {
  background: #EBEBEB;
  /*bottom: 0;
  left: 0;
  position: absolute;*/
  width: 100%;
  position: relative;
}
.columnistas_ver2 article .citem .columnista_user .trg {
  border-color: #3488C6 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 14px 0 0 33px;
  height: 0;
  left: 7%;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 1;
  display: inline-block;
}
.columnistas_ver2 article .citem .columnista_user .autor {
  float: left;
  width: 60%;
  text-align: center;
  margin-top: 35px;
}
.columnistas_ver2 article .citem .columnista_user .autor_img {
  float: left;
  width: 40%;
  padding: 15px;
  border-radius: 50%;
}

#WidgetNewsGrid article .thumbnail {
  padding: 0;
  border-bottom: 2px solid #dddddd;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0 !important;
}

.news_sections_list .breadcrumb, .news_sections_list .page-header {
  display: none;
}

.news_grid_container header {
  margin: 15px;
  padding: 6px 10px;
  background: #e0e1e2;
  text-transform: uppercase;
  font-family: "Droid Serif";
  font-weight: 900;
}

.news_grid_ver3 {
  /*.con_foto .copete{
  	display:none;
  }

  .sin_foto{
  	border: 1px solid $primary_color;
  	.image{
  		display:none;
  	}
  }*/
}
.news_grid_ver3 .header_caption {
  background: #2F60BF;
  position: relative;
  padding: 10px;
  height: 120px;
}
.news_grid_ver3 .header_caption h3 {
  color: #fff;
  font-size: 20px;
  line-height: 1.4em;
  padding-right: 50px;
}
.news_grid_ver3 .header_caption .tag_name1 {
  color: #fff;
  text-transform: none;
  bottom: 2px;
  left: 4px;
  font-size: 14px;
  font-family: "Georgia";
  font-style: italic;
}
.news_grid_ver3 .container_stats {
  background: #fff;
}
.news_grid_ver3 .container_stats .news_stats {
  position: relative;
  margin-top: 0;
  padding: 15px 0 0 15px;
}

.news_grid_ver3_list article {
  margin-top: 15px;
}
.news_grid_ver3_list article .thumbnail {
  border-bottom: 2px solid;
  border-radius: 0;
  height: 180px;
}
.news_grid_ver3_list article .thumbnail h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  padding: 4px 6px;
}
.news_grid_ver3_list article .thumbnail .tag_name1 {
  color: #8D8D8D;
  text-transform: none;
  bottom: 2px;
  left: 4px;
  font-size: 14px;
  font-family: "Georgia";
  font-style: italic;
}
.news_grid_ver3_list article .thumbnail .social {
  bottom: 60px;
  top: auto;
}

.news_grid_ver2 .caption {
  background: #ffffff;
  position: relative;
}
.news_grid_ver2 .caption h3 {
  border: medium none;
  color: #313131;
  padding: 10px 0px;
  text-shadow: none;
  min-height: 110px;
}
.news_grid_ver2 .caption .news_stats {
  border-top: medium none;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 6px;
  padding-top: 0;
  color: #444444;
}
.news_grid_ver2 .caption .tag_name_2 {
  color: #8C8C8C;
  font-size: 12px;
  padding-bottom: 10px;
}

.news_grid_ver2 article .image .label-primary {
  left: 10px;
  position: absolute;
  top: 10px;
}

.news_grid_ver2 article:nth-child(odd) {
  /*clear:both;*/
}

.section_cat_politica .news_grid_ver3 .header_caption {
  background: #2F60BF;
}
.section_cat_politica .news_grid_ver2 .caption {
  background: #ffffff;
  position: relative;
  border-bottom: 3px solid #2F60BF;
}

.section_cat_deporte .news_grid_ver3 .header_caption {
  background: #008C50;
}
.section_cat_deporte .news_grid_ver2 .caption {
  background: #008C50;
}
.section_cat_deporte .news_grid_ver2 .caption h3, .section_cat_deporte .news_grid_ver2 .caption .news_stats {
  color: #ffffff;
}

.section_cat_cultura .news_grid_ver3 .header_caption {
  background: #01C7B6;
}
.section_cat_cultura .news_grid_ver2 .caption {
  background: #ffffff;
  position: relative;
  border-bottom: 3px solid #01C7B6;
}

.section_cat_info-general .news_grid_ver3 .header_caption {
  background: #BF96C5;
}
.section_cat_info-general .news_grid_ver2 .caption {
  background: #ffffff;
  position: relative;
  border-bottom: 3px solid #BF96C5;
}

.section_cat_policiales .news_grid_ver3 .header_caption {
  background: #43556D;
}
.section_cat_policiales .news_grid_ver2 .caption {
  background: #43556D;
}
.section_cat_policiales .news_grid_ver2 .caption h3, .section_cat_policiales .news_grid_ver2 .caption .news_stats {
  color: #ffffff;
}

.section_cat_el-pais .news_grid_ver3 .header_caption {
  background: #444444;
}
.section_cat_el-pais .news_grid_ver2 .caption {
  background: #ffffff;
  position: relative;
  border-bottom: 3px solid #444444;
}

.section_cat_el-mundo .news_grid_ver3 .header_caption {
  background: #444444;
}
.section_cat_el-mundo .news_grid_ver2 .caption {
  background: #ffffff;
  position: relative;
  border-bottom: 3px solid #444444;
}

.section_cat_interior .news_grid_ver3 .header_caption {
  background: #DB3D32;
}
.section_cat_interior .news_grid_ver2 .caption {
  background: #DB3D32;
}
.section_cat_interior .news_grid_ver2 .caption h3, .section_cat_interior .news_grid_ver2 .caption .news_stats {
  color: #ffffff;
}

.header1 .banners {
  background: #FF2498;
}
.header1 .banners img {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 1180px;
}

.section_popular.widget_news_1 {
  background: #ffffff none repeat scroll 0 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.section_popular.widget_news_1 .mod_title {
  margin-bottom: 10px;
  padding-bottom: 4px;
}
.section_popular.widget_news_1 .mod_title h4 {
  border-bottom: 1px solid #eeeeee;
  color: #222;
  font-family: Bitter;
  font-size: 20px;
  font-weight: normal;
  margin: 0 10px;
  padding: 10px 0 16px;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}
.section_popular.widget_news_1 .mod_title h4 .section {
  font-weight: bold;
  text-transform: none;
}
.section_popular.widget_news_1 .bg-primary {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
}
.section_popular.widget_news_1 .media_list .media {
  padding: 0 10px;
}
.section_popular.widget_news_1 .media_list .media .media-body {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 7px;
}
.section_popular.widget_news_1 .media_list .media .media-body a {
  text-decoration: none;
}
.section_popular.widget_news_1 .media_list .media .media-body .image {
  width: 34%;
  float: left;
  padding-right: 6px;
  position: relative;
}
.section_popular.widget_news_1 .media_list .media .media-body h4 {
  color: #111;
  font-weight: 400;
  font-family: "Droid Serif";
  font-size: 15px;
  line-height: 18px;
}
.section_popular.widget_news_1 .media_list .media .media-body .cont {
  font-weight: bold;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #124679;
  padding: 2px 6px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  width: 25px;
  text-align: center;
}
.section_popular.widget_news_1 .media_list .media .fecha {
  color: #444;
  font-size: 11px;
}

.page_section_politica .section_popular.widget_news_1 {
  border-top: 3px solid #2F60BF;
}

.page_section_deporte .section_popular.widget_news_1 {
  border-top: 3px solid #008C50;
}

.page_section_cultura .section_popular.widget_news_1 {
  border-top: 3px solid #01C7B6;
}

.page_section_info-general .section_popular.widget_news_1 {
  border-top: 3px solid #BF96C5;
}

.page_section_policiales .section_popular.widget_news_1 {
  border-top: 3px solid #43556D;
}

.page_section_interior .section_popular.widget_news_1 {
  border-top: 3px solid #DB3D32;
}

.page_section_el-mundo .section_popular.widget_news_1 {
  border-top: 3px solid #444444;
}

.page_section_el-pais .section_popular.widget_news_1 {
  border-top: 3px solid #444444;
}

/*.page_home .section_popular.widget_news_1{
	  border-top: 3px solid $cat_interior;
	  .mod_title h4{
	  	text-align:center;
	  	maring:10px 0;
	  	font-size: 18px;
    	padding: 10px 0;
	  }
}
*/
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
}

.swiper-container {
  margin-left: -10px;
  margin-right: -10px;
}

.swiper-button-next, .swiper-button-prev {
  top: 50%;
  width: 50px;
  height: 120px;
  margin-top: -56px;
}

#ModSoyProtagonista2 .top_title {
  background: #dddddd none repeat scroll 0 0 !important;
  border-bottom: 0px !important;
  border-right: 6px solid #5e4970;
  display: block;
  position: relative;
}
#ModSoyProtagonista2 .top_title .title {
  background: #5e4970 none repeat scroll 0 0;
  color: #ffffff;
  font-family: Krona One;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding: 12px 20px;
  text-transform: uppercase;
}
#ModSoyProtagonista2 .top_title .menues {
  bottom: 10px;
  margin-bottom: 0;
  position: absolute;
  right: 6px;
}
#ModSoyProtagonista2 .top_title .menues .tag_item {
  color: #444444;
  display: block;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
}
#ModSoyProtagonista2 .top_title .menues .tag_item.tag_publicar {
  background: #5e4970;
  border-radius: 10px;
  color: #ffffff;
  font-weight: bold;
  padding: 4px 10px;
}
#ModSoyProtagonista2 .top_title .menues .tag_item.tag_publicar:hover {
  background: #EB73A1;
}
#ModSoyProtagonista2 article .thumbnail {
  border-bottom: 3px solid #5e4970;
}
#ModSoyProtagonista2 article:hover .caption {
  background: #EB73A1;
  color: #fff;
}

.widget_ranking {
  margin-bottom: 30px;
}
.widget_ranking header .top_title {
  background: #dddddd !important;
  padding: 0;
  position: relative;
}
.widget_ranking header .top_title h4 {
  border-bottom: 3px solid #43556d;
  color: #444;
  font-size: 24px;
  margin-bottom: 0 !important;
  padding: 12px 0;
  text-transform: uppercase;
  font-family: Krona One;
}
.widget_ranking header .top_title .vertodas .menues {
  bottom: 15px;
  margin: 0;
  position: absolute;
  right: 10px;
}
.widget_ranking header .top_title .vertodas .menues li {
  padding: 0 10px;
}
.widget_ranking header .top_title .vertodas .menues li .tag_item {
  text-transform: uppercase;
  color: #444;
}
.widget_ranking header .top_title .vertodas .menues li .tag_item.tag_registro {
  background: #43556d none repeat scroll 0 0;
  border-radius: 10px;
  color: #ffffff;
  font-weight: bold;
  padding: 4px 10px;
}
.widget_ranking header .top_title .vertodas .menues li .tag_item.tag_registro:hover {
  background: #3191B7;
}
.widget_ranking section.rnk_listado article {
  text-align: center;
}
.widget_ranking section.rnk_listado article .user_foto img {
  border-radius: 100%;
  width: 70%;
  margin: 10px auto;
}
.widget_ranking section.rnk_listado article .username {
  font-weight: bold;
  font-family: "Gotham-Book";
  font-size: 18px;
  color: #747474;
}
.widget_ranking section.rnk_listado article .puntosNro {
  font-size: 16px;
  font-family: "Georgia";
  font-style: italic;
  margin: 2px 0 8px;
  color: #65B7CC;
}
.widget_ranking section.rnk_listado article .posiNro {
  border: 1px solid #65b7cc;
  border-radius: 100%;
  color: #65b7cc;
  display: block;
  font-family: "Gotham-Book";
  font-size: 14px;
  margin: 2px auto;
  padding: 0 3px 0 2px;
  width: 22px;
}

#encuestas_contenedor {
  margin: 0;
}

.section_popular.section_encuesta {
  background: #222222;
  height: 275px;
  /* SVGS */
}
.section_popular.section_encuesta .mod_title {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.section_popular.section_encuesta .mod_title h4 {
  color: #ffffff;
  font-family: krona one;
  font-weight: 700;
  letter-spacing: 0.75px;
  margin-top: 0 !important;
  padding: 6px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}
.section_popular.section_encuesta .mod_bottom_inner {
  line-height: 0;
}
.section_popular.section_encuesta .mod_container h2 {
  color: #ffffff;
  font-size: 22px;
  margin: 0 15px 18px;
}
.section_popular.section_encuesta .mod_container .button1 {
  background: red none repeat scroll 0 0;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  margin: 10px 15px;
  padding: 5px 20px 5px 10px;
  text-align: left;
  white-space: normal;
  position: relative;
  font-size: 16px;
}
.section_popular.section_encuesta .mod_container .button1 .fa-check {
  position: absolute;
  right: 6px;
  top: 7px;
  display: none;
}
.section_popular.section_encuesta .mod_container .button1:hover {
  background: red;
}
.section_popular.section_encuesta .mod_container .button1:hover .fa-check {
  display: block;
}
.section_popular.section_encuesta .mod_bottom small {
  color: #eeeeee;
  display: block;
  font-size: 12px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-align: right;
}
.section_popular.section_encuesta .bottom-bar {
  margin: 0 15px;
}
.section_popular.section_encuesta .bottom-bar .fb-share {
  height: 40px;
  background: #3f5699;
  padding: 0 20px;
  margin-right: 7px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  cursor: pointer;
}
.section_popular.section_encuesta .bottom-bar .tw-share {
  height: 40px;
  background: #3fa8e2;
  padding: 0 20px;
  margin-right: 7px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  cursor: pointer;
}
.section_popular.section_encuesta .bottom-bar .wsp-share {
  height: 40px;
  background: #5bc930;
  padding: 0 20px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  cursor: pointer;
}
.section_popular.section_encuesta .bottom-bar p {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  margin-right: 3px;
}
.section_popular.section_encuesta .bottom-bar span {
  line-height: 40px;
  color: #ffffff;
}
.section_popular.section_encuesta .bottom-bar .pull-right a {
  width: 176px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
.section_popular.section_encuesta .bottom-bar .fb-share:hover,
.section_popular.section_encuesta .bottom-bar .tw-share:hover,
.section_popular.section_encuesta .bottom-bar .wsp-share:hover,
.section_popular.section_encuesta .bottom-bar .pull-right a:hover {
  background: #000000;
}
.section_popular.section_encuesta .svg-fb {
  width: 9px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.section_popular.section_encuesta .svg-tw {
  width: 19px;
  height: 17px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.section_popular.section_encuesta .svg-wsp {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.section_popular.section_encuesta .svg-fb path,
.section_popular.section_encuesta .svg-tw path,
.section_popular.section_encuesta .svg-wsp path {
  fill: #ffffff;
}

.module-contents .section_encuesta .bottom-bar {
  padding-bottom: 20px;
}
.module-contents .section_encuesta .bottom-bar .text-font {
  width: 100%;
}
.module-contents .section_encuesta .bottom-bar .fb-share,
.module-contents .section_encuesta .bottom-bar .tw-share,
.module-contents .section_encuesta .bottom-bar .wsp-share {
  min-width: 23%;
}
.module-contents .section_encuesta .bottom-bar .tw-share span,
.module-contents .section_encuesta .bottom-bar .wsp-share span {
  display: none;
}
.module-contents .section_encuesta .bottom-bar .svg-tw {
  margin-right: 0 !important;
  top: 12px !important;
}
.module-contents .section_encuesta .bottom-bar .svg-wsp {
  margin-right: 0 !important;
  top: 9px !important;
}

.page_polls_home .page_container2, .page_polls_detail .page_container2 {
  background: #222;
  padding: 0;
  margin: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.page_polls_home .page_container2 .content_body, .page_polls_detail .page_container2 .content_body {
  max-width: 1200px;
  margin: 0 auto;
}
.page_polls_home .section_encuesta h4, .page_polls_detail .section_encuesta h4 {
  font-size: 16px !important;
  display: none;
}
.page_polls_home .section_encuesta h2, .page_polls_detail .section_encuesta h2 {
  font-size: 40px !important;
}
.page_polls_home .mod_container_otras, .page_polls_detail .mod_container_otras {
  margin: 0 15px 20px;
  background: #262626;
  padding: 10px;
}
.page_polls_home .mod_container_otras .titulosecciones_1, .page_polls_detail .mod_container_otras .titulosecciones_1 {
  font-family: olsentf;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
}
.page_polls_home .mod_container_otras a, .page_polls_detail .mod_container_otras a {
  text-decoration: none !important;
}
.page_polls_home .mod_container_otras h3, .page_polls_detail .mod_container_otras h3 {
  color: #fff;
  font-size: 18px;
}
.page_polls_home .mod_container_otras h3 small, .page_polls_detail .mod_container_otras h3 small {
  font-size: 14px;
}

.section_popular.section_encuesta.encustas_result .mod_container {
  margin: 0 15px;
}
.section_popular.section_encuesta.encustas_result .mod_container h2 {
  margin: 0 0 18px;
}
.section_popular.section_encuesta.encustas_result .mod_container strong {
  color: #fff;
}
.section_popular.section_encuesta.encustas_result .mod_container .progress {
  background: #454545;
}
.section_popular.section_encuesta.encustas_result .mod_container .progress .progress-bar-success {
  background: red;
}

.section_mercado {
  background: #e1e1e1;
}
.section_mercado .mod_title {
  background-color: #d41f24;
  margin-bottom: 0;
}
.section_mercado .mod_title h4 {
  color: #ffffff;
  font-family: krona one;
  font-size: 16px;
}
.section_mercado .mod_title h4 .tit2 {
  color: #f9f9f9;
  font-weight: normal;
}
.section_mercado table {
  margin-bottom: 0;
}
.section_mercado table tr th {
  background: #242e3a none repeat scroll 0 0;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}
.section_mercado table tr td {
  font-size: 14px;
  text-align: center;
}

.mercado_io {
  text-align: right;
  padding-right: 10px;
  margin-bottom: 20px;
}

.section_newsletter .well {
  background-color: #e1e1e1;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  margin: 20px 0;
  min-height: 20px;
  padding: 0 !important;
}
.section_newsletter .well h4 {
  background: #d41f24 none repeat scroll 0 0;
  color: #ffffff;
  font-family: krona one;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
.section_newsletter .well h4 .tit2 {
  font-weight: normal;
}
.section_newsletter .well .msg {
  background: #242e3a none repeat scroll 0 0;
  color: #eeeeee;
  font-size: 14px;
  padding: 6px 10px;
  text-align: center;
}
.section_newsletter .well .input-group {
  border-collapse: separate;
  display: table;
  margin: 20px 20px 10px;
  position: relative;
}
.section_newsletter .well .text-right {
  font-size: 12px;
  margin-bottom: 10px;
  margin-right: 20px;
  text-transform: uppercase;
}
.section_newsletter .well .text-right a {
  color: #444444 !important;
}

.news_principal .news_high {
  width: 70%;
  float: left;
}
.news_principal .news_list {
  width: 30%;
  float: left;
}

#WidgetEdicionImpresa {
  margin-bottom: 20px;
}
#WidgetEdicionImpresa .ei_right .title {
  background: #d41f24 none repeat scroll 0 0;
  color: #ffffff;
  font-family: krona one;
  padding: 10px;
  text-align: center;
}
#WidgetEdicionImpresa .ei_right .copete {
  background: #242e3a none repeat scroll 0 0;
  color: #eeeeee;
  font-size: 14px;
  padding: 6px 10px;
  text-align: center;
}
#WidgetEdicionImpresa article {
  position: relative;
  background: #717173;
}
#WidgetEdicionImpresa .portada {
  padding: 20px;
}
#WidgetEdicionImpresa #portada_image1 {
  border: 15px solid #312f30;
  border-radius: 10px;
  display: block;
  margin: 0px auto;
  width: 80%;
}
#WidgetEdicionImpresa #portada_image1 img {
  width: 100%;
}
#WidgetEdicionImpresa .flecha_left {
  margin-top: -80px;
  position: absolute;
  left: 5px;
  top: 50%;
  background: rgba(0, 0, 0, 0) url("https://www.tiemposur.com.ar/css/imagenes/_themes/tiemposur/edicionimpresa/flecha-izq-pasiva.png") no-repeat scroll 0 0;
  background-size: 30px auto;
  height: 70px;
  width: 38px;
}
#WidgetEdicionImpresa .flecha_right {
  margin-top: -80px;
  position: absolute;
  right: 5px;
  top: 50%;
  background: rgba(0, 0, 0, 0) url("https://www.tiemposur.com.ar/css/imagenes/_themes/tiemposur/edicionimpresa/flecha-der-pasiva.png") no-repeat scroll 0 0;
  background-size: 30px auto;
  height: 70px;
  width: 38px;
}
#WidgetEdicionImpresa .ei_social {
  color: #8e8e8e;
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 125px;
}
#WidgetEdicionImpresa .ei_social .compartilo {
  color: #eeeeee;
  float: left;
  font-size: 13px;
  margin-right: 5px;
}
#WidgetEdicionImpresa .ei_social a.facebook {
  background: rgba(0, 0, 0, 0) url("https://www.tiemposur.com.ar/css/imagenes/_themes/tiemposur/general/facebook-notas-icon.png") no-repeat scroll 0 0;
  display: block;
  float: left;
  height: 19px;
  padding-left: 6px;
  width: 19px;
}
#WidgetEdicionImpresa .ei_social a.twitter {
  background: rgba(0, 0, 0, 0) url("https://www.tiemposur.com.ar/css/imagenes/_themes/tiemposur/general/twitter-notas-icon.png") no-repeat scroll 0 0;
  display: block;
  float: left;
  height: 19px;
  padding-left: 6px;
  width: 19px;
}
#WidgetEdicionImpresa .abajo .ingresa {
  background: rgba(0, 0, 0, 0) url("https://www.tiemposur.com.ar/css/imagenes/_themes/tiemposur/edicionimpresa/nuevo-alerta.png") no-repeat scroll 0 center;
  border-top: 1px solid #595959;
  color: #eeeeee;
  font-size: 16px;
  font-style: italic;
  margin: 10px 10px 0;
  padding: 5px 5px 5px 60px;
  text-align: center;
}
#WidgetEdicionImpresa footer {
  background: #4ab6dd -moz-linear-gradient(center bottom, #4ab6dd 50%, #4ebfe9 50%) repeat scroll 0 0;
  display: block;
  text-align: center;
  width: 100%;
}
#WidgetEdicionImpresa footer a {
  color: #faf6f3 !important;
  display: block;
  font-family: "rockwellregular", "Courier New", Courier, Georgia;
  font-size: 24px;
  font-weight: bold;
  line-height: 20px;
  padding: 10px;
  text-transform: uppercase;
}
#WidgetEdicionImpresa a:focus, #WidgetEdicionImpresa a:hover {
  text-decoration: none !important;
}

.news_high_section_cultura .news_list {
  background: #29334e;
}
.news_high_section_cultura .news_list .cat_1 {
  background: #29334e;
}

.navbar-inverse .navbar-brand {
  color: #fff;
}

#ModUserSignUp .panel-default > .panel-heading {
  background-color: #CC2020;
}

.widget_news_main .row .caption2 {
  margin: 0 15px;
}
.widget_news_main .caption2 {
  background: #124679;
  padding: 15px;
  height: 140px;
}
.widget_news_main .caption2 h2 {
  margin: 0px;
  color: #fff;
  font-family: "Droid Serif";
  text-decoration: none;
}
.widget_news_main a:hover {
  text-decoration: none;
}

.widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #124679;
  padding: 4px 15px;
  margin-bottom: 20px;
}
.widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner a h2 {
  color: #000;
  font-family: "Droid Serif";
  margin: 5px 0 2px;
}
.widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner .copete {
  color: #000;
  font-family: "Roboto";
}

.widgetnewsright2_ver2 .article_2 .caption3 {
  background: #e0e1e2;
  padding: 12px;
}
.widgetnewsright2_ver2 .article_2 .caption3 h2 {
  color: #000;
  font-family: "Droid Serif";
  font-weight: 400;
  font-size: 22px;
  margin: 0px;
}

.news_grid_ver3 article {
  margin-bottom: 30px;
}
.news_grid_ver3 article .caption {
  background: #e0e1e2;
  padding-bottom: 10px;
}
.news_grid_ver3 article .caption h3 {
  color: #000;
  font-family: "Droid Serif";
  font-weight: 400;
  font-size: 22px;
  margin: 0px;
  height: 60px;
  padding: 10px;
  overflow: hidden;
}
.news_grid_ver3 .banners {
  margin: 0 !important;
  max-width: 100%;
}
.news_grid_ver3 .banners img {
  width: 100%;
}

.widget_rio_gallegos, .widget_santa_cruz {
  border: 1px solid #124679;
  padding: 0 15px 15px;
  margin-bottom: 20px;
}
.widget_rio_gallegos .title, .widget_santa_cruz .title {
  background: #124679;
  color: #fff;
  font-family: "Droid Serif";
  padding: 4px 10px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: -15px;
  margin-left: -15px;
  font-size: 18px;
}
.widget_rio_gallegos article, .widget_santa_cruz article {
  margin-bottom: 10px;
}
.widget_rio_gallegos article .caption, .widget_santa_cruz article .caption {
  background: #fff;
  padding-bottom: 0;
}
.widget_rio_gallegos article .caption h3, .widget_santa_cruz article .caption h3 {
  font-size: 28px;
  line-height: 32px;
  height: auto;
  margin: 10px 0px;
  padding: 0px;
}
.widget_rio_gallegos .copete, .widget_santa_cruz .copete {
  font-family: "Roboto";
  color: #000;
  margin-top: 10px;
}
.widget_rio_gallegos .copete p, .widget_santa_cruz .copete p {
  display: inline;
}
.widget_rio_gallegos .copete .tagname, .widget_santa_cruz .copete .tagname {
  font-weight: 500;
  color: #124679;
}
.widget_rio_gallegos .leer_nota, .widget_santa_cruz .leer_nota {
  font-weight: 600;
  color: #124679;
  margin-top: 10px;
  font-size: 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.widget_santa_cruz {
  border: 1px solid #333345;
}
.widget_santa_cruz .title {
  background: #333345;
}
.widget_santa_cruz .copete .tagname {
  color: #333345;
}
.widget_santa_cruz .leer_nota {
  color: #333345;
}

.news_detail .ampliar-foto {
  display: none;
}
.news_detail .breadcrumb {
  margin-bottom: 7px;
  padding-left: 7px !important;
  font-size: 12px;
  background: rgba(0, 0, 0, 0);
  padding: 0;
}
.news_detail .breadcrumb .pull-right {
  float: none !important;
}
.news_detail .nd_top h1 {
  color: #000;
}
.news_detail .nd_top .tag_name1 {
  font-weight: 600;
  padding: 0 0 10px 0;
  font-size: 16px;
  color: #124679;
  text-transform: none !important;
}
.news_detail .nd_top .news_author {
  font-size: 14px;
  color: #555;
}
.news_detail .nd_top .news_author .news_author_type, .news_detail .nd_top .news_author .news_author_sep {
  color: #999;
}
.news_detail .nd_top .news_author_sep {
  font-size: 14px;
  color: #999;
}
.news_detail .fecha li small {
  font-size: 70%;
}
.news_detail .photos_epigrafe {
  color: #555;
  font-size: 14px;
  margin-top: 4px;
}
.news_detail h1 {
  font-family: "Droid Serif";
  letter-spacing: 0 !important;
  font-weight: normal !important;
  font-size: 43px !important;
}
.news_detail .redes .title {
  font-family: "Droid Serif";
}
.news_detail .news_tags .title {
  font-family: Montserrat;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
}
.news_detail .news_tags .tag_name1 {
  border-radius: 10px;
  color: #333;
  background: #fff;
  text-transform: uppercase;
  padding: 4px 10px !important;
  font-size: 14px;
  border: 1px solid;
}
.news_detail .news_tags .tag_name1:hover {
  color: #fff;
  border: 1px solid #124679;
  background: #124679;
}
.news_detail .desarrollo2 {
  line-height: 35px;
  color: #000;
  font-size: 20px;
}
.news_detail .desarrollo2 p {
  margin-bottom: 30px;
}
.news_detail .desarrollo2 img {
  max-width: 100%;
  height: auto !important;
}
.news_detail .news_module, .news_detail .linea-sep2 {
  border-bottom: 1px solid #e9ebee;
}

.news_related {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.news_related .titler {
  font-family: "Droid Serif";
  font-size: 30px;
  color: #555555;
  margin-bottom: 20px;
}
.news_related .col-md-3 {
  padding: 0;
}
.news_related .news_item4 {
  padding: 0 15px 0 0;
  margin-right: 15px;
  border: none;
  border-right: 1px solid #ddd;
}

.servicios_cnt .container {
  margin: 0 auto;
}

.srv_principal .srv_container {
  padding: 0;
  margin: 0;
}
.srv_principal .srv_container .srv_h_title {
  font-size: 12px;
}

.srv_horoscopo_signo {
  margin-bottom: 15px;
}

.srv_horoscopo_signo .hrs_high {
  padding: 10px;
  border: 1px solid #eee;
}

.srv_horoscopo_signo .hrs_signo {
  padding: 0 20px 0 15px;
  width: 85px !important;
}
.srv_horoscopo_signo .hrs_signo img {
  width: 55px;
}

.srv_horoscopo_signo .hrs_text {
  width: 70% !important;
}
.srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  margin-top: 0px;
  margin-bottom: 4px;
  color: #124679 !important;
  font-size: 16px !important;
  font-family: "Righteous" !important;
  font-weight: normal !important;
}
.srv_horoscopo_signo .hrs_text .hrs_text_tit1 strong {
  color: darkcyan;
  text-transform: uppercase;
}

.srv_horoscopo_signo .hrs_items .hrs_item {
  margin-bottom: 0;
  border: none;
  padding: 0;
}
.srv_horoscopo_signo .hrs_items .hrs_item p {
  margin-bottom: 4px;
  font-size: 1.2em !important;
  line-height: 1.4em;
}

.srv_horoscopo .hrs_high {
  margin-bottom: 5px;
}
.srv_horoscopo .hrs_high .hrs_text .hrs_text_tit1 {
  color: #242e3a;
  font-size: 15px !important;
}
.srv_horoscopo .hrs_high .hrs_text .hrs_text_tit2 {
  margin-bottom: 4px;
  font-size: 10px !important;
}
.srv_horoscopo .hrs_high .hrs_text .hrs_text_tit3 {
  font-size: 10px !important;
}

.srv_horoscopo .hrs_high .hrs_signo #signo_icono {
  height: 90px !important;
  background-size: 120px !important;
}

.srv_principal .srv_container.col-md-4-5 {
  width: 37.5%;
}

.srv_principal .srv_contenedor {
  background: #fff;
  height: 250px;
}

.srv_principal #WidgetEdicionImpresa {
  margin-bottom: 0;
}
.srv_principal #WidgetEdicionImpresa .portada {
  padding: 5px;
}
.srv_principal #WidgetEdicionImpresa .portada #portada_image1 {
  position: relative;
  width: auto;
  border: 0;
  background: #C6C6C6;
  padding: 10px 10px 40px;
  height: 220px;
  overflow: hidden;
  border-radius: 15px;
}
.srv_principal #WidgetEdicionImpresa .portada #portada_image1 .portada_image2 {
  height: 185px;
  overflow: hidden;
  border-radius: 10px;
}
.srv_principal #WidgetEdicionImpresa .portada #portada_image1 img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.srv_principal #WidgetEdicionImpresa .portada #portada_image1 .boton-e {
  width: 15px;
  height: 15px;
  background: #fff;
  position: absolute;
  text-align: center;
  margin: 7px auto;
  bottom: 0;
  left: 44.8%;
  border-radius: 50%;
}
.srv_principal #WidgetEdicionImpresa .col_portada {
  padding: 0px;
}
.srv_principal #WidgetEdicionImpresa .col_portada_content {
  padding: 0px 0px 0px 6px;
}
.srv_principal #WidgetEdicionImpresa .srv_portada_content {
  font-size: 10px;
}
.srv_principal #WidgetEdicionImpresa .srv_portada_content h2 {
  font-size: 12px;
  text-transform: uppercase;
  margin: 10px 0;
  color: #555;
}
.srv_principal #WidgetEdicionImpresa .srv_portada_content .portada_fecha1 {
  color: #f00;
  font-size: 12px;
  text-transform: uppercase;
}
.srv_principal #WidgetEdicionImpresa .srv_portada_content .sep_btn {
  margin-top: 10px;
}
.srv_principal #WidgetEdicionImpresa .srv_portada_content .button_acb1 {
  margin-top: 10px;
}

.page_loterias .quiniela.tabla .nombre_juego .referencia {
  background: #ccc;
  text-align: center;
  margin-bottom: 7px;
}
.page_loterias .quiniela.tabla .nombre_juego .referencia h2 {
  color: #444;
  font-family: Bitter;
  margin: 0;
}
.page_loterias #loterias_resultado .path {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}
.page_loterias #loterias_resultado .techo h1 {
  float: left;
  font-size: 20px;
  font-family: bitter;
  margin: 0;
}
.page_loterias #loterias_resultado .techo h2 {
  float: right;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
.page_loterias #loterias_resultado .techo h2 b {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
.page_loterias .sorteo-ganadores .tipo_juego {
  background: #c5c5c5 !important;
  border: 0;
  color: #222;
}
.page_loterias .sorteo-ganadores .tipo_juego h2 {
  margin: 0;
}
.page_loterias .promo {
  width: 25%;
}
.page_loterias .promo .promo_inner {
  border-bottom: 1px solid #124679;
  border-top: 3px solid #124679;
}
.page_loterias .promo a {
  text-decoration: none !important;
}
.page_loterias .promo h2 {
  margin: 0;
  background: transparent;
}
.page_loterias .promo h2 .fechaTop {
  background: transparent;
  color: #555;
  font-size: 12px;
}
.page_loterias .promo .tablaGris th {
  color: #222 !important;
  font-weight: normal;
  background: #c4c4c4 !important;
}
.page_loterias .promo .tablaGris td {
  font-size: 11px;
  color: #444;
}
.page_loterias .promo .nombre {
  background: #eee !important;
  color: #222 !important;
  font-family: bitter;
}
.page_loterias .promo .cabeza_cod {
  background: #ccc !important;
  color: #444;
}
.page_loterias .resto.tabla {
  width: 100% !important;
}
.page_loterias .promo.data2 h2 .nombre, .page_loterias .promo.data2 .cabeza_cod, .page_loterias .promo.data2.home_data2 .tablaGris th, .page_loterias .sorteo-ganadores .tipo_juego {
  background: #124679;
}
.page_loterias .promo.data3 h2 .nombre, .page_loterias .promo.data3 .cabeza_cod {
  background: #124679;
}
.page_loterias .promo.data1 h2 .nombre, .page_loterias .promo.data1 .cabeza_cod {
  background: #124679;
}
.page_loterias .promo .ver-mas {
  bottom: 3px;
  background: none;
  font-size: 12px;
  color: #444;
}

.srv_principal .srv_mas_servicios h2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 4px;
}
.srv_principal .srv_mas_servicios ul li {
  list-style-type: none;
}
.srv_principal .srv_mas_servicios ul li a {
  text-transform: uppercase;
  color: #555;
}
.srv_principal .srv_mas_servicios .portada_fecha1 {
  padding-left: 39px;
  margin-bottom: 6px;
}
.srv_principal .srv_mas_servicios ul.clasificados li {
  margin-bottom: 3px;
}
.srv_principal .srv_mas_servicios ul.clasificados li::before {
  font-family: FontAwesome;
  content: "";
  display: inline-block;
  padding: 0 6px 0 0;
  color: red;
  vertical-align: middle;
  margin-top: -3px;
}
.srv_principal .srv_mas_servicios ul.servicios {
  border-top: 1px solid #ddd;
  margin: 6px 0 0 40px;
  padding: 4px 0 0;
}
.srv_principal .srv_mas_servicios ul.servicios li {
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ddd;
}

.button_acb1 {
  border: 1px solid #807E7F;
  border-radius: 10px;
  padding: 2px 12px !important;
  color: #807E7F;
  font-size: 12px;
  text-transform: uppercase;
}

.button_acb1.positivo {
  color: #fff;
  background: #807E7F !important;
}

.footer {
  background-color: transparent;
}
.footer .footer_top {
  border-top: 2px solid #eee;
  padding-top: 20px;
  margin-top: 20px;
  border-bottom: 2px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.footer .logo img {
  width: 100%;
  max-width: 200px;
}
.footer .logo_sitename {
  font-family: "Righteous";
  font-size: 34px;
  text-decoration: none;
  color: #124679;
}
.footer .copyright {
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
  font-size: 11px;
  color: #aaa;
  margin-top: 7px;
}
.footer .widget.tags {
  margin: 0;
}
.footer .widget.tags .social-icons-large {
  border: 0;
  margin-top: 7px;
}
.footer .footer_menu h2 {
  font-size: 12px;
  color: #777;
  text-transform: uppercase;
}
.footer .footer_menu ul li {
  padding: 0;
  margin: 0;
  height: 18px;
  width: 48%;
  float: left;
  margin-bottom: 10px;
}
.footer .footer_menu ul li a {
  text-decoration: none;
  color: #222;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
.footer .footer_menu ul li a .fa {
  color: red;
}
.footer .footer_menu ul li a:hover {
  color: #124679;
}
.footer .footer_menu ul.footer_secciones li a {
  font-weight: bold;
}
.footer .footer_menu ul.footer_varios {
  margin-top: 10px;
}
.footer .footer_menu ul.footer_varios li {
  width: auto;
  padding-right: 10px;
}
.footer .footer_menu ul.footer_varios li a {
  font-size: 12px;
  color: #555;
}
.footer .footer_menu ul.footer_varios .sep {
  float: left;
  padding-right: 10px;
  font-size: 30px;
  margin-top: -8px;
  color: #555;
}
.footer .footer_menu .copyrightinfo {
  font-size: 12px;
  color: #555;
  font-family: "Montserrat", sans-serif;
}
.footer .footer_menu ul.footer_popular li {
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  height: auto;
}
.footer .footer_menu ul.footer_popular li a {
  text-align: center;
  padding: 5px;
  width: 150px;
  border: solid 1px #124679;
  display: block;
  color: #124679;
}
.footer .footer_menu ul.footer_popular li a:hover {
  background: #124679;
  color: #fff;
  font-weight: bold;
}
.footer .afip {
  text-align: right;
}
.footer .afip img {
  width: 40px;
}
.footer .footer-bottom {
  background: #f9f9f9;
  margin-top: 20px;
  padding: 15px 0 35px;
}
.footer .footer-bottom .poweredby {
  color: #555;
  font-size: 14px;
  text-decoration: none;
}
.footer .footer-bottom .poweredby .adiarioscms {
  font-family: "Righteous";
  text-decoration: none;
  color: #124679;
}

.srv_horoscopo ul.hrs_listado li a.zodiaco {
  background: transparent url("http://testing100/acms/themes/modernbusiness/www/_themes/tiemposur/imgs/zodiaco/aries.svg") no-repeat scroll center center;
}

.srv_horoscopo ul.hrs_listado li a.aries {
  background: transparent url("http://testing100/acms/themes/modernbusiness/www/_themes/tiemposur/imgs/zodiaco/aries.svg") no-repeat scroll center center;
}

.srv_horoscopo ul.hrs_listado li a.tauro {
  background: transparent url("http://testing100/acms/themes/modernbusiness/www/_themes/tiemposur/imgs/zodiaco/tauro.svg") no-repeat scroll center center;
}

.srv_horoscopo ul.hrs_listado li a.geminis {
  background: transparent url("http://testing100/acms/themes/modernbusiness/www/_themes/tiemposur/imgs/zodiaco/geminis.svg") no-repeat scroll center center;
}

.srv_horoscopo ul.hrs_listado li a.cancer {
  background: transparent url("http://testing100/acms/themes/modernbusiness/www/_themes/tiemposur/imgs/zodiaco/cancer.svg") no-repeat scroll center center;
}

.srv_horoscopo ul.hrs_listado li a.leo {
  background: transparent url("http://testing100/acms/themes/modernbusiness/www/_themes/tiemposur/imgs/zodiaco/leo.svg") no-repeat scroll center center;
}

.srv_horoscopo ul.hrs_listado li a.virgo {
  background: transparent url("http://testing100/acms/themes/modernbusiness/www/_themes/tiemposur/imgs/zodiaco/virgo.svg") no-repeat scroll center center;
}

.srv_horoscopo ul.hrs_listado li a.libra {
  background: transparent url("http://testing100/acms/themes/modernbusiness/www/_themes/tiemposur/imgs/zodiaco/libra.svg") no-repeat scroll center center;
}

.srv_horoscopo ul.hrs_listado li a.escorpio {
  background: transparent url("http://testing100/acms/themes/modernbusiness/www/_themes/tiemposur/imgs/zodiaco/escorpio.svg") no-repeat scroll center center;
}

.srv_horoscopo ul.hrs_listado li a.sagitario {
  background: transparent url("http://testing100/acms/themes/modernbusiness/www/_themes/tiemposur/imgs/zodiaco/sagitario.svg") no-repeat scroll center center;
}

.srv_horoscopo ul.hrs_listado li a.capricornio {
  background: transparent url("http://testing100/acms/themes/modernbusiness/www/_themes/tiemposur/imgs/zodiaco/capricornio.svg") no-repeat scroll center center;
}

.srv_horoscopo ul.hrs_listado li a.acuario {
  background: transparent url("http://testing100/acms/themes/modernbusiness/www/_themes/tiemposur/imgs/zodiaco/acuario.svg") no-repeat scroll center center;
}

.srv_horoscopo ul.hrs_listado li a.piscis {
  background: transparent url("http://testing100/acms/themes/modernbusiness/www/_themes/tiemposur/imgs/zodiaco/piscis.svg") no-repeat scroll center center;
}

.srv_horoscopo .hrs_high .hrs_signo .aries {
  background: transparent url("http://testing100/acms/themes/modernbusiness/www/_themes/tiemposur/imgs/zodiaco/aries.svg") no-repeat scroll center center/70px auto;
}

.srv_horoscopo .hrs_high .hrs_signo .tauro {
  background: transparent url("http://testing100/acms/themes/modernbusiness/www/_themes/tiemposur/imgs/zodiaco/tauro.svg") no-repeat scroll center center/70px auto;
}

.srv_horoscopo .hrs_high .hrs_signo .geminis {
  background: transparent url("http://testing100/acms/themes/modernbusiness/www/_themes/tiemposur/imgs/zodiaco/geminis.svg") no-repeat scroll center center/70px auto;
}

.srv_horoscopo .hrs_high .hrs_signo .cancer {
  background: transparent url("http://testing100/acms/themes/modernbusiness/www/_themes/tiemposur/imgs/zodiaco/cancer.svg") no-repeat scroll center center/70px auto;
}

.srv_horoscopo .hrs_high .hrs_signo .leo {
  background: transparent url("http://testing100/acms/themes/modernbusiness/www/_themes/tiemposur/imgs/zodiaco/leo.svg") no-repeat scroll center center/70px auto;
}

.srv_horoscopo .hrs_high .hrs_signo .virgo {
  background: transparent url("http://testing100/acms/themes/modernbusiness/www/_themes/tiemposur/imgs/zodiaco/virgo.svg") no-repeat scroll center center/70px auto;
}

.srv_horoscopo .hrs_high .hrs_signo .libra {
  background: transparent url("http://testing100/acms/themes/modernbusiness/www/_themes/tiemposur/imgs/zodiaco/libra.svg") no-repeat scroll center center/70px auto;
}

.srv_horoscopo .hrs_high .hrs_signo .escorpio {
  background: transparent url("http://testing100/acms/themes/modernbusiness/www/_themes/tiemposur/imgs/zodiaco/escorpio.svg") no-repeat scroll center center/70px auto;
}

.srv_horoscopo .hrs_high .hrs_signo .sagitario {
  background: transparent url("http://testing100/acms/themes/modernbusiness/www/_themes/tiemposur/imgs/zodiaco/sagitario.svg") no-repeat scroll center center/70px auto;
}

.srv_horoscopo .hrs_high .hrs_signo .capricornio {
  background: transparent url("http://testing100/acms/themes/modernbusiness/www/_themes/tiemposur/imgs/zodiaco/capricornio.svg") no-repeat scroll center center/70px auto;
}

.srv_horoscopo .hrs_high .hrs_signo .acuario {
  background: transparent url("http://testing100/acms/themes/modernbusiness/www/_themes/tiemposur/imgs/zodiaco/acuario.svg") no-repeat scroll center center/70px auto;
}

.srv_horoscopo .hrs_high .hrs_signo .piscis {
  background: transparent url("http://testing100/acms/themes/modernbusiness/www/_themes/tiemposur/imgs/zodiaco/piscis.svg") no-repeat scroll center center/70px auto;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: red;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: none;
}

.swiper-button-next::before {
  content: "";
  font-size: 7px;
  font-family: FontAwesome;
  font-size: 58px;
  font-style: normal;
  font-weight: normal;
  height: auto;
  left: auto;
  margin-left: 0;
  margin-top: 0;
  position: relative;
  text-decoration: inherit;
  top: auto;
  width: auto;
  color: #fff;
  right: 0;
  float: right;
  padding-right: 5px;
}

.swiper-button-prev::before {
  content: "";
  font-size: 7px;
  font-family: FontAwesome;
  font-size: 58px;
  font-style: normal;
  font-weight: normal;
  height: auto;
  left: auto;
  margin-left: 0;
  margin-top: 0;
  position: relative;
  text-decoration: inherit;
  top: auto;
  width: auto;
  color: #fff;
  right: 0;
  float: left;
  padding-left: 5px;
}

.news_popular .widget.tags .social-icons-large {
  position: relative;
}
.news_popular header {
  display: none;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.news_popular header .title {
  font-size: 20px !important;
  color: #555 !important;
}
.news_popular header .title::before {
  color: #C6C6C6 !important;
}
.news_popular .widget.tags.pull-right {
  margin-top: 0 !important;
}
.news_popular .media_list .media.data .media-left {
  float: left !important;
  position: relative;
}
.news_popular .media_list .media.data {
  margin-bottom: 20px;
}
.news_popular .media_list .media.data .media-left img {
  max-height: 110px;
}
.news_popular .media_list .media.data .sep {
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 20px;
}
.news_popular .media_list .media.data .sep.posi1 {
  margin-right: -15px;
}
.news_popular .media_list .media.data .sep.posi0 {
  margin-left: -15px;
}
.news_popular .media_list .media.data .time {
  font-size: 11px;
  color: #888;
}
.news_popular .media_list .media.data .tagname {
  color: #124679;
}
.news_popular .media_list .media.data h3 {
  height: 64px;
  font-size: 18px;
  line-height: 21px;
  color: #333;
}
.news_popular .media_list .media.data .seccion {
  text-align: left;
}

.page_horoscopo .news_popular header {
  display: block;
  border: 0;
}

.news_tags {
  border: 0;
}
.news_tags .news_item4 {
  padding: 0;
  border: none;
  position: relative;
}
.news_tags .news_item4 img {
  width: 100%;
  height: auto;
}
.news_tags .separador {
  border-right: 1px solid #e9e9e9;
}
.news_tags .itemsep {
  margin-top: 20px;
}
.news_tags .itemsep article {
  border-bottom: 1px solid #e9e9e9;
}
.news_tags a {
  color: #555;
  text-decoration: none;
}
.news_tags .seccion {
  right: 0;
  text-transform: uppercase;
  font-size: 11px;
}

.news_related2 {
  margin-bottom: 30px;
}
.news_related2 .titler {
  font-family: "Droid Serif";
  font-size: 30px;
}

.diario_digital .user_no_logged .izquierda .d_image {
  background: #FEFEFE;
  padding: 30px;
  border-radius: 20px;
  border: 4px solid #ccc;
  height: auto;
}
.diario_digital .user_no_logged .izquierda .d_image img {
  position: relative;
  left: 0;
  width: 100%;
  border: 3px solid #888;
}

.page_diario_view .page_container2 {
  padding: 0;
  margin: 0 auto;
  max-width: 100% !important;
  width: 100% !important;
}
.page_diario_view .magazine {
  margin: 0 auto !important;
}
.page_diario_view .magazine_container {
  overflow: unset !important;
}
.page_diario_view .module-contents {
  margin: 0;
}

.widget_weather_c .dia2 {
  width: 60px !important;
  height: 60px !important;
  margin-top: 5px !important;
  margin-right: 1px !important;
}
.widget_weather_c .container_der {
  margin-top: 10px;
  color: #888;
}
.widget_weather_c .container_der .sweathercity {
  font-size: 12px;
  height: 12px;
}
.widget_weather_c .container_der .sweathertemp {
  font-size: 20px;
}

.content_search .dropdown-search {
  height: 49px;
  padding-top: 4px;
  position: absolute;
  top: 0;
  background: #fff;
  z-index: 400;
  width: 250px;
}
.content_search .dropdown-search .btn_search {
  float: left;
  display: block;
  padding: 9px 10px 7px;
}
.content_search .dropdown-search .btn_search .fa {
  font-size: 11px;
  color: #333345;
}
.content_search .dropdown-search .input-group {
  padding: 3px 0 2px;
  float: left;
  width: 70%;
}
.content_search .dropdown-search .avanzada {
  margin-left: 100px;
  position: absolute;
  right: 0;
  margin-right: 10px;
  padding: 12px 0 0px 4px;
}
.content_search .dropdown-search .avanzada a {
  font-size: 11px;
  color: #333345;
}
.content_search .input-group .form-control {
  border-radius: 0 5px 5px 0 !important;
}
.content_search .criterio {
  width: 120px;
}
.content_search .avanzada, .content_search .button_buscar {
  display: none;
}
.content_search .dropdown-search.active {
  width: 650px;
}
.content_search .dropdown-search.active .avanzada, .content_search .dropdown-search.active .button_buscar {
  display: block;
}
.content_search .dropdown-search.active .input-group .form-control {
  border-radius: 0 !important;
}
.content_search .dropdown-search.active .criterio {
  width: 340px !important;
}
.content_search .dropdown-search.active .fa-search:before {
  content: "";
}

.dlg_login {
  /* Shared */
  /* Facebook */
  /* Google */
}
.dlg_login .method-validate_field {
  display: none;
}
.dlg_login .image {
  text-align: center;
}
.dlg_login .image img {
  max-width: 200px;
}
.dlg_login h1 {
  font-size: 28px;
  font-family: "Droid Serif";
  text-align: center;
  padding: 0;
  margin: 15px 0 0px;
}
.dlg_login .site_url {
  font-size: 30px;
  font-family: "Droid Serif";
  color: red;
  text-align: center;
}
.dlg_login .update {
  text-align: center;
  color: #777;
}
.dlg_login .separacion {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.dlg_login .section_facebook {
  margin: 10px 0;
  text-align: center;
}
.dlg_login .caption.intro {
  text-align: center;
  margin-top: 5px;
  font-family: "Droid Serif";
  margin-bottom: 15px;
  font-size: 20px;
}
.dlg_login .terms {
  margin-bottom: 20px;
}
.dlg_login .campo_cnt {
  float: left;
  width: 50%;
  padding: 10px;
}
.dlg_login .campo_cnt input {
  border-radius: 0;
}
.dlg_login .campo_cnt2 {
  margin: 20px 0;
}
.dlg_login .ui-datepicker-trigger {
  position: absolute;
  right: 20px;
  bottom: 9px;
  width: 27px;
}
.dlg_login .error small {
  font-size: 70%;
}
.dlg_login label {
  font-weight: normal;
}
.dlg_login #security {
  margin-top: -20px;
}
.dlg_login .cambiar_imagen {
  font-size: 70%;
  display: block;
  float: right;
  position: absolute;
  bottom: 66px;
  right: 30px;
}
.dlg_login .btnOvlidaste {
  float: right;
  font-size: 11px;
  font-style: italic;
  color: #999;
}
.dlg_login .acciones {
  text-align: center;
  margin-bottom: 10px;
}
.dlg_login .btnPrimary, .dlg_login .btn-primary {
  color: #fff;
  background: #807E7F;
  border-radius: 10px;
  padding: 8px 30px;
  border: 0;
}
.dlg_login .crear_cuenta2 {
  text-align: center;
  color: #888;
  margin-bottom: 15px;
}
.dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #FD1214;
  font-weight: bold;
}
.dlg_login .crear_cuenta2 .caption3 {
  font-size: 11px;
}
.dlg_login .loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
}
.dlg_login .loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.dlg_login .loginBtn:focus {
  outline: none;
}
.dlg_login .loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}
.dlg_login .loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
}
.dlg_login .loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png") 6px 6px no-repeat;
}
.dlg_login .loginBtn--facebook:hover,
.dlg_login .loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}
.dlg_login .loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #DD4B39;
}
.dlg_login .loginBtn--google:before {
  border-right: #BB3F30 1px solid;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png") 6px 6px no-repeat;
}
.dlg_login .loginBtn--google:hover,
.dlg_login .loginBtn--google:focus {
  background: #E74B37;
}
.dlg_login .micuenta {
  margin-bottom: 20px;
}
.dlg_login .micuenta img {
  border-radius: 50%;
  width: 70px;
}
.dlg_login .micuenta .data {
  font-family: "Droid Serif";
  margin-left: 10px;
  font-size: 20px;
  color: #555;
}
.dlg_login .micuenta .valor {
  font-family: "Droid Serif";
  font-size: 20px;
  color: #999;
}
.dlg_login .panel-default {
  border: 0;
  box-shadow: none;
}
.dlg_login .panel-default .panel-heading {
  border-radius: 10px;
  color: #fff;
  background: #B2B2B2;
  border: 0;
}
.dlg_login .panel_acciones li {
  margin-bottom: 6px;
}
.dlg_login .panel_acciones a {
  font-size: 14px;
  color: #555;
}
.dlg_login .alert.alert-info {
  font-size: 11px;
}

.user_profile_avatar {
  color: #888;
  font-size: 11px;
  margin-top: 3px;
}
.user_profile_avatar img {
  vertical-align: middle;
  border-radius: 50%;
  width: 35px;
  margin-right: 6px;
}
.user_profile_avatar a {
  font-size: 11px;
  text-transform: uppercase;
  color: #888;
}

.modal-dialog.wide {
  width: 100% !important;
  max-width: 800px !important;
}

.fecha_nacimiento .col-md-3 {
  width: 33%;
}

.row.nopadding2 {
  padding-right: 10px;
  padding-left: 10px;
}
.row.nopadding2 .form-group {
  padding: 5px;
  margin: 0;
}
.row.nopadding2 .fb_content {
  color: #888;
  font-size: 14px;
}
.row.nopadding2 .fb_content .title {
  margin-bottom: 10px;
  margin-top: -4px;
}
.row.nopadding2 .fb_content .fa-facebook-official {
  color: #4267B2;
  font-size: 24px;
}
.row.nopadding2 .fb_content .fa-google {
  color: #4267B2;
  font-size: 24px;
}
.row.nopadding2 .fb_content .fb_msg {
  font-size: 12px;
}
.row.nopadding2 .fb_content .fb_name {
  font-size: 16px;
  color: #555;
  margin-left: 10px;
}

.dlg_login .help-block {
  display: none;
}
.dlg_login ._error {
  display: none;
}

.news_principal2 .grid_items {
  margin-left: -10px;
  margin-right: -10px;
  /*border-right:1px solid #C6C6C6;
  border-bottom:1px solid #C6C6C6;
  */
}
.news_principal2 .grid_items article {
  background: #fff;
  border-right: 0;
  border-bottom: 0;
}
.news_principal2 .grid_items .item0 {
  height: 300px;
}

.col-md-3 aside {
  max-width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.col-md-3 aside img {
  max-width: 100%;
}

.page_portadas .col-central h2 {
  margin: 0;
  font-family: Bitter;
  font-size: 20px;
}

.portadas .panel-info {
  padding: 4px;
  border-radius: 0;
}
.portadas .panel-info .panel-heading {
  background: #124679 !important;
  border-radius: 0;
  padding: 0;
}
.portadas .panel-info .panel-heading a {
  background: rgba(255, 255, 255, 0.7) !important;
  display: block;
  width: 100%;
  padding: 10px;
}
.portadas .panel-info .panel-heading a strong {
  color: #222 !important;
  text-transform: uppercase;
}

.powered .programacion {
  color: #999;
  font-size: 13px;
  margin-top: 4px;
}

.news_principal2_demo .grid_items article {
  border: 3px solid #ddd;
}
.news_principal2_demo .grid_items article a {
  text-decoration: none;
}

.news_principal2_demo .grid_items article:hover {
  border: 3px solid blue;
}

.news_principal2 .grid_item.col-md-3 .tagname,
.news_principal2 .grid_item.col-md-4 .tagname,
.news_principal2 .grid_item.col-md-5 .tagname {
  display: inline;
  /*margin-right: 10px;*/
  font-size: 22px;
}
.news_principal2 .grid_item.col-md-3 h3,
.news_principal2 .grid_item.col-md-4 h3,
.news_principal2 .grid_item.col-md-5 h3 {
  font-size: 22px !important;
  line-height: 25px !important;
  display: inherit;
}

.news_item5 .image {
  margin-bottom: 0px;
}
.news_item5 .copete {
  background: #124679;
  padding: 6px;
  height: 94px;
}
.news_item5 h3 {
  color: #fff;
  font-size: 18px !important;
  line-height: 20px !important;
  height: 50px !important;
}
.news_item5 .seccion {
  color: #ddd !important;
}

#radio1_control .fa-play {
  cursor: pointer;
  color: green;
}

#radio1_control .fa-stop {
  cursor: pointer;
  color: red;
}

.page_news_sections_list .box_modules .col-md-9 {
  padding-right: 0px;
  padding-left: 0px;
}
.page_news_sections_list .box_modules .col-md-3 {
  text-align: center;
  padding: 0 10px;
  margin: 0 auto;
}
.page_news_sections_list .box_modules .col-md-12 {
  padding: 0;
}

.section_popular .media_list .image {
  width: 100%;
  float: none;
  text-align: left;
}
.section_popular .media_list .image img {
  width: 100%;
}
.section_popular .media_list h4 {
  text-align: left;
  margin-top: 10px;
  display: block;
  font-weight: bold;
  font-size: 16px;
}

.sp .sp_contenedor1 {
  border-radius: 10px;
  padding: 10px 15px;
  background: #F5F5F5;
  border: 2px solid #eee;
}
.sp .sp_contenedor1 .titulo1 {
  color: #555;
}
.sp .sp_contenedor1 .titulo2 {
  color: #888;
}

.sp .sp_footer .ct_publicar .btn_publicar,
.sp .sp_footer .ct_publicar .btn_publicar:hover {
  background: red;
}

#comments_contents .btn-primary {
  background: #f00;
  border: none;
  color: #fff;
  font-weight: bold;
}
#comments_contents .panel-body {
  position: relative;
}
#comments_contents h5 .fn {
  font-size: 24px;
}
#comments_contents h5 .says {
  display: none;
}
#comments_contents .comment-meta {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #888;
}
#comments_contents .comment-meta time {
  color: #888;
  font-size: 13px;
}

.mbanners.news_principal2 .grid_items {
  border: none;
}
.mbanners.news_principal2 .grid_items article {
  border: none;
  background: #fff;
  min-height: auto;
  line-height: unset;
  height: auto;
}
.mbanners.news_principal2 .grid_items article .banners {
  margin: 0 auto 0px;
}
.mbanners.news_principal2 .grid_items article .banners iframe {
  border: 1px solid #ddd;
}
.mbanners.news_principal2 .grid_items .grid_item:first-child article {
  padding-left: 0px;
  text-align: left;
}
.mbanners.news_principal2 .grid_items .grid_item:last-child article {
  padding-right: 0px;
  text-align: right;
}

/*.news_principal2  .grid_item{
 	min-width:300px;
}*/
.social_large3 .fa {
  font-size: 17px;
  padding-left: 8px;
}

.header_box_derecha.diariotapa {
  width: 100px !important;
  height: 60px;
  overflow: hidden;
  margin-top: 10px;
  padding: 0;
}
.header_box_derecha.diariotapa img {
  width: 100px;
  height: auto;
}

.section_comments header h3 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  color: #222;
  font-family: Bitter;
  font-size: 20px;
}

article.content_related {
  position: relative;
  clear: both;
  display: flex;
  width: 100%;
  background: #fefefe;
  background: #f9f9f9;
  border: 1px solid #e2e2e2;
}
article.content_related .rel_widget {
  position: absolute;
  right: 0;
  padding: 2px 6px;
  font-size: 10px;
  background: #eee;
  color: #888;
}
article.content_related .rel_image {
  width: 90px;
  height: 90px;
  float: left;
  overflow: hidden;
  margin: 10px;
}
article.content_related .rel_image img {
  width: 100% !important;
  height: 100px;
  object-fit: cover;
}
article.content_related .rel_content {
  float: left;
  width: 80%;
  margin-left: 15px;
  margin: 10px;
}
article.content_related .rel_content .rel {
  color: #ed1c24 !important;
  font-size: 16px;
  line-height: 21px;
  font-family: "Portada-Bold";
}
article.content_related .rel_content h4 {
  font-weight: bold;
  font-size: 22px;
  line-height: 29px;
  color: #555 !important;
  margin: 4px 0 0 !important;
  font-weight: 500;
  width: auto !important;
  max-height: 57px;
  overflow: hidden;
}

.contacts_container {
  display: flex;
  justify-content: center;
  background: #fcfcfc;
}

.elections_detalle_acms1 {
  background: #124679 !important;
  margin-bottom: 20px;
}
.elections_detalle_acms1 .topete .inner .tit1 {
  font-family: "Righteous" !important;
  font-size: 25px !important;
}
.elections_detalle_acms1 .candidato .nombre_partido .nombre {
  font-family: Righteous !important;
}

.template_IndianRed #sidebar-wrapper {
  background: #CD5C5C;
}
.template_IndianRed .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: #CD5C5C;
}
.template_IndianRed #myNav {
  background: #CD5C5C;
}
.template_IndianRed #WidgetNewsTotal article.news_item1.item1:hover h3,
.template_IndianRed #WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #CD5C5C;
}
.template_IndianRed #WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}
.template_IndianRed section.header1 .logo_sitename {
  color: #CD5C5C;
}
.template_IndianRed section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: #CD5C5C;
}
.template_IndianRed section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #CD5C5C;
  color: #CD5C5C;
}
.template_IndianRed section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #CD5C5C !important;
  color: #fff;
}
.template_IndianRed section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #CD5C5C !important;
}
.template_IndianRed .widget.tags .social-icons-large i:hover {
  background: #CD5C5C;
  border-color: #CD5C5C;
}
.template_IndianRed .btn_ver_mas {
  background: #CD5C5C;
}
.template_IndianRed .section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: #CD5C5C;
}
.template_IndianRed .widget_news_main .caption2 {
  background: #CD5C5C;
}
.template_IndianRed .widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #CD5C5C;
}
.template_IndianRed .news_detail .nd_top .tag_name1 {
  color: #CD5C5C;
}
.template_IndianRed .news_detail .news_tags .tag_name1:hover {
  border: 1px solid #CD5C5C;
  background: #CD5C5C;
}
.template_IndianRed .srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: #CD5C5C !important;
}
.template_IndianRed .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #CD5C5C;
  border-top: 3px solid #CD5C5C;
}
.template_IndianRed .page_loterias .promo.data2 h2 .nombre, .template_IndianRed .page_loterias .promo.data2 .cabeza_cod, .template_IndianRed .page_loterias .promo.data2.home_data2 .tablaGris th, .template_IndianRed .page_loterias .sorteo-ganadores .tipo_juego {
  background: #CD5C5C;
}
.template_IndianRed .page_loterias .promo.data3 h2 .nombre, .template_IndianRed .page_loterias .promo.data3 .cabeza_cod {
  background: #CD5C5C;
}
.template_IndianRed .page_loterias .promo.data1 h2 .nombre, .template_IndianRed .page_loterias .promo.data1 .cabeza_cod {
  background: #CD5C5C;
}
.template_IndianRed .footer .logo_sitename {
  color: #CD5C5C;
}
.template_IndianRed .footer .footer_menu ul.footer_popular li a {
  border: solid 1px #CD5C5C;
  color: #CD5C5C;
}
.template_IndianRed .footer .footer_menu ul.footer_popular li a:hover {
  background: #CD5C5C;
  color: #fff;
}
.template_IndianRed .footer .footer_menu ul.footer_secciones li a:hover,
.template_IndianRed .footer .footer_menu ul.footer_servicios li a:hover {
  color: #CD5C5C;
}
.template_IndianRed .footer .footer-bottom .poweredby .adiarioscms {
  color: #CD5C5C;
}
.template_IndianRed .news_popular .media_list .media.data .tagname {
  color: #CD5C5C;
}
.template_IndianRed .widget.tags .social-icons-large i:hover {
  background: #CD5C5C;
  border-color: #CD5C5C;
}
.template_IndianRed .news_item5 .copete {
  background: #CD5C5C;
}
.template_IndianRed .swiper-pagination-bullet-active {
  background: #CD5C5C;
}
.template_IndianRed .weather_list .we_item h4 {
  color: #CD5C5C;
}
.template_IndianRed .weather_list .we_item .temperatura {
  color: #CD5C5C;
}
.template_IndianRed .today .sunrise .sunrise_hour {
  color: #CD5C5C;
}
.template_IndianRed .today .description .wlabel .wvalue {
  color: #CD5C5C;
}
.template_IndianRed .weather .today .we_temperatura .temp_actual, .template_IndianRed .weather .today .we_temperatura .temperatura {
  color: #CD5C5C;
}
.template_IndianRed .weather .today.bg-primary .day {
  color: #CD5C5C;
}
.template_IndianRed .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #CD5C5C !important;
  border-top: 3px solid #CD5C5C !important;
}
.template_IndianRed .promo.data1 .cabeza_nro {
  color: #CD5C5C;
}
.template_IndianRed .portadas .panel-info .panel-heading {
  background: #CD5C5C !important;
}
.template_IndianRed a {
  color: #CD5C5C;
}
.template_IndianRed .dlg_login .btnPrimary, .template_IndianRed .dlg_login .btn-primary {
  background: #CD5C5C;
}
.template_IndianRed .dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #CD5C5C;
}
.template_IndianRed .elections_detalle_acms1 {
  background: #CD5C5C !important;
}
.template_IndianRed .page_events_articles_detail .eventCalendar-currentTitle, .template_IndianRed .page_events_articles_detail .list-group-item.active, .template_IndianRed .page_events_articles_detail .list-group-item.active:hover, .template_IndianRed .page_events_articles_detail .list-group-item.active:focus, .template_IndianRed .page_events_home .eventCalendar-currentTitle, .template_IndianRed .page_events_home .list-group-item.active, .template_IndianRed .page_events_home .list-group-item.active:hover, .template_IndianRed .page_events_home .list-group-item.active:focus, .template_IndianRed .mcd .news_archive .eventCalendar-currentTitle, .template_IndianRed .mcd .news_archive .list-group-item.active, .template_IndianRed .mcd .news_archive .list-group-item.active:hover, .template_IndianRed .mcd .news_archive .list-group-item.active:focus {
  background-color: #CD5C5C !important;
}
.template_IndianRed .page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle, .template_IndianRed .page_events_home .eventCalendar-list li a.eventCalendar-eventTitle, .template_IndianRed .mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #CD5C5C !important;
}
.template_IndianRed .page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_IndianRed .page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_IndianRed .mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #CD5C5C !important;
}

.template_Crimson #sidebar-wrapper {
  background: #DC143C;
}
.template_Crimson .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: #DC143C;
}
.template_Crimson #myNav {
  background: #DC143C;
}
.template_Crimson #WidgetNewsTotal article.news_item1.item1:hover h3,
.template_Crimson #WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #DC143C;
}
.template_Crimson #WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}
.template_Crimson section.header1 .logo_sitename {
  color: #DC143C;
}
.template_Crimson section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: #DC143C;
}
.template_Crimson section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #DC143C;
  color: #DC143C;
}
.template_Crimson section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #DC143C !important;
  color: #fff;
}
.template_Crimson section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #DC143C !important;
}
.template_Crimson .widget.tags .social-icons-large i:hover {
  background: #DC143C;
  border-color: #DC143C;
}
.template_Crimson .btn_ver_mas {
  background: #DC143C;
}
.template_Crimson .section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: #DC143C;
}
.template_Crimson .widget_news_main .caption2 {
  background: #DC143C;
}
.template_Crimson .widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #DC143C;
}
.template_Crimson .news_detail .nd_top .tag_name1 {
  color: #DC143C;
}
.template_Crimson .news_detail .news_tags .tag_name1:hover {
  border: 1px solid #DC143C;
  background: #DC143C;
}
.template_Crimson .srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: #DC143C !important;
}
.template_Crimson .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #DC143C;
  border-top: 3px solid #DC143C;
}
.template_Crimson .page_loterias .promo.data2 h2 .nombre, .template_Crimson .page_loterias .promo.data2 .cabeza_cod, .template_Crimson .page_loterias .promo.data2.home_data2 .tablaGris th, .template_Crimson .page_loterias .sorteo-ganadores .tipo_juego {
  background: #DC143C;
}
.template_Crimson .page_loterias .promo.data3 h2 .nombre, .template_Crimson .page_loterias .promo.data3 .cabeza_cod {
  background: #DC143C;
}
.template_Crimson .page_loterias .promo.data1 h2 .nombre, .template_Crimson .page_loterias .promo.data1 .cabeza_cod {
  background: #DC143C;
}
.template_Crimson .footer .logo_sitename {
  color: #DC143C;
}
.template_Crimson .footer .footer_menu ul.footer_popular li a {
  border: solid 1px #DC143C;
  color: #DC143C;
}
.template_Crimson .footer .footer_menu ul.footer_popular li a:hover {
  background: #DC143C;
  color: #fff;
}
.template_Crimson .footer .footer_menu ul.footer_secciones li a:hover,
.template_Crimson .footer .footer_menu ul.footer_servicios li a:hover {
  color: #DC143C;
}
.template_Crimson .footer .footer-bottom .poweredby .adiarioscms {
  color: #DC143C;
}
.template_Crimson .news_popular .media_list .media.data .tagname {
  color: #DC143C;
}
.template_Crimson .widget.tags .social-icons-large i:hover {
  background: #DC143C;
  border-color: #DC143C;
}
.template_Crimson .news_item5 .copete {
  background: #DC143C;
}
.template_Crimson .swiper-pagination-bullet-active {
  background: #DC143C;
}
.template_Crimson .weather_list .we_item h4 {
  color: #DC143C;
}
.template_Crimson .weather_list .we_item .temperatura {
  color: #DC143C;
}
.template_Crimson .today .sunrise .sunrise_hour {
  color: #DC143C;
}
.template_Crimson .today .description .wlabel .wvalue {
  color: #DC143C;
}
.template_Crimson .weather .today .we_temperatura .temp_actual, .template_Crimson .weather .today .we_temperatura .temperatura {
  color: #DC143C;
}
.template_Crimson .weather .today.bg-primary .day {
  color: #DC143C;
}
.template_Crimson .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #DC143C !important;
  border-top: 3px solid #DC143C !important;
}
.template_Crimson .promo.data1 .cabeza_nro {
  color: #DC143C;
}
.template_Crimson .portadas .panel-info .panel-heading {
  background: #DC143C !important;
}
.template_Crimson a {
  color: #DC143C;
}
.template_Crimson .dlg_login .btnPrimary, .template_Crimson .dlg_login .btn-primary {
  background: #DC143C;
}
.template_Crimson .dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #DC143C;
}
.template_Crimson .elections_detalle_acms1 {
  background: #DC143C !important;
}
.template_Crimson .page_events_articles_detail .eventCalendar-currentTitle, .template_Crimson .page_events_articles_detail .list-group-item.active, .template_Crimson .page_events_articles_detail .list-group-item.active:hover, .template_Crimson .page_events_articles_detail .list-group-item.active:focus, .template_Crimson .page_events_home .eventCalendar-currentTitle, .template_Crimson .page_events_home .list-group-item.active, .template_Crimson .page_events_home .list-group-item.active:hover, .template_Crimson .page_events_home .list-group-item.active:focus, .template_Crimson .mcd .news_archive .eventCalendar-currentTitle, .template_Crimson .mcd .news_archive .list-group-item.active, .template_Crimson .mcd .news_archive .list-group-item.active:hover, .template_Crimson .mcd .news_archive .list-group-item.active:focus {
  background-color: #DC143C !important;
}
.template_Crimson .page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle, .template_Crimson .page_events_home .eventCalendar-list li a.eventCalendar-eventTitle, .template_Crimson .mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #DC143C !important;
}
.template_Crimson .page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_Crimson .page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_Crimson .mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #DC143C !important;
}

.template_Red #sidebar-wrapper {
  background: #FF0000;
}
.template_Red .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: #FF0000;
}
.template_Red #myNav {
  background: #FF0000;
}
.template_Red #WidgetNewsTotal article.news_item1.item1:hover h3,
.template_Red #WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #FF0000;
}
.template_Red #WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}
.template_Red section.header1 .logo_sitename {
  color: #FF0000;
}
.template_Red section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: #FF0000;
}
.template_Red section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #FF0000;
  color: #FF0000;
}
.template_Red section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #FF0000 !important;
  color: #fff;
}
.template_Red section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #FF0000 !important;
}
.template_Red .widget.tags .social-icons-large i:hover {
  background: #FF0000;
  border-color: #FF0000;
}
.template_Red .btn_ver_mas {
  background: #FF0000;
}
.template_Red .section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: #FF0000;
}
.template_Red .widget_news_main .caption2 {
  background: #FF0000;
}
.template_Red .widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #FF0000;
}
.template_Red .news_detail .nd_top .tag_name1 {
  color: #FF0000;
}
.template_Red .news_detail .news_tags .tag_name1:hover {
  border: 1px solid #FF0000;
  background: #FF0000;
}
.template_Red .srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: #FF0000 !important;
}
.template_Red .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #FF0000;
  border-top: 3px solid #FF0000;
}
.template_Red .page_loterias .promo.data2 h2 .nombre, .template_Red .page_loterias .promo.data2 .cabeza_cod, .template_Red .page_loterias .promo.data2.home_data2 .tablaGris th, .template_Red .page_loterias .sorteo-ganadores .tipo_juego {
  background: #FF0000;
}
.template_Red .page_loterias .promo.data3 h2 .nombre, .template_Red .page_loterias .promo.data3 .cabeza_cod {
  background: #FF0000;
}
.template_Red .page_loterias .promo.data1 h2 .nombre, .template_Red .page_loterias .promo.data1 .cabeza_cod {
  background: #FF0000;
}
.template_Red .footer .logo_sitename {
  color: #FF0000;
}
.template_Red .footer .footer_menu ul.footer_popular li a {
  border: solid 1px #FF0000;
  color: #FF0000;
}
.template_Red .footer .footer_menu ul.footer_popular li a:hover {
  background: #FF0000;
  color: #fff;
}
.template_Red .footer .footer_menu ul.footer_secciones li a:hover,
.template_Red .footer .footer_menu ul.footer_servicios li a:hover {
  color: #FF0000;
}
.template_Red .footer .footer-bottom .poweredby .adiarioscms {
  color: #FF0000;
}
.template_Red .news_popular .media_list .media.data .tagname {
  color: #FF0000;
}
.template_Red .widget.tags .social-icons-large i:hover {
  background: #FF0000;
  border-color: #FF0000;
}
.template_Red .news_item5 .copete {
  background: #FF0000;
}
.template_Red .swiper-pagination-bullet-active {
  background: #FF0000;
}
.template_Red .weather_list .we_item h4 {
  color: #FF0000;
}
.template_Red .weather_list .we_item .temperatura {
  color: #FF0000;
}
.template_Red .today .sunrise .sunrise_hour {
  color: #FF0000;
}
.template_Red .today .description .wlabel .wvalue {
  color: #FF0000;
}
.template_Red .weather .today .we_temperatura .temp_actual, .template_Red .weather .today .we_temperatura .temperatura {
  color: #FF0000;
}
.template_Red .weather .today.bg-primary .day {
  color: #FF0000;
}
.template_Red .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #FF0000 !important;
  border-top: 3px solid #FF0000 !important;
}
.template_Red .promo.data1 .cabeza_nro {
  color: #FF0000;
}
.template_Red .portadas .panel-info .panel-heading {
  background: #FF0000 !important;
}
.template_Red a {
  color: #FF0000;
}
.template_Red .dlg_login .btnPrimary, .template_Red .dlg_login .btn-primary {
  background: #FF0000;
}
.template_Red .dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #FF0000;
}
.template_Red .elections_detalle_acms1 {
  background: #FF0000 !important;
}
.template_Red .page_events_articles_detail .eventCalendar-currentTitle, .template_Red .page_events_articles_detail .list-group-item.active, .template_Red .page_events_articles_detail .list-group-item.active:hover, .template_Red .page_events_articles_detail .list-group-item.active:focus, .template_Red .page_events_home .eventCalendar-currentTitle, .template_Red .page_events_home .list-group-item.active, .template_Red .page_events_home .list-group-item.active:hover, .template_Red .page_events_home .list-group-item.active:focus, .template_Red .mcd .news_archive .eventCalendar-currentTitle, .template_Red .mcd .news_archive .list-group-item.active, .template_Red .mcd .news_archive .list-group-item.active:hover, .template_Red .mcd .news_archive .list-group-item.active:focus {
  background-color: #FF0000 !important;
}
.template_Red .page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle, .template_Red .page_events_home .eventCalendar-list li a.eventCalendar-eventTitle, .template_Red .mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #FF0000 !important;
}
.template_Red .page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_Red .page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_Red .mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #FF0000 !important;
}

.template_FireBrick #sidebar-wrapper {
  background: #B22222;
}
.template_FireBrick .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: #B22222;
}
.template_FireBrick #myNav {
  background: #B22222;
}
.template_FireBrick #WidgetNewsTotal article.news_item1.item1:hover h3,
.template_FireBrick #WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #B22222;
}
.template_FireBrick #WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}
.template_FireBrick section.header1 .logo_sitename {
  color: #B22222;
}
.template_FireBrick section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: #B22222;
}
.template_FireBrick section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #B22222;
  color: #B22222;
}
.template_FireBrick section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #B22222 !important;
  color: #fff;
}
.template_FireBrick section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #B22222 !important;
}
.template_FireBrick .widget.tags .social-icons-large i:hover {
  background: #B22222;
  border-color: #B22222;
}
.template_FireBrick .btn_ver_mas {
  background: #B22222;
}
.template_FireBrick .section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: #B22222;
}
.template_FireBrick .widget_news_main .caption2 {
  background: #B22222;
}
.template_FireBrick .widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #B22222;
}
.template_FireBrick .news_detail .nd_top .tag_name1 {
  color: #B22222;
}
.template_FireBrick .news_detail .news_tags .tag_name1:hover {
  border: 1px solid #B22222;
  background: #B22222;
}
.template_FireBrick .srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: #B22222 !important;
}
.template_FireBrick .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #B22222;
  border-top: 3px solid #B22222;
}
.template_FireBrick .page_loterias .promo.data2 h2 .nombre, .template_FireBrick .page_loterias .promo.data2 .cabeza_cod, .template_FireBrick .page_loterias .promo.data2.home_data2 .tablaGris th, .template_FireBrick .page_loterias .sorteo-ganadores .tipo_juego {
  background: #B22222;
}
.template_FireBrick .page_loterias .promo.data3 h2 .nombre, .template_FireBrick .page_loterias .promo.data3 .cabeza_cod {
  background: #B22222;
}
.template_FireBrick .page_loterias .promo.data1 h2 .nombre, .template_FireBrick .page_loterias .promo.data1 .cabeza_cod {
  background: #B22222;
}
.template_FireBrick .footer .logo_sitename {
  color: #B22222;
}
.template_FireBrick .footer .footer_menu ul.footer_popular li a {
  border: solid 1px #B22222;
  color: #B22222;
}
.template_FireBrick .footer .footer_menu ul.footer_popular li a:hover {
  background: #B22222;
  color: #fff;
}
.template_FireBrick .footer .footer_menu ul.footer_secciones li a:hover,
.template_FireBrick .footer .footer_menu ul.footer_servicios li a:hover {
  color: #B22222;
}
.template_FireBrick .footer .footer-bottom .poweredby .adiarioscms {
  color: #B22222;
}
.template_FireBrick .news_popular .media_list .media.data .tagname {
  color: #B22222;
}
.template_FireBrick .widget.tags .social-icons-large i:hover {
  background: #B22222;
  border-color: #B22222;
}
.template_FireBrick .news_item5 .copete {
  background: #B22222;
}
.template_FireBrick .swiper-pagination-bullet-active {
  background: #B22222;
}
.template_FireBrick .weather_list .we_item h4 {
  color: #B22222;
}
.template_FireBrick .weather_list .we_item .temperatura {
  color: #B22222;
}
.template_FireBrick .today .sunrise .sunrise_hour {
  color: #B22222;
}
.template_FireBrick .today .description .wlabel .wvalue {
  color: #B22222;
}
.template_FireBrick .weather .today .we_temperatura .temp_actual, .template_FireBrick .weather .today .we_temperatura .temperatura {
  color: #B22222;
}
.template_FireBrick .weather .today.bg-primary .day {
  color: #B22222;
}
.template_FireBrick .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #B22222 !important;
  border-top: 3px solid #B22222 !important;
}
.template_FireBrick .promo.data1 .cabeza_nro {
  color: #B22222;
}
.template_FireBrick .portadas .panel-info .panel-heading {
  background: #B22222 !important;
}
.template_FireBrick a {
  color: #B22222;
}
.template_FireBrick .dlg_login .btnPrimary, .template_FireBrick .dlg_login .btn-primary {
  background: #B22222;
}
.template_FireBrick .dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #B22222;
}
.template_FireBrick .elections_detalle_acms1 {
  background: #B22222 !important;
}
.template_FireBrick .page_events_articles_detail .eventCalendar-currentTitle, .template_FireBrick .page_events_articles_detail .list-group-item.active, .template_FireBrick .page_events_articles_detail .list-group-item.active:hover, .template_FireBrick .page_events_articles_detail .list-group-item.active:focus, .template_FireBrick .page_events_home .eventCalendar-currentTitle, .template_FireBrick .page_events_home .list-group-item.active, .template_FireBrick .page_events_home .list-group-item.active:hover, .template_FireBrick .page_events_home .list-group-item.active:focus, .template_FireBrick .mcd .news_archive .eventCalendar-currentTitle, .template_FireBrick .mcd .news_archive .list-group-item.active, .template_FireBrick .mcd .news_archive .list-group-item.active:hover, .template_FireBrick .mcd .news_archive .list-group-item.active:focus {
  background-color: #B22222 !important;
}
.template_FireBrick .page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle, .template_FireBrick .page_events_home .eventCalendar-list li a.eventCalendar-eventTitle, .template_FireBrick .mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #B22222 !important;
}
.template_FireBrick .page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_FireBrick .page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_FireBrick .mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #B22222 !important;
}

.template_DarkRed #sidebar-wrapper {
  background: #8B0000;
}
.template_DarkRed .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: #8B0000;
}
.template_DarkRed #myNav {
  background: #8B0000;
}
.template_DarkRed #WidgetNewsTotal article.news_item1.item1:hover h3,
.template_DarkRed #WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #8B0000;
}
.template_DarkRed #WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}
.template_DarkRed section.header1 .logo_sitename {
  color: #8B0000;
}
.template_DarkRed section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: #8B0000;
}
.template_DarkRed section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #8B0000;
  color: #8B0000;
}
.template_DarkRed section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #8B0000 !important;
  color: #fff;
}
.template_DarkRed section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #8B0000 !important;
}
.template_DarkRed .widget.tags .social-icons-large i:hover {
  background: #8B0000;
  border-color: #8B0000;
}
.template_DarkRed .btn_ver_mas {
  background: #8B0000;
}
.template_DarkRed .section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: #8B0000;
}
.template_DarkRed .widget_news_main .caption2 {
  background: #8B0000;
}
.template_DarkRed .widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #8B0000;
}
.template_DarkRed .news_detail .nd_top .tag_name1 {
  color: #8B0000;
}
.template_DarkRed .news_detail .news_tags .tag_name1:hover {
  border: 1px solid #8B0000;
  background: #8B0000;
}
.template_DarkRed .srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: #8B0000 !important;
}
.template_DarkRed .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #8B0000;
  border-top: 3px solid #8B0000;
}
.template_DarkRed .page_loterias .promo.data2 h2 .nombre, .template_DarkRed .page_loterias .promo.data2 .cabeza_cod, .template_DarkRed .page_loterias .promo.data2.home_data2 .tablaGris th, .template_DarkRed .page_loterias .sorteo-ganadores .tipo_juego {
  background: #8B0000;
}
.template_DarkRed .page_loterias .promo.data3 h2 .nombre, .template_DarkRed .page_loterias .promo.data3 .cabeza_cod {
  background: #8B0000;
}
.template_DarkRed .page_loterias .promo.data1 h2 .nombre, .template_DarkRed .page_loterias .promo.data1 .cabeza_cod {
  background: #8B0000;
}
.template_DarkRed .footer .logo_sitename {
  color: #8B0000;
}
.template_DarkRed .footer .footer_menu ul.footer_popular li a {
  border: solid 1px #8B0000;
  color: #8B0000;
}
.template_DarkRed .footer .footer_menu ul.footer_popular li a:hover {
  background: #8B0000;
  color: #fff;
}
.template_DarkRed .footer .footer_menu ul.footer_secciones li a:hover,
.template_DarkRed .footer .footer_menu ul.footer_servicios li a:hover {
  color: #8B0000;
}
.template_DarkRed .footer .footer-bottom .poweredby .adiarioscms {
  color: #8B0000;
}
.template_DarkRed .news_popular .media_list .media.data .tagname {
  color: #8B0000;
}
.template_DarkRed .widget.tags .social-icons-large i:hover {
  background: #8B0000;
  border-color: #8B0000;
}
.template_DarkRed .news_item5 .copete {
  background: #8B0000;
}
.template_DarkRed .swiper-pagination-bullet-active {
  background: #8B0000;
}
.template_DarkRed .weather_list .we_item h4 {
  color: #8B0000;
}
.template_DarkRed .weather_list .we_item .temperatura {
  color: #8B0000;
}
.template_DarkRed .today .sunrise .sunrise_hour {
  color: #8B0000;
}
.template_DarkRed .today .description .wlabel .wvalue {
  color: #8B0000;
}
.template_DarkRed .weather .today .we_temperatura .temp_actual, .template_DarkRed .weather .today .we_temperatura .temperatura {
  color: #8B0000;
}
.template_DarkRed .weather .today.bg-primary .day {
  color: #8B0000;
}
.template_DarkRed .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #8B0000 !important;
  border-top: 3px solid #8B0000 !important;
}
.template_DarkRed .promo.data1 .cabeza_nro {
  color: #8B0000;
}
.template_DarkRed .portadas .panel-info .panel-heading {
  background: #8B0000 !important;
}
.template_DarkRed a {
  color: #8B0000;
}
.template_DarkRed .dlg_login .btnPrimary, .template_DarkRed .dlg_login .btn-primary {
  background: #8B0000;
}
.template_DarkRed .dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #8B0000;
}
.template_DarkRed .elections_detalle_acms1 {
  background: #8B0000 !important;
}
.template_DarkRed .page_events_articles_detail .eventCalendar-currentTitle, .template_DarkRed .page_events_articles_detail .list-group-item.active, .template_DarkRed .page_events_articles_detail .list-group-item.active:hover, .template_DarkRed .page_events_articles_detail .list-group-item.active:focus, .template_DarkRed .page_events_home .eventCalendar-currentTitle, .template_DarkRed .page_events_home .list-group-item.active, .template_DarkRed .page_events_home .list-group-item.active:hover, .template_DarkRed .page_events_home .list-group-item.active:focus, .template_DarkRed .mcd .news_archive .eventCalendar-currentTitle, .template_DarkRed .mcd .news_archive .list-group-item.active, .template_DarkRed .mcd .news_archive .list-group-item.active:hover, .template_DarkRed .mcd .news_archive .list-group-item.active:focus {
  background-color: #8B0000 !important;
}
.template_DarkRed .page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle, .template_DarkRed .page_events_home .eventCalendar-list li a.eventCalendar-eventTitle, .template_DarkRed .mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #8B0000 !important;
}
.template_DarkRed .page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_DarkRed .page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_DarkRed .mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #8B0000 !important;
}

.template_DeepPink #sidebar-wrapper {
  background: #FF1493;
}
.template_DeepPink .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: #FF1493;
}
.template_DeepPink #myNav {
  background: #FF1493;
}
.template_DeepPink #WidgetNewsTotal article.news_item1.item1:hover h3,
.template_DeepPink #WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #FF1493;
}
.template_DeepPink #WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}
.template_DeepPink section.header1 .logo_sitename {
  color: #FF1493;
}
.template_DeepPink section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: #FF1493;
}
.template_DeepPink section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #FF1493;
  color: #FF1493;
}
.template_DeepPink section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #FF1493 !important;
  color: #fff;
}
.template_DeepPink section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #FF1493 !important;
}
.template_DeepPink .widget.tags .social-icons-large i:hover {
  background: #FF1493;
  border-color: #FF1493;
}
.template_DeepPink .btn_ver_mas {
  background: #FF1493;
}
.template_DeepPink .section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: #FF1493;
}
.template_DeepPink .widget_news_main .caption2 {
  background: #FF1493;
}
.template_DeepPink .widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #FF1493;
}
.template_DeepPink .news_detail .nd_top .tag_name1 {
  color: #FF1493;
}
.template_DeepPink .news_detail .news_tags .tag_name1:hover {
  border: 1px solid #FF1493;
  background: #FF1493;
}
.template_DeepPink .srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: #FF1493 !important;
}
.template_DeepPink .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #FF1493;
  border-top: 3px solid #FF1493;
}
.template_DeepPink .page_loterias .promo.data2 h2 .nombre, .template_DeepPink .page_loterias .promo.data2 .cabeza_cod, .template_DeepPink .page_loterias .promo.data2.home_data2 .tablaGris th, .template_DeepPink .page_loterias .sorteo-ganadores .tipo_juego {
  background: #FF1493;
}
.template_DeepPink .page_loterias .promo.data3 h2 .nombre, .template_DeepPink .page_loterias .promo.data3 .cabeza_cod {
  background: #FF1493;
}
.template_DeepPink .page_loterias .promo.data1 h2 .nombre, .template_DeepPink .page_loterias .promo.data1 .cabeza_cod {
  background: #FF1493;
}
.template_DeepPink .footer .logo_sitename {
  color: #FF1493;
}
.template_DeepPink .footer .footer_menu ul.footer_popular li a {
  border: solid 1px #FF1493;
  color: #FF1493;
}
.template_DeepPink .footer .footer_menu ul.footer_popular li a:hover {
  background: #FF1493;
  color: #fff;
}
.template_DeepPink .footer .footer_menu ul.footer_secciones li a:hover,
.template_DeepPink .footer .footer_menu ul.footer_servicios li a:hover {
  color: #FF1493;
}
.template_DeepPink .footer .footer-bottom .poweredby .adiarioscms {
  color: #FF1493;
}
.template_DeepPink .news_popular .media_list .media.data .tagname {
  color: #FF1493;
}
.template_DeepPink .widget.tags .social-icons-large i:hover {
  background: #FF1493;
  border-color: #FF1493;
}
.template_DeepPink .news_item5 .copete {
  background: #FF1493;
}
.template_DeepPink .swiper-pagination-bullet-active {
  background: #FF1493;
}
.template_DeepPink .weather_list .we_item h4 {
  color: #FF1493;
}
.template_DeepPink .weather_list .we_item .temperatura {
  color: #FF1493;
}
.template_DeepPink .today .sunrise .sunrise_hour {
  color: #FF1493;
}
.template_DeepPink .today .description .wlabel .wvalue {
  color: #FF1493;
}
.template_DeepPink .weather .today .we_temperatura .temp_actual, .template_DeepPink .weather .today .we_temperatura .temperatura {
  color: #FF1493;
}
.template_DeepPink .weather .today.bg-primary .day {
  color: #FF1493;
}
.template_DeepPink .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #FF1493 !important;
  border-top: 3px solid #FF1493 !important;
}
.template_DeepPink .promo.data1 .cabeza_nro {
  color: #FF1493;
}
.template_DeepPink .portadas .panel-info .panel-heading {
  background: #FF1493 !important;
}
.template_DeepPink a {
  color: #FF1493;
}
.template_DeepPink .dlg_login .btnPrimary, .template_DeepPink .dlg_login .btn-primary {
  background: #FF1493;
}
.template_DeepPink .dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #FF1493;
}
.template_DeepPink .elections_detalle_acms1 {
  background: #FF1493 !important;
}
.template_DeepPink .page_events_articles_detail .eventCalendar-currentTitle, .template_DeepPink .page_events_articles_detail .list-group-item.active, .template_DeepPink .page_events_articles_detail .list-group-item.active:hover, .template_DeepPink .page_events_articles_detail .list-group-item.active:focus, .template_DeepPink .page_events_home .eventCalendar-currentTitle, .template_DeepPink .page_events_home .list-group-item.active, .template_DeepPink .page_events_home .list-group-item.active:hover, .template_DeepPink .page_events_home .list-group-item.active:focus, .template_DeepPink .mcd .news_archive .eventCalendar-currentTitle, .template_DeepPink .mcd .news_archive .list-group-item.active, .template_DeepPink .mcd .news_archive .list-group-item.active:hover, .template_DeepPink .mcd .news_archive .list-group-item.active:focus {
  background-color: #FF1493 !important;
}
.template_DeepPink .page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle, .template_DeepPink .page_events_home .eventCalendar-list li a.eventCalendar-eventTitle, .template_DeepPink .mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #FF1493 !important;
}
.template_DeepPink .page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_DeepPink .page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_DeepPink .mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #FF1493 !important;
}

.template_MediumVioletRed #sidebar-wrapper {
  background: #C71585;
}
.template_MediumVioletRed .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: #C71585;
}
.template_MediumVioletRed #myNav {
  background: #C71585;
}
.template_MediumVioletRed #WidgetNewsTotal article.news_item1.item1:hover h3,
.template_MediumVioletRed #WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #C71585;
}
.template_MediumVioletRed #WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}
.template_MediumVioletRed section.header1 .logo_sitename {
  color: #C71585;
}
.template_MediumVioletRed section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: #C71585;
}
.template_MediumVioletRed section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #C71585;
  color: #C71585;
}
.template_MediumVioletRed section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #C71585 !important;
  color: #fff;
}
.template_MediumVioletRed section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #C71585 !important;
}
.template_MediumVioletRed .widget.tags .social-icons-large i:hover {
  background: #C71585;
  border-color: #C71585;
}
.template_MediumVioletRed .btn_ver_mas {
  background: #C71585;
}
.template_MediumVioletRed .section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: #C71585;
}
.template_MediumVioletRed .widget_news_main .caption2 {
  background: #C71585;
}
.template_MediumVioletRed .widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #C71585;
}
.template_MediumVioletRed .news_detail .nd_top .tag_name1 {
  color: #C71585;
}
.template_MediumVioletRed .news_detail .news_tags .tag_name1:hover {
  border: 1px solid #C71585;
  background: #C71585;
}
.template_MediumVioletRed .srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: #C71585 !important;
}
.template_MediumVioletRed .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #C71585;
  border-top: 3px solid #C71585;
}
.template_MediumVioletRed .page_loterias .promo.data2 h2 .nombre, .template_MediumVioletRed .page_loterias .promo.data2 .cabeza_cod, .template_MediumVioletRed .page_loterias .promo.data2.home_data2 .tablaGris th, .template_MediumVioletRed .page_loterias .sorteo-ganadores .tipo_juego {
  background: #C71585;
}
.template_MediumVioletRed .page_loterias .promo.data3 h2 .nombre, .template_MediumVioletRed .page_loterias .promo.data3 .cabeza_cod {
  background: #C71585;
}
.template_MediumVioletRed .page_loterias .promo.data1 h2 .nombre, .template_MediumVioletRed .page_loterias .promo.data1 .cabeza_cod {
  background: #C71585;
}
.template_MediumVioletRed .footer .logo_sitename {
  color: #C71585;
}
.template_MediumVioletRed .footer .footer_menu ul.footer_popular li a {
  border: solid 1px #C71585;
  color: #C71585;
}
.template_MediumVioletRed .footer .footer_menu ul.footer_popular li a:hover {
  background: #C71585;
  color: #fff;
}
.template_MediumVioletRed .footer .footer_menu ul.footer_secciones li a:hover,
.template_MediumVioletRed .footer .footer_menu ul.footer_servicios li a:hover {
  color: #C71585;
}
.template_MediumVioletRed .footer .footer-bottom .poweredby .adiarioscms {
  color: #C71585;
}
.template_MediumVioletRed .news_popular .media_list .media.data .tagname {
  color: #C71585;
}
.template_MediumVioletRed .widget.tags .social-icons-large i:hover {
  background: #C71585;
  border-color: #C71585;
}
.template_MediumVioletRed .news_item5 .copete {
  background: #C71585;
}
.template_MediumVioletRed .swiper-pagination-bullet-active {
  background: #C71585;
}
.template_MediumVioletRed .weather_list .we_item h4 {
  color: #C71585;
}
.template_MediumVioletRed .weather_list .we_item .temperatura {
  color: #C71585;
}
.template_MediumVioletRed .today .sunrise .sunrise_hour {
  color: #C71585;
}
.template_MediumVioletRed .today .description .wlabel .wvalue {
  color: #C71585;
}
.template_MediumVioletRed .weather .today .we_temperatura .temp_actual, .template_MediumVioletRed .weather .today .we_temperatura .temperatura {
  color: #C71585;
}
.template_MediumVioletRed .weather .today.bg-primary .day {
  color: #C71585;
}
.template_MediumVioletRed .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #C71585 !important;
  border-top: 3px solid #C71585 !important;
}
.template_MediumVioletRed .promo.data1 .cabeza_nro {
  color: #C71585;
}
.template_MediumVioletRed .portadas .panel-info .panel-heading {
  background: #C71585 !important;
}
.template_MediumVioletRed a {
  color: #C71585;
}
.template_MediumVioletRed .dlg_login .btnPrimary, .template_MediumVioletRed .dlg_login .btn-primary {
  background: #C71585;
}
.template_MediumVioletRed .dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #C71585;
}
.template_MediumVioletRed .elections_detalle_acms1 {
  background: #C71585 !important;
}
.template_MediumVioletRed .page_events_articles_detail .eventCalendar-currentTitle, .template_MediumVioletRed .page_events_articles_detail .list-group-item.active, .template_MediumVioletRed .page_events_articles_detail .list-group-item.active:hover, .template_MediumVioletRed .page_events_articles_detail .list-group-item.active:focus, .template_MediumVioletRed .page_events_home .eventCalendar-currentTitle, .template_MediumVioletRed .page_events_home .list-group-item.active, .template_MediumVioletRed .page_events_home .list-group-item.active:hover, .template_MediumVioletRed .page_events_home .list-group-item.active:focus, .template_MediumVioletRed .mcd .news_archive .eventCalendar-currentTitle, .template_MediumVioletRed .mcd .news_archive .list-group-item.active, .template_MediumVioletRed .mcd .news_archive .list-group-item.active:hover, .template_MediumVioletRed .mcd .news_archive .list-group-item.active:focus {
  background-color: #C71585 !important;
}
.template_MediumVioletRed .page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle, .template_MediumVioletRed .page_events_home .eventCalendar-list li a.eventCalendar-eventTitle, .template_MediumVioletRed .mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #C71585 !important;
}
.template_MediumVioletRed .page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_MediumVioletRed .page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_MediumVioletRed .mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #C71585 !important;
}

.template_OrangeRed #sidebar-wrapper {
  background: #FF4500;
}
.template_OrangeRed .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: #FF4500;
}
.template_OrangeRed #myNav {
  background: #FF4500;
}
.template_OrangeRed #WidgetNewsTotal article.news_item1.item1:hover h3,
.template_OrangeRed #WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #FF4500;
}
.template_OrangeRed #WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}
.template_OrangeRed section.header1 .logo_sitename {
  color: #FF4500;
}
.template_OrangeRed section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: #FF4500;
}
.template_OrangeRed section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #FF4500;
  color: #FF4500;
}
.template_OrangeRed section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #FF4500 !important;
  color: #fff;
}
.template_OrangeRed section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #FF4500 !important;
}
.template_OrangeRed .widget.tags .social-icons-large i:hover {
  background: #FF4500;
  border-color: #FF4500;
}
.template_OrangeRed .btn_ver_mas {
  background: #FF4500;
}
.template_OrangeRed .section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: #FF4500;
}
.template_OrangeRed .widget_news_main .caption2 {
  background: #FF4500;
}
.template_OrangeRed .widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #FF4500;
}
.template_OrangeRed .news_detail .nd_top .tag_name1 {
  color: #FF4500;
}
.template_OrangeRed .news_detail .news_tags .tag_name1:hover {
  border: 1px solid #FF4500;
  background: #FF4500;
}
.template_OrangeRed .srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: #FF4500 !important;
}
.template_OrangeRed .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #FF4500;
  border-top: 3px solid #FF4500;
}
.template_OrangeRed .page_loterias .promo.data2 h2 .nombre, .template_OrangeRed .page_loterias .promo.data2 .cabeza_cod, .template_OrangeRed .page_loterias .promo.data2.home_data2 .tablaGris th, .template_OrangeRed .page_loterias .sorteo-ganadores .tipo_juego {
  background: #FF4500;
}
.template_OrangeRed .page_loterias .promo.data3 h2 .nombre, .template_OrangeRed .page_loterias .promo.data3 .cabeza_cod {
  background: #FF4500;
}
.template_OrangeRed .page_loterias .promo.data1 h2 .nombre, .template_OrangeRed .page_loterias .promo.data1 .cabeza_cod {
  background: #FF4500;
}
.template_OrangeRed .footer .logo_sitename {
  color: #FF4500;
}
.template_OrangeRed .footer .footer_menu ul.footer_popular li a {
  border: solid 1px #FF4500;
  color: #FF4500;
}
.template_OrangeRed .footer .footer_menu ul.footer_popular li a:hover {
  background: #FF4500;
  color: #fff;
}
.template_OrangeRed .footer .footer_menu ul.footer_secciones li a:hover,
.template_OrangeRed .footer .footer_menu ul.footer_servicios li a:hover {
  color: #FF4500;
}
.template_OrangeRed .footer .footer-bottom .poweredby .adiarioscms {
  color: #FF4500;
}
.template_OrangeRed .news_popular .media_list .media.data .tagname {
  color: #FF4500;
}
.template_OrangeRed .widget.tags .social-icons-large i:hover {
  background: #FF4500;
  border-color: #FF4500;
}
.template_OrangeRed .news_item5 .copete {
  background: #FF4500;
}
.template_OrangeRed .swiper-pagination-bullet-active {
  background: #FF4500;
}
.template_OrangeRed .weather_list .we_item h4 {
  color: #FF4500;
}
.template_OrangeRed .weather_list .we_item .temperatura {
  color: #FF4500;
}
.template_OrangeRed .today .sunrise .sunrise_hour {
  color: #FF4500;
}
.template_OrangeRed .today .description .wlabel .wvalue {
  color: #FF4500;
}
.template_OrangeRed .weather .today .we_temperatura .temp_actual, .template_OrangeRed .weather .today .we_temperatura .temperatura {
  color: #FF4500;
}
.template_OrangeRed .weather .today.bg-primary .day {
  color: #FF4500;
}
.template_OrangeRed .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #FF4500 !important;
  border-top: 3px solid #FF4500 !important;
}
.template_OrangeRed .promo.data1 .cabeza_nro {
  color: #FF4500;
}
.template_OrangeRed .portadas .panel-info .panel-heading {
  background: #FF4500 !important;
}
.template_OrangeRed a {
  color: #FF4500;
}
.template_OrangeRed .dlg_login .btnPrimary, .template_OrangeRed .dlg_login .btn-primary {
  background: #FF4500;
}
.template_OrangeRed .dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #FF4500;
}
.template_OrangeRed .elections_detalle_acms1 {
  background: #FF4500 !important;
}
.template_OrangeRed .page_events_articles_detail .eventCalendar-currentTitle, .template_OrangeRed .page_events_articles_detail .list-group-item.active, .template_OrangeRed .page_events_articles_detail .list-group-item.active:hover, .template_OrangeRed .page_events_articles_detail .list-group-item.active:focus, .template_OrangeRed .page_events_home .eventCalendar-currentTitle, .template_OrangeRed .page_events_home .list-group-item.active, .template_OrangeRed .page_events_home .list-group-item.active:hover, .template_OrangeRed .page_events_home .list-group-item.active:focus, .template_OrangeRed .mcd .news_archive .eventCalendar-currentTitle, .template_OrangeRed .mcd .news_archive .list-group-item.active, .template_OrangeRed .mcd .news_archive .list-group-item.active:hover, .template_OrangeRed .mcd .news_archive .list-group-item.active:focus {
  background-color: #FF4500 !important;
}
.template_OrangeRed .page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle, .template_OrangeRed .page_events_home .eventCalendar-list li a.eventCalendar-eventTitle, .template_OrangeRed .mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #FF4500 !important;
}
.template_OrangeRed .page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_OrangeRed .page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_OrangeRed .mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #FF4500 !important;
}

.template_Fuchsia #sidebar-wrapper {
  background: #FF00FF;
}
.template_Fuchsia .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: #FF00FF;
}
.template_Fuchsia #myNav {
  background: #FF00FF;
}
.template_Fuchsia #WidgetNewsTotal article.news_item1.item1:hover h3,
.template_Fuchsia #WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #FF00FF;
}
.template_Fuchsia #WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}
.template_Fuchsia section.header1 .logo_sitename {
  color: #FF00FF;
}
.template_Fuchsia section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: #FF00FF;
}
.template_Fuchsia section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #FF00FF;
  color: #FF00FF;
}
.template_Fuchsia section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #FF00FF !important;
  color: #fff;
}
.template_Fuchsia section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #FF00FF !important;
}
.template_Fuchsia .widget.tags .social-icons-large i:hover {
  background: #FF00FF;
  border-color: #FF00FF;
}
.template_Fuchsia .btn_ver_mas {
  background: #FF00FF;
}
.template_Fuchsia .section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: #FF00FF;
}
.template_Fuchsia .widget_news_main .caption2 {
  background: #FF00FF;
}
.template_Fuchsia .widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #FF00FF;
}
.template_Fuchsia .news_detail .nd_top .tag_name1 {
  color: #FF00FF;
}
.template_Fuchsia .news_detail .news_tags .tag_name1:hover {
  border: 1px solid #FF00FF;
  background: #FF00FF;
}
.template_Fuchsia .srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: #FF00FF !important;
}
.template_Fuchsia .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #FF00FF;
  border-top: 3px solid #FF00FF;
}
.template_Fuchsia .page_loterias .promo.data2 h2 .nombre, .template_Fuchsia .page_loterias .promo.data2 .cabeza_cod, .template_Fuchsia .page_loterias .promo.data2.home_data2 .tablaGris th, .template_Fuchsia .page_loterias .sorteo-ganadores .tipo_juego {
  background: #FF00FF;
}
.template_Fuchsia .page_loterias .promo.data3 h2 .nombre, .template_Fuchsia .page_loterias .promo.data3 .cabeza_cod {
  background: #FF00FF;
}
.template_Fuchsia .page_loterias .promo.data1 h2 .nombre, .template_Fuchsia .page_loterias .promo.data1 .cabeza_cod {
  background: #FF00FF;
}
.template_Fuchsia .footer .logo_sitename {
  color: #FF00FF;
}
.template_Fuchsia .footer .footer_menu ul.footer_popular li a {
  border: solid 1px #FF00FF;
  color: #FF00FF;
}
.template_Fuchsia .footer .footer_menu ul.footer_popular li a:hover {
  background: #FF00FF;
  color: #fff;
}
.template_Fuchsia .footer .footer_menu ul.footer_secciones li a:hover,
.template_Fuchsia .footer .footer_menu ul.footer_servicios li a:hover {
  color: #FF00FF;
}
.template_Fuchsia .footer .footer-bottom .poweredby .adiarioscms {
  color: #FF00FF;
}
.template_Fuchsia .news_popular .media_list .media.data .tagname {
  color: #FF00FF;
}
.template_Fuchsia .widget.tags .social-icons-large i:hover {
  background: #FF00FF;
  border-color: #FF00FF;
}
.template_Fuchsia .news_item5 .copete {
  background: #FF00FF;
}
.template_Fuchsia .swiper-pagination-bullet-active {
  background: #FF00FF;
}
.template_Fuchsia .weather_list .we_item h4 {
  color: #FF00FF;
}
.template_Fuchsia .weather_list .we_item .temperatura {
  color: #FF00FF;
}
.template_Fuchsia .today .sunrise .sunrise_hour {
  color: #FF00FF;
}
.template_Fuchsia .today .description .wlabel .wvalue {
  color: #FF00FF;
}
.template_Fuchsia .weather .today .we_temperatura .temp_actual, .template_Fuchsia .weather .today .we_temperatura .temperatura {
  color: #FF00FF;
}
.template_Fuchsia .weather .today.bg-primary .day {
  color: #FF00FF;
}
.template_Fuchsia .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #FF00FF !important;
  border-top: 3px solid #FF00FF !important;
}
.template_Fuchsia .promo.data1 .cabeza_nro {
  color: #FF00FF;
}
.template_Fuchsia .portadas .panel-info .panel-heading {
  background: #FF00FF !important;
}
.template_Fuchsia a {
  color: #FF00FF;
}
.template_Fuchsia .dlg_login .btnPrimary, .template_Fuchsia .dlg_login .btn-primary {
  background: #FF00FF;
}
.template_Fuchsia .dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #FF00FF;
}
.template_Fuchsia .elections_detalle_acms1 {
  background: #FF00FF !important;
}
.template_Fuchsia .page_events_articles_detail .eventCalendar-currentTitle, .template_Fuchsia .page_events_articles_detail .list-group-item.active, .template_Fuchsia .page_events_articles_detail .list-group-item.active:hover, .template_Fuchsia .page_events_articles_detail .list-group-item.active:focus, .template_Fuchsia .page_events_home .eventCalendar-currentTitle, .template_Fuchsia .page_events_home .list-group-item.active, .template_Fuchsia .page_events_home .list-group-item.active:hover, .template_Fuchsia .page_events_home .list-group-item.active:focus, .template_Fuchsia .mcd .news_archive .eventCalendar-currentTitle, .template_Fuchsia .mcd .news_archive .list-group-item.active, .template_Fuchsia .mcd .news_archive .list-group-item.active:hover, .template_Fuchsia .mcd .news_archive .list-group-item.active:focus {
  background-color: #FF00FF !important;
}
.template_Fuchsia .page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle, .template_Fuchsia .page_events_home .eventCalendar-list li a.eventCalendar-eventTitle, .template_Fuchsia .mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #FF00FF !important;
}
.template_Fuchsia .page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_Fuchsia .page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_Fuchsia .mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #FF00FF !important;
}

.template_Magenta #sidebar-wrapper {
  background: #FF00FF;
}
.template_Magenta .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: #FF00FF;
}
.template_Magenta #myNav {
  background: #FF00FF;
}
.template_Magenta #WidgetNewsTotal article.news_item1.item1:hover h3,
.template_Magenta #WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #FF00FF;
}
.template_Magenta #WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}
.template_Magenta section.header1 .logo_sitename {
  color: #FF00FF;
}
.template_Magenta section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: #FF00FF;
}
.template_Magenta section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #FF00FF;
  color: #FF00FF;
}
.template_Magenta section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #FF00FF !important;
  color: #fff;
}
.template_Magenta section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #FF00FF !important;
}
.template_Magenta .widget.tags .social-icons-large i:hover {
  background: #FF00FF;
  border-color: #FF00FF;
}
.template_Magenta .btn_ver_mas {
  background: #FF00FF;
}
.template_Magenta .section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: #FF00FF;
}
.template_Magenta .widget_news_main .caption2 {
  background: #FF00FF;
}
.template_Magenta .widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #FF00FF;
}
.template_Magenta .news_detail .nd_top .tag_name1 {
  color: #FF00FF;
}
.template_Magenta .news_detail .news_tags .tag_name1:hover {
  border: 1px solid #FF00FF;
  background: #FF00FF;
}
.template_Magenta .srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: #FF00FF !important;
}
.template_Magenta .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #FF00FF;
  border-top: 3px solid #FF00FF;
}
.template_Magenta .page_loterias .promo.data2 h2 .nombre, .template_Magenta .page_loterias .promo.data2 .cabeza_cod, .template_Magenta .page_loterias .promo.data2.home_data2 .tablaGris th, .template_Magenta .page_loterias .sorteo-ganadores .tipo_juego {
  background: #FF00FF;
}
.template_Magenta .page_loterias .promo.data3 h2 .nombre, .template_Magenta .page_loterias .promo.data3 .cabeza_cod {
  background: #FF00FF;
}
.template_Magenta .page_loterias .promo.data1 h2 .nombre, .template_Magenta .page_loterias .promo.data1 .cabeza_cod {
  background: #FF00FF;
}
.template_Magenta .footer .logo_sitename {
  color: #FF00FF;
}
.template_Magenta .footer .footer_menu ul.footer_popular li a {
  border: solid 1px #FF00FF;
  color: #FF00FF;
}
.template_Magenta .footer .footer_menu ul.footer_popular li a:hover {
  background: #FF00FF;
  color: #fff;
}
.template_Magenta .footer .footer_menu ul.footer_secciones li a:hover,
.template_Magenta .footer .footer_menu ul.footer_servicios li a:hover {
  color: #FF00FF;
}
.template_Magenta .footer .footer-bottom .poweredby .adiarioscms {
  color: #FF00FF;
}
.template_Magenta .news_popular .media_list .media.data .tagname {
  color: #FF00FF;
}
.template_Magenta .widget.tags .social-icons-large i:hover {
  background: #FF00FF;
  border-color: #FF00FF;
}
.template_Magenta .news_item5 .copete {
  background: #FF00FF;
}
.template_Magenta .swiper-pagination-bullet-active {
  background: #FF00FF;
}
.template_Magenta .weather_list .we_item h4 {
  color: #FF00FF;
}
.template_Magenta .weather_list .we_item .temperatura {
  color: #FF00FF;
}
.template_Magenta .today .sunrise .sunrise_hour {
  color: #FF00FF;
}
.template_Magenta .today .description .wlabel .wvalue {
  color: #FF00FF;
}
.template_Magenta .weather .today .we_temperatura .temp_actual, .template_Magenta .weather .today .we_temperatura .temperatura {
  color: #FF00FF;
}
.template_Magenta .weather .today.bg-primary .day {
  color: #FF00FF;
}
.template_Magenta .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #FF00FF !important;
  border-top: 3px solid #FF00FF !important;
}
.template_Magenta .promo.data1 .cabeza_nro {
  color: #FF00FF;
}
.template_Magenta .portadas .panel-info .panel-heading {
  background: #FF00FF !important;
}
.template_Magenta a {
  color: #FF00FF;
}
.template_Magenta .dlg_login .btnPrimary, .template_Magenta .dlg_login .btn-primary {
  background: #FF00FF;
}
.template_Magenta .dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #FF00FF;
}
.template_Magenta .elections_detalle_acms1 {
  background: #FF00FF !important;
}
.template_Magenta .page_events_articles_detail .eventCalendar-currentTitle, .template_Magenta .page_events_articles_detail .list-group-item.active, .template_Magenta .page_events_articles_detail .list-group-item.active:hover, .template_Magenta .page_events_articles_detail .list-group-item.active:focus, .template_Magenta .page_events_home .eventCalendar-currentTitle, .template_Magenta .page_events_home .list-group-item.active, .template_Magenta .page_events_home .list-group-item.active:hover, .template_Magenta .page_events_home .list-group-item.active:focus, .template_Magenta .mcd .news_archive .eventCalendar-currentTitle, .template_Magenta .mcd .news_archive .list-group-item.active, .template_Magenta .mcd .news_archive .list-group-item.active:hover, .template_Magenta .mcd .news_archive .list-group-item.active:focus {
  background-color: #FF00FF !important;
}
.template_Magenta .page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle, .template_Magenta .page_events_home .eventCalendar-list li a.eventCalendar-eventTitle, .template_Magenta .mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #FF00FF !important;
}
.template_Magenta .page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_Magenta .page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_Magenta .mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #FF00FF !important;
}

.template_BlueViolet #sidebar-wrapper {
  background: #8A2BE2;
}
.template_BlueViolet .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: #8A2BE2;
}
.template_BlueViolet #myNav {
  background: #8A2BE2;
}
.template_BlueViolet #WidgetNewsTotal article.news_item1.item1:hover h3,
.template_BlueViolet #WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #8A2BE2;
}
.template_BlueViolet #WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}
.template_BlueViolet section.header1 .logo_sitename {
  color: #8A2BE2;
}
.template_BlueViolet section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: #8A2BE2;
}
.template_BlueViolet section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #8A2BE2;
  color: #8A2BE2;
}
.template_BlueViolet section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #8A2BE2 !important;
  color: #fff;
}
.template_BlueViolet section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #8A2BE2 !important;
}
.template_BlueViolet .widget.tags .social-icons-large i:hover {
  background: #8A2BE2;
  border-color: #8A2BE2;
}
.template_BlueViolet .btn_ver_mas {
  background: #8A2BE2;
}
.template_BlueViolet .section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: #8A2BE2;
}
.template_BlueViolet .widget_news_main .caption2 {
  background: #8A2BE2;
}
.template_BlueViolet .widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #8A2BE2;
}
.template_BlueViolet .news_detail .nd_top .tag_name1 {
  color: #8A2BE2;
}
.template_BlueViolet .news_detail .news_tags .tag_name1:hover {
  border: 1px solid #8A2BE2;
  background: #8A2BE2;
}
.template_BlueViolet .srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: #8A2BE2 !important;
}
.template_BlueViolet .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #8A2BE2;
  border-top: 3px solid #8A2BE2;
}
.template_BlueViolet .page_loterias .promo.data2 h2 .nombre, .template_BlueViolet .page_loterias .promo.data2 .cabeza_cod, .template_BlueViolet .page_loterias .promo.data2.home_data2 .tablaGris th, .template_BlueViolet .page_loterias .sorteo-ganadores .tipo_juego {
  background: #8A2BE2;
}
.template_BlueViolet .page_loterias .promo.data3 h2 .nombre, .template_BlueViolet .page_loterias .promo.data3 .cabeza_cod {
  background: #8A2BE2;
}
.template_BlueViolet .page_loterias .promo.data1 h2 .nombre, .template_BlueViolet .page_loterias .promo.data1 .cabeza_cod {
  background: #8A2BE2;
}
.template_BlueViolet .footer .logo_sitename {
  color: #8A2BE2;
}
.template_BlueViolet .footer .footer_menu ul.footer_popular li a {
  border: solid 1px #8A2BE2;
  color: #8A2BE2;
}
.template_BlueViolet .footer .footer_menu ul.footer_popular li a:hover {
  background: #8A2BE2;
  color: #fff;
}
.template_BlueViolet .footer .footer_menu ul.footer_secciones li a:hover,
.template_BlueViolet .footer .footer_menu ul.footer_servicios li a:hover {
  color: #8A2BE2;
}
.template_BlueViolet .footer .footer-bottom .poweredby .adiarioscms {
  color: #8A2BE2;
}
.template_BlueViolet .news_popular .media_list .media.data .tagname {
  color: #8A2BE2;
}
.template_BlueViolet .widget.tags .social-icons-large i:hover {
  background: #8A2BE2;
  border-color: #8A2BE2;
}
.template_BlueViolet .news_item5 .copete {
  background: #8A2BE2;
}
.template_BlueViolet .swiper-pagination-bullet-active {
  background: #8A2BE2;
}
.template_BlueViolet .weather_list .we_item h4 {
  color: #8A2BE2;
}
.template_BlueViolet .weather_list .we_item .temperatura {
  color: #8A2BE2;
}
.template_BlueViolet .today .sunrise .sunrise_hour {
  color: #8A2BE2;
}
.template_BlueViolet .today .description .wlabel .wvalue {
  color: #8A2BE2;
}
.template_BlueViolet .weather .today .we_temperatura .temp_actual, .template_BlueViolet .weather .today .we_temperatura .temperatura {
  color: #8A2BE2;
}
.template_BlueViolet .weather .today.bg-primary .day {
  color: #8A2BE2;
}
.template_BlueViolet .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #8A2BE2 !important;
  border-top: 3px solid #8A2BE2 !important;
}
.template_BlueViolet .promo.data1 .cabeza_nro {
  color: #8A2BE2;
}
.template_BlueViolet .portadas .panel-info .panel-heading {
  background: #8A2BE2 !important;
}
.template_BlueViolet a {
  color: #8A2BE2;
}
.template_BlueViolet .dlg_login .btnPrimary, .template_BlueViolet .dlg_login .btn-primary {
  background: #8A2BE2;
}
.template_BlueViolet .dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #8A2BE2;
}
.template_BlueViolet .elections_detalle_acms1 {
  background: #8A2BE2 !important;
}
.template_BlueViolet .page_events_articles_detail .eventCalendar-currentTitle, .template_BlueViolet .page_events_articles_detail .list-group-item.active, .template_BlueViolet .page_events_articles_detail .list-group-item.active:hover, .template_BlueViolet .page_events_articles_detail .list-group-item.active:focus, .template_BlueViolet .page_events_home .eventCalendar-currentTitle, .template_BlueViolet .page_events_home .list-group-item.active, .template_BlueViolet .page_events_home .list-group-item.active:hover, .template_BlueViolet .page_events_home .list-group-item.active:focus, .template_BlueViolet .mcd .news_archive .eventCalendar-currentTitle, .template_BlueViolet .mcd .news_archive .list-group-item.active, .template_BlueViolet .mcd .news_archive .list-group-item.active:hover, .template_BlueViolet .mcd .news_archive .list-group-item.active:focus {
  background-color: #8A2BE2 !important;
}
.template_BlueViolet .page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle, .template_BlueViolet .page_events_home .eventCalendar-list li a.eventCalendar-eventTitle, .template_BlueViolet .mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #8A2BE2 !important;
}
.template_BlueViolet .page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_BlueViolet .page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_BlueViolet .mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #8A2BE2 !important;
}

.template_DarkViolet #sidebar-wrapper {
  background: #9400D3;
}
.template_DarkViolet .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: #9400D3;
}
.template_DarkViolet #myNav {
  background: #9400D3;
}
.template_DarkViolet #WidgetNewsTotal article.news_item1.item1:hover h3,
.template_DarkViolet #WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #9400D3;
}
.template_DarkViolet #WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}
.template_DarkViolet section.header1 .logo_sitename {
  color: #9400D3;
}
.template_DarkViolet section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: #9400D3;
}
.template_DarkViolet section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #9400D3;
  color: #9400D3;
}
.template_DarkViolet section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #9400D3 !important;
  color: #fff;
}
.template_DarkViolet section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #9400D3 !important;
}
.template_DarkViolet .widget.tags .social-icons-large i:hover {
  background: #9400D3;
  border-color: #9400D3;
}
.template_DarkViolet .btn_ver_mas {
  background: #9400D3;
}
.template_DarkViolet .section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: #9400D3;
}
.template_DarkViolet .widget_news_main .caption2 {
  background: #9400D3;
}
.template_DarkViolet .widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #9400D3;
}
.template_DarkViolet .news_detail .nd_top .tag_name1 {
  color: #9400D3;
}
.template_DarkViolet .news_detail .news_tags .tag_name1:hover {
  border: 1px solid #9400D3;
  background: #9400D3;
}
.template_DarkViolet .srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: #9400D3 !important;
}
.template_DarkViolet .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #9400D3;
  border-top: 3px solid #9400D3;
}
.template_DarkViolet .page_loterias .promo.data2 h2 .nombre, .template_DarkViolet .page_loterias .promo.data2 .cabeza_cod, .template_DarkViolet .page_loterias .promo.data2.home_data2 .tablaGris th, .template_DarkViolet .page_loterias .sorteo-ganadores .tipo_juego {
  background: #9400D3;
}
.template_DarkViolet .page_loterias .promo.data3 h2 .nombre, .template_DarkViolet .page_loterias .promo.data3 .cabeza_cod {
  background: #9400D3;
}
.template_DarkViolet .page_loterias .promo.data1 h2 .nombre, .template_DarkViolet .page_loterias .promo.data1 .cabeza_cod {
  background: #9400D3;
}
.template_DarkViolet .footer .logo_sitename {
  color: #9400D3;
}
.template_DarkViolet .footer .footer_menu ul.footer_popular li a {
  border: solid 1px #9400D3;
  color: #9400D3;
}
.template_DarkViolet .footer .footer_menu ul.footer_popular li a:hover {
  background: #9400D3;
  color: #fff;
}
.template_DarkViolet .footer .footer_menu ul.footer_secciones li a:hover,
.template_DarkViolet .footer .footer_menu ul.footer_servicios li a:hover {
  color: #9400D3;
}
.template_DarkViolet .footer .footer-bottom .poweredby .adiarioscms {
  color: #9400D3;
}
.template_DarkViolet .news_popular .media_list .media.data .tagname {
  color: #9400D3;
}
.template_DarkViolet .widget.tags .social-icons-large i:hover {
  background: #9400D3;
  border-color: #9400D3;
}
.template_DarkViolet .news_item5 .copete {
  background: #9400D3;
}
.template_DarkViolet .swiper-pagination-bullet-active {
  background: #9400D3;
}
.template_DarkViolet .weather_list .we_item h4 {
  color: #9400D3;
}
.template_DarkViolet .weather_list .we_item .temperatura {
  color: #9400D3;
}
.template_DarkViolet .today .sunrise .sunrise_hour {
  color: #9400D3;
}
.template_DarkViolet .today .description .wlabel .wvalue {
  color: #9400D3;
}
.template_DarkViolet .weather .today .we_temperatura .temp_actual, .template_DarkViolet .weather .today .we_temperatura .temperatura {
  color: #9400D3;
}
.template_DarkViolet .weather .today.bg-primary .day {
  color: #9400D3;
}
.template_DarkViolet .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #9400D3 !important;
  border-top: 3px solid #9400D3 !important;
}
.template_DarkViolet .promo.data1 .cabeza_nro {
  color: #9400D3;
}
.template_DarkViolet .portadas .panel-info .panel-heading {
  background: #9400D3 !important;
}
.template_DarkViolet a {
  color: #9400D3;
}
.template_DarkViolet .dlg_login .btnPrimary, .template_DarkViolet .dlg_login .btn-primary {
  background: #9400D3;
}
.template_DarkViolet .dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #9400D3;
}
.template_DarkViolet .elections_detalle_acms1 {
  background: #9400D3 !important;
}
.template_DarkViolet .page_events_articles_detail .eventCalendar-currentTitle, .template_DarkViolet .page_events_articles_detail .list-group-item.active, .template_DarkViolet .page_events_articles_detail .list-group-item.active:hover, .template_DarkViolet .page_events_articles_detail .list-group-item.active:focus, .template_DarkViolet .page_events_home .eventCalendar-currentTitle, .template_DarkViolet .page_events_home .list-group-item.active, .template_DarkViolet .page_events_home .list-group-item.active:hover, .template_DarkViolet .page_events_home .list-group-item.active:focus, .template_DarkViolet .mcd .news_archive .eventCalendar-currentTitle, .template_DarkViolet .mcd .news_archive .list-group-item.active, .template_DarkViolet .mcd .news_archive .list-group-item.active:hover, .template_DarkViolet .mcd .news_archive .list-group-item.active:focus {
  background-color: #9400D3 !important;
}
.template_DarkViolet .page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle, .template_DarkViolet .page_events_home .eventCalendar-list li a.eventCalendar-eventTitle, .template_DarkViolet .mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #9400D3 !important;
}
.template_DarkViolet .page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_DarkViolet .page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_DarkViolet .mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #9400D3 !important;
}

.template_DarkOrchid #sidebar-wrapper {
  background: #9932CC;
}
.template_DarkOrchid .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: #9932CC;
}
.template_DarkOrchid #myNav {
  background: #9932CC;
}
.template_DarkOrchid #WidgetNewsTotal article.news_item1.item1:hover h3,
.template_DarkOrchid #WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #9932CC;
}
.template_DarkOrchid #WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}
.template_DarkOrchid section.header1 .logo_sitename {
  color: #9932CC;
}
.template_DarkOrchid section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: #9932CC;
}
.template_DarkOrchid section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #9932CC;
  color: #9932CC;
}
.template_DarkOrchid section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #9932CC !important;
  color: #fff;
}
.template_DarkOrchid section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #9932CC !important;
}
.template_DarkOrchid .widget.tags .social-icons-large i:hover {
  background: #9932CC;
  border-color: #9932CC;
}
.template_DarkOrchid .btn_ver_mas {
  background: #9932CC;
}
.template_DarkOrchid .section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: #9932CC;
}
.template_DarkOrchid .widget_news_main .caption2 {
  background: #9932CC;
}
.template_DarkOrchid .widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #9932CC;
}
.template_DarkOrchid .news_detail .nd_top .tag_name1 {
  color: #9932CC;
}
.template_DarkOrchid .news_detail .news_tags .tag_name1:hover {
  border: 1px solid #9932CC;
  background: #9932CC;
}
.template_DarkOrchid .srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: #9932CC !important;
}
.template_DarkOrchid .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #9932CC;
  border-top: 3px solid #9932CC;
}
.template_DarkOrchid .page_loterias .promo.data2 h2 .nombre, .template_DarkOrchid .page_loterias .promo.data2 .cabeza_cod, .template_DarkOrchid .page_loterias .promo.data2.home_data2 .tablaGris th, .template_DarkOrchid .page_loterias .sorteo-ganadores .tipo_juego {
  background: #9932CC;
}
.template_DarkOrchid .page_loterias .promo.data3 h2 .nombre, .template_DarkOrchid .page_loterias .promo.data3 .cabeza_cod {
  background: #9932CC;
}
.template_DarkOrchid .page_loterias .promo.data1 h2 .nombre, .template_DarkOrchid .page_loterias .promo.data1 .cabeza_cod {
  background: #9932CC;
}
.template_DarkOrchid .footer .logo_sitename {
  color: #9932CC;
}
.template_DarkOrchid .footer .footer_menu ul.footer_popular li a {
  border: solid 1px #9932CC;
  color: #9932CC;
}
.template_DarkOrchid .footer .footer_menu ul.footer_popular li a:hover {
  background: #9932CC;
  color: #fff;
}
.template_DarkOrchid .footer .footer_menu ul.footer_secciones li a:hover,
.template_DarkOrchid .footer .footer_menu ul.footer_servicios li a:hover {
  color: #9932CC;
}
.template_DarkOrchid .footer .footer-bottom .poweredby .adiarioscms {
  color: #9932CC;
}
.template_DarkOrchid .news_popular .media_list .media.data .tagname {
  color: #9932CC;
}
.template_DarkOrchid .widget.tags .social-icons-large i:hover {
  background: #9932CC;
  border-color: #9932CC;
}
.template_DarkOrchid .news_item5 .copete {
  background: #9932CC;
}
.template_DarkOrchid .swiper-pagination-bullet-active {
  background: #9932CC;
}
.template_DarkOrchid .weather_list .we_item h4 {
  color: #9932CC;
}
.template_DarkOrchid .weather_list .we_item .temperatura {
  color: #9932CC;
}
.template_DarkOrchid .today .sunrise .sunrise_hour {
  color: #9932CC;
}
.template_DarkOrchid .today .description .wlabel .wvalue {
  color: #9932CC;
}
.template_DarkOrchid .weather .today .we_temperatura .temp_actual, .template_DarkOrchid .weather .today .we_temperatura .temperatura {
  color: #9932CC;
}
.template_DarkOrchid .weather .today.bg-primary .day {
  color: #9932CC;
}
.template_DarkOrchid .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #9932CC !important;
  border-top: 3px solid #9932CC !important;
}
.template_DarkOrchid .promo.data1 .cabeza_nro {
  color: #9932CC;
}
.template_DarkOrchid .portadas .panel-info .panel-heading {
  background: #9932CC !important;
}
.template_DarkOrchid a {
  color: #9932CC;
}
.template_DarkOrchid .dlg_login .btnPrimary, .template_DarkOrchid .dlg_login .btn-primary {
  background: #9932CC;
}
.template_DarkOrchid .dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #9932CC;
}
.template_DarkOrchid .elections_detalle_acms1 {
  background: #9932CC !important;
}
.template_DarkOrchid .page_events_articles_detail .eventCalendar-currentTitle, .template_DarkOrchid .page_events_articles_detail .list-group-item.active, .template_DarkOrchid .page_events_articles_detail .list-group-item.active:hover, .template_DarkOrchid .page_events_articles_detail .list-group-item.active:focus, .template_DarkOrchid .page_events_home .eventCalendar-currentTitle, .template_DarkOrchid .page_events_home .list-group-item.active, .template_DarkOrchid .page_events_home .list-group-item.active:hover, .template_DarkOrchid .page_events_home .list-group-item.active:focus, .template_DarkOrchid .mcd .news_archive .eventCalendar-currentTitle, .template_DarkOrchid .mcd .news_archive .list-group-item.active, .template_DarkOrchid .mcd .news_archive .list-group-item.active:hover, .template_DarkOrchid .mcd .news_archive .list-group-item.active:focus {
  background-color: #9932CC !important;
}
.template_DarkOrchid .page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle, .template_DarkOrchid .page_events_home .eventCalendar-list li a.eventCalendar-eventTitle, .template_DarkOrchid .mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #9932CC !important;
}
.template_DarkOrchid .page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_DarkOrchid .page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_DarkOrchid .mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #9932CC !important;
}

.template_DarkMagenta #sidebar-wrapper {
  background: #8B008B;
}
.template_DarkMagenta .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: #8B008B;
}
.template_DarkMagenta #myNav {
  background: #8B008B;
}
.template_DarkMagenta #WidgetNewsTotal article.news_item1.item1:hover h3,
.template_DarkMagenta #WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #8B008B;
}
.template_DarkMagenta #WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}
.template_DarkMagenta section.header1 .logo_sitename {
  color: #8B008B;
}
.template_DarkMagenta section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: #8B008B;
}
.template_DarkMagenta section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #8B008B;
  color: #8B008B;
}
.template_DarkMagenta section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #8B008B !important;
  color: #fff;
}
.template_DarkMagenta section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #8B008B !important;
}
.template_DarkMagenta .widget.tags .social-icons-large i:hover {
  background: #8B008B;
  border-color: #8B008B;
}
.template_DarkMagenta .btn_ver_mas {
  background: #8B008B;
}
.template_DarkMagenta .section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: #8B008B;
}
.template_DarkMagenta .widget_news_main .caption2 {
  background: #8B008B;
}
.template_DarkMagenta .widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #8B008B;
}
.template_DarkMagenta .news_detail .nd_top .tag_name1 {
  color: #8B008B;
}
.template_DarkMagenta .news_detail .news_tags .tag_name1:hover {
  border: 1px solid #8B008B;
  background: #8B008B;
}
.template_DarkMagenta .srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: #8B008B !important;
}
.template_DarkMagenta .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #8B008B;
  border-top: 3px solid #8B008B;
}
.template_DarkMagenta .page_loterias .promo.data2 h2 .nombre, .template_DarkMagenta .page_loterias .promo.data2 .cabeza_cod, .template_DarkMagenta .page_loterias .promo.data2.home_data2 .tablaGris th, .template_DarkMagenta .page_loterias .sorteo-ganadores .tipo_juego {
  background: #8B008B;
}
.template_DarkMagenta .page_loterias .promo.data3 h2 .nombre, .template_DarkMagenta .page_loterias .promo.data3 .cabeza_cod {
  background: #8B008B;
}
.template_DarkMagenta .page_loterias .promo.data1 h2 .nombre, .template_DarkMagenta .page_loterias .promo.data1 .cabeza_cod {
  background: #8B008B;
}
.template_DarkMagenta .footer .logo_sitename {
  color: #8B008B;
}
.template_DarkMagenta .footer .footer_menu ul.footer_popular li a {
  border: solid 1px #8B008B;
  color: #8B008B;
}
.template_DarkMagenta .footer .footer_menu ul.footer_popular li a:hover {
  background: #8B008B;
  color: #fff;
}
.template_DarkMagenta .footer .footer_menu ul.footer_secciones li a:hover,
.template_DarkMagenta .footer .footer_menu ul.footer_servicios li a:hover {
  color: #8B008B;
}
.template_DarkMagenta .footer .footer-bottom .poweredby .adiarioscms {
  color: #8B008B;
}
.template_DarkMagenta .news_popular .media_list .media.data .tagname {
  color: #8B008B;
}
.template_DarkMagenta .widget.tags .social-icons-large i:hover {
  background: #8B008B;
  border-color: #8B008B;
}
.template_DarkMagenta .news_item5 .copete {
  background: #8B008B;
}
.template_DarkMagenta .swiper-pagination-bullet-active {
  background: #8B008B;
}
.template_DarkMagenta .weather_list .we_item h4 {
  color: #8B008B;
}
.template_DarkMagenta .weather_list .we_item .temperatura {
  color: #8B008B;
}
.template_DarkMagenta .today .sunrise .sunrise_hour {
  color: #8B008B;
}
.template_DarkMagenta .today .description .wlabel .wvalue {
  color: #8B008B;
}
.template_DarkMagenta .weather .today .we_temperatura .temp_actual, .template_DarkMagenta .weather .today .we_temperatura .temperatura {
  color: #8B008B;
}
.template_DarkMagenta .weather .today.bg-primary .day {
  color: #8B008B;
}
.template_DarkMagenta .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #8B008B !important;
  border-top: 3px solid #8B008B !important;
}
.template_DarkMagenta .promo.data1 .cabeza_nro {
  color: #8B008B;
}
.template_DarkMagenta .portadas .panel-info .panel-heading {
  background: #8B008B !important;
}
.template_DarkMagenta a {
  color: #8B008B;
}
.template_DarkMagenta .dlg_login .btnPrimary, .template_DarkMagenta .dlg_login .btn-primary {
  background: #8B008B;
}
.template_DarkMagenta .dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #8B008B;
}
.template_DarkMagenta .elections_detalle_acms1 {
  background: #8B008B !important;
}
.template_DarkMagenta .page_events_articles_detail .eventCalendar-currentTitle, .template_DarkMagenta .page_events_articles_detail .list-group-item.active, .template_DarkMagenta .page_events_articles_detail .list-group-item.active:hover, .template_DarkMagenta .page_events_articles_detail .list-group-item.active:focus, .template_DarkMagenta .page_events_home .eventCalendar-currentTitle, .template_DarkMagenta .page_events_home .list-group-item.active, .template_DarkMagenta .page_events_home .list-group-item.active:hover, .template_DarkMagenta .page_events_home .list-group-item.active:focus, .template_DarkMagenta .mcd .news_archive .eventCalendar-currentTitle, .template_DarkMagenta .mcd .news_archive .list-group-item.active, .template_DarkMagenta .mcd .news_archive .list-group-item.active:hover, .template_DarkMagenta .mcd .news_archive .list-group-item.active:focus {
  background-color: #8B008B !important;
}
.template_DarkMagenta .page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle, .template_DarkMagenta .page_events_home .eventCalendar-list li a.eventCalendar-eventTitle, .template_DarkMagenta .mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #8B008B !important;
}
.template_DarkMagenta .page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_DarkMagenta .page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_DarkMagenta .mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #8B008B !important;
}

.template_Purple #sidebar-wrapper {
  background: #800080;
}
.template_Purple .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: #800080;
}
.template_Purple #myNav {
  background: #800080;
}
.template_Purple #WidgetNewsTotal article.news_item1.item1:hover h3,
.template_Purple #WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #800080;
}
.template_Purple #WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}
.template_Purple section.header1 .logo_sitename {
  color: #800080;
}
.template_Purple section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: #800080;
}
.template_Purple section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #800080;
  color: #800080;
}
.template_Purple section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #800080 !important;
  color: #fff;
}
.template_Purple section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #800080 !important;
}
.template_Purple .widget.tags .social-icons-large i:hover {
  background: #800080;
  border-color: #800080;
}
.template_Purple .btn_ver_mas {
  background: #800080;
}
.template_Purple .section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: #800080;
}
.template_Purple .widget_news_main .caption2 {
  background: #800080;
}
.template_Purple .widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #800080;
}
.template_Purple .news_detail .nd_top .tag_name1 {
  color: #800080;
}
.template_Purple .news_detail .news_tags .tag_name1:hover {
  border: 1px solid #800080;
  background: #800080;
}
.template_Purple .srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: #800080 !important;
}
.template_Purple .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #800080;
  border-top: 3px solid #800080;
}
.template_Purple .page_loterias .promo.data2 h2 .nombre, .template_Purple .page_loterias .promo.data2 .cabeza_cod, .template_Purple .page_loterias .promo.data2.home_data2 .tablaGris th, .template_Purple .page_loterias .sorteo-ganadores .tipo_juego {
  background: #800080;
}
.template_Purple .page_loterias .promo.data3 h2 .nombre, .template_Purple .page_loterias .promo.data3 .cabeza_cod {
  background: #800080;
}
.template_Purple .page_loterias .promo.data1 h2 .nombre, .template_Purple .page_loterias .promo.data1 .cabeza_cod {
  background: #800080;
}
.template_Purple .footer .logo_sitename {
  color: #800080;
}
.template_Purple .footer .footer_menu ul.footer_popular li a {
  border: solid 1px #800080;
  color: #800080;
}
.template_Purple .footer .footer_menu ul.footer_popular li a:hover {
  background: #800080;
  color: #fff;
}
.template_Purple .footer .footer_menu ul.footer_secciones li a:hover,
.template_Purple .footer .footer_menu ul.footer_servicios li a:hover {
  color: #800080;
}
.template_Purple .footer .footer-bottom .poweredby .adiarioscms {
  color: #800080;
}
.template_Purple .news_popular .media_list .media.data .tagname {
  color: #800080;
}
.template_Purple .widget.tags .social-icons-large i:hover {
  background: #800080;
  border-color: #800080;
}
.template_Purple .news_item5 .copete {
  background: #800080;
}
.template_Purple .swiper-pagination-bullet-active {
  background: #800080;
}
.template_Purple .weather_list .we_item h4 {
  color: #800080;
}
.template_Purple .weather_list .we_item .temperatura {
  color: #800080;
}
.template_Purple .today .sunrise .sunrise_hour {
  color: #800080;
}
.template_Purple .today .description .wlabel .wvalue {
  color: #800080;
}
.template_Purple .weather .today .we_temperatura .temp_actual, .template_Purple .weather .today .we_temperatura .temperatura {
  color: #800080;
}
.template_Purple .weather .today.bg-primary .day {
  color: #800080;
}
.template_Purple .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #800080 !important;
  border-top: 3px solid #800080 !important;
}
.template_Purple .promo.data1 .cabeza_nro {
  color: #800080;
}
.template_Purple .portadas .panel-info .panel-heading {
  background: #800080 !important;
}
.template_Purple a {
  color: #800080;
}
.template_Purple .dlg_login .btnPrimary, .template_Purple .dlg_login .btn-primary {
  background: #800080;
}
.template_Purple .dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #800080;
}
.template_Purple .elections_detalle_acms1 {
  background: #800080 !important;
}
.template_Purple .page_events_articles_detail .eventCalendar-currentTitle, .template_Purple .page_events_articles_detail .list-group-item.active, .template_Purple .page_events_articles_detail .list-group-item.active:hover, .template_Purple .page_events_articles_detail .list-group-item.active:focus, .template_Purple .page_events_home .eventCalendar-currentTitle, .template_Purple .page_events_home .list-group-item.active, .template_Purple .page_events_home .list-group-item.active:hover, .template_Purple .page_events_home .list-group-item.active:focus, .template_Purple .mcd .news_archive .eventCalendar-currentTitle, .template_Purple .mcd .news_archive .list-group-item.active, .template_Purple .mcd .news_archive .list-group-item.active:hover, .template_Purple .mcd .news_archive .list-group-item.active:focus {
  background-color: #800080 !important;
}
.template_Purple .page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle, .template_Purple .page_events_home .eventCalendar-list li a.eventCalendar-eventTitle, .template_Purple .mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #800080 !important;
}
.template_Purple .page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_Purple .page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_Purple .mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #800080 !important;
}

.template_Indigo #sidebar-wrapper {
  background: #4B0082;
}
.template_Indigo .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: #4B0082;
}
.template_Indigo #myNav {
  background: #4B0082;
}
.template_Indigo #WidgetNewsTotal article.news_item1.item1:hover h3,
.template_Indigo #WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #4B0082;
}
.template_Indigo #WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}
.template_Indigo section.header1 .logo_sitename {
  color: #4B0082;
}
.template_Indigo section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: #4B0082;
}
.template_Indigo section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #4B0082;
  color: #4B0082;
}
.template_Indigo section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #4B0082 !important;
  color: #fff;
}
.template_Indigo section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #4B0082 !important;
}
.template_Indigo .widget.tags .social-icons-large i:hover {
  background: #4B0082;
  border-color: #4B0082;
}
.template_Indigo .btn_ver_mas {
  background: #4B0082;
}
.template_Indigo .section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: #4B0082;
}
.template_Indigo .widget_news_main .caption2 {
  background: #4B0082;
}
.template_Indigo .widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #4B0082;
}
.template_Indigo .news_detail .nd_top .tag_name1 {
  color: #4B0082;
}
.template_Indigo .news_detail .news_tags .tag_name1:hover {
  border: 1px solid #4B0082;
  background: #4B0082;
}
.template_Indigo .srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: #4B0082 !important;
}
.template_Indigo .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #4B0082;
  border-top: 3px solid #4B0082;
}
.template_Indigo .page_loterias .promo.data2 h2 .nombre, .template_Indigo .page_loterias .promo.data2 .cabeza_cod, .template_Indigo .page_loterias .promo.data2.home_data2 .tablaGris th, .template_Indigo .page_loterias .sorteo-ganadores .tipo_juego {
  background: #4B0082;
}
.template_Indigo .page_loterias .promo.data3 h2 .nombre, .template_Indigo .page_loterias .promo.data3 .cabeza_cod {
  background: #4B0082;
}
.template_Indigo .page_loterias .promo.data1 h2 .nombre, .template_Indigo .page_loterias .promo.data1 .cabeza_cod {
  background: #4B0082;
}
.template_Indigo .footer .logo_sitename {
  color: #4B0082;
}
.template_Indigo .footer .footer_menu ul.footer_popular li a {
  border: solid 1px #4B0082;
  color: #4B0082;
}
.template_Indigo .footer .footer_menu ul.footer_popular li a:hover {
  background: #4B0082;
  color: #fff;
}
.template_Indigo .footer .footer_menu ul.footer_secciones li a:hover,
.template_Indigo .footer .footer_menu ul.footer_servicios li a:hover {
  color: #4B0082;
}
.template_Indigo .footer .footer-bottom .poweredby .adiarioscms {
  color: #4B0082;
}
.template_Indigo .news_popular .media_list .media.data .tagname {
  color: #4B0082;
}
.template_Indigo .widget.tags .social-icons-large i:hover {
  background: #4B0082;
  border-color: #4B0082;
}
.template_Indigo .news_item5 .copete {
  background: #4B0082;
}
.template_Indigo .swiper-pagination-bullet-active {
  background: #4B0082;
}
.template_Indigo .weather_list .we_item h4 {
  color: #4B0082;
}
.template_Indigo .weather_list .we_item .temperatura {
  color: #4B0082;
}
.template_Indigo .today .sunrise .sunrise_hour {
  color: #4B0082;
}
.template_Indigo .today .description .wlabel .wvalue {
  color: #4B0082;
}
.template_Indigo .weather .today .we_temperatura .temp_actual, .template_Indigo .weather .today .we_temperatura .temperatura {
  color: #4B0082;
}
.template_Indigo .weather .today.bg-primary .day {
  color: #4B0082;
}
.template_Indigo .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #4B0082 !important;
  border-top: 3px solid #4B0082 !important;
}
.template_Indigo .promo.data1 .cabeza_nro {
  color: #4B0082;
}
.template_Indigo .portadas .panel-info .panel-heading {
  background: #4B0082 !important;
}
.template_Indigo a {
  color: #4B0082;
}
.template_Indigo .dlg_login .btnPrimary, .template_Indigo .dlg_login .btn-primary {
  background: #4B0082;
}
.template_Indigo .dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #4B0082;
}
.template_Indigo .elections_detalle_acms1 {
  background: #4B0082 !important;
}
.template_Indigo .page_events_articles_detail .eventCalendar-currentTitle, .template_Indigo .page_events_articles_detail .list-group-item.active, .template_Indigo .page_events_articles_detail .list-group-item.active:hover, .template_Indigo .page_events_articles_detail .list-group-item.active:focus, .template_Indigo .page_events_home .eventCalendar-currentTitle, .template_Indigo .page_events_home .list-group-item.active, .template_Indigo .page_events_home .list-group-item.active:hover, .template_Indigo .page_events_home .list-group-item.active:focus, .template_Indigo .mcd .news_archive .eventCalendar-currentTitle, .template_Indigo .mcd .news_archive .list-group-item.active, .template_Indigo .mcd .news_archive .list-group-item.active:hover, .template_Indigo .mcd .news_archive .list-group-item.active:focus {
  background-color: #4B0082 !important;
}
.template_Indigo .page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle, .template_Indigo .page_events_home .eventCalendar-list li a.eventCalendar-eventTitle, .template_Indigo .mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #4B0082 !important;
}
.template_Indigo .page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_Indigo .page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_Indigo .mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #4B0082 !important;
}

.template_DarkSlateBlue #sidebar-wrapper {
  background: #483D8B;
}
.template_DarkSlateBlue .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: #483D8B;
}
.template_DarkSlateBlue #myNav {
  background: #483D8B;
}
.template_DarkSlateBlue #WidgetNewsTotal article.news_item1.item1:hover h3,
.template_DarkSlateBlue #WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #483D8B;
}
.template_DarkSlateBlue #WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}
.template_DarkSlateBlue section.header1 .logo_sitename {
  color: #483D8B;
}
.template_DarkSlateBlue section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: #483D8B;
}
.template_DarkSlateBlue section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #483D8B;
  color: #483D8B;
}
.template_DarkSlateBlue section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #483D8B !important;
  color: #fff;
}
.template_DarkSlateBlue section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #483D8B !important;
}
.template_DarkSlateBlue .widget.tags .social-icons-large i:hover {
  background: #483D8B;
  border-color: #483D8B;
}
.template_DarkSlateBlue .btn_ver_mas {
  background: #483D8B;
}
.template_DarkSlateBlue .section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: #483D8B;
}
.template_DarkSlateBlue .widget_news_main .caption2 {
  background: #483D8B;
}
.template_DarkSlateBlue .widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #483D8B;
}
.template_DarkSlateBlue .news_detail .nd_top .tag_name1 {
  color: #483D8B;
}
.template_DarkSlateBlue .news_detail .news_tags .tag_name1:hover {
  border: 1px solid #483D8B;
  background: #483D8B;
}
.template_DarkSlateBlue .srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: #483D8B !important;
}
.template_DarkSlateBlue .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #483D8B;
  border-top: 3px solid #483D8B;
}
.template_DarkSlateBlue .page_loterias .promo.data2 h2 .nombre, .template_DarkSlateBlue .page_loterias .promo.data2 .cabeza_cod, .template_DarkSlateBlue .page_loterias .promo.data2.home_data2 .tablaGris th, .template_DarkSlateBlue .page_loterias .sorteo-ganadores .tipo_juego {
  background: #483D8B;
}
.template_DarkSlateBlue .page_loterias .promo.data3 h2 .nombre, .template_DarkSlateBlue .page_loterias .promo.data3 .cabeza_cod {
  background: #483D8B;
}
.template_DarkSlateBlue .page_loterias .promo.data1 h2 .nombre, .template_DarkSlateBlue .page_loterias .promo.data1 .cabeza_cod {
  background: #483D8B;
}
.template_DarkSlateBlue .footer .logo_sitename {
  color: #483D8B;
}
.template_DarkSlateBlue .footer .footer_menu ul.footer_popular li a {
  border: solid 1px #483D8B;
  color: #483D8B;
}
.template_DarkSlateBlue .footer .footer_menu ul.footer_popular li a:hover {
  background: #483D8B;
  color: #fff;
}
.template_DarkSlateBlue .footer .footer_menu ul.footer_secciones li a:hover,
.template_DarkSlateBlue .footer .footer_menu ul.footer_servicios li a:hover {
  color: #483D8B;
}
.template_DarkSlateBlue .footer .footer-bottom .poweredby .adiarioscms {
  color: #483D8B;
}
.template_DarkSlateBlue .news_popular .media_list .media.data .tagname {
  color: #483D8B;
}
.template_DarkSlateBlue .widget.tags .social-icons-large i:hover {
  background: #483D8B;
  border-color: #483D8B;
}
.template_DarkSlateBlue .news_item5 .copete {
  background: #483D8B;
}
.template_DarkSlateBlue .swiper-pagination-bullet-active {
  background: #483D8B;
}
.template_DarkSlateBlue .weather_list .we_item h4 {
  color: #483D8B;
}
.template_DarkSlateBlue .weather_list .we_item .temperatura {
  color: #483D8B;
}
.template_DarkSlateBlue .today .sunrise .sunrise_hour {
  color: #483D8B;
}
.template_DarkSlateBlue .today .description .wlabel .wvalue {
  color: #483D8B;
}
.template_DarkSlateBlue .weather .today .we_temperatura .temp_actual, .template_DarkSlateBlue .weather .today .we_temperatura .temperatura {
  color: #483D8B;
}
.template_DarkSlateBlue .weather .today.bg-primary .day {
  color: #483D8B;
}
.template_DarkSlateBlue .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #483D8B !important;
  border-top: 3px solid #483D8B !important;
}
.template_DarkSlateBlue .promo.data1 .cabeza_nro {
  color: #483D8B;
}
.template_DarkSlateBlue .portadas .panel-info .panel-heading {
  background: #483D8B !important;
}
.template_DarkSlateBlue a {
  color: #483D8B;
}
.template_DarkSlateBlue .dlg_login .btnPrimary, .template_DarkSlateBlue .dlg_login .btn-primary {
  background: #483D8B;
}
.template_DarkSlateBlue .dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #483D8B;
}
.template_DarkSlateBlue .elections_detalle_acms1 {
  background: #483D8B !important;
}
.template_DarkSlateBlue .page_events_articles_detail .eventCalendar-currentTitle, .template_DarkSlateBlue .page_events_articles_detail .list-group-item.active, .template_DarkSlateBlue .page_events_articles_detail .list-group-item.active:hover, .template_DarkSlateBlue .page_events_articles_detail .list-group-item.active:focus, .template_DarkSlateBlue .page_events_home .eventCalendar-currentTitle, .template_DarkSlateBlue .page_events_home .list-group-item.active, .template_DarkSlateBlue .page_events_home .list-group-item.active:hover, .template_DarkSlateBlue .page_events_home .list-group-item.active:focus, .template_DarkSlateBlue .mcd .news_archive .eventCalendar-currentTitle, .template_DarkSlateBlue .mcd .news_archive .list-group-item.active, .template_DarkSlateBlue .mcd .news_archive .list-group-item.active:hover, .template_DarkSlateBlue .mcd .news_archive .list-group-item.active:focus {
  background-color: #483D8B !important;
}
.template_DarkSlateBlue .page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle, .template_DarkSlateBlue .page_events_home .eventCalendar-list li a.eventCalendar-eventTitle, .template_DarkSlateBlue .mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #483D8B !important;
}
.template_DarkSlateBlue .page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_DarkSlateBlue .page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_DarkSlateBlue .mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #483D8B !important;
}

.template_Green #sidebar-wrapper {
  background: #008000;
}
.template_Green .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: #008000;
}
.template_Green #myNav {
  background: #008000;
}
.template_Green #WidgetNewsTotal article.news_item1.item1:hover h3,
.template_Green #WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #008000;
}
.template_Green #WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}
.template_Green section.header1 .logo_sitename {
  color: #008000;
}
.template_Green section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: #008000;
}
.template_Green section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #008000;
  color: #008000;
}
.template_Green section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #008000 !important;
  color: #fff;
}
.template_Green section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #008000 !important;
}
.template_Green .widget.tags .social-icons-large i:hover {
  background: #008000;
  border-color: #008000;
}
.template_Green .btn_ver_mas {
  background: #008000;
}
.template_Green .section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: #008000;
}
.template_Green .widget_news_main .caption2 {
  background: #008000;
}
.template_Green .widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #008000;
}
.template_Green .news_detail .nd_top .tag_name1 {
  color: #008000;
}
.template_Green .news_detail .news_tags .tag_name1:hover {
  border: 1px solid #008000;
  background: #008000;
}
.template_Green .srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: #008000 !important;
}
.template_Green .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #008000;
  border-top: 3px solid #008000;
}
.template_Green .page_loterias .promo.data2 h2 .nombre, .template_Green .page_loterias .promo.data2 .cabeza_cod, .template_Green .page_loterias .promo.data2.home_data2 .tablaGris th, .template_Green .page_loterias .sorteo-ganadores .tipo_juego {
  background: #008000;
}
.template_Green .page_loterias .promo.data3 h2 .nombre, .template_Green .page_loterias .promo.data3 .cabeza_cod {
  background: #008000;
}
.template_Green .page_loterias .promo.data1 h2 .nombre, .template_Green .page_loterias .promo.data1 .cabeza_cod {
  background: #008000;
}
.template_Green .footer .logo_sitename {
  color: #008000;
}
.template_Green .footer .footer_menu ul.footer_popular li a {
  border: solid 1px #008000;
  color: #008000;
}
.template_Green .footer .footer_menu ul.footer_popular li a:hover {
  background: #008000;
  color: #fff;
}
.template_Green .footer .footer_menu ul.footer_secciones li a:hover,
.template_Green .footer .footer_menu ul.footer_servicios li a:hover {
  color: #008000;
}
.template_Green .footer .footer-bottom .poweredby .adiarioscms {
  color: #008000;
}
.template_Green .news_popular .media_list .media.data .tagname {
  color: #008000;
}
.template_Green .widget.tags .social-icons-large i:hover {
  background: #008000;
  border-color: #008000;
}
.template_Green .news_item5 .copete {
  background: #008000;
}
.template_Green .swiper-pagination-bullet-active {
  background: #008000;
}
.template_Green .weather_list .we_item h4 {
  color: #008000;
}
.template_Green .weather_list .we_item .temperatura {
  color: #008000;
}
.template_Green .today .sunrise .sunrise_hour {
  color: #008000;
}
.template_Green .today .description .wlabel .wvalue {
  color: #008000;
}
.template_Green .weather .today .we_temperatura .temp_actual, .template_Green .weather .today .we_temperatura .temperatura {
  color: #008000;
}
.template_Green .weather .today.bg-primary .day {
  color: #008000;
}
.template_Green .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #008000 !important;
  border-top: 3px solid #008000 !important;
}
.template_Green .promo.data1 .cabeza_nro {
  color: #008000;
}
.template_Green .portadas .panel-info .panel-heading {
  background: #008000 !important;
}
.template_Green a {
  color: #008000;
}
.template_Green .dlg_login .btnPrimary, .template_Green .dlg_login .btn-primary {
  background: #008000;
}
.template_Green .dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #008000;
}
.template_Green .elections_detalle_acms1 {
  background: #008000 !important;
}
.template_Green .page_events_articles_detail .eventCalendar-currentTitle, .template_Green .page_events_articles_detail .list-group-item.active, .template_Green .page_events_articles_detail .list-group-item.active:hover, .template_Green .page_events_articles_detail .list-group-item.active:focus, .template_Green .page_events_home .eventCalendar-currentTitle, .template_Green .page_events_home .list-group-item.active, .template_Green .page_events_home .list-group-item.active:hover, .template_Green .page_events_home .list-group-item.active:focus, .template_Green .mcd .news_archive .eventCalendar-currentTitle, .template_Green .mcd .news_archive .list-group-item.active, .template_Green .mcd .news_archive .list-group-item.active:hover, .template_Green .mcd .news_archive .list-group-item.active:focus {
  background-color: #008000 !important;
}
.template_Green .page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle, .template_Green .page_events_home .eventCalendar-list li a.eventCalendar-eventTitle, .template_Green .mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #008000 !important;
}
.template_Green .page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_Green .page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_Green .mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #008000 !important;
}

.template_DarkGreen #sidebar-wrapper {
  background: #006400;
}
.template_DarkGreen .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: #006400;
}
.template_DarkGreen #myNav {
  background: #006400;
}
.template_DarkGreen #WidgetNewsTotal article.news_item1.item1:hover h3,
.template_DarkGreen #WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #006400;
}
.template_DarkGreen #WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}
.template_DarkGreen section.header1 .logo_sitename {
  color: #006400;
}
.template_DarkGreen section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: #006400;
}
.template_DarkGreen section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #006400;
  color: #006400;
}
.template_DarkGreen section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #006400 !important;
  color: #fff;
}
.template_DarkGreen section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #006400 !important;
}
.template_DarkGreen .widget.tags .social-icons-large i:hover {
  background: #006400;
  border-color: #006400;
}
.template_DarkGreen .btn_ver_mas {
  background: #006400;
}
.template_DarkGreen .section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: #006400;
}
.template_DarkGreen .widget_news_main .caption2 {
  background: #006400;
}
.template_DarkGreen .widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #006400;
}
.template_DarkGreen .news_detail .nd_top .tag_name1 {
  color: #006400;
}
.template_DarkGreen .news_detail .news_tags .tag_name1:hover {
  border: 1px solid #006400;
  background: #006400;
}
.template_DarkGreen .srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: #006400 !important;
}
.template_DarkGreen .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #006400;
  border-top: 3px solid #006400;
}
.template_DarkGreen .page_loterias .promo.data2 h2 .nombre, .template_DarkGreen .page_loterias .promo.data2 .cabeza_cod, .template_DarkGreen .page_loterias .promo.data2.home_data2 .tablaGris th, .template_DarkGreen .page_loterias .sorteo-ganadores .tipo_juego {
  background: #006400;
}
.template_DarkGreen .page_loterias .promo.data3 h2 .nombre, .template_DarkGreen .page_loterias .promo.data3 .cabeza_cod {
  background: #006400;
}
.template_DarkGreen .page_loterias .promo.data1 h2 .nombre, .template_DarkGreen .page_loterias .promo.data1 .cabeza_cod {
  background: #006400;
}
.template_DarkGreen .footer .logo_sitename {
  color: #006400;
}
.template_DarkGreen .footer .footer_menu ul.footer_popular li a {
  border: solid 1px #006400;
  color: #006400;
}
.template_DarkGreen .footer .footer_menu ul.footer_popular li a:hover {
  background: #006400;
  color: #fff;
}
.template_DarkGreen .footer .footer_menu ul.footer_secciones li a:hover,
.template_DarkGreen .footer .footer_menu ul.footer_servicios li a:hover {
  color: #006400;
}
.template_DarkGreen .footer .footer-bottom .poweredby .adiarioscms {
  color: #006400;
}
.template_DarkGreen .news_popular .media_list .media.data .tagname {
  color: #006400;
}
.template_DarkGreen .widget.tags .social-icons-large i:hover {
  background: #006400;
  border-color: #006400;
}
.template_DarkGreen .news_item5 .copete {
  background: #006400;
}
.template_DarkGreen .swiper-pagination-bullet-active {
  background: #006400;
}
.template_DarkGreen .weather_list .we_item h4 {
  color: #006400;
}
.template_DarkGreen .weather_list .we_item .temperatura {
  color: #006400;
}
.template_DarkGreen .today .sunrise .sunrise_hour {
  color: #006400;
}
.template_DarkGreen .today .description .wlabel .wvalue {
  color: #006400;
}
.template_DarkGreen .weather .today .we_temperatura .temp_actual, .template_DarkGreen .weather .today .we_temperatura .temperatura {
  color: #006400;
}
.template_DarkGreen .weather .today.bg-primary .day {
  color: #006400;
}
.template_DarkGreen .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #006400 !important;
  border-top: 3px solid #006400 !important;
}
.template_DarkGreen .promo.data1 .cabeza_nro {
  color: #006400;
}
.template_DarkGreen .portadas .panel-info .panel-heading {
  background: #006400 !important;
}
.template_DarkGreen a {
  color: #006400;
}
.template_DarkGreen .dlg_login .btnPrimary, .template_DarkGreen .dlg_login .btn-primary {
  background: #006400;
}
.template_DarkGreen .dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #006400;
}
.template_DarkGreen .elections_detalle_acms1 {
  background: #006400 !important;
}
.template_DarkGreen .page_events_articles_detail .eventCalendar-currentTitle, .template_DarkGreen .page_events_articles_detail .list-group-item.active, .template_DarkGreen .page_events_articles_detail .list-group-item.active:hover, .template_DarkGreen .page_events_articles_detail .list-group-item.active:focus, .template_DarkGreen .page_events_home .eventCalendar-currentTitle, .template_DarkGreen .page_events_home .list-group-item.active, .template_DarkGreen .page_events_home .list-group-item.active:hover, .template_DarkGreen .page_events_home .list-group-item.active:focus, .template_DarkGreen .mcd .news_archive .eventCalendar-currentTitle, .template_DarkGreen .mcd .news_archive .list-group-item.active, .template_DarkGreen .mcd .news_archive .list-group-item.active:hover, .template_DarkGreen .mcd .news_archive .list-group-item.active:focus {
  background-color: #006400 !important;
}
.template_DarkGreen .page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle, .template_DarkGreen .page_events_home .eventCalendar-list li a.eventCalendar-eventTitle, .template_DarkGreen .mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #006400 !important;
}
.template_DarkGreen .page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_DarkGreen .page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_DarkGreen .mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #006400 !important;
}

.template_DarkCyan #sidebar-wrapper {
  background: #008B8B;
}
.template_DarkCyan .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: #008B8B;
}
.template_DarkCyan #myNav {
  background: #008B8B;
}
.template_DarkCyan #WidgetNewsTotal article.news_item1.item1:hover h3,
.template_DarkCyan #WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #008B8B;
}
.template_DarkCyan #WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}
.template_DarkCyan section.header1 .logo_sitename {
  color: #008B8B;
}
.template_DarkCyan section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: #008B8B;
}
.template_DarkCyan section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #008B8B;
  color: #008B8B;
}
.template_DarkCyan section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #008B8B !important;
  color: #fff;
}
.template_DarkCyan section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #008B8B !important;
}
.template_DarkCyan .widget.tags .social-icons-large i:hover {
  background: #008B8B;
  border-color: #008B8B;
}
.template_DarkCyan .btn_ver_mas {
  background: #008B8B;
}
.template_DarkCyan .section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: #008B8B;
}
.template_DarkCyan .widget_news_main .caption2 {
  background: #008B8B;
}
.template_DarkCyan .widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #008B8B;
}
.template_DarkCyan .news_detail .nd_top .tag_name1 {
  color: #008B8B;
}
.template_DarkCyan .news_detail .news_tags .tag_name1:hover {
  border: 1px solid #008B8B;
  background: #008B8B;
}
.template_DarkCyan .srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: #008B8B !important;
}
.template_DarkCyan .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #008B8B;
  border-top: 3px solid #008B8B;
}
.template_DarkCyan .page_loterias .promo.data2 h2 .nombre, .template_DarkCyan .page_loterias .promo.data2 .cabeza_cod, .template_DarkCyan .page_loterias .promo.data2.home_data2 .tablaGris th, .template_DarkCyan .page_loterias .sorteo-ganadores .tipo_juego {
  background: #008B8B;
}
.template_DarkCyan .page_loterias .promo.data3 h2 .nombre, .template_DarkCyan .page_loterias .promo.data3 .cabeza_cod {
  background: #008B8B;
}
.template_DarkCyan .page_loterias .promo.data1 h2 .nombre, .template_DarkCyan .page_loterias .promo.data1 .cabeza_cod {
  background: #008B8B;
}
.template_DarkCyan .footer .logo_sitename {
  color: #008B8B;
}
.template_DarkCyan .footer .footer_menu ul.footer_popular li a {
  border: solid 1px #008B8B;
  color: #008B8B;
}
.template_DarkCyan .footer .footer_menu ul.footer_popular li a:hover {
  background: #008B8B;
  color: #fff;
}
.template_DarkCyan .footer .footer_menu ul.footer_secciones li a:hover,
.template_DarkCyan .footer .footer_menu ul.footer_servicios li a:hover {
  color: #008B8B;
}
.template_DarkCyan .footer .footer-bottom .poweredby .adiarioscms {
  color: #008B8B;
}
.template_DarkCyan .news_popular .media_list .media.data .tagname {
  color: #008B8B;
}
.template_DarkCyan .widget.tags .social-icons-large i:hover {
  background: #008B8B;
  border-color: #008B8B;
}
.template_DarkCyan .news_item5 .copete {
  background: #008B8B;
}
.template_DarkCyan .swiper-pagination-bullet-active {
  background: #008B8B;
}
.template_DarkCyan .weather_list .we_item h4 {
  color: #008B8B;
}
.template_DarkCyan .weather_list .we_item .temperatura {
  color: #008B8B;
}
.template_DarkCyan .today .sunrise .sunrise_hour {
  color: #008B8B;
}
.template_DarkCyan .today .description .wlabel .wvalue {
  color: #008B8B;
}
.template_DarkCyan .weather .today .we_temperatura .temp_actual, .template_DarkCyan .weather .today .we_temperatura .temperatura {
  color: #008B8B;
}
.template_DarkCyan .weather .today.bg-primary .day {
  color: #008B8B;
}
.template_DarkCyan .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #008B8B !important;
  border-top: 3px solid #008B8B !important;
}
.template_DarkCyan .promo.data1 .cabeza_nro {
  color: #008B8B;
}
.template_DarkCyan .portadas .panel-info .panel-heading {
  background: #008B8B !important;
}
.template_DarkCyan a {
  color: #008B8B;
}
.template_DarkCyan .dlg_login .btnPrimary, .template_DarkCyan .dlg_login .btn-primary {
  background: #008B8B;
}
.template_DarkCyan .dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #008B8B;
}
.template_DarkCyan .elections_detalle_acms1 {
  background: #008B8B !important;
}
.template_DarkCyan .page_events_articles_detail .eventCalendar-currentTitle, .template_DarkCyan .page_events_articles_detail .list-group-item.active, .template_DarkCyan .page_events_articles_detail .list-group-item.active:hover, .template_DarkCyan .page_events_articles_detail .list-group-item.active:focus, .template_DarkCyan .page_events_home .eventCalendar-currentTitle, .template_DarkCyan .page_events_home .list-group-item.active, .template_DarkCyan .page_events_home .list-group-item.active:hover, .template_DarkCyan .page_events_home .list-group-item.active:focus, .template_DarkCyan .mcd .news_archive .eventCalendar-currentTitle, .template_DarkCyan .mcd .news_archive .list-group-item.active, .template_DarkCyan .mcd .news_archive .list-group-item.active:hover, .template_DarkCyan .mcd .news_archive .list-group-item.active:focus {
  background-color: #008B8B !important;
}
.template_DarkCyan .page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle, .template_DarkCyan .page_events_home .eventCalendar-list li a.eventCalendar-eventTitle, .template_DarkCyan .mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #008B8B !important;
}
.template_DarkCyan .page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_DarkCyan .page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_DarkCyan .mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #008B8B !important;
}

.template_Teal #sidebar-wrapper {
  background: #008080;
}
.template_Teal .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: #008080;
}
.template_Teal #myNav {
  background: #008080;
}
.template_Teal #WidgetNewsTotal article.news_item1.item1:hover h3,
.template_Teal #WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #008080;
}
.template_Teal #WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}
.template_Teal section.header1 .logo_sitename {
  color: #008080;
}
.template_Teal section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: #008080;
}
.template_Teal section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #008080;
  color: #008080;
}
.template_Teal section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #008080 !important;
  color: #fff;
}
.template_Teal section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #008080 !important;
}
.template_Teal .widget.tags .social-icons-large i:hover {
  background: #008080;
  border-color: #008080;
}
.template_Teal .btn_ver_mas {
  background: #008080;
}
.template_Teal .section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: #008080;
}
.template_Teal .widget_news_main .caption2 {
  background: #008080;
}
.template_Teal .widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #008080;
}
.template_Teal .news_detail .nd_top .tag_name1 {
  color: #008080;
}
.template_Teal .news_detail .news_tags .tag_name1:hover {
  border: 1px solid #008080;
  background: #008080;
}
.template_Teal .srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: #008080 !important;
}
.template_Teal .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #008080;
  border-top: 3px solid #008080;
}
.template_Teal .page_loterias .promo.data2 h2 .nombre, .template_Teal .page_loterias .promo.data2 .cabeza_cod, .template_Teal .page_loterias .promo.data2.home_data2 .tablaGris th, .template_Teal .page_loterias .sorteo-ganadores .tipo_juego {
  background: #008080;
}
.template_Teal .page_loterias .promo.data3 h2 .nombre, .template_Teal .page_loterias .promo.data3 .cabeza_cod {
  background: #008080;
}
.template_Teal .page_loterias .promo.data1 h2 .nombre, .template_Teal .page_loterias .promo.data1 .cabeza_cod {
  background: #008080;
}
.template_Teal .footer .logo_sitename {
  color: #008080;
}
.template_Teal .footer .footer_menu ul.footer_popular li a {
  border: solid 1px #008080;
  color: #008080;
}
.template_Teal .footer .footer_menu ul.footer_popular li a:hover {
  background: #008080;
  color: #fff;
}
.template_Teal .footer .footer_menu ul.footer_secciones li a:hover,
.template_Teal .footer .footer_menu ul.footer_servicios li a:hover {
  color: #008080;
}
.template_Teal .footer .footer-bottom .poweredby .adiarioscms {
  color: #008080;
}
.template_Teal .news_popular .media_list .media.data .tagname {
  color: #008080;
}
.template_Teal .widget.tags .social-icons-large i:hover {
  background: #008080;
  border-color: #008080;
}
.template_Teal .news_item5 .copete {
  background: #008080;
}
.template_Teal .swiper-pagination-bullet-active {
  background: #008080;
}
.template_Teal .weather_list .we_item h4 {
  color: #008080;
}
.template_Teal .weather_list .we_item .temperatura {
  color: #008080;
}
.template_Teal .today .sunrise .sunrise_hour {
  color: #008080;
}
.template_Teal .today .description .wlabel .wvalue {
  color: #008080;
}
.template_Teal .weather .today .we_temperatura .temp_actual, .template_Teal .weather .today .we_temperatura .temperatura {
  color: #008080;
}
.template_Teal .weather .today.bg-primary .day {
  color: #008080;
}
.template_Teal .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #008080 !important;
  border-top: 3px solid #008080 !important;
}
.template_Teal .promo.data1 .cabeza_nro {
  color: #008080;
}
.template_Teal .portadas .panel-info .panel-heading {
  background: #008080 !important;
}
.template_Teal a {
  color: #008080;
}
.template_Teal .dlg_login .btnPrimary, .template_Teal .dlg_login .btn-primary {
  background: #008080;
}
.template_Teal .dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #008080;
}
.template_Teal .elections_detalle_acms1 {
  background: #008080 !important;
}
.template_Teal .page_events_articles_detail .eventCalendar-currentTitle, .template_Teal .page_events_articles_detail .list-group-item.active, .template_Teal .page_events_articles_detail .list-group-item.active:hover, .template_Teal .page_events_articles_detail .list-group-item.active:focus, .template_Teal .page_events_home .eventCalendar-currentTitle, .template_Teal .page_events_home .list-group-item.active, .template_Teal .page_events_home .list-group-item.active:hover, .template_Teal .page_events_home .list-group-item.active:focus, .template_Teal .mcd .news_archive .eventCalendar-currentTitle, .template_Teal .mcd .news_archive .list-group-item.active, .template_Teal .mcd .news_archive .list-group-item.active:hover, .template_Teal .mcd .news_archive .list-group-item.active:focus {
  background-color: #008080 !important;
}
.template_Teal .page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle, .template_Teal .page_events_home .eventCalendar-list li a.eventCalendar-eventTitle, .template_Teal .mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #008080 !important;
}
.template_Teal .page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_Teal .page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_Teal .mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #008080 !important;
}

.template_MediumSlateBlue #sidebar-wrapper {
  background: #7B68EE;
}
.template_MediumSlateBlue .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: #7B68EE;
}
.template_MediumSlateBlue #myNav {
  background: #7B68EE;
}
.template_MediumSlateBlue #WidgetNewsTotal article.news_item1.item1:hover h3,
.template_MediumSlateBlue #WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #7B68EE;
}
.template_MediumSlateBlue #WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}
.template_MediumSlateBlue section.header1 .logo_sitename {
  color: #7B68EE;
}
.template_MediumSlateBlue section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: #7B68EE;
}
.template_MediumSlateBlue section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #7B68EE;
  color: #7B68EE;
}
.template_MediumSlateBlue section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #7B68EE !important;
  color: #fff;
}
.template_MediumSlateBlue section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #7B68EE !important;
}
.template_MediumSlateBlue .widget.tags .social-icons-large i:hover {
  background: #7B68EE;
  border-color: #7B68EE;
}
.template_MediumSlateBlue .btn_ver_mas {
  background: #7B68EE;
}
.template_MediumSlateBlue .section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: #7B68EE;
}
.template_MediumSlateBlue .widget_news_main .caption2 {
  background: #7B68EE;
}
.template_MediumSlateBlue .widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #7B68EE;
}
.template_MediumSlateBlue .news_detail .nd_top .tag_name1 {
  color: #7B68EE;
}
.template_MediumSlateBlue .news_detail .news_tags .tag_name1:hover {
  border: 1px solid #7B68EE;
  background: #7B68EE;
}
.template_MediumSlateBlue .srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: #7B68EE !important;
}
.template_MediumSlateBlue .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #7B68EE;
  border-top: 3px solid #7B68EE;
}
.template_MediumSlateBlue .page_loterias .promo.data2 h2 .nombre, .template_MediumSlateBlue .page_loterias .promo.data2 .cabeza_cod, .template_MediumSlateBlue .page_loterias .promo.data2.home_data2 .tablaGris th, .template_MediumSlateBlue .page_loterias .sorteo-ganadores .tipo_juego {
  background: #7B68EE;
}
.template_MediumSlateBlue .page_loterias .promo.data3 h2 .nombre, .template_MediumSlateBlue .page_loterias .promo.data3 .cabeza_cod {
  background: #7B68EE;
}
.template_MediumSlateBlue .page_loterias .promo.data1 h2 .nombre, .template_MediumSlateBlue .page_loterias .promo.data1 .cabeza_cod {
  background: #7B68EE;
}
.template_MediumSlateBlue .footer .logo_sitename {
  color: #7B68EE;
}
.template_MediumSlateBlue .footer .footer_menu ul.footer_popular li a {
  border: solid 1px #7B68EE;
  color: #7B68EE;
}
.template_MediumSlateBlue .footer .footer_menu ul.footer_popular li a:hover {
  background: #7B68EE;
  color: #fff;
}
.template_MediumSlateBlue .footer .footer_menu ul.footer_secciones li a:hover,
.template_MediumSlateBlue .footer .footer_menu ul.footer_servicios li a:hover {
  color: #7B68EE;
}
.template_MediumSlateBlue .footer .footer-bottom .poweredby .adiarioscms {
  color: #7B68EE;
}
.template_MediumSlateBlue .news_popular .media_list .media.data .tagname {
  color: #7B68EE;
}
.template_MediumSlateBlue .widget.tags .social-icons-large i:hover {
  background: #7B68EE;
  border-color: #7B68EE;
}
.template_MediumSlateBlue .news_item5 .copete {
  background: #7B68EE;
}
.template_MediumSlateBlue .swiper-pagination-bullet-active {
  background: #7B68EE;
}
.template_MediumSlateBlue .weather_list .we_item h4 {
  color: #7B68EE;
}
.template_MediumSlateBlue .weather_list .we_item .temperatura {
  color: #7B68EE;
}
.template_MediumSlateBlue .today .sunrise .sunrise_hour {
  color: #7B68EE;
}
.template_MediumSlateBlue .today .description .wlabel .wvalue {
  color: #7B68EE;
}
.template_MediumSlateBlue .weather .today .we_temperatura .temp_actual, .template_MediumSlateBlue .weather .today .we_temperatura .temperatura {
  color: #7B68EE;
}
.template_MediumSlateBlue .weather .today.bg-primary .day {
  color: #7B68EE;
}
.template_MediumSlateBlue .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #7B68EE !important;
  border-top: 3px solid #7B68EE !important;
}
.template_MediumSlateBlue .promo.data1 .cabeza_nro {
  color: #7B68EE;
}
.template_MediumSlateBlue .portadas .panel-info .panel-heading {
  background: #7B68EE !important;
}
.template_MediumSlateBlue a {
  color: #7B68EE;
}
.template_MediumSlateBlue .dlg_login .btnPrimary, .template_MediumSlateBlue .dlg_login .btn-primary {
  background: #7B68EE;
}
.template_MediumSlateBlue .dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #7B68EE;
}
.template_MediumSlateBlue .elections_detalle_acms1 {
  background: #7B68EE !important;
}
.template_MediumSlateBlue .page_events_articles_detail .eventCalendar-currentTitle, .template_MediumSlateBlue .page_events_articles_detail .list-group-item.active, .template_MediumSlateBlue .page_events_articles_detail .list-group-item.active:hover, .template_MediumSlateBlue .page_events_articles_detail .list-group-item.active:focus, .template_MediumSlateBlue .page_events_home .eventCalendar-currentTitle, .template_MediumSlateBlue .page_events_home .list-group-item.active, .template_MediumSlateBlue .page_events_home .list-group-item.active:hover, .template_MediumSlateBlue .page_events_home .list-group-item.active:focus, .template_MediumSlateBlue .mcd .news_archive .eventCalendar-currentTitle, .template_MediumSlateBlue .mcd .news_archive .list-group-item.active, .template_MediumSlateBlue .mcd .news_archive .list-group-item.active:hover, .template_MediumSlateBlue .mcd .news_archive .list-group-item.active:focus {
  background-color: #7B68EE !important;
}
.template_MediumSlateBlue .page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle, .template_MediumSlateBlue .page_events_home .eventCalendar-list li a.eventCalendar-eventTitle, .template_MediumSlateBlue .mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #7B68EE !important;
}
.template_MediumSlateBlue .page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_MediumSlateBlue .page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_MediumSlateBlue .mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #7B68EE !important;
}

.template_Blue #sidebar-wrapper {
  background: #0000FF;
}
.template_Blue .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: #0000FF;
}
.template_Blue #myNav {
  background: #0000FF;
}
.template_Blue #WidgetNewsTotal article.news_item1.item1:hover h3,
.template_Blue #WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #0000FF;
}
.template_Blue #WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}
.template_Blue section.header1 .logo_sitename {
  color: #0000FF;
}
.template_Blue section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: #0000FF;
}
.template_Blue section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #0000FF;
  color: #0000FF;
}
.template_Blue section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #0000FF !important;
  color: #fff;
}
.template_Blue section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #0000FF !important;
}
.template_Blue .widget.tags .social-icons-large i:hover {
  background: #0000FF;
  border-color: #0000FF;
}
.template_Blue .btn_ver_mas {
  background: #0000FF;
}
.template_Blue .section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: #0000FF;
}
.template_Blue .widget_news_main .caption2 {
  background: #0000FF;
}
.template_Blue .widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #0000FF;
}
.template_Blue .news_detail .nd_top .tag_name1 {
  color: #0000FF;
}
.template_Blue .news_detail .news_tags .tag_name1:hover {
  border: 1px solid #0000FF;
  background: #0000FF;
}
.template_Blue .srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: #0000FF !important;
}
.template_Blue .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #0000FF;
  border-top: 3px solid #0000FF;
}
.template_Blue .page_loterias .promo.data2 h2 .nombre, .template_Blue .page_loterias .promo.data2 .cabeza_cod, .template_Blue .page_loterias .promo.data2.home_data2 .tablaGris th, .template_Blue .page_loterias .sorteo-ganadores .tipo_juego {
  background: #0000FF;
}
.template_Blue .page_loterias .promo.data3 h2 .nombre, .template_Blue .page_loterias .promo.data3 .cabeza_cod {
  background: #0000FF;
}
.template_Blue .page_loterias .promo.data1 h2 .nombre, .template_Blue .page_loterias .promo.data1 .cabeza_cod {
  background: #0000FF;
}
.template_Blue .footer .logo_sitename {
  color: #0000FF;
}
.template_Blue .footer .footer_menu ul.footer_popular li a {
  border: solid 1px #0000FF;
  color: #0000FF;
}
.template_Blue .footer .footer_menu ul.footer_popular li a:hover {
  background: #0000FF;
  color: #fff;
}
.template_Blue .footer .footer_menu ul.footer_secciones li a:hover,
.template_Blue .footer .footer_menu ul.footer_servicios li a:hover {
  color: #0000FF;
}
.template_Blue .footer .footer-bottom .poweredby .adiarioscms {
  color: #0000FF;
}
.template_Blue .news_popular .media_list .media.data .tagname {
  color: #0000FF;
}
.template_Blue .widget.tags .social-icons-large i:hover {
  background: #0000FF;
  border-color: #0000FF;
}
.template_Blue .news_item5 .copete {
  background: #0000FF;
}
.template_Blue .swiper-pagination-bullet-active {
  background: #0000FF;
}
.template_Blue .weather_list .we_item h4 {
  color: #0000FF;
}
.template_Blue .weather_list .we_item .temperatura {
  color: #0000FF;
}
.template_Blue .today .sunrise .sunrise_hour {
  color: #0000FF;
}
.template_Blue .today .description .wlabel .wvalue {
  color: #0000FF;
}
.template_Blue .weather .today .we_temperatura .temp_actual, .template_Blue .weather .today .we_temperatura .temperatura {
  color: #0000FF;
}
.template_Blue .weather .today.bg-primary .day {
  color: #0000FF;
}
.template_Blue .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #0000FF !important;
  border-top: 3px solid #0000FF !important;
}
.template_Blue .promo.data1 .cabeza_nro {
  color: #0000FF;
}
.template_Blue .portadas .panel-info .panel-heading {
  background: #0000FF !important;
}
.template_Blue a {
  color: #0000FF;
}
.template_Blue .dlg_login .btnPrimary, .template_Blue .dlg_login .btn-primary {
  background: #0000FF;
}
.template_Blue .dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #0000FF;
}
.template_Blue .elections_detalle_acms1 {
  background: #0000FF !important;
}
.template_Blue .page_events_articles_detail .eventCalendar-currentTitle, .template_Blue .page_events_articles_detail .list-group-item.active, .template_Blue .page_events_articles_detail .list-group-item.active:hover, .template_Blue .page_events_articles_detail .list-group-item.active:focus, .template_Blue .page_events_home .eventCalendar-currentTitle, .template_Blue .page_events_home .list-group-item.active, .template_Blue .page_events_home .list-group-item.active:hover, .template_Blue .page_events_home .list-group-item.active:focus, .template_Blue .mcd .news_archive .eventCalendar-currentTitle, .template_Blue .mcd .news_archive .list-group-item.active, .template_Blue .mcd .news_archive .list-group-item.active:hover, .template_Blue .mcd .news_archive .list-group-item.active:focus {
  background-color: #0000FF !important;
}
.template_Blue .page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle, .template_Blue .page_events_home .eventCalendar-list li a.eventCalendar-eventTitle, .template_Blue .mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #0000FF !important;
}
.template_Blue .page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_Blue .page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_Blue .mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #0000FF !important;
}

.template_DarkBlue #sidebar-wrapper {
  background: #00008B;
}
.template_DarkBlue .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: #00008B;
}
.template_DarkBlue #myNav {
  background: #00008B;
}
.template_DarkBlue #WidgetNewsTotal article.news_item1.item1:hover h3,
.template_DarkBlue #WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #00008B;
}
.template_DarkBlue #WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}
.template_DarkBlue section.header1 .logo_sitename {
  color: #00008B;
}
.template_DarkBlue section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: #00008B;
}
.template_DarkBlue section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #00008B;
  color: #00008B;
}
.template_DarkBlue section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #00008B !important;
  color: #fff;
}
.template_DarkBlue section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #00008B !important;
}
.template_DarkBlue .widget.tags .social-icons-large i:hover {
  background: #00008B;
  border-color: #00008B;
}
.template_DarkBlue .btn_ver_mas {
  background: #00008B;
}
.template_DarkBlue .section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: #00008B;
}
.template_DarkBlue .widget_news_main .caption2 {
  background: #00008B;
}
.template_DarkBlue .widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #00008B;
}
.template_DarkBlue .news_detail .nd_top .tag_name1 {
  color: #00008B;
}
.template_DarkBlue .news_detail .news_tags .tag_name1:hover {
  border: 1px solid #00008B;
  background: #00008B;
}
.template_DarkBlue .srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: #00008B !important;
}
.template_DarkBlue .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #00008B;
  border-top: 3px solid #00008B;
}
.template_DarkBlue .page_loterias .promo.data2 h2 .nombre, .template_DarkBlue .page_loterias .promo.data2 .cabeza_cod, .template_DarkBlue .page_loterias .promo.data2.home_data2 .tablaGris th, .template_DarkBlue .page_loterias .sorteo-ganadores .tipo_juego {
  background: #00008B;
}
.template_DarkBlue .page_loterias .promo.data3 h2 .nombre, .template_DarkBlue .page_loterias .promo.data3 .cabeza_cod {
  background: #00008B;
}
.template_DarkBlue .page_loterias .promo.data1 h2 .nombre, .template_DarkBlue .page_loterias .promo.data1 .cabeza_cod {
  background: #00008B;
}
.template_DarkBlue .footer .logo_sitename {
  color: #00008B;
}
.template_DarkBlue .footer .footer_menu ul.footer_popular li a {
  border: solid 1px #00008B;
  color: #00008B;
}
.template_DarkBlue .footer .footer_menu ul.footer_popular li a:hover {
  background: #00008B;
  color: #fff;
}
.template_DarkBlue .footer .footer_menu ul.footer_secciones li a:hover,
.template_DarkBlue .footer .footer_menu ul.footer_servicios li a:hover {
  color: #00008B;
}
.template_DarkBlue .footer .footer-bottom .poweredby .adiarioscms {
  color: #00008B;
}
.template_DarkBlue .news_popular .media_list .media.data .tagname {
  color: #00008B;
}
.template_DarkBlue .widget.tags .social-icons-large i:hover {
  background: #00008B;
  border-color: #00008B;
}
.template_DarkBlue .news_item5 .copete {
  background: #00008B;
}
.template_DarkBlue .swiper-pagination-bullet-active {
  background: #00008B;
}
.template_DarkBlue .weather_list .we_item h4 {
  color: #00008B;
}
.template_DarkBlue .weather_list .we_item .temperatura {
  color: #00008B;
}
.template_DarkBlue .today .sunrise .sunrise_hour {
  color: #00008B;
}
.template_DarkBlue .today .description .wlabel .wvalue {
  color: #00008B;
}
.template_DarkBlue .weather .today .we_temperatura .temp_actual, .template_DarkBlue .weather .today .we_temperatura .temperatura {
  color: #00008B;
}
.template_DarkBlue .weather .today.bg-primary .day {
  color: #00008B;
}
.template_DarkBlue .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #00008B !important;
  border-top: 3px solid #00008B !important;
}
.template_DarkBlue .promo.data1 .cabeza_nro {
  color: #00008B;
}
.template_DarkBlue .portadas .panel-info .panel-heading {
  background: #00008B !important;
}
.template_DarkBlue a {
  color: #00008B;
}
.template_DarkBlue .dlg_login .btnPrimary, .template_DarkBlue .dlg_login .btn-primary {
  background: #00008B;
}
.template_DarkBlue .dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #00008B;
}
.template_DarkBlue .elections_detalle_acms1 {
  background: #00008B !important;
}
.template_DarkBlue .page_events_articles_detail .eventCalendar-currentTitle, .template_DarkBlue .page_events_articles_detail .list-group-item.active, .template_DarkBlue .page_events_articles_detail .list-group-item.active:hover, .template_DarkBlue .page_events_articles_detail .list-group-item.active:focus, .template_DarkBlue .page_events_home .eventCalendar-currentTitle, .template_DarkBlue .page_events_home .list-group-item.active, .template_DarkBlue .page_events_home .list-group-item.active:hover, .template_DarkBlue .page_events_home .list-group-item.active:focus, .template_DarkBlue .mcd .news_archive .eventCalendar-currentTitle, .template_DarkBlue .mcd .news_archive .list-group-item.active, .template_DarkBlue .mcd .news_archive .list-group-item.active:hover, .template_DarkBlue .mcd .news_archive .list-group-item.active:focus {
  background-color: #00008B !important;
}
.template_DarkBlue .page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle, .template_DarkBlue .page_events_home .eventCalendar-list li a.eventCalendar-eventTitle, .template_DarkBlue .mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #00008B !important;
}
.template_DarkBlue .page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_DarkBlue .page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_DarkBlue .mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #00008B !important;
}

.template_Navy #sidebar-wrapper {
  background: #000080;
}
.template_Navy .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: #000080;
}
.template_Navy #myNav {
  background: #000080;
}
.template_Navy #WidgetNewsTotal article.news_item1.item1:hover h3,
.template_Navy #WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #000080;
}
.template_Navy #WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}
.template_Navy section.header1 .logo_sitename {
  color: #000080;
}
.template_Navy section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: #000080;
}
.template_Navy section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #000080;
  color: #000080;
}
.template_Navy section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #000080 !important;
  color: #fff;
}
.template_Navy section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #000080 !important;
}
.template_Navy .widget.tags .social-icons-large i:hover {
  background: #000080;
  border-color: #000080;
}
.template_Navy .btn_ver_mas {
  background: #000080;
}
.template_Navy .section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: #000080;
}
.template_Navy .widget_news_main .caption2 {
  background: #000080;
}
.template_Navy .widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #000080;
}
.template_Navy .news_detail .nd_top .tag_name1 {
  color: #000080;
}
.template_Navy .news_detail .news_tags .tag_name1:hover {
  border: 1px solid #000080;
  background: #000080;
}
.template_Navy .srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: #000080 !important;
}
.template_Navy .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #000080;
  border-top: 3px solid #000080;
}
.template_Navy .page_loterias .promo.data2 h2 .nombre, .template_Navy .page_loterias .promo.data2 .cabeza_cod, .template_Navy .page_loterias .promo.data2.home_data2 .tablaGris th, .template_Navy .page_loterias .sorteo-ganadores .tipo_juego {
  background: #000080;
}
.template_Navy .page_loterias .promo.data3 h2 .nombre, .template_Navy .page_loterias .promo.data3 .cabeza_cod {
  background: #000080;
}
.template_Navy .page_loterias .promo.data1 h2 .nombre, .template_Navy .page_loterias .promo.data1 .cabeza_cod {
  background: #000080;
}
.template_Navy .footer .logo_sitename {
  color: #000080;
}
.template_Navy .footer .footer_menu ul.footer_popular li a {
  border: solid 1px #000080;
  color: #000080;
}
.template_Navy .footer .footer_menu ul.footer_popular li a:hover {
  background: #000080;
  color: #fff;
}
.template_Navy .footer .footer_menu ul.footer_secciones li a:hover,
.template_Navy .footer .footer_menu ul.footer_servicios li a:hover {
  color: #000080;
}
.template_Navy .footer .footer-bottom .poweredby .adiarioscms {
  color: #000080;
}
.template_Navy .news_popular .media_list .media.data .tagname {
  color: #000080;
}
.template_Navy .widget.tags .social-icons-large i:hover {
  background: #000080;
  border-color: #000080;
}
.template_Navy .news_item5 .copete {
  background: #000080;
}
.template_Navy .swiper-pagination-bullet-active {
  background: #000080;
}
.template_Navy .weather_list .we_item h4 {
  color: #000080;
}
.template_Navy .weather_list .we_item .temperatura {
  color: #000080;
}
.template_Navy .today .sunrise .sunrise_hour {
  color: #000080;
}
.template_Navy .today .description .wlabel .wvalue {
  color: #000080;
}
.template_Navy .weather .today .we_temperatura .temp_actual, .template_Navy .weather .today .we_temperatura .temperatura {
  color: #000080;
}
.template_Navy .weather .today.bg-primary .day {
  color: #000080;
}
.template_Navy .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #000080 !important;
  border-top: 3px solid #000080 !important;
}
.template_Navy .promo.data1 .cabeza_nro {
  color: #000080;
}
.template_Navy .portadas .panel-info .panel-heading {
  background: #000080 !important;
}
.template_Navy a {
  color: #000080;
}
.template_Navy .dlg_login .btnPrimary, .template_Navy .dlg_login .btn-primary {
  background: #000080;
}
.template_Navy .dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #000080;
}
.template_Navy .elections_detalle_acms1 {
  background: #000080 !important;
}
.template_Navy .page_events_articles_detail .eventCalendar-currentTitle, .template_Navy .page_events_articles_detail .list-group-item.active, .template_Navy .page_events_articles_detail .list-group-item.active:hover, .template_Navy .page_events_articles_detail .list-group-item.active:focus, .template_Navy .page_events_home .eventCalendar-currentTitle, .template_Navy .page_events_home .list-group-item.active, .template_Navy .page_events_home .list-group-item.active:hover, .template_Navy .page_events_home .list-group-item.active:focus, .template_Navy .mcd .news_archive .eventCalendar-currentTitle, .template_Navy .mcd .news_archive .list-group-item.active, .template_Navy .mcd .news_archive .list-group-item.active:hover, .template_Navy .mcd .news_archive .list-group-item.active:focus {
  background-color: #000080 !important;
}
.template_Navy .page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle, .template_Navy .page_events_home .eventCalendar-list li a.eventCalendar-eventTitle, .template_Navy .mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #000080 !important;
}
.template_Navy .page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_Navy .page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_Navy .mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #000080 !important;
}

.template_MidnightBlue #sidebar-wrapper {
  background: #191970;
}
.template_MidnightBlue .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: #191970;
}
.template_MidnightBlue #myNav {
  background: #191970;
}
.template_MidnightBlue #WidgetNewsTotal article.news_item1.item1:hover h3,
.template_MidnightBlue #WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #191970;
}
.template_MidnightBlue #WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}
.template_MidnightBlue section.header1 .logo_sitename {
  color: #191970;
}
.template_MidnightBlue section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: #191970;
}
.template_MidnightBlue section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #191970;
  color: #191970;
}
.template_MidnightBlue section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #191970 !important;
  color: #fff;
}
.template_MidnightBlue section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #191970 !important;
}
.template_MidnightBlue .widget.tags .social-icons-large i:hover {
  background: #191970;
  border-color: #191970;
}
.template_MidnightBlue .btn_ver_mas {
  background: #191970;
}
.template_MidnightBlue .section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: #191970;
}
.template_MidnightBlue .widget_news_main .caption2 {
  background: #191970;
}
.template_MidnightBlue .widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #191970;
}
.template_MidnightBlue .news_detail .nd_top .tag_name1 {
  color: #191970;
}
.template_MidnightBlue .news_detail .news_tags .tag_name1:hover {
  border: 1px solid #191970;
  background: #191970;
}
.template_MidnightBlue .srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: #191970 !important;
}
.template_MidnightBlue .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #191970;
  border-top: 3px solid #191970;
}
.template_MidnightBlue .page_loterias .promo.data2 h2 .nombre, .template_MidnightBlue .page_loterias .promo.data2 .cabeza_cod, .template_MidnightBlue .page_loterias .promo.data2.home_data2 .tablaGris th, .template_MidnightBlue .page_loterias .sorteo-ganadores .tipo_juego {
  background: #191970;
}
.template_MidnightBlue .page_loterias .promo.data3 h2 .nombre, .template_MidnightBlue .page_loterias .promo.data3 .cabeza_cod {
  background: #191970;
}
.template_MidnightBlue .page_loterias .promo.data1 h2 .nombre, .template_MidnightBlue .page_loterias .promo.data1 .cabeza_cod {
  background: #191970;
}
.template_MidnightBlue .footer .logo_sitename {
  color: #191970;
}
.template_MidnightBlue .footer .footer_menu ul.footer_popular li a {
  border: solid 1px #191970;
  color: #191970;
}
.template_MidnightBlue .footer .footer_menu ul.footer_popular li a:hover {
  background: #191970;
  color: #fff;
}
.template_MidnightBlue .footer .footer_menu ul.footer_secciones li a:hover,
.template_MidnightBlue .footer .footer_menu ul.footer_servicios li a:hover {
  color: #191970;
}
.template_MidnightBlue .footer .footer-bottom .poweredby .adiarioscms {
  color: #191970;
}
.template_MidnightBlue .news_popular .media_list .media.data .tagname {
  color: #191970;
}
.template_MidnightBlue .widget.tags .social-icons-large i:hover {
  background: #191970;
  border-color: #191970;
}
.template_MidnightBlue .news_item5 .copete {
  background: #191970;
}
.template_MidnightBlue .swiper-pagination-bullet-active {
  background: #191970;
}
.template_MidnightBlue .weather_list .we_item h4 {
  color: #191970;
}
.template_MidnightBlue .weather_list .we_item .temperatura {
  color: #191970;
}
.template_MidnightBlue .today .sunrise .sunrise_hour {
  color: #191970;
}
.template_MidnightBlue .today .description .wlabel .wvalue {
  color: #191970;
}
.template_MidnightBlue .weather .today .we_temperatura .temp_actual, .template_MidnightBlue .weather .today .we_temperatura .temperatura {
  color: #191970;
}
.template_MidnightBlue .weather .today.bg-primary .day {
  color: #191970;
}
.template_MidnightBlue .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #191970 !important;
  border-top: 3px solid #191970 !important;
}
.template_MidnightBlue .promo.data1 .cabeza_nro {
  color: #191970;
}
.template_MidnightBlue .portadas .panel-info .panel-heading {
  background: #191970 !important;
}
.template_MidnightBlue a {
  color: #191970;
}
.template_MidnightBlue .dlg_login .btnPrimary, .template_MidnightBlue .dlg_login .btn-primary {
  background: #191970;
}
.template_MidnightBlue .dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #191970;
}
.template_MidnightBlue .elections_detalle_acms1 {
  background: #191970 !important;
}
.template_MidnightBlue .page_events_articles_detail .eventCalendar-currentTitle, .template_MidnightBlue .page_events_articles_detail .list-group-item.active, .template_MidnightBlue .page_events_articles_detail .list-group-item.active:hover, .template_MidnightBlue .page_events_articles_detail .list-group-item.active:focus, .template_MidnightBlue .page_events_home .eventCalendar-currentTitle, .template_MidnightBlue .page_events_home .list-group-item.active, .template_MidnightBlue .page_events_home .list-group-item.active:hover, .template_MidnightBlue .page_events_home .list-group-item.active:focus, .template_MidnightBlue .mcd .news_archive .eventCalendar-currentTitle, .template_MidnightBlue .mcd .news_archive .list-group-item.active, .template_MidnightBlue .mcd .news_archive .list-group-item.active:hover, .template_MidnightBlue .mcd .news_archive .list-group-item.active:focus {
  background-color: #191970 !important;
}
.template_MidnightBlue .page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle, .template_MidnightBlue .page_events_home .eventCalendar-list li a.eventCalendar-eventTitle, .template_MidnightBlue .mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #191970 !important;
}
.template_MidnightBlue .page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_MidnightBlue .page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_MidnightBlue .mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #191970 !important;
}

.template_SaddleBrown #sidebar-wrapper {
  background: #8B4513;
}
.template_SaddleBrown .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: #8B4513;
}
.template_SaddleBrown #myNav {
  background: #8B4513;
}
.template_SaddleBrown #WidgetNewsTotal article.news_item1.item1:hover h3,
.template_SaddleBrown #WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #8B4513;
}
.template_SaddleBrown #WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}
.template_SaddleBrown section.header1 .logo_sitename {
  color: #8B4513;
}
.template_SaddleBrown section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: #8B4513;
}
.template_SaddleBrown section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #8B4513;
  color: #8B4513;
}
.template_SaddleBrown section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #8B4513 !important;
  color: #fff;
}
.template_SaddleBrown section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #8B4513 !important;
}
.template_SaddleBrown .widget.tags .social-icons-large i:hover {
  background: #8B4513;
  border-color: #8B4513;
}
.template_SaddleBrown .btn_ver_mas {
  background: #8B4513;
}
.template_SaddleBrown .section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: #8B4513;
}
.template_SaddleBrown .widget_news_main .caption2 {
  background: #8B4513;
}
.template_SaddleBrown .widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #8B4513;
}
.template_SaddleBrown .news_detail .nd_top .tag_name1 {
  color: #8B4513;
}
.template_SaddleBrown .news_detail .news_tags .tag_name1:hover {
  border: 1px solid #8B4513;
  background: #8B4513;
}
.template_SaddleBrown .srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: #8B4513 !important;
}
.template_SaddleBrown .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #8B4513;
  border-top: 3px solid #8B4513;
}
.template_SaddleBrown .page_loterias .promo.data2 h2 .nombre, .template_SaddleBrown .page_loterias .promo.data2 .cabeza_cod, .template_SaddleBrown .page_loterias .promo.data2.home_data2 .tablaGris th, .template_SaddleBrown .page_loterias .sorteo-ganadores .tipo_juego {
  background: #8B4513;
}
.template_SaddleBrown .page_loterias .promo.data3 h2 .nombre, .template_SaddleBrown .page_loterias .promo.data3 .cabeza_cod {
  background: #8B4513;
}
.template_SaddleBrown .page_loterias .promo.data1 h2 .nombre, .template_SaddleBrown .page_loterias .promo.data1 .cabeza_cod {
  background: #8B4513;
}
.template_SaddleBrown .footer .logo_sitename {
  color: #8B4513;
}
.template_SaddleBrown .footer .footer_menu ul.footer_popular li a {
  border: solid 1px #8B4513;
  color: #8B4513;
}
.template_SaddleBrown .footer .footer_menu ul.footer_popular li a:hover {
  background: #8B4513;
  color: #fff;
}
.template_SaddleBrown .footer .footer_menu ul.footer_secciones li a:hover,
.template_SaddleBrown .footer .footer_menu ul.footer_servicios li a:hover {
  color: #8B4513;
}
.template_SaddleBrown .footer .footer-bottom .poweredby .adiarioscms {
  color: #8B4513;
}
.template_SaddleBrown .news_popular .media_list .media.data .tagname {
  color: #8B4513;
}
.template_SaddleBrown .widget.tags .social-icons-large i:hover {
  background: #8B4513;
  border-color: #8B4513;
}
.template_SaddleBrown .news_item5 .copete {
  background: #8B4513;
}
.template_SaddleBrown .swiper-pagination-bullet-active {
  background: #8B4513;
}
.template_SaddleBrown .weather_list .we_item h4 {
  color: #8B4513;
}
.template_SaddleBrown .weather_list .we_item .temperatura {
  color: #8B4513;
}
.template_SaddleBrown .today .sunrise .sunrise_hour {
  color: #8B4513;
}
.template_SaddleBrown .today .description .wlabel .wvalue {
  color: #8B4513;
}
.template_SaddleBrown .weather .today .we_temperatura .temp_actual, .template_SaddleBrown .weather .today .we_temperatura .temperatura {
  color: #8B4513;
}
.template_SaddleBrown .weather .today.bg-primary .day {
  color: #8B4513;
}
.template_SaddleBrown .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #8B4513 !important;
  border-top: 3px solid #8B4513 !important;
}
.template_SaddleBrown .promo.data1 .cabeza_nro {
  color: #8B4513;
}
.template_SaddleBrown .portadas .panel-info .panel-heading {
  background: #8B4513 !important;
}
.template_SaddleBrown a {
  color: #8B4513;
}
.template_SaddleBrown .dlg_login .btnPrimary, .template_SaddleBrown .dlg_login .btn-primary {
  background: #8B4513;
}
.template_SaddleBrown .dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #8B4513;
}
.template_SaddleBrown .elections_detalle_acms1 {
  background: #8B4513 !important;
}
.template_SaddleBrown .page_events_articles_detail .eventCalendar-currentTitle, .template_SaddleBrown .page_events_articles_detail .list-group-item.active, .template_SaddleBrown .page_events_articles_detail .list-group-item.active:hover, .template_SaddleBrown .page_events_articles_detail .list-group-item.active:focus, .template_SaddleBrown .page_events_home .eventCalendar-currentTitle, .template_SaddleBrown .page_events_home .list-group-item.active, .template_SaddleBrown .page_events_home .list-group-item.active:hover, .template_SaddleBrown .page_events_home .list-group-item.active:focus, .template_SaddleBrown .mcd .news_archive .eventCalendar-currentTitle, .template_SaddleBrown .mcd .news_archive .list-group-item.active, .template_SaddleBrown .mcd .news_archive .list-group-item.active:hover, .template_SaddleBrown .mcd .news_archive .list-group-item.active:focus {
  background-color: #8B4513 !important;
}
.template_SaddleBrown .page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle, .template_SaddleBrown .page_events_home .eventCalendar-list li a.eventCalendar-eventTitle, .template_SaddleBrown .mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #8B4513 !important;
}
.template_SaddleBrown .page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_SaddleBrown .page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_SaddleBrown .mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #8B4513 !important;
}

.template_Sienna #sidebar-wrapper {
  background: #A0522D;
}
.template_Sienna .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: #A0522D;
}
.template_Sienna #myNav {
  background: #A0522D;
}
.template_Sienna #WidgetNewsTotal article.news_item1.item1:hover h3,
.template_Sienna #WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #A0522D;
}
.template_Sienna #WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}
.template_Sienna section.header1 .logo_sitename {
  color: #A0522D;
}
.template_Sienna section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: #A0522D;
}
.template_Sienna section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #A0522D;
  color: #A0522D;
}
.template_Sienna section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #A0522D !important;
  color: #fff;
}
.template_Sienna section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #A0522D !important;
}
.template_Sienna .widget.tags .social-icons-large i:hover {
  background: #A0522D;
  border-color: #A0522D;
}
.template_Sienna .btn_ver_mas {
  background: #A0522D;
}
.template_Sienna .section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: #A0522D;
}
.template_Sienna .widget_news_main .caption2 {
  background: #A0522D;
}
.template_Sienna .widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #A0522D;
}
.template_Sienna .news_detail .nd_top .tag_name1 {
  color: #A0522D;
}
.template_Sienna .news_detail .news_tags .tag_name1:hover {
  border: 1px solid #A0522D;
  background: #A0522D;
}
.template_Sienna .srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: #A0522D !important;
}
.template_Sienna .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #A0522D;
  border-top: 3px solid #A0522D;
}
.template_Sienna .page_loterias .promo.data2 h2 .nombre, .template_Sienna .page_loterias .promo.data2 .cabeza_cod, .template_Sienna .page_loterias .promo.data2.home_data2 .tablaGris th, .template_Sienna .page_loterias .sorteo-ganadores .tipo_juego {
  background: #A0522D;
}
.template_Sienna .page_loterias .promo.data3 h2 .nombre, .template_Sienna .page_loterias .promo.data3 .cabeza_cod {
  background: #A0522D;
}
.template_Sienna .page_loterias .promo.data1 h2 .nombre, .template_Sienna .page_loterias .promo.data1 .cabeza_cod {
  background: #A0522D;
}
.template_Sienna .footer .logo_sitename {
  color: #A0522D;
}
.template_Sienna .footer .footer_menu ul.footer_popular li a {
  border: solid 1px #A0522D;
  color: #A0522D;
}
.template_Sienna .footer .footer_menu ul.footer_popular li a:hover {
  background: #A0522D;
  color: #fff;
}
.template_Sienna .footer .footer_menu ul.footer_secciones li a:hover,
.template_Sienna .footer .footer_menu ul.footer_servicios li a:hover {
  color: #A0522D;
}
.template_Sienna .footer .footer-bottom .poweredby .adiarioscms {
  color: #A0522D;
}
.template_Sienna .news_popular .media_list .media.data .tagname {
  color: #A0522D;
}
.template_Sienna .widget.tags .social-icons-large i:hover {
  background: #A0522D;
  border-color: #A0522D;
}
.template_Sienna .news_item5 .copete {
  background: #A0522D;
}
.template_Sienna .swiper-pagination-bullet-active {
  background: #A0522D;
}
.template_Sienna .weather_list .we_item h4 {
  color: #A0522D;
}
.template_Sienna .weather_list .we_item .temperatura {
  color: #A0522D;
}
.template_Sienna .today .sunrise .sunrise_hour {
  color: #A0522D;
}
.template_Sienna .today .description .wlabel .wvalue {
  color: #A0522D;
}
.template_Sienna .weather .today .we_temperatura .temp_actual, .template_Sienna .weather .today .we_temperatura .temperatura {
  color: #A0522D;
}
.template_Sienna .weather .today.bg-primary .day {
  color: #A0522D;
}
.template_Sienna .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #A0522D !important;
  border-top: 3px solid #A0522D !important;
}
.template_Sienna .promo.data1 .cabeza_nro {
  color: #A0522D;
}
.template_Sienna .portadas .panel-info .panel-heading {
  background: #A0522D !important;
}
.template_Sienna a {
  color: #A0522D;
}
.template_Sienna .dlg_login .btnPrimary, .template_Sienna .dlg_login .btn-primary {
  background: #A0522D;
}
.template_Sienna .dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #A0522D;
}
.template_Sienna .elections_detalle_acms1 {
  background: #A0522D !important;
}
.template_Sienna .page_events_articles_detail .eventCalendar-currentTitle, .template_Sienna .page_events_articles_detail .list-group-item.active, .template_Sienna .page_events_articles_detail .list-group-item.active:hover, .template_Sienna .page_events_articles_detail .list-group-item.active:focus, .template_Sienna .page_events_home .eventCalendar-currentTitle, .template_Sienna .page_events_home .list-group-item.active, .template_Sienna .page_events_home .list-group-item.active:hover, .template_Sienna .page_events_home .list-group-item.active:focus, .template_Sienna .mcd .news_archive .eventCalendar-currentTitle, .template_Sienna .mcd .news_archive .list-group-item.active, .template_Sienna .mcd .news_archive .list-group-item.active:hover, .template_Sienna .mcd .news_archive .list-group-item.active:focus {
  background-color: #A0522D !important;
}
.template_Sienna .page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle, .template_Sienna .page_events_home .eventCalendar-list li a.eventCalendar-eventTitle, .template_Sienna .mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #A0522D !important;
}
.template_Sienna .page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_Sienna .page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_Sienna .mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #A0522D !important;
}

.template_Brown #sidebar-wrapper {
  background: #A52A2A;
}
.template_Brown .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: #A52A2A;
}
.template_Brown #myNav {
  background: #A52A2A;
}
.template_Brown #WidgetNewsTotal article.news_item1.item1:hover h3,
.template_Brown #WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #A52A2A;
}
.template_Brown #WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}
.template_Brown section.header1 .logo_sitename {
  color: #A52A2A;
}
.template_Brown section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: #A52A2A;
}
.template_Brown section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #A52A2A;
  color: #A52A2A;
}
.template_Brown section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #A52A2A !important;
  color: #fff;
}
.template_Brown section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #A52A2A !important;
}
.template_Brown .widget.tags .social-icons-large i:hover {
  background: #A52A2A;
  border-color: #A52A2A;
}
.template_Brown .btn_ver_mas {
  background: #A52A2A;
}
.template_Brown .section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: #A52A2A;
}
.template_Brown .widget_news_main .caption2 {
  background: #A52A2A;
}
.template_Brown .widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #A52A2A;
}
.template_Brown .news_detail .nd_top .tag_name1 {
  color: #A52A2A;
}
.template_Brown .news_detail .news_tags .tag_name1:hover {
  border: 1px solid #A52A2A;
  background: #A52A2A;
}
.template_Brown .srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: #A52A2A !important;
}
.template_Brown .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #A52A2A;
  border-top: 3px solid #A52A2A;
}
.template_Brown .page_loterias .promo.data2 h2 .nombre, .template_Brown .page_loterias .promo.data2 .cabeza_cod, .template_Brown .page_loterias .promo.data2.home_data2 .tablaGris th, .template_Brown .page_loterias .sorteo-ganadores .tipo_juego {
  background: #A52A2A;
}
.template_Brown .page_loterias .promo.data3 h2 .nombre, .template_Brown .page_loterias .promo.data3 .cabeza_cod {
  background: #A52A2A;
}
.template_Brown .page_loterias .promo.data1 h2 .nombre, .template_Brown .page_loterias .promo.data1 .cabeza_cod {
  background: #A52A2A;
}
.template_Brown .footer .logo_sitename {
  color: #A52A2A;
}
.template_Brown .footer .footer_menu ul.footer_popular li a {
  border: solid 1px #A52A2A;
  color: #A52A2A;
}
.template_Brown .footer .footer_menu ul.footer_popular li a:hover {
  background: #A52A2A;
  color: #fff;
}
.template_Brown .footer .footer_menu ul.footer_secciones li a:hover,
.template_Brown .footer .footer_menu ul.footer_servicios li a:hover {
  color: #A52A2A;
}
.template_Brown .footer .footer-bottom .poweredby .adiarioscms {
  color: #A52A2A;
}
.template_Brown .news_popular .media_list .media.data .tagname {
  color: #A52A2A;
}
.template_Brown .widget.tags .social-icons-large i:hover {
  background: #A52A2A;
  border-color: #A52A2A;
}
.template_Brown .news_item5 .copete {
  background: #A52A2A;
}
.template_Brown .swiper-pagination-bullet-active {
  background: #A52A2A;
}
.template_Brown .weather_list .we_item h4 {
  color: #A52A2A;
}
.template_Brown .weather_list .we_item .temperatura {
  color: #A52A2A;
}
.template_Brown .today .sunrise .sunrise_hour {
  color: #A52A2A;
}
.template_Brown .today .description .wlabel .wvalue {
  color: #A52A2A;
}
.template_Brown .weather .today .we_temperatura .temp_actual, .template_Brown .weather .today .we_temperatura .temperatura {
  color: #A52A2A;
}
.template_Brown .weather .today.bg-primary .day {
  color: #A52A2A;
}
.template_Brown .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #A52A2A !important;
  border-top: 3px solid #A52A2A !important;
}
.template_Brown .promo.data1 .cabeza_nro {
  color: #A52A2A;
}
.template_Brown .portadas .panel-info .panel-heading {
  background: #A52A2A !important;
}
.template_Brown a {
  color: #A52A2A;
}
.template_Brown .dlg_login .btnPrimary, .template_Brown .dlg_login .btn-primary {
  background: #A52A2A;
}
.template_Brown .dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #A52A2A;
}
.template_Brown .elections_detalle_acms1 {
  background: #A52A2A !important;
}
.template_Brown .page_events_articles_detail .eventCalendar-currentTitle, .template_Brown .page_events_articles_detail .list-group-item.active, .template_Brown .page_events_articles_detail .list-group-item.active:hover, .template_Brown .page_events_articles_detail .list-group-item.active:focus, .template_Brown .page_events_home .eventCalendar-currentTitle, .template_Brown .page_events_home .list-group-item.active, .template_Brown .page_events_home .list-group-item.active:hover, .template_Brown .page_events_home .list-group-item.active:focus, .template_Brown .mcd .news_archive .eventCalendar-currentTitle, .template_Brown .mcd .news_archive .list-group-item.active, .template_Brown .mcd .news_archive .list-group-item.active:hover, .template_Brown .mcd .news_archive .list-group-item.active:focus {
  background-color: #A52A2A !important;
}
.template_Brown .page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle, .template_Brown .page_events_home .eventCalendar-list li a.eventCalendar-eventTitle, .template_Brown .mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #A52A2A !important;
}
.template_Brown .page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_Brown .page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_Brown .mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #A52A2A !important;
}

.template_Maroon #sidebar-wrapper {
  background: #800000;
}
.template_Maroon .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: #800000;
}
.template_Maroon #myNav {
  background: #800000;
}
.template_Maroon #WidgetNewsTotal article.news_item1.item1:hover h3,
.template_Maroon #WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #800000;
}
.template_Maroon #WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}
.template_Maroon section.header1 .logo_sitename {
  color: #800000;
}
.template_Maroon section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: #800000;
}
.template_Maroon section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #800000;
  color: #800000;
}
.template_Maroon section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #800000 !important;
  color: #fff;
}
.template_Maroon section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #800000 !important;
}
.template_Maroon .widget.tags .social-icons-large i:hover {
  background: #800000;
  border-color: #800000;
}
.template_Maroon .btn_ver_mas {
  background: #800000;
}
.template_Maroon .section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: #800000;
}
.template_Maroon .widget_news_main .caption2 {
  background: #800000;
}
.template_Maroon .widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #800000;
}
.template_Maroon .news_detail .nd_top .tag_name1 {
  color: #800000;
}
.template_Maroon .news_detail .news_tags .tag_name1:hover {
  border: 1px solid #800000;
  background: #800000;
}
.template_Maroon .srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: #800000 !important;
}
.template_Maroon .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #800000;
  border-top: 3px solid #800000;
}
.template_Maroon .page_loterias .promo.data2 h2 .nombre, .template_Maroon .page_loterias .promo.data2 .cabeza_cod, .template_Maroon .page_loterias .promo.data2.home_data2 .tablaGris th, .template_Maroon .page_loterias .sorteo-ganadores .tipo_juego {
  background: #800000;
}
.template_Maroon .page_loterias .promo.data3 h2 .nombre, .template_Maroon .page_loterias .promo.data3 .cabeza_cod {
  background: #800000;
}
.template_Maroon .page_loterias .promo.data1 h2 .nombre, .template_Maroon .page_loterias .promo.data1 .cabeza_cod {
  background: #800000;
}
.template_Maroon .footer .logo_sitename {
  color: #800000;
}
.template_Maroon .footer .footer_menu ul.footer_popular li a {
  border: solid 1px #800000;
  color: #800000;
}
.template_Maroon .footer .footer_menu ul.footer_popular li a:hover {
  background: #800000;
  color: #fff;
}
.template_Maroon .footer .footer_menu ul.footer_secciones li a:hover,
.template_Maroon .footer .footer_menu ul.footer_servicios li a:hover {
  color: #800000;
}
.template_Maroon .footer .footer-bottom .poweredby .adiarioscms {
  color: #800000;
}
.template_Maroon .news_popular .media_list .media.data .tagname {
  color: #800000;
}
.template_Maroon .widget.tags .social-icons-large i:hover {
  background: #800000;
  border-color: #800000;
}
.template_Maroon .news_item5 .copete {
  background: #800000;
}
.template_Maroon .swiper-pagination-bullet-active {
  background: #800000;
}
.template_Maroon .weather_list .we_item h4 {
  color: #800000;
}
.template_Maroon .weather_list .we_item .temperatura {
  color: #800000;
}
.template_Maroon .today .sunrise .sunrise_hour {
  color: #800000;
}
.template_Maroon .today .description .wlabel .wvalue {
  color: #800000;
}
.template_Maroon .weather .today .we_temperatura .temp_actual, .template_Maroon .weather .today .we_temperatura .temperatura {
  color: #800000;
}
.template_Maroon .weather .today.bg-primary .day {
  color: #800000;
}
.template_Maroon .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #800000 !important;
  border-top: 3px solid #800000 !important;
}
.template_Maroon .promo.data1 .cabeza_nro {
  color: #800000;
}
.template_Maroon .portadas .panel-info .panel-heading {
  background: #800000 !important;
}
.template_Maroon a {
  color: #800000;
}
.template_Maroon .dlg_login .btnPrimary, .template_Maroon .dlg_login .btn-primary {
  background: #800000;
}
.template_Maroon .dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #800000;
}
.template_Maroon .elections_detalle_acms1 {
  background: #800000 !important;
}
.template_Maroon .page_events_articles_detail .eventCalendar-currentTitle, .template_Maroon .page_events_articles_detail .list-group-item.active, .template_Maroon .page_events_articles_detail .list-group-item.active:hover, .template_Maroon .page_events_articles_detail .list-group-item.active:focus, .template_Maroon .page_events_home .eventCalendar-currentTitle, .template_Maroon .page_events_home .list-group-item.active, .template_Maroon .page_events_home .list-group-item.active:hover, .template_Maroon .page_events_home .list-group-item.active:focus, .template_Maroon .mcd .news_archive .eventCalendar-currentTitle, .template_Maroon .mcd .news_archive .list-group-item.active, .template_Maroon .mcd .news_archive .list-group-item.active:hover, .template_Maroon .mcd .news_archive .list-group-item.active:focus {
  background-color: #800000 !important;
}
.template_Maroon .page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle, .template_Maroon .page_events_home .eventCalendar-list li a.eventCalendar-eventTitle, .template_Maroon .mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #800000 !important;
}
.template_Maroon .page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_Maroon .page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_Maroon .mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #800000 !important;
}

.template_DarkGray #sidebar-wrapper {
  background: #A9A9A9;
}
.template_DarkGray .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: #A9A9A9;
}
.template_DarkGray #myNav {
  background: #A9A9A9;
}
.template_DarkGray #WidgetNewsTotal article.news_item1.item1:hover h3,
.template_DarkGray #WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #A9A9A9;
}
.template_DarkGray #WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}
.template_DarkGray section.header1 .logo_sitename {
  color: #A9A9A9;
}
.template_DarkGray section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: #A9A9A9;
}
.template_DarkGray section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #A9A9A9;
  color: #A9A9A9;
}
.template_DarkGray section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #A9A9A9 !important;
  color: #fff;
}
.template_DarkGray section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #A9A9A9 !important;
}
.template_DarkGray .widget.tags .social-icons-large i:hover {
  background: #A9A9A9;
  border-color: #A9A9A9;
}
.template_DarkGray .btn_ver_mas {
  background: #A9A9A9;
}
.template_DarkGray .section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: #A9A9A9;
}
.template_DarkGray .widget_news_main .caption2 {
  background: #A9A9A9;
}
.template_DarkGray .widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #A9A9A9;
}
.template_DarkGray .news_detail .nd_top .tag_name1 {
  color: #A9A9A9;
}
.template_DarkGray .news_detail .news_tags .tag_name1:hover {
  border: 1px solid #A9A9A9;
  background: #A9A9A9;
}
.template_DarkGray .srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: #A9A9A9 !important;
}
.template_DarkGray .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #A9A9A9;
  border-top: 3px solid #A9A9A9;
}
.template_DarkGray .page_loterias .promo.data2 h2 .nombre, .template_DarkGray .page_loterias .promo.data2 .cabeza_cod, .template_DarkGray .page_loterias .promo.data2.home_data2 .tablaGris th, .template_DarkGray .page_loterias .sorteo-ganadores .tipo_juego {
  background: #A9A9A9;
}
.template_DarkGray .page_loterias .promo.data3 h2 .nombre, .template_DarkGray .page_loterias .promo.data3 .cabeza_cod {
  background: #A9A9A9;
}
.template_DarkGray .page_loterias .promo.data1 h2 .nombre, .template_DarkGray .page_loterias .promo.data1 .cabeza_cod {
  background: #A9A9A9;
}
.template_DarkGray .footer .logo_sitename {
  color: #A9A9A9;
}
.template_DarkGray .footer .footer_menu ul.footer_popular li a {
  border: solid 1px #A9A9A9;
  color: #A9A9A9;
}
.template_DarkGray .footer .footer_menu ul.footer_popular li a:hover {
  background: #A9A9A9;
  color: #fff;
}
.template_DarkGray .footer .footer_menu ul.footer_secciones li a:hover,
.template_DarkGray .footer .footer_menu ul.footer_servicios li a:hover {
  color: #A9A9A9;
}
.template_DarkGray .footer .footer-bottom .poweredby .adiarioscms {
  color: #A9A9A9;
}
.template_DarkGray .news_popular .media_list .media.data .tagname {
  color: #A9A9A9;
}
.template_DarkGray .widget.tags .social-icons-large i:hover {
  background: #A9A9A9;
  border-color: #A9A9A9;
}
.template_DarkGray .news_item5 .copete {
  background: #A9A9A9;
}
.template_DarkGray .swiper-pagination-bullet-active {
  background: #A9A9A9;
}
.template_DarkGray .weather_list .we_item h4 {
  color: #A9A9A9;
}
.template_DarkGray .weather_list .we_item .temperatura {
  color: #A9A9A9;
}
.template_DarkGray .today .sunrise .sunrise_hour {
  color: #A9A9A9;
}
.template_DarkGray .today .description .wlabel .wvalue {
  color: #A9A9A9;
}
.template_DarkGray .weather .today .we_temperatura .temp_actual, .template_DarkGray .weather .today .we_temperatura .temperatura {
  color: #A9A9A9;
}
.template_DarkGray .weather .today.bg-primary .day {
  color: #A9A9A9;
}
.template_DarkGray .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #A9A9A9 !important;
  border-top: 3px solid #A9A9A9 !important;
}
.template_DarkGray .promo.data1 .cabeza_nro {
  color: #A9A9A9;
}
.template_DarkGray .portadas .panel-info .panel-heading {
  background: #A9A9A9 !important;
}
.template_DarkGray a {
  color: #A9A9A9;
}
.template_DarkGray .dlg_login .btnPrimary, .template_DarkGray .dlg_login .btn-primary {
  background: #A9A9A9;
}
.template_DarkGray .dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #A9A9A9;
}
.template_DarkGray .elections_detalle_acms1 {
  background: #A9A9A9 !important;
}
.template_DarkGray .page_events_articles_detail .eventCalendar-currentTitle, .template_DarkGray .page_events_articles_detail .list-group-item.active, .template_DarkGray .page_events_articles_detail .list-group-item.active:hover, .template_DarkGray .page_events_articles_detail .list-group-item.active:focus, .template_DarkGray .page_events_home .eventCalendar-currentTitle, .template_DarkGray .page_events_home .list-group-item.active, .template_DarkGray .page_events_home .list-group-item.active:hover, .template_DarkGray .page_events_home .list-group-item.active:focus, .template_DarkGray .mcd .news_archive .eventCalendar-currentTitle, .template_DarkGray .mcd .news_archive .list-group-item.active, .template_DarkGray .mcd .news_archive .list-group-item.active:hover, .template_DarkGray .mcd .news_archive .list-group-item.active:focus {
  background-color: #A9A9A9 !important;
}
.template_DarkGray .page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle, .template_DarkGray .page_events_home .eventCalendar-list li a.eventCalendar-eventTitle, .template_DarkGray .mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #A9A9A9 !important;
}
.template_DarkGray .page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_DarkGray .page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_DarkGray .mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #A9A9A9 !important;
}

.template_Gray #sidebar-wrapper {
  background: #808080;
}
.template_Gray .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: #808080;
}
.template_Gray #myNav {
  background: #808080;
}
.template_Gray #WidgetNewsTotal article.news_item1.item1:hover h3,
.template_Gray #WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #808080;
}
.template_Gray #WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}
.template_Gray section.header1 .logo_sitename {
  color: #808080;
}
.template_Gray section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: #808080;
}
.template_Gray section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #808080;
  color: #808080;
}
.template_Gray section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #808080 !important;
  color: #fff;
}
.template_Gray section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #808080 !important;
}
.template_Gray .widget.tags .social-icons-large i:hover {
  background: #808080;
  border-color: #808080;
}
.template_Gray .btn_ver_mas {
  background: #808080;
}
.template_Gray .section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: #808080;
}
.template_Gray .widget_news_main .caption2 {
  background: #808080;
}
.template_Gray .widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #808080;
}
.template_Gray .news_detail .nd_top .tag_name1 {
  color: #808080;
}
.template_Gray .news_detail .news_tags .tag_name1:hover {
  border: 1px solid #808080;
  background: #808080;
}
.template_Gray .srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: #808080 !important;
}
.template_Gray .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #808080;
  border-top: 3px solid #808080;
}
.template_Gray .page_loterias .promo.data2 h2 .nombre, .template_Gray .page_loterias .promo.data2 .cabeza_cod, .template_Gray .page_loterias .promo.data2.home_data2 .tablaGris th, .template_Gray .page_loterias .sorteo-ganadores .tipo_juego {
  background: #808080;
}
.template_Gray .page_loterias .promo.data3 h2 .nombre, .template_Gray .page_loterias .promo.data3 .cabeza_cod {
  background: #808080;
}
.template_Gray .page_loterias .promo.data1 h2 .nombre, .template_Gray .page_loterias .promo.data1 .cabeza_cod {
  background: #808080;
}
.template_Gray .footer .logo_sitename {
  color: #808080;
}
.template_Gray .footer .footer_menu ul.footer_popular li a {
  border: solid 1px #808080;
  color: #808080;
}
.template_Gray .footer .footer_menu ul.footer_popular li a:hover {
  background: #808080;
  color: #fff;
}
.template_Gray .footer .footer_menu ul.footer_secciones li a:hover,
.template_Gray .footer .footer_menu ul.footer_servicios li a:hover {
  color: #808080;
}
.template_Gray .footer .footer-bottom .poweredby .adiarioscms {
  color: #808080;
}
.template_Gray .news_popular .media_list .media.data .tagname {
  color: #808080;
}
.template_Gray .widget.tags .social-icons-large i:hover {
  background: #808080;
  border-color: #808080;
}
.template_Gray .news_item5 .copete {
  background: #808080;
}
.template_Gray .swiper-pagination-bullet-active {
  background: #808080;
}
.template_Gray .weather_list .we_item h4 {
  color: #808080;
}
.template_Gray .weather_list .we_item .temperatura {
  color: #808080;
}
.template_Gray .today .sunrise .sunrise_hour {
  color: #808080;
}
.template_Gray .today .description .wlabel .wvalue {
  color: #808080;
}
.template_Gray .weather .today .we_temperatura .temp_actual, .template_Gray .weather .today .we_temperatura .temperatura {
  color: #808080;
}
.template_Gray .weather .today.bg-primary .day {
  color: #808080;
}
.template_Gray .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #808080 !important;
  border-top: 3px solid #808080 !important;
}
.template_Gray .promo.data1 .cabeza_nro {
  color: #808080;
}
.template_Gray .portadas .panel-info .panel-heading {
  background: #808080 !important;
}
.template_Gray a {
  color: #808080;
}
.template_Gray .dlg_login .btnPrimary, .template_Gray .dlg_login .btn-primary {
  background: #808080;
}
.template_Gray .dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #808080;
}
.template_Gray .elections_detalle_acms1 {
  background: #808080 !important;
}
.template_Gray .page_events_articles_detail .eventCalendar-currentTitle, .template_Gray .page_events_articles_detail .list-group-item.active, .template_Gray .page_events_articles_detail .list-group-item.active:hover, .template_Gray .page_events_articles_detail .list-group-item.active:focus, .template_Gray .page_events_home .eventCalendar-currentTitle, .template_Gray .page_events_home .list-group-item.active, .template_Gray .page_events_home .list-group-item.active:hover, .template_Gray .page_events_home .list-group-item.active:focus, .template_Gray .mcd .news_archive .eventCalendar-currentTitle, .template_Gray .mcd .news_archive .list-group-item.active, .template_Gray .mcd .news_archive .list-group-item.active:hover, .template_Gray .mcd .news_archive .list-group-item.active:focus {
  background-color: #808080 !important;
}
.template_Gray .page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle, .template_Gray .page_events_home .eventCalendar-list li a.eventCalendar-eventTitle, .template_Gray .mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #808080 !important;
}
.template_Gray .page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_Gray .page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_Gray .mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #808080 !important;
}

.template_SlateGray #sidebar-wrapper {
  background: #708090;
}
.template_SlateGray .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: #708090;
}
.template_SlateGray #myNav {
  background: #708090;
}
.template_SlateGray #WidgetNewsTotal article.news_item1.item1:hover h3,
.template_SlateGray #WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #708090;
}
.template_SlateGray #WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}
.template_SlateGray section.header1 .logo_sitename {
  color: #708090;
}
.template_SlateGray section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: #708090;
}
.template_SlateGray section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #708090;
  color: #708090;
}
.template_SlateGray section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #708090 !important;
  color: #fff;
}
.template_SlateGray section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #708090 !important;
}
.template_SlateGray .widget.tags .social-icons-large i:hover {
  background: #708090;
  border-color: #708090;
}
.template_SlateGray .btn_ver_mas {
  background: #708090;
}
.template_SlateGray .section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: #708090;
}
.template_SlateGray .widget_news_main .caption2 {
  background: #708090;
}
.template_SlateGray .widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #708090;
}
.template_SlateGray .news_detail .nd_top .tag_name1 {
  color: #708090;
}
.template_SlateGray .news_detail .news_tags .tag_name1:hover {
  border: 1px solid #708090;
  background: #708090;
}
.template_SlateGray .srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: #708090 !important;
}
.template_SlateGray .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #708090;
  border-top: 3px solid #708090;
}
.template_SlateGray .page_loterias .promo.data2 h2 .nombre, .template_SlateGray .page_loterias .promo.data2 .cabeza_cod, .template_SlateGray .page_loterias .promo.data2.home_data2 .tablaGris th, .template_SlateGray .page_loterias .sorteo-ganadores .tipo_juego {
  background: #708090;
}
.template_SlateGray .page_loterias .promo.data3 h2 .nombre, .template_SlateGray .page_loterias .promo.data3 .cabeza_cod {
  background: #708090;
}
.template_SlateGray .page_loterias .promo.data1 h2 .nombre, .template_SlateGray .page_loterias .promo.data1 .cabeza_cod {
  background: #708090;
}
.template_SlateGray .footer .logo_sitename {
  color: #708090;
}
.template_SlateGray .footer .footer_menu ul.footer_popular li a {
  border: solid 1px #708090;
  color: #708090;
}
.template_SlateGray .footer .footer_menu ul.footer_popular li a:hover {
  background: #708090;
  color: #fff;
}
.template_SlateGray .footer .footer_menu ul.footer_secciones li a:hover,
.template_SlateGray .footer .footer_menu ul.footer_servicios li a:hover {
  color: #708090;
}
.template_SlateGray .footer .footer-bottom .poweredby .adiarioscms {
  color: #708090;
}
.template_SlateGray .news_popular .media_list .media.data .tagname {
  color: #708090;
}
.template_SlateGray .widget.tags .social-icons-large i:hover {
  background: #708090;
  border-color: #708090;
}
.template_SlateGray .news_item5 .copete {
  background: #708090;
}
.template_SlateGray .swiper-pagination-bullet-active {
  background: #708090;
}
.template_SlateGray .weather_list .we_item h4 {
  color: #708090;
}
.template_SlateGray .weather_list .we_item .temperatura {
  color: #708090;
}
.template_SlateGray .today .sunrise .sunrise_hour {
  color: #708090;
}
.template_SlateGray .today .description .wlabel .wvalue {
  color: #708090;
}
.template_SlateGray .weather .today .we_temperatura .temp_actual, .template_SlateGray .weather .today .we_temperatura .temperatura {
  color: #708090;
}
.template_SlateGray .weather .today.bg-primary .day {
  color: #708090;
}
.template_SlateGray .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #708090 !important;
  border-top: 3px solid #708090 !important;
}
.template_SlateGray .promo.data1 .cabeza_nro {
  color: #708090;
}
.template_SlateGray .portadas .panel-info .panel-heading {
  background: #708090 !important;
}
.template_SlateGray a {
  color: #708090;
}
.template_SlateGray .dlg_login .btnPrimary, .template_SlateGray .dlg_login .btn-primary {
  background: #708090;
}
.template_SlateGray .dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #708090;
}
.template_SlateGray .elections_detalle_acms1 {
  background: #708090 !important;
}
.template_SlateGray .page_events_articles_detail .eventCalendar-currentTitle, .template_SlateGray .page_events_articles_detail .list-group-item.active, .template_SlateGray .page_events_articles_detail .list-group-item.active:hover, .template_SlateGray .page_events_articles_detail .list-group-item.active:focus, .template_SlateGray .page_events_home .eventCalendar-currentTitle, .template_SlateGray .page_events_home .list-group-item.active, .template_SlateGray .page_events_home .list-group-item.active:hover, .template_SlateGray .page_events_home .list-group-item.active:focus, .template_SlateGray .mcd .news_archive .eventCalendar-currentTitle, .template_SlateGray .mcd .news_archive .list-group-item.active, .template_SlateGray .mcd .news_archive .list-group-item.active:hover, .template_SlateGray .mcd .news_archive .list-group-item.active:focus {
  background-color: #708090 !important;
}
.template_SlateGray .page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle, .template_SlateGray .page_events_home .eventCalendar-list li a.eventCalendar-eventTitle, .template_SlateGray .mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #708090 !important;
}
.template_SlateGray .page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_SlateGray .page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_SlateGray .mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #708090 !important;
}

.template_DarkSlateGray #sidebar-wrapper {
  background: #2F4F4F;
}
.template_DarkSlateGray .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: #2F4F4F;
}
.template_DarkSlateGray #myNav {
  background: #2F4F4F;
}
.template_DarkSlateGray #WidgetNewsTotal article.news_item1.item1:hover h3,
.template_DarkSlateGray #WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #2F4F4F;
}
.template_DarkSlateGray #WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}
.template_DarkSlateGray section.header1 .logo_sitename {
  color: #2F4F4F;
}
.template_DarkSlateGray section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: #2F4F4F;
}
.template_DarkSlateGray section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #2F4F4F;
  color: #2F4F4F;
}
.template_DarkSlateGray section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #2F4F4F !important;
  color: #fff;
}
.template_DarkSlateGray section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #2F4F4F !important;
}
.template_DarkSlateGray .widget.tags .social-icons-large i:hover {
  background: #2F4F4F;
  border-color: #2F4F4F;
}
.template_DarkSlateGray .btn_ver_mas {
  background: #2F4F4F;
}
.template_DarkSlateGray .section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: #2F4F4F;
}
.template_DarkSlateGray .widget_news_main .caption2 {
  background: #2F4F4F;
}
.template_DarkSlateGray .widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #2F4F4F;
}
.template_DarkSlateGray .news_detail .nd_top .tag_name1 {
  color: #2F4F4F;
}
.template_DarkSlateGray .news_detail .news_tags .tag_name1:hover {
  border: 1px solid #2F4F4F;
  background: #2F4F4F;
}
.template_DarkSlateGray .srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: #2F4F4F !important;
}
.template_DarkSlateGray .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #2F4F4F;
  border-top: 3px solid #2F4F4F;
}
.template_DarkSlateGray .page_loterias .promo.data2 h2 .nombre, .template_DarkSlateGray .page_loterias .promo.data2 .cabeza_cod, .template_DarkSlateGray .page_loterias .promo.data2.home_data2 .tablaGris th, .template_DarkSlateGray .page_loterias .sorteo-ganadores .tipo_juego {
  background: #2F4F4F;
}
.template_DarkSlateGray .page_loterias .promo.data3 h2 .nombre, .template_DarkSlateGray .page_loterias .promo.data3 .cabeza_cod {
  background: #2F4F4F;
}
.template_DarkSlateGray .page_loterias .promo.data1 h2 .nombre, .template_DarkSlateGray .page_loterias .promo.data1 .cabeza_cod {
  background: #2F4F4F;
}
.template_DarkSlateGray .footer .logo_sitename {
  color: #2F4F4F;
}
.template_DarkSlateGray .footer .footer_menu ul.footer_popular li a {
  border: solid 1px #2F4F4F;
  color: #2F4F4F;
}
.template_DarkSlateGray .footer .footer_menu ul.footer_popular li a:hover {
  background: #2F4F4F;
  color: #fff;
}
.template_DarkSlateGray .footer .footer_menu ul.footer_secciones li a:hover,
.template_DarkSlateGray .footer .footer_menu ul.footer_servicios li a:hover {
  color: #2F4F4F;
}
.template_DarkSlateGray .footer .footer-bottom .poweredby .adiarioscms {
  color: #2F4F4F;
}
.template_DarkSlateGray .news_popular .media_list .media.data .tagname {
  color: #2F4F4F;
}
.template_DarkSlateGray .widget.tags .social-icons-large i:hover {
  background: #2F4F4F;
  border-color: #2F4F4F;
}
.template_DarkSlateGray .news_item5 .copete {
  background: #2F4F4F;
}
.template_DarkSlateGray .swiper-pagination-bullet-active {
  background: #2F4F4F;
}
.template_DarkSlateGray .weather_list .we_item h4 {
  color: #2F4F4F;
}
.template_DarkSlateGray .weather_list .we_item .temperatura {
  color: #2F4F4F;
}
.template_DarkSlateGray .today .sunrise .sunrise_hour {
  color: #2F4F4F;
}
.template_DarkSlateGray .today .description .wlabel .wvalue {
  color: #2F4F4F;
}
.template_DarkSlateGray .weather .today .we_temperatura .temp_actual, .template_DarkSlateGray .weather .today .we_temperatura .temperatura {
  color: #2F4F4F;
}
.template_DarkSlateGray .weather .today.bg-primary .day {
  color: #2F4F4F;
}
.template_DarkSlateGray .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #2F4F4F !important;
  border-top: 3px solid #2F4F4F !important;
}
.template_DarkSlateGray .promo.data1 .cabeza_nro {
  color: #2F4F4F;
}
.template_DarkSlateGray .portadas .panel-info .panel-heading {
  background: #2F4F4F !important;
}
.template_DarkSlateGray a {
  color: #2F4F4F;
}
.template_DarkSlateGray .dlg_login .btnPrimary, .template_DarkSlateGray .dlg_login .btn-primary {
  background: #2F4F4F;
}
.template_DarkSlateGray .dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #2F4F4F;
}
.template_DarkSlateGray .elections_detalle_acms1 {
  background: #2F4F4F !important;
}
.template_DarkSlateGray .page_events_articles_detail .eventCalendar-currentTitle, .template_DarkSlateGray .page_events_articles_detail .list-group-item.active, .template_DarkSlateGray .page_events_articles_detail .list-group-item.active:hover, .template_DarkSlateGray .page_events_articles_detail .list-group-item.active:focus, .template_DarkSlateGray .page_events_home .eventCalendar-currentTitle, .template_DarkSlateGray .page_events_home .list-group-item.active, .template_DarkSlateGray .page_events_home .list-group-item.active:hover, .template_DarkSlateGray .page_events_home .list-group-item.active:focus, .template_DarkSlateGray .mcd .news_archive .eventCalendar-currentTitle, .template_DarkSlateGray .mcd .news_archive .list-group-item.active, .template_DarkSlateGray .mcd .news_archive .list-group-item.active:hover, .template_DarkSlateGray .mcd .news_archive .list-group-item.active:focus {
  background-color: #2F4F4F !important;
}
.template_DarkSlateGray .page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle, .template_DarkSlateGray .page_events_home .eventCalendar-list li a.eventCalendar-eventTitle, .template_DarkSlateGray .mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #2F4F4F !important;
}
.template_DarkSlateGray .page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_DarkSlateGray .page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_DarkSlateGray .mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #2F4F4F !important;
}

.template_Black #sidebar-wrapper {
  background: #000000;
}
.template_Black .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: #000000;
}
.template_Black #myNav {
  background: #000000;
}
.template_Black #WidgetNewsTotal article.news_item1.item1:hover h3,
.template_Black #WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: #000000;
}
.template_Black #WidgetNewsTotal article.news_item1.news_item2.news_item4.news_item5:hover h3 {
  color: #fff;
}
.template_Black section.header1 .logo_sitename {
  color: #000000;
}
.template_Black section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: #000000;
}
.template_Black section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid #000000;
  color: #000000;
}
.template_Black section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: #000000 !important;
  color: #fff;
}
.template_Black section.header1 .header_box_derecha.fecha .container_der .dia {
  color: #000000 !important;
}
.template_Black .widget.tags .social-icons-large i:hover {
  background: #000000;
  border-color: #000000;
}
.template_Black .btn_ver_mas {
  background: #000000;
}
.template_Black .section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: #000000;
}
.template_Black .widget_news_main .caption2 {
  background: #000000;
}
.template_Black .widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid #000000;
}
.template_Black .news_detail .nd_top .tag_name1 {
  color: #000000;
}
.template_Black .news_detail .news_tags .tag_name1:hover {
  border: 1px solid #000000;
  background: #000000;
}
.template_Black .srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: #000000 !important;
}
.template_Black .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #000000;
  border-top: 3px solid #000000;
}
.template_Black .page_loterias .promo.data2 h2 .nombre, .template_Black .page_loterias .promo.data2 .cabeza_cod, .template_Black .page_loterias .promo.data2.home_data2 .tablaGris th, .template_Black .page_loterias .sorteo-ganadores .tipo_juego {
  background: #000000;
}
.template_Black .page_loterias .promo.data3 h2 .nombre, .template_Black .page_loterias .promo.data3 .cabeza_cod {
  background: #000000;
}
.template_Black .page_loterias .promo.data1 h2 .nombre, .template_Black .page_loterias .promo.data1 .cabeza_cod {
  background: #000000;
}
.template_Black .footer .logo_sitename {
  color: #000000;
}
.template_Black .footer .footer_menu ul.footer_popular li a {
  border: solid 1px #000000;
  color: #000000;
}
.template_Black .footer .footer_menu ul.footer_popular li a:hover {
  background: #000000;
  color: #fff;
}
.template_Black .footer .footer_menu ul.footer_secciones li a:hover,
.template_Black .footer .footer_menu ul.footer_servicios li a:hover {
  color: #000000;
}
.template_Black .footer .footer-bottom .poweredby .adiarioscms {
  color: #000000;
}
.template_Black .news_popular .media_list .media.data .tagname {
  color: #000000;
}
.template_Black .widget.tags .social-icons-large i:hover {
  background: #000000;
  border-color: #000000;
}
.template_Black .news_item5 .copete {
  background: #000000;
}
.template_Black .swiper-pagination-bullet-active {
  background: #000000;
}
.template_Black .weather_list .we_item h4 {
  color: #000000;
}
.template_Black .weather_list .we_item .temperatura {
  color: #000000;
}
.template_Black .today .sunrise .sunrise_hour {
  color: #000000;
}
.template_Black .today .description .wlabel .wvalue {
  color: #000000;
}
.template_Black .weather .today .we_temperatura .temp_actual, .template_Black .weather .today .we_temperatura .temperatura {
  color: #000000;
}
.template_Black .weather .today.bg-primary .day {
  color: #000000;
}
.template_Black .page_loterias .promo .promo_inner {
  border-bottom: 1px solid #000000 !important;
  border-top: 3px solid #000000 !important;
}
.template_Black .promo.data1 .cabeza_nro {
  color: #000000;
}
.template_Black .portadas .panel-info .panel-heading {
  background: #000000 !important;
}
.template_Black a {
  color: #000000;
}
.template_Black .dlg_login .btnPrimary, .template_Black .dlg_login .btn-primary {
  background: #000000;
}
.template_Black .dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: #000000;
}
.template_Black .elections_detalle_acms1 {
  background: #000000 !important;
}
.template_Black .page_events_articles_detail .eventCalendar-currentTitle, .template_Black .page_events_articles_detail .list-group-item.active, .template_Black .page_events_articles_detail .list-group-item.active:hover, .template_Black .page_events_articles_detail .list-group-item.active:focus, .template_Black .page_events_home .eventCalendar-currentTitle, .template_Black .page_events_home .list-group-item.active, .template_Black .page_events_home .list-group-item.active:hover, .template_Black .page_events_home .list-group-item.active:focus, .template_Black .mcd .news_archive .eventCalendar-currentTitle, .template_Black .mcd .news_archive .list-group-item.active, .template_Black .mcd .news_archive .list-group-item.active:hover, .template_Black .mcd .news_archive .list-group-item.active:focus {
  background-color: #000000 !important;
}
.template_Black .page_events_articles_detail .eventCalendar-list li a.eventCalendar-eventTitle, .template_Black .page_events_home .eventCalendar-list li a.eventCalendar-eventTitle, .template_Black .mcd .news_archive .eventCalendar-list li a.eventCalendar-eventTitle {
  color: #000000 !important;
}
.template_Black .page_events_articles_detail .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_Black .page_events_home .eventCalendar-daysList li.eventCalendar-dayWithEvents a, .template_Black .mcd .news_archive .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #000000 !important;
}

#sidebar-admin {
  position: fixed;
  right: 0;
  z-index: 400;
  top: 71px;
}
#sidebar-admin .sidebar-admin-control {
  cursor: pointer;
  margin-top: 45px;
  background: yellow;
  padding: 10px 20px;
  border-radius: 30px 0 0 30px;
  border: 1px solid #aaa;
  border-right: none;
  float: left;
  width: 60px;
  left: -59px;
  z-index: 600;
  position: absolute;
}
#sidebar-admin .sidebar-admin-control .fa-cog {
  font-size: 30px;
}
#sidebar-admin .sidebar-admin-nav {
  border-left: 1px solid #aaa;
  display: none;
  float: left;
  height: 400px;
  background: yellow;
  padding: 0 10px;
  width: 203px;
}
#sidebar-admin .sidebar-admin-nav .sidebar-admin-nav-inner .titulo {
  font-family: Bitter;
  font-size: 15px;
  margin: 5px 0;
  text-align: center;
}
#sidebar-admin .sidebar-admin-nav .sidebar-admin-nav-inner .panel-heading {
  padding: 2px 4px;
  background: #000;
  color: #fff;
  font-family: monospace;
}
#sidebar-admin .sidebar-admin-nav .sidebar-admin-nav-inner .panel-body {
  padding: 5px;
}
#sidebar-admin .sidebar-admin-nav .sidebar-admin-nav-inner .panel-body h6 {
  margin: 3px;
}
#sidebar-admin .sidebar-admin-nav .sidebar-admin-nav-inner .color_item {
  margin: 2px;
  cursor: pointer;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  float: left;
}
#sidebar-admin .sidebar-admin-nav.active {
  display: block;
}

.navbar-fixed-top.affix #sidebar-admin {
  margin-top: -20px;
}

@media (max-width: 990px) {
  .news_grid_ver3 article:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 768px) {
  .modal-dialog.full-screen {
    width: 800px;
    margin: 30px auto;
  }
}
.dlg_paywall .modal-body {
  padding: 0 15px;
}
.dlg_paywall .section_intro .caption.intro {
  text-align: left;
  font-size: 26px;
  margin-top: 22px;
  margin-bottom: 3px;
}
.dlg_paywall .section_intro .caption.intro2 {
  font-size: 13px;
  color: #999;
  margin-bottom: 5px;
}
.dlg_paywall .section_intro .beneficios_items li {
  padding: 2px 15px;
  font-size: 14px;
}
.dlg_paywall .section_intro .beneficios_items li .fa {
  color: red;
}
.dlg_paywall .section_intro .paywall_intro_img img {
  width: 100%;
}
.dlg_paywall .section_user {
  background: #E9E9E9;
  border-left: 1px solid #bbb;
  padding-top: 22px;
}
.dlg_paywall .section_user .close {
  position: absolute;
  top: 7px;
  right: 15px;
}
.dlg_paywall .section_user .caption.intro {
  padding: 0 20px;
}
.dlg_paywall .section_user .separacion {
  border-bottom: 1px solid #ddd;
}
.dlg_paywall .section_user .campo_cnt {
  float: none;
  width: 100%;
  padding: 3px 30px;
}
.dlg_paywall .section_user .btnOvlidaste {
  padding-right: 30px;
}
.dlg_paywall .section_user .acciones {
  margin-top: 10px;
}
.dlg_paywall .section_user .loginBtn {
  min-width: 240px;
}
.dlg_paywall .paywall_footer {
  border-top: 1px solid #bbb;
}
.dlg_paywall .paywall_footer .paywall_logo {
  border-right: 1px solid #bbb;
  margin: 15px 0;
}
.dlg_paywall .paywall_footer .paywall_logo .image {
  text-align: right;
}
.dlg_paywall .paywall_footer .paywall_social {
  margin-top: 22px;
}
.dlg_paywall .paywall_footer .paywall_social .fa {
  padding: 3px;
}
.dlg_paywall .paywall_footer .paywall_social a {
  color: #aaa;
  font-size: 18px;
}

.classifieds1 {
  height: 330px !important;
}
.classifieds1 .image {
  height: 180px !important;
}
.classifieds1 .image img {
  display: block;
  width: 100% !important;
  height: auto !important;
}
.classifieds1 .image .widget-article-photo {
  background-size: cover;
  height: 180px;
  width: 100%;
}
.classifieds1 .precio {
  position: absolute;
  bottom: 8px;
  color: #f00;
}
.classifieds1 .caption h3 {
  max-height: 78px;
}
.classifieds1 .seccion {
  bottom: 8px !important;
}

.classifieds_product .header {
  margin-bottom: 10px;
  border-bottom: 2px solid #DCDCDC;
}
.classifieds_product .header h1 {
  font-size: 34px;
}
.classifieds_product .header .header_desc {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 9px 0;
  padding: 10px 0 0;
}
.classifieds_product .header .classihigh {
  color: #f00;
}
.classifieds_product .topinfo .top .top_item {
  padding-left: 0px;
  padding-right: 10px;
  color: #999;
  font-size: 12px;
}
.classifieds_product .topinfo .denunciar_aviso {
  font-size: 11px;
}
.classifieds_product .topinfo .prod_descripcion {
  color: #555;
  margin-top: 20px;
  margin-bottom: 30px;
}
.classifieds_product .topinfo .features {
  margin-bottom: 30px;
}
.classifieds_product .topinfo .features .features_titulo {
  font-weight: bold;
  font-size: 20px;
  border-top: 1px solid #eee;
  padding: 4px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}
.classifieds_product .topinfo .features li {
  width: 50%;
  float: left;
  color: #888;
  font-size: 15px;
}
.classifieds_product .topinfo .features li::before {
  content: "•";
  color: red;
  padding-right: 4px;
}
.classifieds_product .list_attributes li {
  color: #888;
  margin-bottom: 6px;
}
.classifieds_product .list_attributes strong {
  font-weight: normal;
  color: red;
}

.classifieds_classic.page_catalogs_home .container.page_container2,
.classifieds_classic.page_catalogs_detail .container.page_container2,
.classifieds_classic.page_catalogs_product_detail .container.page_container2 {
  margin: 0;
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}

.page_catalogs_detail .buscador_fondo, .page_catalogs_product_detail .buscador_fondo {
  margin: 20px 0;
}
.page_catalogs_detail .buscador_fondo .search_input, .page_catalogs_product_detail .buscador_fondo .search_input {
  width: 60%;
  border: 4px solid #ddd;
  border-radius: 15px;
  padding: 8px 20px;
}
.page_catalogs_detail .buscador_fondo label, .page_catalogs_product_detail .buscador_fondo label {
  width: 30%;
  text-align: center;
}
.page_catalogs_detail .buscador_fondo label #CatalogIdTop, .page_catalogs_product_detail .buscador_fondo label #CatalogIdTop {
  width: 95%;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 4px solid #ddd;
  padding: 7px 10px;
  background: #0000;
  border-radius: 10px;
}
.page_catalogs_detail .buscador_fondo .search_fast, .page_catalogs_product_detail .buscador_fondo .search_fast {
  background: #f00;
  padding: 10px 14px 11px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
}
.page_catalogs_detail .classifieds_tabs, .page_catalogs_product_detail .classifieds_tabs {
  border-top: 2px solid #ccc !important;
}

.page_catalogs_home,
.page_catalogs_detail,
.page_catalogs_product_detail,
.page_user_profile,
.page_catalogs_new {
  /*.header_box_derecha.tiempo{
  	display:none!important;
  }
  .user_profile_avatar a{
  	color:#ddd;
  }
  .header1 .top2{
  	background:red;
  }
  section.header1 .navbar-nav-user li a {
     background: #fff;
  }
  section.header1 .navbar-nav-user .sep{
  	display:none;
  }
  section.header1 .publish2{
          margin-top: 29px;
          margin-right: 10px;
      font-size: 11px;
      text-transform: uppercase;
      text-decoration: none;
      background: #a00 !important;
      color: #fff;
      padding: 6px 10px;
      float: left;
      display: block;
      border-radius: 10px;
      border: 1px solid;
  }	
  .navbar-menu3 li{
  	border-left:1px solid #eee;

  }
  */
  /*#navbar_top_header.affix{
  	background:red;	
  	.navbar_posi{
  		display:block;
  		.path_tit1{
  			    margin-top: 0px;
  			    font-size: 20px;
  			    font-family: "OlsenTF";
  			    margin-left: 10px;
  			    text-transform: uppercase;
  			    color: #bbbdbf;
  		}
  	}	
  	.navbar_posi .logo:hover, .menues_left a{
  		background-color:transparent!important;
  	}
  	.menu_icons .ico_item{
  		float:left;
  		display:block;
  		margin-right:15px;
  		text-decoration:none;
  	}
  	.menu_icons .ico_item::before{
  		    content: "\f1b9";
  	    color: #fff;
  	    font-family: FontAwesome;
  	    font-size: 22px;
  	    font-style: normal;
  	    font-weight: normal;
  	    height: auto;
  	    left: auto;
  	    margin-left: 0;
  	    position: relative;
  	    text-decoration: inherit;
  	    top: auto;
  	    width: auto;
  	    padding: 0;
  	    margin-top: 5px;
  	    display: block;
  	}
  	.menu_icons .ico_inmuebles::before{
  		content: "\f084"!important;
  	}
  	.menu_icons .ico_automotores::before{
  		content: "\f1b9"!important;
  	}
  	.menu_icons .ico_empleos::before{
  		content: "\f0f2"!important;
  	}
  	.menu_icons .ico_varios::before{
  		content: "\f06b"!important;
  	}
  	.menu_publish .publish3{
  			background:#fff;
  			display:block;
  		    border: 1px solid #807E7F;
  		    border-radius: 10px;
  		    padding: 2px 12px !important;
  		    color: #807E7F;
  		    margin-top: 7px;
     				margin-right: 10px;
     				margin-left: 10px;
  	}
  	.profile2 .profile2_fecha {
     			color: #ddd;
  	}

  	.m_servicios .txt_secciones,
  	.m_servicios .fa-bars{
  		color:#fff;
  	}

  }

  .menu_publish .publish3{
  	display:none;
  }

  #navbar_top_header.affix .navbar-menu3{
  	display:none;
  }

  */
}
.page_catalogs_home .container_modules,
.page_catalogs_detail .container_modules,
.page_catalogs_product_detail .container_modules,
.page_user_profile .container_modules,
.page_catalogs_new .container_modules {
  max-width: 1200px !important;
  margin: 0 auto !important;
}
.page_catalogs_home section.news_list header .title a,
.page_catalogs_detail section.news_list header .title a,
.page_catalogs_product_detail section.news_list header .title a,
.page_user_profile section.news_list header .title a,
.page_catalogs_new section.news_list header .title a {
  text-transform: none;
}
.page_catalogs_home .catalogs_header,
.page_catalogs_detail .catalogs_header,
.page_catalogs_product_detail .catalogs_header,
.page_user_profile .catalogs_header,
.page_catalogs_new .catalogs_header {
  background-image: url(https://www.tiemposur.com.ar/themes/modernbusiness/www/_themes/tiemposur/imgs/catalogs/fondo.jpg);
  width: 100% !important;
  height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -1px;
}
.page_catalogs_home .catalogs_header .buscador,
.page_catalogs_detail .catalogs_header .buscador,
.page_catalogs_product_detail .catalogs_header .buscador,
.page_user_profile .catalogs_header .buscador,
.page_catalogs_new .catalogs_header .buscador {
  margin: 0 auto;
  text-align: center;
  padding: 55px 0 0 0;
  border-top: 2px solid #bbbdbf;
}
.page_catalogs_home .catalogs_header .buscador h1,
.page_catalogs_detail .catalogs_header .buscador h1,
.page_catalogs_product_detail .catalogs_header .buscador h1,
.page_user_profile .catalogs_header .buscador h1,
.page_catalogs_new .catalogs_header .buscador h1 {
  text-transform: uppercase;
  text-shadow: 2px 2px #555;
  color: #fff;
  font-size: 40px;
  font-size: 44px;
  font-weight: bold;
}
.page_catalogs_home .catalogs_header .buscador .buscador_fondo,
.page_catalogs_detail .catalogs_header .buscador .buscador_fondo,
.page_catalogs_product_detail .catalogs_header .buscador .buscador_fondo,
.page_user_profile .catalogs_header .buscador .buscador_fondo,
.page_catalogs_new .catalogs_header .buscador .buscador_fondo {
  background: #00000080;
  width: 750px;
  margin: 0 auto;
  padding: 10px 0 10px;
  border-radius: 10px;
}
.page_catalogs_home .catalogs_header .buscador .buscador_fondo #filter_s,
.page_catalogs_detail .catalogs_header .buscador .buscador_fondo #filter_s,
.page_catalogs_product_detail .catalogs_header .buscador .buscador_fondo #filter_s,
.page_user_profile .catalogs_header .buscador .buscador_fondo #filter_s,
.page_catalogs_new .catalogs_header .buscador .buscador_fondo #filter_s {
  /*min-width: 400px;*/
  width: 380px;
  padding: 4px 10px 5px;
  border-radius: 10px;
  margin-right: 10px;
  border: none;
}
.page_catalogs_home .catalogs_header .buscador .buscador_fondo #CatalogIdTop,
.page_catalogs_detail .catalogs_header .buscador .buscador_fondo #CatalogIdTop,
.page_catalogs_product_detail .catalogs_header .buscador .buscador_fondo #CatalogIdTop,
.page_user_profile .catalogs_header .buscador .buscador_fondo #CatalogIdTop,
.page_catalogs_new .catalogs_header .buscador .buscador_fondo #CatalogIdTop {
  padding: 14px !important;
  background: #fff;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px !important;
  width: 200px;
  border-radius: 10px;
  margin-right: 10px;
  border: none;
  color: #777;
  position: relative;
}
.page_catalogs_home .catalogs_header .buscador .buscador_fondo .select-wrapper,
.page_catalogs_detail .catalogs_header .buscador .buscador_fondo .select-wrapper,
.page_catalogs_product_detail .catalogs_header .buscador .buscador_fondo .select-wrapper,
.page_user_profile .catalogs_header .buscador .buscador_fondo .select-wrapper,
.page_catalogs_new .catalogs_header .buscador .buscador_fondo .select-wrapper {
  position: relative;
}
.page_catalogs_home .catalogs_header .buscador .buscador_fondo .select-wrapper::after,
.page_catalogs_detail .catalogs_header .buscador .buscador_fondo .select-wrapper::after,
.page_catalogs_product_detail .catalogs_header .buscador .buscador_fondo .select-wrapper::after,
.page_user_profile .catalogs_header .buscador .buscador_fondo .select-wrapper::after,
.page_catalogs_new .catalogs_header .buscador .buscador_fondo .select-wrapper::after {
  content: "";
  color: #949599;
  font-family: FontAwesome;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  height: auto;
  left: auto;
  right: 20px;
  margin-left: 0;
  margin-top: 0;
  position: relative;
  text-decoration: inherit;
  top: -5px;
  width: auto;
  position: absolute;
  z-index: 1;
}
.page_catalogs_home .catalogs_header .buscador .buscador_fondo .search_fast.lupa,
.page_catalogs_detail .catalogs_header .buscador .buscador_fondo .search_fast.lupa,
.page_catalogs_product_detail .catalogs_header .buscador .buscador_fondo .search_fast.lupa,
.page_user_profile .catalogs_header .buscador .buscador_fondo .search_fast.lupa,
.page_catalogs_new .catalogs_header .buscador .buscador_fondo .search_fast.lupa {
  background: #f00;
  padding: 5px 14px 6px;
  border-radius: 10px;
  color: #fff;
}
.page_catalogs_home .catalogs_header_inmuebles,
.page_catalogs_detail .catalogs_header_inmuebles,
.page_catalogs_product_detail .catalogs_header_inmuebles,
.page_user_profile .catalogs_header_inmuebles,
.page_catalogs_new .catalogs_header_inmuebles {
  background-image: url(https://www.tiemposur.com.ar/themes/modernbusiness/www/_themes/tiemposur/imgs/catalogs/fondo_inmuebles.jpg);
}
.page_catalogs_home .catalogs_header_automotores,
.page_catalogs_detail .catalogs_header_automotores,
.page_catalogs_product_detail .catalogs_header_automotores,
.page_user_profile .catalogs_header_automotores,
.page_catalogs_new .catalogs_header_automotores {
  background-image: url(https://www.tiemposur.com.ar/themes/modernbusiness/www/_themes/tiemposur/imgs/catalogs/fondo_automotores.jpg);
}
.page_catalogs_home .catalogs_header_empleos,
.page_catalogs_detail .catalogs_header_empleos,
.page_catalogs_product_detail .catalogs_header_empleos,
.page_user_profile .catalogs_header_empleos,
.page_catalogs_new .catalogs_header_empleos {
  background-image: url(https://www.tiemposur.com.ar/themes/modernbusiness/www/_themes/tiemposur/imgs/catalogs/fondo_empleos.jpg);
}
.page_catalogs_home .catalogs_header_varios,
.page_catalogs_detail .catalogs_header_varios,
.page_catalogs_product_detail .catalogs_header_varios,
.page_user_profile .catalogs_header_varios,
.page_catalogs_new .catalogs_header_varios {
  background-image: url(https://www.tiemposur.com.ar/themes/modernbusiness/www/_themes/tiemposur/imgs/catalogs/fondo_varios.jpg);
}
.page_catalogs_home .classifieds_tabs,
.page_catalogs_detail .classifieds_tabs,
.page_catalogs_product_detail .classifieds_tabs,
.page_user_profile .classifieds_tabs,
.page_catalogs_new .classifieds_tabs {
  margin-bottom: 20px;
  background: #EDEDEF;
  border-bottom: 2px solid #D7D7D7;
  border-top: 4px solid #ccc;
}
.page_catalogs_home .classifieds_tabs .classifieds_tabs_items,
.page_catalogs_detail .classifieds_tabs .classifieds_tabs_items,
.page_catalogs_product_detail .classifieds_tabs .classifieds_tabs_items,
.page_user_profile .classifieds_tabs .classifieds_tabs_items,
.page_catalogs_new .classifieds_tabs .classifieds_tabs_items {
  border-right: 2px solid #D7D7D7;
}
.page_catalogs_home .classifieds_tabs .tab_item,
.page_catalogs_detail .classifieds_tabs .tab_item,
.page_catalogs_product_detail .classifieds_tabs .tab_item,
.page_user_profile .classifieds_tabs .tab_item,
.page_catalogs_new .classifieds_tabs .tab_item {
  float: left;
  text-align: center;
  padding: 10px 0 20px;
  border-left: 2px solid #D7D7D7;
  text-decoration: none;
}
.page_catalogs_home .classifieds_tabs .tab_item .tab_image::before,
.page_catalogs_detail .classifieds_tabs .tab_item .tab_image::before,
.page_catalogs_product_detail .classifieds_tabs .tab_item .tab_image::before,
.page_user_profile .classifieds_tabs .tab_item .tab_image::before,
.page_catalogs_new .classifieds_tabs .tab_item .tab_image::before {
  content: "";
  color: #949599;
  font-family: FontAwesome;
  font-size: 60px;
  font-style: normal;
  font-weight: normal;
  height: auto;
  left: auto;
  margin-left: 0;
  margin-top: 0;
  position: relative;
  text-decoration: inherit;
  top: auto;
  width: auto;
}
.page_catalogs_home .classifieds_tabs .tab_inmuebles::before,
.page_catalogs_detail .classifieds_tabs .tab_inmuebles::before,
.page_catalogs_product_detail .classifieds_tabs .tab_inmuebles::before,
.page_user_profile .classifieds_tabs .tab_inmuebles::before,
.page_catalogs_new .classifieds_tabs .tab_inmuebles::before {
  content: "" !important;
}
.page_catalogs_home .classifieds_tabs .tab_automotores::before,
.page_catalogs_detail .classifieds_tabs .tab_automotores::before,
.page_catalogs_product_detail .classifieds_tabs .tab_automotores::before,
.page_user_profile .classifieds_tabs .tab_automotores::before,
.page_catalogs_new .classifieds_tabs .tab_automotores::before {
  content: "" !important;
}
.page_catalogs_home .classifieds_tabs .tab_empleos::before,
.page_catalogs_detail .classifieds_tabs .tab_empleos::before,
.page_catalogs_product_detail .classifieds_tabs .tab_empleos::before,
.page_user_profile .classifieds_tabs .tab_empleos::before,
.page_catalogs_new .classifieds_tabs .tab_empleos::before {
  content: "" !important;
}
.page_catalogs_home .classifieds_tabs .tab_varios::before,
.page_catalogs_detail .classifieds_tabs .tab_varios::before,
.page_catalogs_product_detail .classifieds_tabs .tab_varios::before,
.page_user_profile .classifieds_tabs .tab_varios::before,
.page_catalogs_new .classifieds_tabs .tab_varios::before {
  content: "" !important;
}
.page_catalogs_home .classifieds_tabs .tab_item_title,
.page_catalogs_detail .classifieds_tabs .tab_item_title,
.page_catalogs_product_detail .classifieds_tabs .tab_item_title,
.page_user_profile .classifieds_tabs .tab_item_title,
.page_catalogs_new .classifieds_tabs .tab_item_title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #949599;
}
.page_catalogs_home .classifieds_tabs .tab_item.active .tab_image::before,
.page_catalogs_detail .classifieds_tabs .tab_item.active .tab_image::before,
.page_catalogs_product_detail .classifieds_tabs .tab_item.active .tab_image::before,
.page_user_profile .classifieds_tabs .tab_item.active .tab_image::before,
.page_catalogs_new .classifieds_tabs .tab_item.active .tab_image::before {
  color: red;
}
.page_catalogs_home .classifieds_tabs .tab_item.active .tab_item_title,
.page_catalogs_detail .classifieds_tabs .tab_item.active .tab_item_title,
.page_catalogs_product_detail .classifieds_tabs .tab_item.active .tab_item_title,
.page_user_profile .classifieds_tabs .tab_item.active .tab_item_title,
.page_catalogs_new .classifieds_tabs .tab_item.active .tab_item_title {
  color: red;
}
.page_catalogs_home .logo_clasificados_txt,
.page_catalogs_detail .logo_clasificados_txt,
.page_catalogs_product_detail .logo_clasificados_txt,
.page_user_profile .logo_clasificados_txt,
.page_catalogs_new .logo_clasificados_txt {
  float: left;
  margin-top: 10px;
  font-size: 50px;
  font-family: "OlsenTF";
  margin-left: 20px;
  text-transform: uppercase;
  color: #bbbdbf;
}
.page_catalogs_home .sidebar-filtros.panel-body,
.page_catalogs_detail .sidebar-filtros.panel-body,
.page_catalogs_product_detail .sidebar-filtros.panel-body,
.page_user_profile .sidebar-filtros.panel-body,
.page_catalogs_new .sidebar-filtros.panel-body {
  padding: 0;
}
.page_catalogs_home .sidebar-filtros.panel-body .list-group-item-info,
.page_catalogs_detail .sidebar-filtros.panel-body .list-group-item-info,
.page_catalogs_product_detail .sidebar-filtros.panel-body .list-group-item-info,
.page_user_profile .sidebar-filtros.panel-body .list-group-item-info,
.page_catalogs_new .sidebar-filtros.panel-body .list-group-item-info {
  background: #EDEDEF;
  font-weight: bold;
}
.page_catalogs_home .sidebar-filtros.panel-body .badge,
.page_catalogs_detail .sidebar-filtros.panel-body .badge,
.page_catalogs_product_detail .sidebar-filtros.panel-body .badge,
.page_user_profile .sidebar-filtros.panel-body .badge,
.page_catalogs_new .sidebar-filtros.panel-body .badge {
  background: #eee;
  color: #f00;
}
.page_catalogs_home .classifieds_module_user article.classifieds1,
.page_catalogs_detail .classifieds_module_user article.classifieds1,
.page_catalogs_product_detail .classifieds_module_user article.classifieds1,
.page_user_profile .classifieds_module_user article.classifieds1,
.page_catalogs_new .classifieds_module_user article.classifieds1 {
  width: 300px;
}
.page_catalogs_home .busqueda_guiada,
.page_catalogs_detail .busqueda_guiada,
.page_catalogs_product_detail .busqueda_guiada,
.page_user_profile .busqueda_guiada,
.page_catalogs_new .busqueda_guiada {
  margin-bottom: 20px;
}
.page_catalogs_home .busqueda_guiada .bgtitle,
.page_catalogs_detail .busqueda_guiada .bgtitle,
.page_catalogs_product_detail .busqueda_guiada .bgtitle,
.page_user_profile .busqueda_guiada .bgtitle,
.page_catalogs_new .busqueda_guiada .bgtitle {
  float: left;
  margin-right: 10px;
  color: #C6C6C6;
  font-size: 20px;
}
.page_catalogs_home .busqueda_guiada ul,
.page_catalogs_detail .busqueda_guiada ul,
.page_catalogs_product_detail .busqueda_guiada ul,
.page_user_profile .busqueda_guiada ul,
.page_catalogs_new .busqueda_guiada ul {
  padding-left: 180px;
}
.page_catalogs_home .busqueda_guiada ul li a,
.page_catalogs_detail .busqueda_guiada ul li a,
.page_catalogs_product_detail .busqueda_guiada ul li a,
.page_user_profile .busqueda_guiada ul li a,
.page_catalogs_new .busqueda_guiada ul li a {
  font-size: 20px;
  color: #333;
  font-weight: 400;
}
.page_catalogs_home .busqueda_guiada ul li::before,
.page_catalogs_detail .busqueda_guiada ul li::before,
.page_catalogs_product_detail .busqueda_guiada ul li::before,
.page_user_profile .busqueda_guiada ul li::before,
.page_catalogs_new .busqueda_guiada ul li::before {
  content: "•";
  color: #333;
  padding-right: 10px;
  font-size: 25px;
  display: block;
  float: left;
  margin-top: -2px;
}
.page_catalogs_home .busqueda_guiada ul li:first-child:before,
.page_catalogs_detail .busqueda_guiada ul li:first-child:before,
.page_catalogs_product_detail .busqueda_guiada ul li:first-child:before,
.page_user_profile .busqueda_guiada ul li:first-child:before,
.page_catalogs_new .busqueda_guiada ul li:first-child:before {
  content: "";
  padding-right: 0px;
}

.rubros_choose {
  border-left: 2px solid #EDEDEF;
  border-right: 2px solid #EDEDEF;
  padding: 30px;
}
.rubros_choose .rubro_item .rubro_inner {
  background: #eee;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 10px;
}
.rubros_choose .rubro_item .rubro_inner a {
  text-decoration: none;
}
.rubros_choose .rubro_item .rubro_inner .txt {
  font-size: 20px;
  color: #949599;
}
.rubros_choose .rubro_item .menu_icons .ico_item::before {
  content: "";
  color: #949599;
  font-family: FontAwesome;
  font-size: 60px;
  font-style: normal;
  font-weight: normal;
  height: auto;
  left: auto;
  margin-left: 0;
  position: relative;
  text-decoration: inherit;
  top: auto;
  width: auto;
  padding: 0;
  margin-top: 5px;
  display: block;
}
.rubros_choose .rubro_item .menu_icons .ico_inmuebles::before {
  content: "" !important;
}
.rubros_choose .rubro_item .menu_icons .ico_automotores::before {
  content: "" !important;
}
.rubros_choose .rubro_item .menu_icons .ico_empleos::before {
  content: "" !important;
}
.rubros_choose .rubro_item .menu_icons .ico_varios::before {
  content: "" !important;
}
.rubros_choose .rubro_item .rubro_inner:hover .txt {
  color: red;
}
.rubros_choose .rubro_item .rubro_inner:hover .menu_icons .ico_item::before {
  color: red;
}

@media (max-width: 990px) {
  .news_grid_ver3 article:nth-child(2n+1) {
    clear: both;
  }

  .page_loterias .promo {
    width: 50%;
  }
}
.widget.um {
  margin-bottom: -20px;
}
.widget.um .bg-primary {
  background-color: #F9002D;
  height: 32px;
}
.widget.um .bg-danger {
  background-color: transparent;
  margin-top: -28px;
}
.widget.um .bg-danger .um_title {
  font-size: 11px;
  color: #fff;
}
.widget.um marquee {
  margin-top: 2px;
  font-size: 19px;
  font-family: "Droid Serif";
}

.news_item22 h3 {
  font-size: 26px !important;
  line-height: 30px !important;
  display: inherit;
  color: #000;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

@media (min-width: 990px) {
  .news_grid_ver3 article:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 768px) {
  .container {
    width: 99% !important;
  }

  .navbar_mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  .container {
    /*width: 99%!important;*/
    width: 100% !important;
    max-width: 1200px !important;
    /*padding: 0 50px;*/
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1200px) {
  .container {
    /* width: 1248px!important;*/
  }
}
@media (max-width: 1043px) {
  .header1 .barra_navegacion #mainmenu .menu_header a {
    font-size: 13px;
    padding: 10px 6px;
  }

  .header1 .barra_navegacion.affix #mainmenu .menu_header a {
    font-size: 13px !important;
    padding: 10px 6px !important;
  }

  .widget_dntv .news_high_x_1 article .thumbnail .caption {
    height: 165px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 50px;
  }

  #navbar_top_header.navbar-fixed-top {
    height: 50px;
  }

  section.header1 .header_logo {
    margin-top: 3px !important;
  }

  section.header1 .navbar-fixed-top.affix-top #mainmenu {
    margin-top: 0;
  }

  #sidebar-wrapper.affix {
    margin-top: 0;
  }

  .navbar_acb1 .container {
    padding-left: 0px !important;
  }

  .news_banner_slider {
    display: none;
  }

  #bar_admin {
    display: none;
  }

  .page_container2 {
    margin: 6px 0;
  }

  .page-header {
    margin: 0;
  }

  .container {
    width: 100% !important;
  }

  .banners.banner_banner_top {
    display: none;
  }

  .header1 .affix .navbar-brand {
    display: block !important;
  }

  .navbar-inverse .navbar-brand {
    color: #444;
    text-transform: uppercase;
    font-family: "Gotham-Black";
  }

  .servicios_cnt {
    display: block;
  }

  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 900px !important;
  }

  .menu_secciones {
    display: none !important;
  }

  .header_top .container.layer_2 .header_box_sep {
    display: none !important;
  }

  .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo {
    margin-left: 35px;
  }
  .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_path_tit {
    margin-left: 3px;
  }

  section.header1 .navbar-fixed-top .header_logo .logo_sitename {
    font-size: 30px !important;
  }

  .navbar-header {
    background: #313131 none repeat scroll 0 0;
  }
  .navbar-header .navbar-brand {
    color: #fff;
  }
  .navbar-header .navbar-brand:hover {
    color: #fff;
  }
  .navbar-header .mobile_profile {
    display: block;
    visibility: visible;
    position: absolute;
    right: 70px;
    top: 5px;
  }
  .navbar-header .mobile_profile .fa-user {
    font-size: 25px !important;
    margin-bottom: 3px;
    margin-top: 0;
  }
  .navbar-header .mobile_profile li a, .navbar-header .mobile_profile li a:hover, .navbar-header .mobile_profile li a:focus {
    color: #eee;
  }
  .navbar-header .mobile_profile .dropdown.open {
    color: #fff;
  }
  .navbar-header .mobile_profile .dropdown.open a.box_login {
    text-align: right;
    color: #fff !important;
  }
  .navbar-header .mobile_profile .dropdown.open .dropdown-menu {
    background: #313131 none repeat scroll 0 0;
  }
  .navbar-header .mobile_profile .dropdown.open .dropdown-menu li a {
    color: #eee;
  }
  .navbar-header .mobile_profile .dropdown.open .dropdown-menu li a:hover {
    color: #fff;
  }

  /*cff_change*/
  /*.navbar-collapse.collapse.in{
  		max-height: 100%;
  		height: auto;

  		height: 480px!important;
  		max-height:480px!important;
  		    overflow-y: auto;
  		    position: relative;
  		.navbar-right{
  			.menu_header,#ModUsers,.content_search{
  				display:none;
  			}
  		}
  		#navbarArriba{
  			display:block!important;
  			margin-left:20px;
  		}

  		#navbarArriba li a {
  		    color: #ffffff;
  		    font-size: 12px;
  		    padding: 4px 6px !important;
  		}

  		#navbarArriba li.contactenos{
  			display:none;
  		}
  		.menues{

  		    li a{
  		    	color:#ead38b;
  		    }

  		}
  		.dropdown-menu{
  			display:none;
  		    background-color: rgba(0, 0, 0, 0);
  	    	float: none;
  	    	margin-top: 0;
  	    	position: static;
  	    	display:block!important;
  	    	width: auto;
  	    	border-top:1px solid #000000;
  	    	li{
  	    		float:left;
  	    		width:50%;
  	    		background:#EFEFEF!important;
  	    	}

  	    	li a {
  	    		font-family:"Gotham-Book"!important;
  	    		color: #000!important;
  			}
  			li a:hover {
  				color: #000!important;
  			}
  		}
  	}
  */
  .section_subtitle {
    display: block;
  }

  .widget.tags .bg-info ul {
    height: 21px;
    overflow: hidden;
  }

  .section_subtitle .section_content .section_content_inner::before {
    font-size: 14px;
    padding: 10px 15px;
  }

  .section_subtitle .section_content .section_content_inner .section_title {
    font-size: 25px;
  }

  .widget_dntv section.dntv article {
    height: auto;
  }
  .widget_dntv section.dntv article .logodntv {
    height: auto;
    width: 40%;
  }
  .widget_dntv .icons-bg.dame-especiales .posi2, .widget_dntv .icons-bg.dame-especiales a .posi2 {
    font-size: 14px;
  }

  .news_popular {
    position: relative;
  }

  .news_popular header .top_title h4 {
    font-size: 20px;
    width: 100%;
  }
  .news_popular header .top_title .vertodas {
    margin: 0;
    padding: 14px 0 0 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .news_popular header .top_title .vertodas .menues i {
    padding: 6px 12px;
  }
  .news_popular header .top_title .vertodas .menues a {
    display: none;
  }
  .news_popular header .top_title .sumate {
    padding-bottom: 6px;
    padding-left: 15px;
    padding-top: 5px;
  }

  .news_list_ver5 .top_title .title {
    width: 100%;
    font-size: 30px;
  }
  .news_list_ver5 .top_title .vertodas {
    display: none;
  }

  .news_list_ver5 .caption h3 {
    font-size: 14px;
  }

  .news_list_ver5 .section_news_list {
    display: none;
  }

  .widget_servicios header h3 {
    width: 100%;
  }
  .widget_servicios header ul.tabs {
    position: relative;
    widht: 100%;
  }

  .user-panel .panel-body {
    width: 78px;
    padding: 3px;
  }

  .btnUserProfileContainer {
    margin-right: -20px;
  }
  .btnUserProfileContainer .btnUserProfileMenu {
    display: block !important;
    margin-right: -20px;
    margin-left: -20px;
    border-radius: 0px;
    border: 0px;
    text-align: left;
    margin-bottom: 20px;
  }

  .news_grid_ver2 .caption h3 {
    font-size: 15px;
    line-height: 1.2em;
  }

  .news_grid_ver2 .grid-item:nth-child(odd) {
    padding-right: 7px;
  }

  .news_grid_ver2 .grid-item:nth-child(even) {
    padding-left: 7px;
  }

  .news_list_ver5 .section_news_high .news_high_x_4_article:nth-child(odd) {
    padding-right: 7px;
  }

  .news_list_ver5 .section_news_high .news_high_x_4_article:nth-child(even) {
    padding-left: 7px;
  }

  footer.footer_top header {
    color: #eeeeee;
  }

  footer .footer_top .footer_social ul {
    width: 105px;
    margin: 0 auto;
  }

  footer .footer_top .footer_social li {
    float: left;
  }

  footer .footer_menu header, footer .footer_social header, footer .footer_menu ul {
    text-align: center;
  }

  footer .footer_menu ul li a {
    font-size: 16px;
  }

  #navbarCollapse {
    background: #4A444E;
  }

  .header1 .barra_navegacion #mainmenu .menu_header {
    text-align: center;
  }
  .header1 .barra_navegacion #mainmenu .menu_header a {
    color: #fff;
    font-size: 22px;
  }
  .header1 .barra_navegacion #mainmenu .menu_header a .caret {
    display: none;
  }

  .header1 .barra_navegacion #mainmenu .menu_header:hover, .header1 .barra_navegacion #mainmenu .menu_header:focus {
    background: #FF406C;
  }

  .header1 .barra_navegacion #mainmenu .menu_header ul.dropdown-menu {
    display: none !important;
  }

  .widget.tags.tags_section {
    position: relative;
  }
  .widget.tags.tags_section .tags-izq {
    text-align: center;
    width: 100%;
    position: relative;
  }
  .widget.tags.tags_section .list-unstyled {
    float: left;
    margin-top: 10px;
  }

  /*.widget.tags{
  	display:none;
  }*/
  /*.menu_fast{
  		display:block!important;
  		.menu_fast_lo_ultimo,.menu_fast_dntv{
  			text-align:center;
  		}
  		.menu_fast_lo_ultimo{
  			background:#ffffff;
  			color:#323232;
  			text-decoration:none;
  			padding:6px;
  			font-family: "Gotham-Bold";
  			font-size:20px;
  		}
  		.menu_fast_dntv{
  			background:#F5125A;
  			color:#ffffff;
  			text-decoration:none;
  			padding:6px;
  			font-family: "Gotham-Bold";
  			font-size:20px;
  		}

  	}
  */
  .header1 .widget_dntv {
    display: block;
  }

  .header1 .widget_dntv section.dntv {
    display: none;
  }
  .header1 .widget_dntv section.dntv article {
    background: #EFEFEF;
  }

  .header1 .widget_dntv section.tabs {
    padding-left: 0;
    padding-right: 0;
    /*article{
    	width:100%;
    	a{
    		width:100px;
    		margin:0 auto;
    	}
    }*/
  }

  .widget_news_main .caption {
    padding: 0 15px;
  }
  .widget_news_main .caption h3 {
    font-family: "Gotham-Bold";
    font-size: 22px;
    line-height: 1.1em;
    margin: 10px 0;
  }
  .widget_news_main .caption .news_stats {
    font-size: 12px;
  }

  .news_detail .nd_top h1 {
    font-size: 30px !important;
  }
  .news_detail .nd_top .copete {
    font-size: 18px !important;
  }
  .news_detail .social_item_txt {
    display: none;
  }
  .news_detail .desarrollo2 img {
    width: 100% !important;
    height: auto !important;
  }

  .navbar-header {
    background: #3C3940;
  }

  .navbar-brand {
    /*	background-image:url("https://www.damenoticias.com/themes/modernbusiness/www/_themes/damenoticias/imgs/logos/logo_mobile.png");
    	background-repeat: no-repeat;
    	background-position: center center;

    */
    width: 100%;
    margin: 10px auto;
    padding: 0 !important;
    /*height:75px!important;
    text-indent: -9999px;*/
    color: #fff !important;
    text-align: center;
  }

  .navbar-toggle {
    position: absolute;
    left: 10px;
    top: 8px;
  }

  .navbar-toggle.open::before {
    content: "";
    color: #cc2020;
    font-family: FontAwesome;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    height: auto;
    left: auto;
    margin-left: 0;
    margin-top: 0;
    position: relative;
    text-decoration: inherit;
    top: auto;
    width: auto;
  }

  .navbar-toggle.open {
    padding: 6px 12px;
  }
  .navbar-toggle.open .icon-bar {
    display: none;
  }

  .mobile_profile {
    right: 10px !important;
    margin-top: 10px !important;
    z-index: 500;
  }
  .mobile_profile .dropdown-menu.active {
    margin-right: -10px;
    background: #3C3940 !important;
  }

  /*.navbar-inverse .navbar-toggle{
      background-color: #eee!important;
  }*/
  .page_home .module_mobile {
    display: block;
  }
  .page_home .module_mobile img {
    width: 100%;
    height: auto !important;
  }

  .page_tag .media.data .media-left {
    width: 100%;
  }
  .page_tag .media.data .media-left img {
    width: 100%;
  }

  .mobile_profile .content_search a,
.mobile_profile .content_search a:hover,
.mobile_profile .content_search a:focus {
    color: #555 !important;
  }

  .page_news_sections_list #WidgetNewsGeneric .news_high_title {
    margin-top: 10px;
    text-align: center;
  }

  section.news_list_ver5 section.section_news_high {
    width: 100%;
    margin: 0;
  }
  section.news_list_ver5 section.section_news_high article {
    margin: 0;
    padding: 0 !important;
  }

  .servicios_cnt, #navbarArriba {
    display: none !important;
  }

  #WidgetNewsMain .carousel-caption {
    position: relative;
    background: #232D3A !important;
    padding-top: 7px;
  }
  #WidgetNewsMain .carousel-caption h3 {
    font-size: 20px;
  }
  #WidgetNewsMain .carousel-caption h3:hover {
    background: #fff;
  }
  #WidgetNewsMain .carousel-caption ul {
    border-top: 0 !important;
  }
  #WidgetNewsMain .carousel-caption .copete {
    display: none;
  }

  .widgetnewsright2 .caption2 {
    position: relative;
    background: #232D3A !important;
    padding-top: 7px;
  }
  .widgetnewsright2 .caption2 h3 {
    font-size: 20px;
  }
  .widgetnewsright2 .caption2 h3:hover {
    background: #fff;
  }
  .widgetnewsright2 .caption2 ul {
    border-top: 0 !important;
  }
  .widgetnewsright2 .caption2 .copete {
    display: none;
  }

  .columnistas_ver2 .title .title_1 {
    border-bottom: 3px solid #3488c6;
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .columnistas_ver2 .title .pull-right {
    display: none;
  }

  #news_popular_content .title {
    border-bottom: 3px solid #d9534f;
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 22px;
  }
  #news_popular_content .pull-right {
    float: none !important;
    text-align: center;
    position: relative;
  }
  #news_popular_content .vertodas .menues li {
    padding-left: 10px;
    padding-right: 10px;
  }
  #news_popular_content .vertodas .menues a {
    display: block !important;
    font-size: 12px;
  }

  #ModSoyProtagonista2 .top_title {
    border: 0;
  }
  #ModSoyProtagonista2 .top_title .title {
    font-size: 20px !important;
    text-align: center;
  }
  #ModSoyProtagonista2 .top_title .vertodas {
    border: 0 none;
    clear: both;
    display: block;
    margin: 0;
    padding: 14px 0 0;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
  }
  #ModSoyProtagonista2 .top_title .vertodas .menues {
    border: 0 none !important;
    bottom: 10px;
    display: block;
    margin-bottom: 0;
    margin-top: 6px;
    position: relative;
    right: 6px;
  }

  .navbar-fixed-top {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 50 !important;
  }

  .navbar-header {
    background: #ffffff none repeat scroll 0 0 !important;
    border-bottom: 1px solid #eee;
    height: 55px !important;
  }
  .navbar-header .navbar-brand {
    background-image: url("https://tsur.adiarios.com/data/uploads/tsur_adiarios_com/noticia_galeria/2016/11/01/file_2111_main1");
    width: 100%;
    margin: 0 auto;
    padding: 0 !important;
    height: 55px !important;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    background-size: 200px auto;
    width: 200px;
    display: block;
    text-align: center;
    float: none;
  }
  .navbar-header .navbar-toggle {
    background-color: #f4f4f4;
    margin-top: 0;
    border: 0 !important;
  }
  .navbar-header .navbar-toggle .icon-bar {
    background: #CC2020;
  }
  .navbar-header .navbar-toggle:hover, .navbar-header .navbar-toggle:focus {
    background-color: #f4f4f4;
    border: 0 !important;
  }

  .navbar-collapse {
    display: none !important;
  }

  .navbar_mobile {
    top: 55px;
    display: block;
    z-index: 10;
    overflow-y: scroll;
    position: fixed;
    left: 50%;
    width: 100%;
    height: 100vh;
    padding-bottom: 100%;
    -webkit-transform: translateX(-50%);
    background: #fff;
  }

  .nav_mob_tags {
    background: #f6f5f5 none repeat scroll 0 0;
    padding: 10px 20px 5px;
  }
  .nav_mob_tags .nav_tit {
    color: #CC2020;
    font-family: krona one;
    font-size: 12px;
    margin-bottom: 4px;
    text-transform: uppercase;
  }
  .nav_mob_tags ul li a {
    color: #555;
    text-transform: uppercase;
    font-size: 12px;
  }

  .nav_mob_sections {
    background: #ffff;
    padding: 10px 20px 5px;
    border-bottom: 2px solid #e3e3e3;
  }
  .nav_mob_sections .nav_tit {
    color: #CC2020;
    font-family: krona one;
    font-size: 12px;
    margin-bottom: 4px;
    text-transform: uppercase;
  }
  .nav_mob_sections ul li {
    float: left;
    margin-bottom: 10px;
    width: 50%;
  }
  .nav_mob_sections ul li a {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .nav_mob_servicios {
    background: #ffff;
    padding: 10px 20px 5px;
  }
  .nav_mob_servicios .nav_tit {
    color: #CC2020;
    font-family: krona one;
    font-size: 12px;
    margin-bottom: 4px;
    text-transform: uppercase;
  }
  .nav_mob_servicios ul li {
    margin-bottom: 10px;
  }
  .nav_mob_servicios ul li a {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .nav_mob_servicios ul li a:before {
    color: #555;
    font-family: FontAwesome;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    height: auto;
    left: auto;
    margin-left: 0;
    margin-top: 0;
    position: relative;
    text-decoration: inherit;
    top: auto;
    width: auto;
    padding-right: 10px;
  }
  .nav_mob_servicios ul li.soy-protagonista a:before {
    content: "";
  }
  .nav_mob_servicios ul li.classifieds_home a:before {
    content: "";
  }
  .nav_mob_servicios ul li.loterias a:before {
    content: "";
  }

  .nav_mob_classifieds {
    background: #F6F5F5;
    padding: 10px 20px 5px;
  }
  .nav_mob_classifieds .nav_tit {
    color: #CC2020;
    font-family: krona one;
    font-size: 12px;
    margin-bottom: 4px;
    text-transform: uppercase;
  }
  .nav_mob_classifieds ul li {
    margin-bottom: 10px;
  }
  .nav_mob_classifieds ul li a {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .nav_mob_classifieds ul li a {
    border-radius: 4px;
    display: flex;
    color: #fff;
    margin: 15px auto;
    padding: 6px 30px 6px 53px;
    width: 200px;
  }
  .nav_mob_classifieds ul li.inmuebles a {
    background: #5A4774 url("https://www.tiemposur.com.ar/css/_themes/tiemposur/imagenes/_themes/tiemposur/general/inmuebles-icon.png") no-repeat scroll 15px center/24px auto;
  }
  .nav_mob_classifieds ul li.automotores a {
    background: #DB556E url("https://www.tiemposur.com.ar/css/_themes/tiemposur/imagenes/_themes/tiemposur/general/automotores-icon.png") no-repeat scroll 15px center/24px auto;
  }
  .nav_mob_classifieds ul li.empleos a {
    background: #6FB8FC url("https://www.tiemposur.com.ar/css/_themes/tiemposur/imagenes/_themes/tiemposur/general/empleos-icon.png") no-repeat scroll 15px center/24px auto;
  }
  .nav_mob_classifieds ul li.varios a {
    background: #F9C524 url("https://www.tiemposur.com.ar/css/_themes/tiemposur/imagenes/_themes/tiemposur/general/varios-icon.png") no-repeat scroll 15px center/24px auto;
  }

  .nav_mob_company .header_social {
    float: right;
    margin-top: 10px;
  }
  .nav_mob_company .header_social .hs_title {
    float: left;
    font-size: 14px;
    font-style: italic;
    margin-right: 4px;
    margin-top: 5px;
  }
  .nav_mob_company .header_social .social-icons-large {
    float: left;
  }
  .nav_mob_company .header_social .social-icons-large a {
    background: #666666 none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    height: 30px;
    padding: 3px 10px;
    width: 30px;
    margin: 0 4px;
    float: left;
  }
  .nav_mob_company .header_social .social-icons-large a.social-fb {
    background: blue;
  }
  .nav_mob_company .header_social .social-icons-large a.social-tw {
    background: red;
  }
  .nav_mob_company .siteName {
    color: #333333;
    font-family: krona one;
    font-size: 14px;
  }
  .nav_mob_company .DerechosReservadosInfo {
    color: #666;
    font-size: 12px;
  }

  .navbar-header .mobile_profile {
    top: 0;
  }
  .navbar-header .mobile_profile #users_contents .box_login {
    background: #f4f4f4 none repeat scroll 0 0 !important;
    border-radius: 4px !important;
    color: #cc2020;
    display: block;
    font-size: 10px;
    padding: 7px 10px 3px 12px !important;
  }
  .navbar-header .mobile_profile .fa-user {
    font-size: 20px !important;
    margin-bottom: 3px;
    margin-top: -3px;
  }

  .content_search {
    display: none;
  }

  .widget.tags.tags_home {
    display: none;
  }

  /*.header1 .header_top{display:none;}*/
  header.top2 {
    display: block;
  }

  .navbar-menu1 {
    margin: 0;
    float: left;
  }
  .navbar-menu1 li {
    float: left;
  }

  .page_home .navbar-menu1 {
    display: block;
  }
  .page_home .navbar-menu3 {
    display: none;
  }
  .page_home .container.layer_2 .header_logo {
    display: none;
  }
  .page_home header.top2 {
    padding-bottom: 0 !important;
  }

  .navbar-menu3 {
    display: none;
  }

  .header_logo {
    margin: 12px auto 0 !important;
    width: 100% !important;
  }
  .header_logo img {
    max-width: 200px !important;
  }

  .news_principal2 article.news_item1.news_item2,
.news_principal2 article.news_item1.item3 {
    border: 0;
    padding: 0;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
  .news_principal2 article.news_item1.news_item2 .caption,
.news_principal2 article.news_item1.item3 .caption {
    width: auto;
    left: 10px;
    right: 10px;
  }
  .news_principal2 article.news_item1.news_item2 .thumbnail,
.news_principal2 article.news_item1.item3 .thumbnail {
    border: none;
  }
  .news_principal2 article.news_item1.news_item2 .section,
.news_principal2 article.news_item1.item3 .section {
    position: relative;
  }

  .news_principal2 article.news_item4 .image {
    height: 100%;
  }

  .news_principal2 article.news_item2 .seccion {
    position: relative;
    margin-top: 20px;
    padding: 0;
    float: none;
  }

  .news_principal2 article.news_item4 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .news_principal2 article.news_item4 .copete {
    padding-left: 15px;
    padding-right: 15px;
  }
  .news_principal2 article.news_item4 .copete .seccion {
    position: relative;
    margin-top: 20px;
  }

  .news_principal2 article.news_item1.item3 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .news_principal2 article.news_item1.item3 .placeholder-bg {
    height: 300px !important;
  }

  .news_item1.item3 .placeholder-bg {
    height: 300px;
  }

  .news_principal article {
    border: none;
    padding: 0 !important;
  }

  .news_banner {
    height: auto;
    border: 0;
    padding: 0 15px 10px 15px;
    margin: 0 -15px 10px -15px;
    border-bottom: 1px solid #eee;
  }
  .news_banner .banner {
    padding: 0;
    margin: 0;
  }

  #navbar_top_header .container {
    padding-left: 10px;
    padding-right: 0px;
  }
  #navbar_top_header .container #mainmenu .servicios .txt_secciones {
    display: none;
  }
  #navbar_top_header .container #mainmenu .servicios .m_servicios {
    padding: 6px 10px 0 0 !important;
  }
  #navbar_top_header .container #mainmenu .servicios .fa-bars {
    font-size: 28px;
  }
  #navbar_top_header .container .content_search {
    display: none;
  }

  #sidebar-wrapper .sidebar-nav {
    padding: 10px 0 !important;
  }
  #sidebar-wrapper .sidebar-nav li a {
    font-size: 16px !important;
  }
  #sidebar-wrapper .sidebar-nav .submenues li {
    line-height: 30px;
  }
  #sidebar-wrapper .sidebar-nav .social-whatsapp .fa {
    padding-right: 4px;
  }
  #sidebar-wrapper .menu_op2 {
    padding-bottom: 50px;
  }

  .footer_top .col-md-3, .footer_top .col-md-6 {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer_top .col-md-3 .social-icons-large, .footer_top .col-md-6 .social-icons-large {
    float: none;
    position: relative;
    text-align: center;
  }

  .footer_menu {
    /* text-align: left;
    width: 190px;
    margin: 0 auto;
    */
  }
  .footer_menu ul li {
    heigth: 20px;
  }
  .footer_menu ul li a {
    font-size: 12px !important;
  }

  .page_news_last section.news_list header .pull-right {
    display: none;
  }
  .page_news_last .media_list .media-body {
    padding-left: 8px;
  }
  .page_news_last .media_list .media-body h3 {
    height: auto !important;
    margin-bottom: 2px;
  }

  .widget.um {
    margin: 0px -15px -20px !important;
  }

  .navbar-right {
    margin: 0 !important;
  }

  .profile2 {
    display: block;
    position: fixed;
    z-index: 300;
    top: 0;
    right: 0;
  }

  .user_button {
    display: none !important;
  }

  .user_avatar {
    display: block !important;
    position: absolute;
    right: 20px;
  }

  .user_avatar.no_logged {
    right: 6px;
    top: 3px;
  }

  .navbar-nav-user .dropdown-menu {
    margin-top: 6px !important;
    z-index: 5000;
    position: absolute !important;
  }

  .navbar-nav-user .caret {
    margin-top: 18px;
    margin-right: 10px;
  }

  #sidebar-admin {
    top: 51px;
  }

  .navbar_acb1.affix-top .profile2 {
    margin-top: 0;
  }

  .navbar-fixed-top.affix #sidebar-admin {
    margin-top: 0;
  }

  section.news_list header .title {
    padding-bottom: 0;
    border-bottom: 0;
  }

  #ModUsers {
    margin: 0;
    margin-top: -10px;
  }

  .user_avatar {
    display: block !important;
    padding: 7px 7px 0 0;
  }
  .user_avatar .fa-user {
    border: 2px solid #949599;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 3px 5px;
    font-size: 20px !important;
    color: #949599;
  }

  .users_contents .box_login {
    text-align: right;
  }

  .users_contents .open .dropdown-menu {
    border: 1px solid;
    background: #fff;
  }

  .menues.navbar-right {
    display: block;
    float: right;
  }

  .page_home .menues.navbar-right {
    /*display: none!important;*/
  }

  .navbar-menu1 .logo .logo_lg {
    display: none;
  }
  .navbar-menu1 .logo .logo_isologo {
    display: block !important;
  }

  .page_home .navbar-menu1 .logo .logo_lg {
    display: block;
  }
  .page_home .navbar-menu1 .logo .logo_isologo {
    display: none !important;
  }

  .swiper-container {
    margin-right: -15px;
    margin-left: -15px;
  }
  .swiper-container .news_item1.item3 .thumbnail .caption {
    padding: 8px 10px;
    width: 97%;
  }
  .swiper-container .news_item1.item1 .thumbnail .caption {
    padding: 4px 10px;
    width: 98%;
  }

  section.news_list .news_item1.item3 .caption h3 {
    margin-bottom: 16px;
  }

  section.news_list header .title {
    display: block !important;
    float: none !important;
  }

  /*section.news_list header{
  	margin-bottom: 3px;
  	.title {
  	    font-size: 18px;
  	    padding-left: 30px;
  	    background-size: 25px;
  	}

  }

  section.news_list header .title::before {
      font-size: 10px;

  }
  */
  section.news_list header .pull-left.filter_txt {
    display: none;
  }

  section.news_list header .pull-left .box_news_menues {
    font-size: 10px;
    color: #999;
    margin: 0;
    padding: 0;
    max-width: 160px;
    height: auto;
  }

  section.news_list header .pull-right {
    margin: 0;
  }

  .content_desktop {
    display: none;
  }

  .content_mobile {
    display: block;
  }

  section.header1 .header_box_derecha .user_profile_avatar {
    margin-top: 0;
  }
  section.header1 .header_box_derecha .user_profile_avatar img {
    width: 34px;
    margin-right: 6px;
    margin-top: 4px;
  }

  .news_principal2 .grid_items {
    border-right: 0px !important;
    border-bottom: 0px !important;
  }

  .banner_fl, .display-block {
    display: none;
  }

  .box_modules_1174112, .box_modules_1174092, .logos pull-left {
    display: none;
  }

  .footer .container {
    width: 100% !important;
    margin: 0;
    padding: 0;
  }
  .footer .footer_posi2 .col-md-2, .footer .footer_posi2 .col-md-6, .footer .footer_posi2 .col-md-8 {
    clear: both;
    display: table;
    width: 100%;
  }
  .footer .footer_posi2 .afip {
    display: none;
  }
  .footer .footer_posi2 .footer_menu {
    width: 100%;
    float: none;
  }
  .footer .footer_posi2 .footer_menu h2 {
    font-size: 18px;
    margin: 35px auto 15px;
    text-align: center;
  }
  .footer .footer_posi2 .footer_menu ul {
    margin: 0 auto;
    text-align: center;
  }
  .footer .footer_posi2 .footer_menu ul li {
    font-size: 16px;
    margin: 6px 0px;
  }
  .footer .footer_posi2 .footer_menu ul li .fa {
    display: none;
  }
  .footer .footer_posi2 .footer_menu ul.footer_popular li {
    width: auto;
    float: none;
    display: inline-block;
    padding: 10px;
  }
  .footer .footer_posi2 .footer_menu ul.footer_popular li a {
    font-size: 14px !important;
  }
  .footer .footer_posi2 .footer_menu ul.footer_secciones li a {
    font-size: 20px !important;
  }
  .footer .footer_posi2 .footer_menu ul.footer_servicios {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
  }
  .footer .footer_posi2 .footer_menu ul.footer_servicios li a {
    font-size: 16px !important;
  }
  .footer .footer_posi2 .footer_menu ul.footer_varios {
    display: none;
  }
  .footer .footer_posi2 .footer_menu .copyrightinfo {
    margin: 25px 0 0 25px;
  }
  .footer .footer-bottom .logos {
    display: none;
  }

  .news_principal2 .grid_items .grid_item.grid-alto {
    height: auto;
  }
  .news_principal2 .grid_items .grid_item.grid-alto article {
    height: auto;
  }

  .classifieds_classic.page_catalogs_home .path_tit1,
.classifieds_classic.page_catalogs_detail .path_tit1,
.classifieds_classic.page_catalogs_product_detail .path_tit1 {
    font-size: 20px;
    font-family: "OlsenTF";
    margin-left: 10px;
    text-transform: uppercase;
    padding-left: 10px;
  }
  .classifieds_classic.page_catalogs_home .navbar-menu1,
.classifieds_classic.page_catalogs_detail .navbar-menu1,
.classifieds_classic.page_catalogs_product_detail .navbar-menu1 {
    display: block;
  }
  .classifieds_classic.page_catalogs_home .navbar-menu3,
.classifieds_classic.page_catalogs_detail .navbar-menu3,
.classifieds_classic.page_catalogs_product_detail .navbar-menu3 {
    display: none;
  }
  .classifieds_classic.page_catalogs_home .container.layer_2,
.classifieds_classic.page_catalogs_detail .container.layer_2,
.classifieds_classic.page_catalogs_product_detail .container.layer_2 {
    display: none;
  }
  .classifieds_classic.page_catalogs_home .buscador,
.classifieds_classic.page_catalogs_detail .buscador,
.classifieds_classic.page_catalogs_product_detail .buscador {
    padding: 50px 10px;
  }
  .classifieds_classic.page_catalogs_home .buscador h1,
.classifieds_classic.page_catalogs_detail .buscador h1,
.classifieds_classic.page_catalogs_product_detail .buscador h1 {
    font-size: 26px;
  }
  .classifieds_classic.page_catalogs_home .buscador .buscador_fondo,
.classifieds_classic.page_catalogs_detail .buscador .buscador_fondo,
.classifieds_classic.page_catalogs_product_detail .buscador .buscador_fondo {
    width: 100%;
  }
  .classifieds_classic.page_catalogs_home .buscador .search_input,
.classifieds_classic.page_catalogs_detail .buscador .search_input,
.classifieds_classic.page_catalogs_product_detail .buscador .search_input {
    width: 95% !important;
    margin-bottom: 8px !important;
  }
  .classifieds_classic.page_catalogs_home .buscador label,
.classifieds_classic.page_catalogs_detail .buscador label,
.classifieds_classic.page_catalogs_product_detail .buscador label {
    display: inline;
  }
  .classifieds_classic.page_catalogs_home .classifieds_tabs_items,
.classifieds_classic.page_catalogs_detail .classifieds_tabs_items,
.classifieds_classic.page_catalogs_product_detail .classifieds_tabs_items {
    padding: 0;
  }
  .classifieds_classic.page_catalogs_home .classifieds_tabs .tab_item,
.classifieds_classic.page_catalogs_detail .classifieds_tabs .tab_item,
.classifieds_classic.page_catalogs_product_detail .classifieds_tabs .tab_item {
    padding: 10px;
    width: 25%;
  }
  .classifieds_classic.page_catalogs_home .classifieds_tabs .tab_item .tab_image::before,
.classifieds_classic.page_catalogs_detail .classifieds_tabs .tab_item .tab_image::before,
.classifieds_classic.page_catalogs_product_detail .classifieds_tabs .tab_item .tab_image::before {
    font-size: 35px;
  }
  .classifieds_classic.page_catalogs_home .classifieds_tabs .tab_item .tab_item_title,
.classifieds_classic.page_catalogs_detail .classifieds_tabs .tab_item .tab_item_title,
.classifieds_classic.page_catalogs_product_detail .classifieds_tabs .tab_item .tab_item_title {
    display: none;
  }
  .classifieds_classic.page_catalogs_home section.news_list header .title a,
.classifieds_classic.page_catalogs_detail section.news_list header .title a,
.classifieds_classic.page_catalogs_product_detail section.news_list header .title a {
    font-size: 20px !important;
  }
  .classifieds_classic.page_catalogs_home .swiper-container .news_item1,
.classifieds_classic.page_catalogs_detail .swiper-container .news_item1,
.classifieds_classic.page_catalogs_product_detail .swiper-container .news_item1 {
    padding: 10px !important;
  }
  .classifieds_classic.page_catalogs_home .swiper-container .news_item1 .caption,
.classifieds_classic.page_catalogs_detail .swiper-container .news_item1 .caption,
.classifieds_classic.page_catalogs_product_detail .swiper-container .news_item1 .caption {
    padding: 10px 20px;
  }
  .classifieds_classic.page_catalogs_home .dia,
.classifieds_classic.page_catalogs_detail .dia,
.classifieds_classic.page_catalogs_product_detail .dia {
    display: none;
  }
  .classifieds_classic.page_catalogs_home .profile2 #ModUsers,
.classifieds_classic.page_catalogs_detail .profile2 #ModUsers,
.classifieds_classic.page_catalogs_product_detail .profile2 #ModUsers {
    display: block;
  }
  .classifieds_classic.page_catalogs_home .affix .menu_icons, .classifieds_classic.page_catalogs_home .affix .menu_publish,
.classifieds_classic.page_catalogs_detail .affix .menu_icons,
.classifieds_classic.page_catalogs_detail .affix .menu_publish,
.classifieds_classic.page_catalogs_product_detail .affix .menu_icons,
.classifieds_classic.page_catalogs_product_detail .affix .menu_publish {
    display: none;
  }
  .classifieds_classic.page_catalogs_home .buscador_v2,
.classifieds_classic.page_catalogs_detail .buscador_v2,
.classifieds_classic.page_catalogs_product_detail .buscador_v2 {
    display: none;
  }
  .classifieds_classic.page_catalogs_home .buscador_v3,
.classifieds_classic.page_catalogs_detail .buscador_v3,
.classifieds_classic.page_catalogs_product_detail .buscador_v3 {
    padding: 0 10px;
  }
  .classifieds_classic.page_catalogs_home .buscador_v3 input,
.classifieds_classic.page_catalogs_detail .buscador_v3 input,
.classifieds_classic.page_catalogs_product_detail .buscador_v3 input {
    width: 100% !important;
  }
  .classifieds_classic.page_catalogs_home .buscador_v3 #CatalogIdTop,
.classifieds_classic.page_catalogs_detail .buscador_v3 #CatalogIdTop,
.classifieds_classic.page_catalogs_product_detail .buscador_v3 #CatalogIdTop {
    width: 65% !important;
  }
  .classifieds_classic.page_catalogs_home .classifieds_product,
.classifieds_classic.page_catalogs_detail .classifieds_product,
.classifieds_classic.page_catalogs_product_detail .classifieds_product {
    margin: 0 10px;
  }
  .classifieds_classic.page_catalogs_home .busqueda_guiada,
.classifieds_classic.page_catalogs_detail .busqueda_guiada,
.classifieds_classic.page_catalogs_product_detail .busqueda_guiada {
    padding: 0 10px;
  }
  .classifieds_classic.page_catalogs_home .busqueda_guiada .bgtitle,
.classifieds_classic.page_catalogs_detail .busqueda_guiada .bgtitle,
.classifieds_classic.page_catalogs_product_detail .busqueda_guiada .bgtitle {
    width: 100%;
  }
  .classifieds_classic.page_catalogs_home .busqueda_guiada .list-inline,
.classifieds_classic.page_catalogs_detail .busqueda_guiada .list-inline,
.classifieds_classic.page_catalogs_product_detail .busqueda_guiada .list-inline {
    padding-left: 0;
  }
  .classifieds_classic.page_catalogs_home .news_list .news_high_title,
.classifieds_classic.page_catalogs_detail .news_list .news_high_title,
.classifieds_classic.page_catalogs_product_detail .news_list .news_high_title {
    margin-bottom: 0;
    margin-left: 10px;
  }
  .classifieds_classic.page_catalogs_home section.news_list header .title,
.classifieds_classic.page_catalogs_detail section.news_list header .title,
.classifieds_classic.page_catalogs_product_detail section.news_list header .title {
    background-size: 34px;
    background-position: 0px 15px;
  }
  .classifieds_classic.page_catalogs_home .btn_add,
.classifieds_classic.page_catalogs_detail .btn_add,
.classifieds_classic.page_catalogs_product_detail .btn_add {
    display: block;
    position: fixed;
    top: 0;
    right: 40px;
    z-index: 500;
  }
  .classifieds_classic.page_catalogs_home .btn_add::before,
.classifieds_classic.page_catalogs_detail .btn_add::before,
.classifieds_classic.page_catalogs_product_detail .btn_add::before {
    font-family: FontAwesome;
    content: "";
    display: inline-block;
    padding: 0px 6px 0 3px;
    vertical-align: middle;
    font-size: 16px;
    margin-top: -7px;
    border: 2px solid #949599;
    width: 30px;
    height: 30px;
    color: #949599;
    border-radius: 50%;
    padding: 2px 7px;
  }
  .classifieds_classic.page_catalogs_home .buscador_v3 .search_input,
.classifieds_classic.page_catalogs_detail .buscador_v3 .search_input,
.classifieds_classic.page_catalogs_product_detail .buscador_v3 .search_input {
    width: 100% !important;
  }
  .classifieds_classic.page_catalogs_home .buscador_v3 .search_fast,
.classifieds_classic.page_catalogs_detail .buscador_v3 .search_fast,
.classifieds_classic.page_catalogs_product_detail .buscador_v3 .search_fast {
    background: none;
    color: #f00;
    border: none;
    padding: 0px;
    position: absolute;
    top: 10px;
    right: 40px;
  }
  .classifieds_classic.page_catalogs_home .buscador_v3 .search_fast .btxt,
.classifieds_classic.page_catalogs_detail .buscador_v3 .search_fast .btxt,
.classifieds_classic.page_catalogs_product_detail .buscador_v3 .search_fast .btxt {
    display: none;
  }
  .classifieds_classic.page_catalogs_home .buscador_v3 #CatalogIdTop,
.classifieds_classic.page_catalogs_detail .buscador_v3 #CatalogIdTop,
.classifieds_classic.page_catalogs_product_detail .buscador_v3 #CatalogIdTop {
    display: none;
  }
  .classifieds_classic.page_catalogs_home .filter_show2.navbar-toggle,
.classifieds_classic.page_catalogs_detail .filter_show2.navbar-toggle,
.classifieds_classic.page_catalogs_product_detail .filter_show2.navbar-toggle {
    position: absolute;
    right: 10px;
    top: -10px;
    margin: 0px;
    padding: 0px;
  }
  .classifieds_classic.page_catalogs_home .filter_show2,
.classifieds_classic.page_catalogs_detail .filter_show2,
.classifieds_classic.page_catalogs_product_detail .filter_show2 {
    color: red;
  }
  .classifieds_classic.page_catalogs_home .filter_show2 .fa-filter,
.classifieds_classic.page_catalogs_detail .filter_show2 .fa-filter,
.classifieds_classic.page_catalogs_product_detail .filter_show2 .fa-filter {
    font-size: 20px;
  }
  .classifieds_classic.page_catalogs_home .filter_top .filtrar_btn,
.classifieds_classic.page_catalogs_detail .filter_top .filtrar_btn,
.classifieds_classic.page_catalogs_product_detail .filter_top .filtrar_btn {
    padding: 4px 10px 4px 4px;
    width: auto;
    border: 1px solid;
    float: right;
    border-radius: 20px;
    cursor: pointer;
  }
  .classifieds_classic.page_catalogs_home .catalogs_content,
.classifieds_classic.page_catalogs_detail .catalogs_content,
.classifieds_classic.page_catalogs_product_detail .catalogs_content {
    padding: 0 15px;
  }
  .classifieds_classic.page_catalogs_home .list-label,
.classifieds_classic.page_catalogs_detail .list-label,
.classifieds_classic.page_catalogs_product_detail .list-label {
    margin-bottom: 20px;
  }
  .classifieds_classic.page_catalogs_home .list-label .label,
.classifieds_classic.page_catalogs_detail .list-label .label,
.classifieds_classic.page_catalogs_product_detail .list-label .label {
    font-size: 10px;
    font-weight: normal;
  }
  .classifieds_classic.page_catalogs_home #resultadoBusqueda,
.classifieds_classic.page_catalogs_detail #resultadoBusqueda,
.classifieds_classic.page_catalogs_product_detail #resultadoBusqueda {
    margin: 0 !important;
  }
  .classifieds_classic.page_catalogs_home #resultadoBusqueda .pull-left,
.classifieds_classic.page_catalogs_detail #resultadoBusqueda .pull-left,
.classifieds_classic.page_catalogs_product_detail #resultadoBusqueda .pull-left {
    display: none;
  }
  .classifieds_classic.page_catalogs_home #resultadoBusqueda .classifieds1 .caption,
.classifieds_classic.page_catalogs_detail #resultadoBusqueda .classifieds1 .caption,
.classifieds_classic.page_catalogs_product_detail #resultadoBusqueda .classifieds1 .caption {
    padding: 0 15px;
  }
  .classifieds_classic.page_catalogs_home .affix .logo_isologo_blanco,
.classifieds_classic.page_catalogs_detail .affix .logo_isologo_blanco,
.classifieds_classic.page_catalogs_product_detail .affix .logo_isologo_blanco {
    display: block !important;
  }
  .classifieds_classic.page_catalogs_home .affix .logo_isologo,
.classifieds_classic.page_catalogs_detail .affix .logo_isologo,
.classifieds_classic.page_catalogs_product_detail .affix .logo_isologo {
    display: none !important;
  }
  .classifieds_classic.page_catalogs_home .affix .user_avatar .fa-user,
.classifieds_classic.page_catalogs_detail .affix .user_avatar .fa-user,
.classifieds_classic.page_catalogs_product_detail .affix .user_avatar .fa-user {
    border: 2px solid #fff;
    color: #fff;
  }
  .classifieds_classic.page_catalogs_home .affix .btn_add::before,
.classifieds_classic.page_catalogs_detail .affix .btn_add::before,
.classifieds_classic.page_catalogs_product_detail .affix .btn_add::before {
    border: 2px solid #fff;
    color: #fff;
  }

  .bottom-bar .text-font {
    width: 100%;
  }

  .bottom-bar .fb-share,
.bottom-bar .tw-share,
.bottom-bar .wsp-share {
    min-width: 26%;
  }

  .bottom-bar .tw-share span,
.bottom-bar .wsp-share span {
    display: none;
  }

  .bottom-bar .svg-tw {
    margin-right: 0 !important;
    top: 12px !important;
  }

  .bottom-bar .svg-wsp {
    margin-right: 0 !important;
    top: 9px !important;
  }

  .page_polls_home .section_popular.section_encuesta .bottom-bar, .page_polls_detail .section_popular.section_encuesta .bottom-bar {
    width: 100%;
    padding: 7px;
    bottom: -1px !important;
    background: #333;
    z-index: 5000;
    position: fixed;
    margin: 0px;
  }

  .page_loterias .page_container2 {
    padding: 0px;
  }
  .page_loterias .promo {
    width: 100%;
  }

  .cont_tags {
    display: none;
  }

  .contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_path_tit {
    display: none !important;
  }

  .contacts_container {
    display: block;
  }

  .page_tag h1 {
    font-size: 25px;
  }
  .page_tag h1 small {
    font-size: 14px;
    display: block;
  }
}
.banner_banner_autocentro img {
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
}

#section_1174168_list .col-md-9 .banners aside {
  width: 100% !important;
}

/*
.ModBoxesContent {
	position:relative;
	.box_content{
		    display: none;
		    position: absolute;
		    top: -25px;
		    left: 0;
		    width: 100%;
		    height: 10px;
		    z-index: 400;
	}

}
.ModBoxesContent:hover .box_content{
	display:block;

}
*/

/*# sourceMappingURL=style.css.map */
