@charset "UTF-8";
@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");
/*html, body, #page-content-wrapper {
    overflow-x: hidden;
    background: var(--color-background);
 }
*/
@import "../../_generic/css/columnistas/columnistas2.css";
#page-content-wrapper {
  background: var(--color-background);
}

#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;
}
*/
.page_login .logo_adiarios {
  display: block;
  width: 100%;
  float: none;
  font-size: 34px;
  font-weight: bold;
  color: #050573 !important;
  text-transform: uppercase;
  font-family: unset;
}
.page_login .logo_adiarios .cms {
  font-weight: normal;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: var(--primary_color);
  /* -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;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1200;
}

.themebasic_sidebar.themebasic_header2 #wrapper.toggled #sidebar-wrapper {
  overflow-y: hidden;
}

#sidebar-wrapper::-webkit-scrollbar {
  width: 8px; /* Tamaño del scroll en vertical */
  height: 8px; /* Tamaño del scroll en horizontal */
}

#sidebar-wrapper::-webkit-scrollbar {
  width: 3px;
}

#sidebar-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

#sidebar-wrapper::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 10px;
}

#sidebar-wrapper::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

.themebasic_header2 #wrapper.toggled #sidebar-wrapper {
  top: 0;
}
.themebasic_header2 #wrapper.toggled #page-content-wrapper:after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 1100;
}
.themebasic_header2 .sidebar-top {
  display: block !important;
}
.themebasic_header2 #sidebar-wrapper .sidebar-top {
  padding: 4px 6px 4px 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.themebasic_header2 #sidebar-wrapper .sidebar-top a {
  text-decoration: none;
}
.themebasic_header2 #sidebar-wrapper .sidebar-top .logo_sitename {
  color: var(--menuitemcolor1);
  display: block;
  font-weight: bold;
  font-size: 24px;
  font-family: var(--font3);
}
.themebasic_header2 #sidebar-wrapper .sidebar-top .nav-bars1.navbar-on {
  right: 10px;
  padding: 9px 5px;
  margin-top: 6px;
  width: 24px;
  height: 45px;
  color: var(--menuitemcolor1);
  cursor: pointer;
}
.themebasic_header2 #sidebar-wrapper .sidebar-top .logo_content {
  float: left;
  margin: 4px 0;
}
.themebasic_header2 #sidebar-wrapper .sidebar-top .nav-barsx {
  float: right;
  margin: 3px;
}
.themebasic_header2 #sidebar-wrapper .sidebar-top .closeIcon {
  position: absolute;
  right: 5px;
  top: 14px;
  width: 30px;
  height: 30px;
  opacity: 1;
}
.themebasic_header2 #sidebar-wrapper .sidebar-top .closeIcon:hover {
  opacity: 1;
}
.themebasic_header2 #sidebar-wrapper .sidebar-top .closeIcon:before, .themebasic_header2 #sidebar-wrapper .sidebar-top .closeIcon:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: var(--menuitemcolor1);
}
.themebasic_header2 #sidebar-wrapper .sidebar-top .closeIcon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.themebasic_header2 #sidebar-wrapper .sidebar-top .closeIcon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.themebasic_header2 #sidebar-wrapper .sidebar-top .nav-barsx .fa-times {
  color: var(--menuitemcolor1);
  cursor: pointer;
}
.themebasic_header2 .sidebar-wrapper {
  overflow: hidden;
}
.themebasic_header2 .sidebar-wrapper-menu {
  overflow-y: auto;
  padding-bottom: 90px;
  height: 100%;
  overflow-x: hidden;
}
.themebasic_header2 .sidebar-nav li a {
  padding-left: 0;
}
.themebasic_header2 .sidebar-wrapper-menu::-webkit-scrollbar {
  width: 8px; /* Tamaño del scroll en vertical */
  height: 8px; /* Tamaño del scroll en horizontal */
}
.themebasic_header2 .sidebar-wrapper-menu::-webkit-scrollbar {
  width: 3px;
}
.themebasic_header2 .sidebar-wrapper-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.themebasic_header2 .sidebar-wrapper-menu::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 10px;
}
.themebasic_header2 .sidebar-wrapper-menu::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}
.themebasic_header2 .closeIcon {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  opacity: 1;
}
.themebasic_header2 .closeIcon:hover {
  opacity: 1;
}
.themebasic_header2 .closeIcon:before, .themebasic_header2 .closeIcon:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #333;
}
.themebasic_header2 .closeIcon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.themebasic_header2 .closeIcon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.themebasic_header2 .bloquecontenedor .principal .col-md-2.portada_derecha {
  width: 300px;
}

#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: var(--menuitemcolor1);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  font-family: var(--font2), sans-serif;
  padding-left: 10px;
  line-height: 40px;
}

.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: var(--menuitemcolor1);
  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: var(--menuitemcolor1);
  text-transform: uppercase;
  font-size: 13px;
  line-height: 26px;
}

#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: 1px) {
  #wrapper {
    padding-left: 0;
  }
  /*#wrapper.toggled {
      padding-left: 15px;
  }*/
  #sidebar-wrapper {
    width: 0;
  }
  /*#wrapper.toggled #sidebar-wrapper {
      width: 250px;
  }*/
  #page-content-wrapper {
    position: relative;
  }
  /*#wrapper.toggled #page-content-wrapper {
        margin-right: 0;
    }
    */
}
.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, rgb(0, 0, 0) 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: "\f075";
}
.news_stats .news_stats_visits .icon-visits:before {
  content: "\f06e";
}

.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, rgb(0, 0, 0) 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;
  -webkit-transition: all 0.2s ease-in-out 0s;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: "\f028";
  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 {
  -webkit-transition: background-color 0.4s ease;
  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 {
  -webkit-transition: background-color 0.4s ease;
  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: var(--font2), "Open Sans", helvetica, arial, sans-serif;
  font-size: 100%;
}

body {
  padding-top: 70px;
  background: var(--background_color);
  color: var(--font_color1);
}

.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: var(--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 transparent;
  /*border-bottom: 1px solid #e1e1e1;
     box-shadow: 0 1px 1px 0 #f0f0f0;*/
  border-top: none;
  border-radius: 0px;
  border-right: 0;
  border-left: 0;
  background: var(--header_color);
}
.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: var(--primary_color);
}
#myNav li a {
  color: var(--menuitemcolor1);
  padding: 12px !important;
}

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

.themebasic_sidebar.themebasic_header2 #sidebar-wrapper.affix {
  margin-top: 0px !important;
}

/*.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,
.header_version3 .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-color: rgba(255, 255, 255, 0.08) !important;
}
.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: var(--font_color1);
  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-height: 180%;
  max-width: 100%;
  margin: 0 auto;
}

.news_principal2 .grid_items .grid_item.col-md-3 article img {
  max-width: 135%;
}

.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-height: 180%;
  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: var(--font1);
}
.servicios_cnt .post.medium-post .post-content .seccion {
  font-family: var(--font2);
  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 {
  /*.navbar-nav li:focus a, .navbar-nav li:hover a{
  	background-color:transparent;
  }
  .mainmenu > li > a {
   	color: #ecf0f1;
     }*/
  /*.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: var(--primary_color);
}
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: var(--font2), sans-serif;
  font-size: 11px !important;
  font-weight: 700;
  text-decoration: none;
  /*text-transform: uppercase;*/
  color: var(--header_font_color1);
  padding: 12px 7px 8px !important;
}
section.header1 .navbar-nav.navbar-menu3 > li > a {
  font-size: 15px !important;
  padding: 12px 12px 8px !important;
  color: var(--primary_color);
}
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: rgba(0, 0, 0, 0);
  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;
  color: #000;
}
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 var(--primary_color);
  border-radius: 4px;
  padding: 4px 15px !important;
  color: var(--primary_color);
  font-weight: normal;
  text-transform: uppercase;
}
section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: var(--primary_color) !important;
  color: #fff;
}
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 {
  color: hererdar !important;
}
section.header1 section.header1 .navbar-default .navbar-nav > .active > a, section.header1 section.header1 .navbar-default .navbar-nav > .active > a:focus, section.header1 section.header1 .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent !important;
}
section.header1 #myNav .navbar-nav > .active > a, section.header1 #myNav .navbar-nav > .active > a:focus, section.header1 #myNav .navbar-nav > .active > a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
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: var(--font1);
  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: var(--primary_color) !important;
  font-family: var(--font1);
  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: var(--font1);
  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,
.header_version3 .navbar_acb1 .dia {
  display: none;
}

.navbar_acb1 #ModUsers {
  display: none;
}

.header_version2 .navbar_acb1 #ModUsers,
.header_version3 .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;
}

.navbar_acb1 .txt_secciones {
  float: left;
  display: block;
  padding-left: 40px;
  padding-top: 4px;
  font-weight: normal;
  width: 85px;
  color: var(--header_font_color1) !important;
}
.navbar_acb1 .menu_header.btn_bg {
  background: transparent !important;
}

.nav-bars1 .bar1, .nav-bars1 .bar2, .nav-bars1 .bar3 {
  width: 100%;
  height: 2px;
  margin-bottom: 5px;
  background-color: var(--header_font_color1);
  -webkit-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: var(--header_font_color1);
}

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

.nav-bars1.navbar-on .bar3 {
  -webkit-transform-origin: 10% 40%;
          transform-origin: 10% 40%;
  -webkit-transform: rotate(-45deg);
          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: var(--tertiary_color);
  font-size: 11px;
  font-weight: normal;
  padding: 6px 4px;
  font-family: var(--font2);
  text-transform: uppercase;
}

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

.tags_home .temas_hoy {
  display: block;
  font-family: var(--font2);
  color: var(--tertiary_color);
  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;
  display: block;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
  margin-top: 15px;
}
.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;
  border-left: 1px solid #ddd;
  padding: 5px;
  margin-left: 10px;
}
.widget.tags .social-icons-large i {
  font-size: 20px;
  color: var(--font_color1);
  opacity: 0.7;
  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: var(--primary_color);
  border-color: var(--primary_color);
  opaciti: 1;
}
.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 {
  -webkit-filter: brightness(110%);
          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: var(--primary_color);
}

#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: var(--font2);
  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;
  margin-bttom: 5px;
}
section.news_list header .title a, section.news_list header .title span.title2 {
  font-family: var(--font1);
  font-size: 30px;
  color: var(--font_color1);
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 3px solid var(--primary_color);
  padding-bottom: 5px;
}
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-weight: 600;
  font-family: var(--font1);
  font-weight: normal;
  /*font-size: 20px;
  line-height: 25px;
  */
  font-size: 22px;
  line-height: 25px;
  height: auto;
  overflow: hidden;
  margin: 0 0 6px 0;
}
section.news_list h3 .bloque_nota_intro {
  font-weight: bold;
}
section.news_list h3 .bloque_nota_intro.option3 {
  color: var(--primary_color);
}
section.news_list h3 .bloque_nota_intro.option4 {
  color: var(--primary_color);
  display: block;
}
section.news_list .seccion {
  text-align: left;
  font-size: 11px;
  color: var(--font_color1);
  opacity: 0.8;
}
section.news_list .seccion .seccion_category {
  text-transform: uppercase;
}

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

section.news_list header .title {
  text-transform: capitalize;
}

/*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;
}

.swiper-container .swiper-slide .thumbnail {
  background: transparent;
}
.swiper-container .swiper-slide .thumbnail .caption {
  color: var(--font_color1);
}

.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: var(--font1);
}
.news_item2 .tagname {
  color: #EA1C24;
  font-size: 20px;
}
.news_item2 h3 {
  font-size: 36px !important;
  line-height: 43px !important;
  height: auto !important;
  color: var(--font_color1);
  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: var(--primary_color);
  padding: 8px;
  text-transform: uppercase;
  font-family: var(--font2);
}

.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-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.9)));
  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: var(--font1), 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: var(--font1), 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: var(--font1);
  font-weight: 900;
}

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

  .sin_foto{
  	border: 1px solid var(--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: var(--font1);
  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: var(--primary_color);
  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: var(--primary_color);
  border-radius: 6px;
  color: var(--menuitemcolor1);
  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 {
  opacity: 0.8;
}
.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: var(--primary_color);
}

.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;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
          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: var(--primary_color);
  padding: 15px;
  height: 140px;
}
.widget_news_main .caption2 h2 {
  margin: 0px;
  color: #fff;
  font-family: var(--font1);
  text-decoration: none;
}
.widget_news_main a:hover {
  text-decoration: none;
}

.widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid var(--primary_color);
  padding: 4px 15px;
  margin-bottom: 20px;
}
.widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner a h2 {
  color: #000;
  font-family: var(--font1);
  margin: 5px 0 2px;
}
.widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner .copete {
  color: #000;
  font-family: var(--font2);
}

.widgetnewsright2_ver2 .article_2 .caption3 {
  background: var(--tbg_1);
  padding: 12px;
}
.widgetnewsright2_ver2 .article_2 .caption3 h2 {
  color: #000;
  font-family: var(--font1);
  font-weight: 400;
  font-size: 22px;
  margin: 0px;
}

.news_grid_ver3 article {
  margin-bottom: 30px;
}
.news_grid_ver3 article .caption {
  background: var(--tbg_1);
  padding-bottom: 10px;
}
.news_grid_ver3 article .caption h3 {
  color: #000;
  font-family: var(--font1);
  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 var(--primary_color);
  padding: 0 15px 15px;
  margin-bottom: 20px;
}
.widget_rio_gallegos .title, .widget_santa_cruz .title {
  background: var(--primary_color);
  color: #fff;
  font-family: var(--font1);
  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: var(--font2);
  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: var(--primary_color);
}
.widget_rio_gallegos .leer_nota, .widget_santa_cruz .leer_nota {
  font-weight: 600;
  color: var(--primary_color);
  margin-top: 10px;
  font-size: 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.widget_santa_cruz {
  border: 1px solid var(--secondary_color);
}
.widget_santa_cruz .title {
  background: var(--secondary_color);
}
.widget_santa_cruz .copete .tagname {
  color: var(--secondary_color);
}
.widget_santa_cruz .leer_nota {
  color: var(--secondary_color);
}

.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 .tag_name1 {
  font-weight: 600;
  padding: 0 0 10px 0;
  font-size: 16px;
  color: var(--primary_color);
  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: var(--font1);
  letter-spacing: 0 !important;
  font-weight: normal !important;
  font-size: 43px !important;
}
.news_detail .redes .title {
  font-family: var(--font1);
}
.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 var(--primary_color);
  background: var(--primary_color);
}
.news_detail .desarrollo2 {
  line-height: 35px;
  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 var(--bg_2);
}

.news_related {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.news_related .titler {
  font-family: var(--font1);
  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: var(--primary_color) !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;
  background: #fff;
}
.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 var(--primary_color);
  border-top: 3px solid var(--primary_color);
}
.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: var(--primary_color);
}
.page_loterias .promo.data3 h2 .nombre, .page_loterias .promo.data3 .cabeza_cod {
  background: var(--primary_color);
}
.page_loterias .promo.data1 h2 .nombre, .page_loterias .promo.data1 .cabeza_cod {
  background: var(--primary_color);
}
.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: "\f105";
  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 var(--bg_2);
  padding-top: 20px;
  margin-top: 20px;
  border-bottom: 2px solid var(--bg_2);
  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: var(--primary_color);
}
.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: var(--font_color1);
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
.footer .footer_menu ul li a .fa {
  color: red;
}
.footer .footer_menu ul li a:hover {
  opacity: 0.9;
}
.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: var(--font_color1);
  opacity: 0.8;
}
.footer .footer_menu ul.footer_varios .sep {
  float: left;
  padding-right: 10px;
  font-size: 30px;
  margin-top: -10px;
}
.footer .footer_menu .copyrightinfo {
  font-size: 12px;
  color: var(--font_color1);
  opacity: 0.8;
  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 var(--primary_color);
  display: block;
  color: var(--primary_color);
}
.footer .footer_menu ul.footer_popular li a:hover {
  background: var(--primary_color);
  color: #fff;
  font-weight: bold;
}
.footer .afip {
  text-align: right;
}
.footer .afip img {
  width: 40px;
}
.footer .footer-bottom {
  background: rgba(0, 0, 0, 0.1) !important;
  margin-top: 20px;
  padding: 15px 0 35px;
}
.footer .footer-bottom .poweredby {
  color: var(--font_color1);
  font-size: 14px;
  text-decoration: none;
}
.footer .footer-bottom .poweredby .adiarioscms {
  font-family: "Righteous";
  text-decoration: none;
  color: var(--font_color1);
}

.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: "\f105";
  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: "\f104";
  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 var(--bg_2);
  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: var(--font_color1);
  opacity: 0.8;
}
.news_popular .media_list .media.data .tagname {
  color: var(--primary_color);
}
.news_popular .media_list .media.data h3 {
  height: 64px;
  font-size: 18px;
  line-height: 21px;
  color: var(--font_color1);
}
.news_popular .media_list .media.data .seccion {
  text-align: left;
  color: var(--font_color1);
  opacity: 0.8;
}
.news_popular .media_list .media.data .lugar {
  margin-top: -15px;
  float: right;
  font-size: 11px;
}

.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: var(--font1);
  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;
}

.navbar_acb1 {
  color: var(--header_font_color1);
}

#users_contents .box_login {
  color: var(--header_font_color1);
}

.content_search .dropdown-search {
  height: 49px;
  padding-top: 4px;
  position: absolute;
  top: 0;
  background: var(--header_color);
  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: "\f00d";
}

.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: var(--font1);
  text-align: center;
  padding: 0;
  margin: 15px 0 0px;
}
.dlg_login .site_url {
  font-size: 30px;
  font-family: var(--font1);
  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: var(--font1);
  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 {
  -webkit-box-sizing: border-box;
          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: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.dlg_login .loginBtn:focus {
  outline: none;
}
.dlg_login .loginBtn:active {
  -webkit-box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}
.dlg_login .loginBtn--facebook {
  background-color: #4C69BA;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4C69BA), to(#3B55A0));
  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: -webkit-gradient(linear, left top, left bottom, from(#5B7BD5), to(#4864B1));
  background-image: linear-gradient(#5B7BD5, #4864B1);
}
.dlg_login .loginBtn--google {
  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: var(--font1);
  margin-left: 10px;
  font-size: 20px;
  color: #555;
}
.dlg_login .micuenta .valor {
  font-family: var(--font1);
  font-size: 20px;
  color: #999;
}
.dlg_login .panel-default {
  border: 0;
  -webkit-box-shadow: none;
          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: rgba(255, 255, 255, 0.08) !important;
  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: var(--primary_color) !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;
  line-height: 25px;
  display: inherit;
}

.news_item5 .image {
  margin-bottom: 0px;
}
.news_item5 .copete {
  background: var(--primary_color);
  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: -webkit-box;
  display: -ms-flexbox;
  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;
  -o-object-fit: cover;
     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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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;
}

/*theme_color_ini*/
#sidebar-wrapper {
  background: var(--primary_color);
}

.contentinterior #navbar_top_header.navbar-fixed-top.affix .affix_logo .logo_sitename {
  color: var(--primary_color);
}

#myNav {
  background: var(--primary_color);
}

#WidgetNewsTotal article.news_item1.item1:hover h3,
#WidgetNewsTotal article.news_item1.news_item2.news_item4:hover h3 {
  color: var(--primary_color);
}

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

section.header1 .logo_sitename {
  color: var(--header_font_logo1);
  font-family: var(--font3);
}
section.header1 .navbar-nav.navbar-menu3 > li > a {
  color: var(--header_font_color1);
}
section.header1 .navbar-nav-user.user_button_no_logged li a {
  border: 1px solid var(--header_font_logo1);
  color: var(--header_font_logo1);
}
section.header1 .navbar-nav-user.user_button_no_logged li:hover a {
  background: var(--header_font_logo1) !important;
  color: var(--header_color);
}
section.header1 .header_box_derecha.fecha .container_der .dia {
  color: var(--primary_color) !important;
}

.widget.tags .social-icons-large i:hover {
  background: var(--primary_color);
  border-color: var(--primary_color);
}

.btn_ver_mas {
  background: var(--primary_color);
  color: var(--menuitemcolor1) !important;
}

.section_popular.widget_news_1 .media_list .media .media-body .cont {
  background: var(--primary_color);
}

.widget_news_main .caption2 {
  background: var(--primary_color);
}

.widgetnewsright2_ver2 .article_1 .widgetnewsright2_ver2_inner {
  border: 1px solid var(--primary_color);
}

.news_detail .nd_top .tag_name1 {
  color: var(--primary_color);
}
.news_detail .news_tags .tag_name1:hover {
  border: 1px solid var(--primary_color);
  background: var(--primary_color);
}

.srv_horoscopo_signo .hrs_text .hrs_text_tit1 {
  color: var(--primary_color) !important;
}

.page_loterias .promo .promo_inner {
  border-bottom: 1px solid var(--primary_color);
  border-top: 3px solid var(--primary_color);
}
.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: var(--primary_color);
}
.page_loterias .promo.data3 h2 .nombre, .page_loterias .promo.data3 .cabeza_cod {
  background: var(--primary_color);
}
.page_loterias .promo.data1 h2 .nombre, .page_loterias .promo.data1 .cabeza_cod {
  background: var(--primary_color);
}

.footer .logo_sitename {
  color: var(--primary_color);
  font-family: var(--font3);
}
.footer .footer_menu ul.footer_popular li a {
  border: solid 1px var(--primary_color);
  color: var(--primary_color);
}
.footer .footer_menu ul.footer_popular li a:hover {
  background: var(--primary_color);
  color: #fff;
}
.footer .footer_menu ul.footer_secciones li a:hover,
.footer .footer_menu ul.footer_servicios li a:hover {
  opacity: 0.9;
}
.footer .footer-bottom .poweredby .adiarioscms {
  color: var(--font_color1);
}

.news_popular .media_list .media.data .tagname {
  color: var(--primary_color);
}

.widget.tags .social-icons-large i:hover {
  background: var(--primary_color);
  border-color: var(--primary_color);
}

.news_item5 .copete {
  background: var(--primary_color);
}

.swiper-pagination-bullet-active {
  background: var(--primary_color);
}

.weather_list .we_item h4 {
  color: var(--primary_color);
}

.weather_list .we_item .temperatura {
  color: var(--primary_color);
}

.today .sunrise .sunrise_hour {
  color: var(--primary_color);
}

.today .description .wlabel .wvalue {
  color: var(--primary_color);
}

.weather .today .we_temperatura .temp_actual, .weather .today .we_temperatura .temperatura {
  color: var(--primary_color);
}
.weather .today.bg-primary .day {
  color: var(--primary_color);
}

.page_loterias .promo .promo_inner {
  border-bottom: 1px solid var(--primary_color) !important;
  border-top: 3px solid var(--primary_color) !important;
}

.promo.data1 .cabeza_nro {
  color: var(--primary_color);
}

.portadas .panel-info .panel-heading {
  background: var(--primary_color) !important;
}

a {
  color: var(--primary_color);
}

.dlg_login .btnPrimary, .dlg_login .btn-primary {
  background: var(--primary_color);
}

.dlg_login .crear_cuenta2 .btnCrearCuenta {
  color: var(--primary_color);
}

.elections_detalle_acms1 {
  background: var(--primary_color) !important;
}

.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: var(--primary_color) !important;
}

.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: var(--primary_color) !important;
}

.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: var(--primary_color) !important;
}

/*theme_color_end*/
#sidebar-admin {
  position: fixed;
  right: 0;
  z-index: 400;
  /*top: 71px;*/
  top: 0;
}
#sidebar-admin .sidebar-admin-control {
  cursor: pointer;
  margin-top: 125px;
  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: 100vh !important;
  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;*/
}

.channel_videos {
  background: var(--primary_color) !important;
  padding: 10px 20px;
}
.channel_videos header .title {
  border: none !important;
}
.channel_videos header .title a {
  color: var(--menuitemcolor1) !important;
}
.channel_videos header:after {
  border: 1px solid #df6b6b;
}

.grid_items .grid_item article.show_play::after {
  font-family: FontAwesome;
  content: "\f144";
  display: inline-block;
  color: red;
  vertical-align: middle;
  margin-top: 0px;
  top: 30px;
  position: absolute;
  right: 0px;
  width: 50px;
  font-size: 32px;
  height: 44px;
  padding: 0px 3px 6px 10px;
  background: rgb(255, 255, 255);
  border-radius: 10px 0px 0px 10px;
}

.news_detail article .redes {
  border-bottom: 1px solid var(--bg_2);
  border-top: 1px solid var(--bg_2);
  margin-top: 20px;
  padding: 14px 0;
}

.headerFormato2 #myNav {
  background: transparent;
}
.headerFormato2 #myNav li a {
  color: var(--font_color1);
}
.headerFormato2 #myNav li.active {
  border-bottom: 3px solid var(--primary_color);
}
.headerFormato2 section.header1 .top2 {
  background: transparent;
}

@media (max-width: 990px) {
  .news_grid_ver3 article:nth-child(2n+1) {
    clear: both;
  }
  .themebasic_header2 .bloquecontenedor .principal .col-md-2.portada_derecha {
    display: none;
  }
}
@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: rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0.5019607843);
  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: "\f107";
  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: "\f1b9";
  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: "\f084" !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: "\f1b9" !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: "\f0f2" !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: "\f06b" !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: "\f1b9";
  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: "\f084" !important;
}
.rubros_choose .rubro_item .menu_icons .ico_automotores::before {
  content: "\f1b9" !important;
}
.rubros_choose .rubro_item .menu_icons .ico_empleos::before {
  content: "\f0f2" !important;
}
.rubros_choose .rubro_item .menu_icons .ico_varios::before {
  content: "\f06b" !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;
}

.box_popular3 {
  border: 1px solid #eee;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  max-width: 100%;
  float: right;
  margin-bottom: 30px;
}
.box_popular3 header {
  background: #f6f6f6;
}
.box_popular3 .title {
  margin: 20px;
}
.box_popular3 .title a {
  font-family: merriweather;
  font-size: 18px;
  color: #444;
  font-weight: 700;
}
.box_popular3 article {
  border-top: 1px solid #cfcfcf;
  padding: 15px;
}
.box_popular3 article .posi {
  float: left;
  width: 10%;
  text-align: left;
}
.box_popular3 article .posi .nro {
  margin: -4px 2px;
  color: #e10b17;
  font-family: merriweather;
  font-weight: 700;
  font-size: 18px;
}
.box_popular3 article .copete {
  float: left;
  width: 60%;
}
.box_popular3 article .copete h3 {
  font-size: 11px;
  font-family: merriweather;
  font-weight: 700;
  color: #444;
  margin: 0 0;
  line-height: 13px;
}
.box_popular3 article .image_content {
  float: left;
  text-align: right;
  width: 30%;
}
.box_popular3 article .image {
  width: 74px;
  height: 56px;
  overflow: hidden;
}
.box_popular3 article .image img {
  width: 130%;
  height: auto;
}

#mynav2 {
  background: var(--background_color);
  position: relative;
}
#mynav2 .mynav2_container {
  background: rgba(0, 0, 0, 0.03);
  padding: 5px 0;
  font-family: "Montserrat", sans-serif;
  color: var(--font_color1);
}
#mynav2 .cotizaciones {
  float: left;
  width: 37.5%;
  font-size: 13px;
  margin-top: 2px;
}
#mynav2 .cotizaciones .dolar {
  color: var(--primary_color);
}
#mynav2 .cotizaciones .datos .dato {
  margin-right: 10px;
  text-decoration: none;
  color: var(--font_color1);
}
#mynav2 .cotizaciones .datos .dato:hover {
  opacity: 0.7;
}
#mynav2 .cotizaciones .datos .dato:not(:first-child):before {
  content: "•";
  color: #ccc;
  position: relative;
  top: 0.0625rem;
  margin-right: 0.5rem;
}
#mynav2 .cotizaciones .datos .dato .valor {
  font-weight: bold;
  margin-left: 4px;
}
#mynav2 .clima {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 13px;
}
#mynav2 .clima a {
  text-decoration: none;
  color: var(--font_color1);
}
#mynav2 .clima .dia {
  text-transform: uppercase;
}
#mynav2 .clima .wiget_weather_img {
  padding: 0 5px;
  color: var(--primary_color);
  font-size: 15px;
}
#mynav2 .clima .weathertemp {
  padding-right: 2px;
}
#mynav2 .radio2 {
  font-size: 13px;
  float: right;
  width: 37.5%;
}
#mynav2 .radio2 .radio2_inner {
  float: right;
}
#mynav2 .radio2 .escucha_ahora {
  float: left;
  margin-right: 10px;
  color: var(--primary_color);
  text-transform: uppercase;
  font-weight: bold;
}
#mynav2 .radio2 .escucha_ahora img.radio_play {
  width: 30px;
  display: block;
  float: left;
  margin-top: -8px;
  margin-right: 5px;
}
#mynav2 .radio2 .radio_der {
  float: left;
}
#mynav2 .radio2 .radio_der_control {
  margin-right: 10px;
  margin-top: -9px;
  font-size: 26px;
  margin-left: 8px;
  cursor: pointer;
  color: var(--primary_color);
}
#mynav2 .radio2 .radio_tiemposur {
  color: var(--primary_color);
  font-weight: bold;
  margin-top: -5px;
}

.page_tag .news_item4 {
  height: 330px;
}
.page_tag .news_item4 .copete {
  height: 100px !important;
}
.page_tag .news_item4 h3 {
  font-size: 20px !important;
  font-weight: normal;
}
.page_tag .news_item4 .lugar {
  float: right;
  font-size: 11px;
}

@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: var(--font1);
}

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

.grid_items article:hover .image img,
.grid_items article:hover .placeholder-bg {
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.grid_items article:hover .image img,
.swiper-slide:hover .thumbnail .image img,
.news_tags article.news_item4:hover .image img {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.grid_items article:hover .placeholder-bg {
  opacity: 0.8;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.grid_items article:hover .placeholder-bg,
.grid_items article:hover .image,
.swiper-slide:hover .thumbnail .image,
.news_tags article.news_item4:hover .image {
  -webkit-box-shadow: 1px 1px 9px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 9px 2px rgba(0, 0, 0, 0.3);
}

.grid_items article:hover a h3 {
  opacity: 0.8;
}

article.content_related:before {
  content: "";
  height: 90px;
  width: 2px;
  background: #E1E1E1;
  top: 10px;
  position: absolute;
}

article.content_related {
  position: relative;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  background: transparent;
  border: none;
}
article.content_related a {
  width: 100%;
}
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 10px 10px 30px;
}
article.content_related .rel_image img {
  width: 100% !important;
  min-height: 100px !important;
  height: 100px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
article.content_related .rel_content {
  float: left;
  width: 78%;
  margin-left: 15px;
  margin: 10px;
}
article.content_related .rel_content .rel {
  color: #aaa !important;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  text-transform: uppercase;
}
article.content_related .rel_content h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: var(--primary_color) !important;
  margin: 4px 0 0 !important;
  font-weight: 500;
  width: auto !important;
  max-height: 57px;
  overflow: hidden;
  font-family: "Droid Serif";
}

.portada_derecha.col-md-2 .banners {
  margin-bottom: 20px;
}

.news_list article img,
.carousel-inner .item img {
  display: block;
  width: 100%;
  height: 100%;
}

@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;
  }
  .news_list.news_principal2 .grid_items .grid_item.col-md-12 .news_item4.news_item6 .copete {
    float: right;
    width: 50%;
    padding: 10px 30px;
  }
  .news_list.news_principal2 .grid_items .grid_item.col-md-12 .news_item4.news_item6 .copete h3 {
    font-size: 45px !important;
    line-height: 45px !important;
    max-height: 200px;
  }
  .news_list.news_principal2 .grid_items .grid_item.col-md-12 .news_item4.news_item6 .copete .copete_cont, .news_list.news_principal2 .grid_items .grid_item.col-md-12 .news_item4.news_item6 .copete .copete_cont:hover {
    font-size: 24px;
    color: var(--font_color1);
  }
  .news_list.news_principal2 .grid_items .grid_item.col-md-12 .news_item4.news_item6 .image {
    float: left;
    width: 50%;
    height: 350px;
  }
  .news_list.news_principal2 .grid_items .grid_item.col-md-12 .news_item4.news_item6 .image img {
    display: block;
    /* width: auto; */
    height: none;
    /* max-height: 180%!important; */
    /* max-width: 150%; */
    /* margin: 0 auto; */
    width: 130%;
    height: 130%;
    -o-object-fit: cover;
       object-fit: cover;
    /* width: auto; */
    height: auto;
    max-height: 100%;
    max-width: 100%;
  }
  .bloquecontenedor .col-md-10.portada_principal .news_list.news_principal2 .grid_items .grid_item.col-md-12 .news_item4.news_item6 .copete {
    padding: 0px 15px;
  }
  .bloquecontenedor .col-md-10.portada_principal .news_list.news_principal2 .grid_items .grid_item.col-md-12 .news_item4.news_item6 .copete h3 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  .bloquecontenedor .col-md-10.portada_principal .news_list.news_principal2 .grid_items .grid_item.col-md-12 .news_item4.news_item6 .copete .copete_cont {
    font-size: 18px;
  }
  .bloquecontenedor .col-md-10.portada_principal .news_list.news_principal2 .grid_items .grid_item.col-md-12 .news_item4.news_item6 .image {
    height: 320px;
  }
  /*    height: 300px;*/
}
@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;
  }
  .content_body .portada_principal {
    margin-right: -5px !important;
  }
  #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;
  }
  #mynav2 {
    display: none;
  }
  .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;
  			}
  		}
  	}
  */
  .news_item1.item3 .caption {
    padding: 60px 15px 8px !important;
  }
  .news_item1.item3 .caption h3 {
    margin-bottom: 5px !important;
    font-size: 28px;
    line-height: 32px;
  }
  .news_item1.item3 .caption .seccion {
    margin-top: 3px !important;
    color: #eee !important;
    font-size: 15px !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: "\f00d";
    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: white;
    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: white;
    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: "\f03d";
  }
  .nav_mob_servicios ul li.classifieds_home a:before {
    content: "\f290";
  }
  .nav_mob_servicios ul li.loterias a:before {
    content: "\f192";
  }
  .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: -webkit-box;
    display: -ms-flexbox;
    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;
  }
  .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: 25px;
    padding-right: 25px;
    padding-top: 5px;
  }
  .news_principal2 article.news_item4 .copete .seccion {
    position: relative;
    font-size: 12px;
    margin-top: 14px;
  }
  .news_principal2 article.news_item4 .copete h3 {
    font-size: 26px !important;
    line-height: 28px !important;
    max-height: none !important;
    font-weight: bold;
  }
  .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 -9px -15px !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 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: "\f040";
    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;
  }
  .news_principal2 .grid_items .grid_item.grid-alto article .copete p{
    display: none !important;
  }
  .swiper-container .news_item1 {
    height: 325px;
  }
  .swiper-container .news_item1.item1 .image {
    height: 230px;
  }
  .swiper-container article .caption h3 {
    font-size: 26px !important;
    line-height: 28px !important;
    max-height: none !important;
    font-weight: bold;
  }
}
.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;

}
*/
.principal .col-md-10.portada_principal {
  max-width: 1010px;
}

.principal .col-md-2.portada_derecha {
  margin-bottom: 0;
  position: sticky;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 74px;
  background: none;
  margin-left: -2px !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.col-md-2.portada_derecha aside {
  display: initial;
}

div.sticky {
  position: sticky;
  top: 80px;
}

.news_controls {
  text-align: center;
}
.news_controls .btn_aceptar {
  background: green;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.col-md-10.portada_principal .banners img {
  max-width: 100%;
  height: auto;
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .themebasic_sidebar .container {
    width: 100% !important;
    max-width: 1281px !important;
    /*height:30px;*/
  }
}
@media (min-width: 992px) {
  .themebasic_sidebar .content_body .principal .col-md-10 {
    width: 83.33333333%;
    max-width: 1010px;
  }
  .themebasic_sidebar .content_body .col-central.col-md-8 {
    width: 83.33333333%;
    max-width: 1010px;
  }
  .themebasic_sidebar .content_body .col-sidebar.col-md-4 {
    max-width: 300px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0;
    padding-right: 0;
  }
  #WidgetNewsBox article.news_item1.news_item2.news_item4.news_item6 .copete {
    height: 102px;
  }
  #WidgetNewsBox .grid_item.grid-alto article.news_item1.news_item2.news_item4.news_item7 .copete {
    height: 200px;
  }
  #WidgetNewsBox .grid_item.grid-alto article.news_item1.news_item2.news_item4.news_item7 .copete h3 {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  #WidgetNewsBox .grid_item.grid-alto article.news_item1.news_item2.news_item4.news_item7 .image {
    height: 362px;
  }
  #WidgetNewsBox .grid_item.grid-alto article.news_item1.news_item2.news_item4.news_item7 .image img {
    width: 100%;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  #WidgetNewsBox .grid_item.grid-alto.col-md-12 {
    height: 100%;
  }
  #WidgetNewsBox .grid_item.grid-alto.col-md-12 article.news_item1.news_item2.news_item4.news_item7 {
    height: 100%;
  }
  #WidgetNewsBox .grid_item.grid-alto.col-md-12 article.news_item1.news_item2.news_item4.news_item7 .copete {
    height: auto;
  }
  #WidgetNewsBox .grid_item.grid-alto.col-md-12 article.news_item1.news_item2.news_item4.news_item7 .image {
    height: 100%;
  }
}/*# sourceMappingURL=style.css.map */