@font-face {
  font-family: weathericons;
  src: url(../fonts/weathericons-regular-webfont.eot);
  src:
    url(../fonts/weathericons-regular-webfont.eot#iefix)
      format("embedded-opentype"),
    url(../fonts/weathericons-regular-webfont.woff2) format("woff2"),
    url(../fonts/weathericons-regular-webfont.woff) format("woff"),
    url(../fonts/weathericons-regular-webfont.ttf) format("truetype"),
    url(../fonts/weathericons-regular-webfont.svg#weather_iconsregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont_1.eot");
  src:
    url("../fonts/fontawesome-webfont.eot#iefix&v=4.6.2")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2") format("woff2"),
    url("../fonts/fontawesome-webfont.woff") format("woff"),
    url("../fonts/fontawesome-webfont.ttf") format("truetype"),
    url("../fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Emol_n_Icons;
  src: url(../fonts/emol_n_icons.eot);
  src:
    url(../fonts/emol_n_icons.eot#iefix) format("embedded-opentype"),
    url(../fonts/emol_n_icons.woff) format("woff"),
    url(../fonts/emol_n_icons.ttf) format("truetype"),
    url(../fonts/emol_n_icons.svg#emol_n_icons) format("svg");
  font-weight: 400;
  font-style: normal;
}
.error-msg {
  color: orange !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
  padding: 5px 10px !important;
  text-align: center !important;
  margin: 0px 0px 10px 0px !important;
  border-radius: 8px !important;
}

.valid-msg {
  color: #5fbd59 !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
  padding: 5px 10px !important;
  text-align: center !important;
  margin: 0px 0px 10px 0px !important;
  border-radius: 8px !important;
}

.jopaH2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  font-family: "Arial", sans-serif;
  color: #1c1c1c;
  margin: 0 0 15px;
  display: flex;
  align-items: center;
}
.show-all__content-wrapper a {
  font-weight: 600;
  color: blue;
}

#calculator {
  max-width: 420px;
  margin: 40px auto;
  padding: 24px;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  text-align: center;
  box-sizing: border-box;
}
#slider-container {
  margin-bottom: 20px;
}
.slider-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
  padding: 0 4px;
}
#slider {
  padding: 0 !important;
  width: 100%;
  height: 8px;
  background: #ddd;
  border-radius: 5px;
  outline: none;
  appearance: none;
  cursor: pointer;
  pointer-events: auto;
  margin-bottom: 10px;
}

#slider::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #007bff;
  cursor: pointer;
  border: none;
  margin-top: -6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #007bff;
  cursor: pointer;
  border: none;
}
#current-value {
  font-size: 18px;
  font-weight: bold;
  color: #007bff;
  margin-top: 5px;
}
.result {
  background: #f0f8ff;
  padding: 12px;
  border-radius: 10px;
  margin-top: 12px;
  font-size: 16px;
  color: #222;
}

@media (max-width: 480px) {
  #calculator {
    padding: 16px;
  }
  .slider-labels {
    font-size: 12px;
  }
  .result {
    font-size: 15px;
  }
}
.top__list {
  margin-bottom: 35px;
  padding-top: 12px;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .top__list {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .top__list {
    margin-bottom: 35px;
  }
}
.top__list .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}
.top__list .item .place {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  width: 210px;
}
@media screen and (max-width: 991px) {
  .top__list .item .place {
    width: 150px;
  }
}
.top__list .item .place__num {
  width: 36px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .top__list .item .place__num {
    width: 26px;
    font-size: 14px;
  }
}
.top__list .item .place__avatar {
  width: 40px;
  margin-left: 7px;
}
.top__list .item .place__avatar img {
  display: block;
}
.top__list .item .place__name {
  margin-left: 20px;
  font-size: 15px;
}
@media screen and (max-width: 991px) {
  .top__list .item .place__name {
    margin-left: 20px;
  }
}
.top__list .item .progress {
  flex-grow: 1;
  margin-left: 20px;
}
@media screen and (max-width: 991px) {
  .top__list .item .progress {
    margin-left: 10px;
  }
}
.progress {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  border: none;
  box-shadow: none;
}
.progress__bar {
  display: block;
  height: 25px;
  width: 0;
  margin-right: 20px;
  background-color: #2763be;
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.1) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.1) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
  border-radius: 3px;
  animation: progress-bar-stripes 2s linear infinite;
  transition: 800ms ease-out;
}
.progress__info {
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .progress__info {
    font-size: 14px;
  }
  .top__list .item {
    flex-direction: column;
  }
  .top__list .item .place {
    width: 100% !important;
  }
  .progress {
    width: 100%;
    margin: 10px 0px;
  }
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.comments-container {
  width: 100%;
  max-width: 600px;
  background-color: #ffffff;
  border-radius: 8px;

  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.06),
    0 2px 4px rgba(0, 0, 0, 0.08);
  padding: 20px 24px;
  box-sizing: border-box;
  margin: 10px auto;
}

.comments-title {
  font-size: 15px;
  font-weight: 700;
  color: #222222;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.register-comment-section {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}
.user-avatar-placeholder {
  width: 38px;
  height: 38px;
  background-color: #e0e0e0;
  border-radius: 50%;
  margin-right: 12px;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.user-avatar-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}
.comment-input-field {
  flex-grow: 1;
  border: none;
  outline: none;
  font-size: 14px;
  color: #333333;
  padding: 8px 0;
  padding-left: 10px;
  line-height: 1.4;
}

.comments-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.all-comments-label {
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  position: relative;
  padding-bottom: 6px;
  display: flex;
  align-items: center;
}
.all-comments-label::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1a73e8;
}
.comment-count {
  background-color: #1a73e8;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  padding: 2px 7px;
  border-radius: 4px;
  margin-left: 6px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sort-by-dropdown {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #777777;
  cursor: pointer;
  font-weight: 500;
}
.dropdown-arrow {
  margin-left: 6px;
  fill: #777777;
  width: 10px;
  height: 6px;
}
.notification-bell-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.notification-bell-icon svg {
  width: 100%;
  height: 100%;
  stroke: #777777;
  stroke-width: 1.5;
  fill: none;
}

.comment-wrapper {
  margin-bottom: 25px;
}
.comment-wrapper:last-child {
  margin-bottom: 0;
}
.comment-item {
  display: flex;
  position: relative;
}

.commenter-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #333333;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 17px;
  margin-right: 15px;
  flex-shrink: 0;
  text-transform: uppercase;
}

.comment-body {
  flex-grow: 1;
}
.comment-meta {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.commenter-name {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  margin-right: 8px;
}
.comment-time {
  font-size: 12px;
  color: #777777;
  text-transform: uppercase;
}
.comment-text {
  margin-block: 0 !important;
  font-size: 14px !important;
  line-height: 1.5;
  color: #333333;
  margin-top: 0 !important;
  margin-bottom: 12px !important;
}

.comment-actions {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #777777;
}
.like-button {
  cursor: pointer;
  margin-right: 6px;
  font-size: 16px;
  line-height: 1;
}
.like-count {
  font-weight: 500;
}

.reply-button {
  font-size: 13px;
  font-weight: 500;
  color: #1a73e8;
  cursor: pointer;
  margin-left: 20px;
}

.replies-section {
  margin-top: 15px;
  padding-left: 15px;
  position: relative;
}

.replies-section::before {
  content: "";
  position: absolute;
  left: 37px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #eeeeee;
}

.reply-to-info {
  font-size: 13px;
  color: #777777;
  margin-bottom: 15px;
}
.reply-to-info .replied-name {
  color: #1a73e8;
  font-weight: 500;
}
#header_logo {
  position: relative;
}

.comment_area_social[contentEditable="true"]:empty:not(:focus):before {
  content: attr(data-text);
  color: grey;
}
@-moz-document url-prefix() {
}

*,
:after,
:before {
  -webkit-border-sizing: border-box;
  -moz-border-sizing: border-box;
  border-sizing: border-box;
}
@-ms-viewport {
  width: device-width;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.hide {
  display: none;
}
@-moz-document url-prefix() {
}
@-moz-document url-prefix() {
}
@-ms-viewport {
  width: device-width;
}
@-moz-document url-prefix() {
}
@-moz-document url-prefix() {
}

.emol_modal .modal {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.emol_modal {
  font-family: Arial, sans-serif;
}
.emol_modal .cont_login_content_left {
  width: 100% !important;
  padding: 0 !important;
}
.emol_modal #loginEmol {
  z-index: 1051;
}
.emol_modal .modal {
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.emol_modal .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.emol_modal .modal.fade .modal-dialog {
}
.emol_modal .modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.emol_modal .modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.emol_modal .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 17px 14px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.emol_modal .modal-header .close {
  cursor: pointer;
  position: absolute;
  right: 0;
  padding: 15px;
  top: 0;
}
.emol_modal .modal-header .close .fa-times {
  color: #333;
  font-size: 16px;
}
.emol_modal .modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.emol_modal .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.emol_modal .modal-header span img {
  width: 89px;
}
@media (max-width: 767px) {
  .emol_modal .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
}
@media (max-width: 414px) {
  .emol_modal .modal-dialog-centered {
    min-height: auto;
    margin-top: 70%;
  }
  .emol_modal .modal-content {
    position: fixed;
    margin-top: 25%;
    width: 95% !important;
  }
}
@media (max-width: 375px) {
  .emol_modal .modal-dialog-centered {
    min-height: auto;
    margin-top: 50%;
  }
  .emol_modal .modal-content {
    position: fixed;
    margin-top: 35%;
  }
}
@media (max-width: 360px) {
  .emol_modal .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
    margin-top: 0;
  }
  .emol_modal .modal-content {
    position: relative;
    margin-top: 0;
    width: 100% !important;
  }
}
@media (min-width: 576px) {
  .emol_modal .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .emol_modal .modal-dialog-centered {
    height: calc(100% - (1.75rem * 2));
  }
}

.hide {
  display: none;
}

body {
  font-size: 12px;
}
div,
ul,
li,
h1,
h2,
h5,
form,
input,
p {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
ul {
  list-style: none;
}
h1,
h2,
h5 {
  font-size: 100%;
  font-weight: normal;
}
#contentenedor {
  position: relative;
  float: left;
  max-width: 930px;
  width: 100%;
  margin: 0 0 0 10px;
}
.cont_iz_titulobajada {
  float: left;
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 15px 0 0 0;
}
.cont_iz_titulobajada h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 30px;
  float: left;
  width: 100%;
  height: auto;
  padding: 0px;
  color: #000000;
  margin: 0 0 15px 0;
}
#cont_iz_creditos {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
#cont_iz_cuerpo {
  float: left;
  width: 100%;
  height: auto;
  color: #000000;
}
#cont_iz_cuerpo h2 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #506281;
  font-weight: bold;
  font-size: 14px;
}
#cont_iz_cuerpo p {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px;
  text-align: left;
}
#cont_iz_cuerpo a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #003399;
}
#cont_iz_cuerpo a:hover {
  color: #990000;
  text-decoration: none;
}
#texto_noticia {
  padding: 65px 0px 15px 0px;
  color: #000000;
}
#texto_noticia h2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #506281;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}
#texto_noticia p {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px;
  text-align: left;
}
#texto_noticia a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #003399;
}
#texto_noticia a:hover {
  color: #003399;
  text-decoration: underline;
}
.EmolText {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px;
  padding-bottom: 8px;
  padding-top: 8px;
}
.cont_iz {
  float: left;
  width: 76.3%;
  margin: 0 20px 0 0;
  padding-bottom: 30px;
}
.cont_der {
  float: left;
  width: 100%;
  margin: 0 0px 0px 0px;
  padding: 0px;
  overflow: hidden;
  max-width: 200px;
}
img {
  border: none;
}
#barra-agencias-info {
  float: left;
  width: 100%;
  margin-bottom: 8px;
}
.info-notaemol-porfecha {
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #8b8b8b;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 3px;
  padding-top: 3px;
}
.img_emol_des_2015 {
  display: inline-block;
  width: 49%;
}
.img_emol_des_2015 img {
  width: 100%;
}
@media (max-width: 1024px) {
  #menu_corp_cont li {
    list-style: none;
    font-size: 10px;
    float: left;
    padding: 0 0.31%;
  }
  #contentenedor {
    width: 97%;
  }
  .cont_der {
    width: 21%;
  }
}
@media (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  body {
    width: 100%;
  }
  .cont_der {
    width: 20.9%;
  }
  #menu_corp_cont li {
    list-style: none;
    font-size: 10px;
    float: left;
    padding: 0 2%;
  }
  #contentenedor {
    width: 72.5%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1260px) {
  #menu_corp_cont li {
    list-style: none;
    font-size: 10px;
    float: left;
    padding: 0 0.31%;
  }
  #contentenedor {
    width: 97%;
  }
  .cont_der {
    width: 21%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #contentenedor {
    width: 71.6%;
  }
  .cont_iz {
    width: 100%;
  }
  #LadoB {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  body {
    width: 100%;
  }
  #LadoB {
    display: none;
  }
  #publi_right {
    display: none;
  }
  #contentenedor {
    width: 97% !important;
    margin: 0 10px !important;
  }
}
@media only screen and (max-width: 479px) {
  body {
    width: 100%;
  }
}

body {
  max-width: 960px;
  width: 100%;
  margin: 0 auto !important;
}

* {
  box-sizing: border-box;
}

body,
html {
  overflow-x: hidden;
}
.cont_footer_2015,
body {
  font-family: Arial, sans-serif;
}
#FooterTerminos {
  text-align: center;
}
* {
  border: 0;
}
:focus {
  outline: 0;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  background: #fff;
  padding: 0;
}
input[type="email"],
input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: #fff;
  color: #000;
  outline: 0;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 1em;
  height: 1em;
  vertical-align: middle;
}
@font-face {
  font-family: Emol_Icons;
  src: url(../fonts/Emol_Icons.eot);
  src:
    url(../fonts/Emol_Icons.eot#iefix) format("embedded-opentype"),
    url(../fonts/Emol_Icons.woff) format("woff"),
    url(../fonts/Emol_Icons.ttf) format("truetype"),
    url(../fonts/Emol_Icons.svg#Emol_Icons) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Emol_n_Icons;
  src: url(../fonts/emol_n_icons.eot);
  src:
    url(../fonts/emol_n_icons.eot#iefix) format("embedded-opentype"),
    url(../fonts/emol_n_icons.woff) format("woff"),
    url(../fonts/emol_n_icons.ttf) format("truetype"),
    url(../fonts/emol_n_icons.svg#emol_n_icons) format("svg");
  font-weight: 400;
  font-style: normal;
}
.flo_left {
  float: left;
}
.flo_right {
  float: right;
}
.ListFooterEmol,
.ListFooterEmol ul li a {
  color: #666;
  text-decoration: none;
}
@media (max-width: 1024px) {
  body {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1260px) {
  body {
    width: 100%;
  }
}
.cont_footer_2015 {
  float: left;
  max-width: 930px;
  width: 100%;
  margin-left: 10px;
}
#contenedorFooterEmol {
  float: left;
  width: 100%;
  background-color: #f9f9f9;
  padding-bottom: 90px;
}
#FooterEmol {
  float: left;
  width: 55%;
  padding-left: 1%;
  padding-top: 1%;
}
#contenedorFooterEmol img {
  border: 0;
}
#LogoFooterEmol {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
.contenedorList-1-FooterEmol {
  float: left;
  width: 33%;
}
.contenedorList-2-FooterEmol {
  float: left;
  width: 31%;
  padding-left: 2%;
}
.contenedorList-3-FooterEmol {
  float: left;
  width: 30%;
  padding-left: 2%;
}
.ListFooterEmol {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  font-weight: 400;
}
.ListFooterEmol ul {
  float: left;
  margin: 0;
  padding: 0;
}
.ListFooterEmol ul li {
  list-style-type: none;
  margin: 0;
  font-size: 11px;
  padding: 0 0 5px;
}
.ListFooterEmol ul li a:hover {
  text-decoration: none;
  color: #333;
}
#FooterElmercurio {
  float: left;
  width: 43%;
  padding-top: 1%;
  padding-right: 1%;
}
#LogoFooterElmercurio {
  float: left;
  width: 98%;
  padding-left: 2%;
  padding-bottom: 20px;
}
#FooterTerminos {
  float: left;
  width: 100%;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #d9d9d9;
  border-bottom-color: #d9d9d9;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
  font-size: 11px;
}
#FooterTerminos a {
  color: #666;
  text-decoration: none;
}
#FooterTerminos a:hover {
  color: #666;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .cont_footer_2015 {
    width: 96.9%;
  }
  #contenedorFooterEmol {
    width: 100%;
  }
  .contenedorList-1-FooterEmol {
    width: 32%;
  }
}
@media (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .cont_footer_2015 {
    width: 98%;
  }
  #contenedorFooterEmol {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .cont_footer_2015 {
    width: 97.5%;
  }
}
@media (max-width: 768px) {
  #contenedorFooterEmol {
    width: 100%;
  }
  .cont_footer_2015 {
    width: 97.5%;
  }
  #FooterEmol {
    width: 54%;
  }
}
#nav_main,
#nav_main ul {
  font-size: 14px;
  padding: 0;
  float: left;
}
#nav_main a {
  font-family: Arial, Helvetica, sans-serif;
}
#nav_main {
  max-width: 930px;
  width: 100%;
  margin: 0 0 0 10px;
  overflow: hidden;
}
#nav_main ul {
  width: 100%;
  margin: 0 auto;
}
#nav_main li {
  float: left;
  list-style: none;
  height: auto;
  margin: 0;
  padding: 0;
}
@-moz-document url-prefix() {
}
#nav_main a {
  color: #000;
  display: block;
  white-space: nowrap;
  font-size: 13px;
  text-decoration: none;
  padding: 0;
}
#nav_sub a {
  color: #004da6;
  font-size: 12px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #9d9d9d;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  white-space: nowrap;
}
#nav_sub ul {
  float: left;
  width: 95%;
  margin: 0;
  padding: 5px 0 5px 5.6%;
}
#nav_sub a {
  padding: 0 5px;
}
#nav_sub li {
  position: relative;
}
#cont_buscador {
  float: left;
  max-width: 930px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-left: 10px;
  padding: 5px 0;
  margin-bottom: 10px;
}
.cont_input_bus_amarillas input,
.frase_input_bus input {
  border: 1px solid #c9caca;
  line-height: 16px;
  font-size: 12px;
}
.cont_inputs_buscadores {
  float: right;
  width: 100%;
  max-width: 558px;
}
#buscador_home_inputs {
  float: left;
  width: 175px;
  margin-right: 10px;
}
.frase_input_bus {
  float: left;
  width: 150px;
}
.frase_input_bus input {
  color: #000;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 2px;
  width: 100%;
  height: 22px;
}
#buscador_home_inputs ::-webkit-input-placeholder {
  color: #adadad;
  text-align: center;
}
#buscador_home_inputs :-moz-placeholder {
  color: #adadad;
  text-align: center;
}
#buscador_home_inputs ::-moz-placeholder {
  color: #adadad;
  text-align: center;
}
#buscador_home_inputs :-ms-input-placeholder {
  color: #adadad;
  text-align: center;
}
#buscador_lupa {
  float: left;
  width: 22px;
  margin: 0 0 0 3px;
  padding: 0;
}
#buscador_lupa img {
  width: 100%;
}
.cont_buscador_amarillas {
  float: left;
}
.cont_input_bus_amarillas {
  float: left;
  width: 150px;
}
.cont_input_bus_amarillas input {
  float: left;
  width: 100%;
  background-size: contain;
  padding: 2px;
  height: 22px;
}
.cont_input_bus_amarillas input:focus {
  background: 0 0;
}
.cont_bus_amarillas_icon {
  float: left;
  width: 22px;
  margin: 0 0 0 3px;
}
#header_logo {
  float: left;
  width: 930px;
  text-align: center;
  margin: 0 0 0 10px;
  padding: 7px 0;
}
#menu_corp_cont {
  float: left;
  max-width: 930px;
  width: 100%;
  margin: 0 0 0 10px;
  text-transform: uppercase;
}
#menu_corp_cont ul {
  font-size: 14px;
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  padding: 3px 0;
  background: #f2f2f2;
}
#menu_corp_cont li {
  list-style: none;
  font-size: 10px;
  float: left;
  padding: 0 1.07%;
}
@-moz-document url-prefix() {
  #menu_corp_cont li {
    list-style: none;
    font-size: 10px;
    float: left;
    padding: 0 1.05%;
  }
}
#menu_corp_cont li.emol {
  list-style: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  margin: 0;
}
#menu_corp_cont li.emol a {
  color: #606060;
  height: auto;
  width: auto;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
#menu_corp_cont li.emol a:hover {
  height: auto;
  width: auto;
  text-decoration: underline;
  margin: 0;
  padding: 0;
}
#menu_corp_cont li.emol_blue a,
#menu_corp_cont li.emol_gris a,
#menu_corp_cont li.emol_white a {
  color: #606060;
  text-decoration: none;
  width: auto;
  height: auto;
  padding: 0;
}
#menu_corp_cont li.emol_white {
  list-style: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  margin: 0;
}
#menu_corp_cont li.emol_gris {
  list-style: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  margin: 0;
}
#menu_corp_cont li.emol_blue {
  list-style: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  margin: 0;
}
#menu_corp_cont li.emol_blue a:hover {
  height: auto;
  width: auto;
  text-decoration: underline;
}
.emol_fecha {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
#menu_corp_cont li.emol_gris a:hover,
#menu_corp_cont li.emol_white a:hover,
#nav_main a:hover {
  text-decoration: underline;
}
p a:visited {
  color: #039;
  font-weight: 400;
  text-decoration: none;
  font-family: arial;
}
#header_logo img {
  border-style: none;
  margin: 0;
  padding: 0;
}
.emol_fecha {
  float: none;
}
* {
  margin: 0;
  padding: 0;
}
#nav_sub {
  font-size: 11px;
  max-width: 930px;
  width: 100%;
  float: left;
  background-color: #f3f3f3;
  border-bottom: 1px solid #adc5e1;
  margin: 0;
  padding: 0;
}
#nav_sub li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
#nav_sub li.select {
  float: left;
  list-style: none;
  font-weight: 700;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
#nav_sub a:hover {
  color: #004da6;
  text-decoration: underline;
}
.cont_int_secs_2015 {
  float: left;
  width: 100%;
}
.cont_int_pad {
  width: auto;
}
@-moz-document url-prefix() {
}
.scroll {
  left: 960px;
  position: absolute;
}
#scroll_1_desp {
  top: 228px;
}
#header_central_despliegue {
  width: 50%;
  margin: 0 auto;
  position: relative;
}
.img_emol_des_2015 {
  display: inline-block;
  width: 49%;
}
.img_emol_des_2015 img {
  width: 100%;
  vertical-align: top;
}
.tit_emol_des_2015 {
  font-size: 20px;
  width: 38%;
  color: #9ea4ad;
  top: 64%;
  position: absolute;
  text-align: left;
}
#menu_emol_2015 {
  width: 106.6%;
}
#menu_emol_2015 nav {
  font-family: Arial, sans-serif;
  width: 100%;
  border-right: none;
  font-size: 12px;
}
#menu_emol_2015 nav ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#menu_emol_2015 nav ul li {
  list-style: none;
  float: left;
  text-align: center;
  background: #efefef;
  border-top: 2px solid #c9caca;
  border-bottom: 1px solid #c9caca;
  font-weight: 700;
  margin-left: 2px;
  width: 16.6667%;
  width: calc(100% / 10.15);
  box-sizing: border-box;
}
#menu_emol_2015 nav ul li:first-child {
  border-left: none;
  width: 35px;
  border-top: 0;
  border-bottom: 0;
  margin-left: 0;
}
#menu_emol_2015 nav ul li:nth-child(2) {
  margin-left: 0;
}
#menu_emol_2015 nav ul li:nth-child(5) {
  width: 12%;
}
#menu_emol_2015 nav ul li:nth-child(7) {
  width: 8%;
}
#menu_emol_2015 nav ul li:nth-child(10),
#menu_emol_2015 nav ul li:nth-child(9) {
  width: 63px;
}
#menu_emol_2015 nav ul li:nth-child(9) img {
  padding-left: 2px;
}
#menu_emol_2015 nav ul li:nth-child(11) {
  width: 64px;
}
#menu_emol_2015 nav ul li:first-child a {
  line-height: 8px;
}
#menu_emol_2015 nav ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  line-height: 24px;
}
#menu_emol_2015 nav ul li a:hover {
  text-decoration: underline;
}
#menu_emol_2015 .nav_mult {
  background: #e0eaf6;
  border-top: 2px solid #adc5e1;
  border-bottom: 1px solid #adc5e1;
}
#menu_emol_2015 .nav_activo {
  background: #367dcc;
  border-top: 2px solid #014da7;
  border-bottom: 1px solid #367dcc;
}
#menu_emol_2015 .nav_activo a {
  color: #fff;
}
#menu_emol_2015 .nav_mult a {
  color: #004da6;
}
#menu_emol_2015 .nav_mult img {
  vertical-align: top;
  padding: 3px 0 4px;
}
a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
}
.cont_contador_comentarios {
  position: relative;
  padding: 0;
  text-align: right;
  float: none;
}
.fb_comments_count:before {
  font-family: Emol_n_Icons;
  display: block;
  width: 14px;
  float: left;
  margin-right: 5px;
  margin-top: 1px;
  content: "\43";
  font-size: 16px;
  color: #519ad7;
  font-weight: 400;
}
.fb_comments_count {
  color: #519ad7;
  font-size: 12px;
  display: block;
  float: right;
  padding-top: 5px;
  font-weight: 700;
  text-align: center;
}
.cont_tab_2015_editor {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.cont_tab_2015_editor a {
  color: #039;
  text-decoration: none;
}
.not_ahora_editor a:hover {
  text-decoration: underline;
}
.cont_tab_2015_tit_editor {
  float: left;
  width: 100%;
  padding: 8px 0 6px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  background-color: #e5e7e8;
  border-bottom: 4px solid #519ad7;
}
.cont_tab_2015_txt_editor {
  margin-left: 9px;
  color: #000;
  float: left;
}
.cont_int_sec_pad_top_editor {
  padding: 10px 0;
}
.not_ahora_editor {
  float: left;
  margin: 0;
  padding-bottom: 10px;
  background: #fff;
}
.not_ahora_editor a {
  font-size: 14px;
}
.cont_secs_img_2015_editor img {
  width: 100%;
  height: auto;
}
.cont_not_ahora_editor {
  overflow: hidden;
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
.not_ahora_editor h5 {
  margin: 5px 0;
  font-weight: 700;
}
.cont_int_sec_pad_side_editor div:last-child {
  padding-bottom: 0;
}
.cont_new_detalle_noti .cont_iz_titulobajada h1 {
  font-size: 32px;
  line-height: 34px;
  margin: 0 0 18px;
  font-weight: 400;
}
.cont_new_detalle_noti .info-notaemol-porfecha {
  float: left;
  font-size: 12px;
  color: #666;
  font-weight: 700;
  padding: 0;
  margin-bottom: 0;
  line-height: 28px;
}
.cont_new_detalle_noti #barra-agencias-info {
  margin-bottom: 20px;
}
.cont_new_detalle_noti .cont_compartir_nota {
  font-family: Emol_n_Icons;
  width: 100%;
  max-width: 200px;
}
.cont_new_detalle_noti .cont_compartir_nota .cont_icon_story {
  display: none;
}
.cont_new_detalle_noti .cont_compartir_nota i {
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  width: 100%;
  text-align: center;
}
.cont_new_detalle_noti .cont_compartir_nota .cont_icon_social {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.cont_new_detalle_noti .cont_compartir_nota .cont_icon_social.f_comentario {
  float: left;
  width: 55px;
}
.cont_new_detalle_noti .cont_compartir_nota .f_twitter {
  background: #39a0cd;
}
.cont_new_detalle_noti .cont_compartir_nota .fa-twitter:before {
  font-size: 19px;
  color: #fff;
  padding-top: 1px;
  float: left;
  width: 100%;
}
.cont_new_detalle_noti .cont_compartir_nota .f_facebook {
  background: #465d8f;
}
.cont_new_detalle_noti .cont_compartir_nota .fa-facebook:before {
  font-size: 19px;
  color: #fff;
  padding-top: 1px;
  float: left;
  width: 100%;
}
.cont_new_detalle_noti .cont_compartir_nota .f_mail {
  background: #b6b6b6;
}
.cont_new_detalle_noti .cont_compartir_nota .fa-envelope-o:before {
  font-size: 16px;
  color: #fff;
  float: left;
  width: 100%;
  line-height: 27px;
}
.cont_new_detalle_noti .cont_compartir_nota .icon_sep {
  margin-left: 7px;
  margin-right: 0;
}
.cont_new_detalle_noti .cont_compartir_nota .icon_comentarios_emol {
  font-size: 22px;
  padding-top: 1px;
  color: #519ad7;
  position: relative;
  line-height: normal;
  margin-top: 3px;
}
.cont_new_detalle_noti
  .cont_compartir_nota
  .icon_comentarios_emol
  .num_comentarios {
  font-family: arial;
  font-size: 12px;
  font-weight: 700;
  float: right;
  margin: 2px 0 0 5px;
}
.cont_new_detalle_noti .cont_compartir_nota .icon_comentarios_emol:before {
  content: "\43";
}
.cont_new_detalle_noti #texto_noticia {
  padding-top: 0;
}
.cont_new_detalle_noti #cont_iz_creditos {
  margin-top: 0;
}
.cont_new_detalle_noti #texto_noticia .EmolText {
  font-size: 16px;
  line-height: 24px;
}
.cont_new_detalle_noti #texto_noticia .EmolText p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.cont_new_detalle_noti #texto_noticia .EmolText ul li a {
  color: #039;
  text-decoration: none;
}
.cont_new_detalle_noti #texto_noticia .EmolText ul li a:hover {
  text-decoration: underline;
}
.cont_new_detalle_noti .EmolText {
  display: inline-block;
  width: 100%;
}
.cont_new_detalle_noti #texto_noticia .EmolText h2 {
  color: #000;
  margin: 10px 0;
  font-size: 20px;
}

.scroll_mer {
  left: 952px;
  position: absolute;
  top: 282px;
  width: 100%;
  max-width: 300px;
}
#publi_right .scroll {
  position: static;
  margin-bottom: 20px;
}
#cuDetalle_cuHeader_menu_subSeccion li:last-child img {
  position: absolute;
  top: 0px;
  left: 7px;
}
@media screen\0 {
  #menu_corp_cont li.emol {
    padding: 0 1% 0 0.95%;
  }
}
@media (max-width: 1024px) {
  #menu_emol_2015 ul li.nav_mult:last-child a {
    width: 100%;
    margin: 0;
  }
  #menu_emol_2015 nav ul {
    width: 93.5%;
  }
  #menu_emol_2015 nav ul li {
    width: calc(100% / 9.72);
  }
  #menu_emol_2015 .nav_mult {
    width: 6.4%;
  }
  #menu_emol_2015 nav ul li:nth-child(5) {
    width: 14%;
  }
  #menu_emol_2015 nav ul li:nth-child(7) {
    width: 9%;
  }
  #menu_emol_2015 nav ul li:nth-child(10),
  #menu_emol_2015 nav ul li:nth-child(9) {
    width: 46px;
  }
  #menu_emol_2015 nav ul li:nth-child(11) {
    width: 45px;
  }
  .scroll {
    left: 773px;
  }
  .scroll_mer {
    left: 773px;
    top: 258px;
    max-width: 214px;
  }
  #scroll_1_desp {
    top: 226px;
  }

  #nav_sub ul {
    width: 100%;
    padding: 5px 0;
  }
  #nav_sub a {
    padding: 0 2.5px;
  }
  body {
    max-width: 768px;
    width: 100%;
  }
  #header_logo,
  #nav_main {
    width: 97%;
  }
  #nav_sub {
    width: 100%;
  }
  .emol_fecha {
    width: 335px;
    margin: 0 auto;
    float: none;
  }
  #menu_corp_cont {
    width: 97%;
  }
  #menu_corp_cont li {
    padding: 0 0.306%;
  }
  #cont_buscador {
    width: 97%;
  }

  .tit_emol_des_2015 {
    font-size: 20px;
    top: 62%;
    width: auto;
    float: left;
  }
  #menu_emol_2015 {
    width: 107%;
  }
  .cont_footer_2015 {
    width: 97.5%;
  }
  #contenedorFooterEmol {
    width: 100%;
  }
  #header_central_despliegue {
    width: 52%;
  }
  #header_central_despliegue .tit_emol_des_2015 {
    top: 65%;
  }
}
@media (max-width: 930px) {
  #menu_emol_2015 ul li.nav_mult:last-child a {
    width: 95%;
  }
}
@media (max-width: 800px) {
  #menu_emol_2015 ul li.nav_mult:last-child a {
    width: 88%;
  }
}
@media (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  body {
    width: 100%;
  }
  #menu_emol_2015 nav ul li {
    width: calc(100% / 9.64);
  }
  #menu_emol_2015 nav ul li:nth-child(10),
  #menu_emol_2015 nav ul li:nth-child(9) {
    width: 6.9%;
  }
  #menu_emol_2015 nav ul li:nth-child(11) {
    width: 6%;
  }
  #menu_emol_2015 .nav_mult {
    width: 11.07%;
  }
  #menu_corp_cont li {
    list-style: none;
    font-size: 10px;
    float: left;
    padding: 0 1.6%;
  }
  .scroll {
    left: 773px;
  }
  .scroll_mer {
    left: 773px;
    top: 278px;
    max-width: 214px;
  }
  #menu_corp_cont li.emol_white {
    padding: 0 0.8%;
  }
  .cont_input_bus_amarillas {
    width: 132px;
  }
  .cont_inputs_buscadores {
    width: auto;
    max-width: 100%;
  }
  .fb_comments_count:before {
    position: relative;
    top: 0px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  body {
    width: 768px;
  }
  #menu_corp_cont {
    width: 97%;
  }
  #menu_corp_cont li {
    padding: 0 0.306%;
  }
  #menu_emol_2015 ul li.nav_mult:last-child a {
    width: 100%;
    margin: 0;
  }
  .scroll {
    left: 591px;
  }
  .scroll_mer {
    left: 77%;
    top: 247px;
    max-width: 164px;
  }
  @-moz-document url-prefix() {
    #menu_corp_cont li {
      padding: 0 0.27%;
    }
  }
  #nav_sub ul {
    width: 100%;
    padding: 5px 0;
  }
  #nav_sub a {
    padding: 0 2.5px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2) {
  #menu_corp_cont li.emol_white {
    padding: 0 0.4%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1260px) {
  #menu_emol_2015 ul li.nav_mult:last-child a {
    width: 100%;
    margin: 0;
  }
  #menu_emol_2015 nav ul {
    width: 93.5%;
  }
  #menu_emol_2015 nav ul li {
    width: calc(100% / 9.72);
  }
  #menu_emol_2015 .nav_mult {
    width: 6.4%;
  }
  #menu_emol_2015 nav ul li:nth-child(5) {
    width: 14%;
  }
  #menu_emol_2015 nav ul li:nth-child(7) {
    width: 9%;
  }
  #menu_emol_2015 nav ul li:nth-child(10),
  #menu_emol_2015 nav ul li:nth-child(9) {
    width: 46px;
  }
  #menu_emol_2015 nav ul li:nth-child(11) {
    width: 45px;
  }
  .scroll_mer {
    left: 773px;
    top: 258px;
    max-width: 214px;
  }

  #nav_sub ul {
    width: 100%;
    padding: 5px 0;
  }
  #nav_sub a {
    padding: 0 2.5px;
  }
  .scroll {
    left: 773px;
  }
  #scroll_1_desp {
    top: 226px;
  }
  body {
    width: 768px;
  }
  #header_logo,
  #menu_corp_cont,
  #nav_main {
    width: 97%;
  }
  #nav_sub {
    width: 100%;
  }
  #menu_corp_cont li {
    padding: 0 0.306%;
  }
  @-moz-document url-prefix() {
    #menu_corp_cont li {
      padding: 0 0.27%;
    }
  }
  #cont_buscador {
    width: 97%;
  }
  .tit_emol_des_2015 {
    font-size: 20px;
  }
  #menu_emol_2015 {
    width: 107%;
  }
  #header_central_despliegue {
    width: 52%;
  }
  #header_central_despliegue .tit_emol_des_2015 {
    top: 65%;
  }
}
@media (max-width: 768px) {
  #menu_emol_2015 nav ul {
    width: 95.5%;
  }
  #menu_emol_2015 nav ul li {
    width: calc(100% / 9.72);
  }
  #menu_emol_2015 .nav_mult {
    width: 6.4%;
  }
  #menu_emol_2015 nav ul li:nth-child(10),
  #menu_emol_2015 nav ul li:nth-child(9) {
    width: 46px;
  }
  #menu_emol_2015 nav ul li:nth-child(11) {
    width: 45px;
  }
  .scroll {
    left: 579px;
  }
  .scroll_mer {
    left: 579px;
    top: 229px;
    max-width: 180px;
  }
  #scroll_1_desp {
    top: 206px;
  }
  #header_logo {
    width: 97%;
  }
  #cont_buscador,
  #nav_main {
    width: 97.5%;
  }
  #nav_sub ul {
    width: 100%;
    padding: 5px 0;
  }
  #nav_sub a {
    padding: 0 6px;
  }
  #menu_corp_cont {
    display: none;
  }
  #menu_corp_cont ul li.emol {
    padding: 0 0.133%;
    margin: 0;
    border: 0;
  }
  #menu_corp_cont ul li.emol_white {
    padding: 0 0.1%;
    margin: 0;
    border: 0;
  }
  #menu_corp_cont ul li.emol_blue,
  #menu_corp_cont ul li.emol_gris {
    padding: 0 0.133%;
    margin: 0;
    border: 0;
  }

  .tit_emol_des_2015 {
    font-size: 18px;
  }
  #menu_emol_2015 {
    width: 105.1%;
  }
  #menu_emol_2015 ul li.nav_mult:last-child a {
    width: 98%;
  }
}
@media (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .scroll {
    left: 579px;
  }
  .fb_comments_count:before {
    position: relative;
    top: 0px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #scroll_1_desp {
    top: 206px;
  }
  .scroll {
    left: 77.4%;
  }
}
.cont_inputs_buscadores .search_ranking {
  float: left;
  margin-right: 10px;
  position: relative;
}
.cont_inputs_buscadores .search_ranking img {
  cursor: pointer;
}
.cont_inputs_buscadores .search_ranking input {
  border: 1px solid #c9caca;
  line-height: 16px;
  font-size: 12px;
  padding: 2px;
  height: 22px;
  text-align: center;
  float: left;
  margin-right: 3px;
  min-width: 150px;
}
.cont_inputs_buscadores #listadoComentaristas {
  position: relative;
}
.cont_inputs_buscadores .search_ranking ::-webkit-input-placeholder {
  color: #adadad;
  text-align: center;
}
.cont_inputs_buscadores .search_ranking :-moz-placeholder {
  color: #adadad;
  text-align: center;
}
.cont_inputs_buscadores .search_ranking ::-moz-placeholder {
  color: #adadad;
  text-align: center;
}
.cont_inputs_buscadores .search_ranking :-ms-input-placeholder {
  color: #adadad;
  text-align: center;
}
#nav_sub li.epyme img {
  width: 100%;
  max-width: 88px;
  position: relative;
  top: 2px;
}
.cont_new_detalle_noti
  .cont_compartir_nota
  .cont_icon_social.f_mail.icon_sep.f_story {
  position: relative;
  background: #7d7d7d;
}
.cont_new_detalle_noti
  .cont_compartir_nota
  .cont_icon_social.f_mail.icon_sep.f_story.ttip_relato::before {
  width: 350%;
  color: #fff;
}
.cont_new_detalle_noti .cont_compartir_nota .fa-volume-off:before {
  font-size: 19px;
  color: #fff;
  float: left;
  width: 100%;
  line-height: 27px;
  position: relative;
  left: -2px;
  top: 1px;
}
.cont_new_detalle_noti .cont_compartir_nota .f_story_line {
  width: 2px;
  height: 20px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  left: 13px;
}
.ttip_relato {
  position: relative;
  text-decoration: underline dotted;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
}
.ttip_relato::after,
.ttip_relato::before {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}
.ttip_relato:hover::after,
.ttip_relato:hover::before {
  opacity: 1;
  visibility: visible;
}
.ttip_relato::before {
  content: attr(data-tooltip);
  z-index: 2;
  width: 260%;
  max-width: 300px;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 5px;
  padding: 5px 10px;
  line-height: 16px;
  font-size: 12px;
  font-weight: 400;
}
.ttip_relato::after {
  content: "";
  width: 0;
  height: 0;
}
.ttip_relato--bottom::after,
.ttip_relato--bottom::before {
  top: 70%;
  left: 50%;
  transform: translate(-50%);
  margin-top: 15px;
  z-index: 1;
}
.ttip_relato--bottom::after {
  margin-top: 8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.9);
}
.cont_r_detail_logo {
  float: right;
  width: 100%;
  max-width: 200px;
}
.cont_user_header_info {
  max-height: 50px;
}
.cont_log_esocial_head {
  text-align: center;
  margin-bottom: 5px;
}
.cont_user_header.no_login .cont_user_header_info {
  margin-left: 24px;
}
.cont_user_header.no_login .cont_user_header_logo {
  display: none;
}
.cont_user_header.no_login .cont_log_esocial_head {
  margin-bottom: 3px;
}
.cont_new_detalle_noti .cont_compartir_nota .cont_icon_social.f_comentario {
  margin-right: 5px;
}
audio.emolmlt-audio::-internal-media-controls-download-button {
  display: none;
}
.cont_new_detalle_noti .cont_compartir_nota .fa-twitter:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../img/icon_x.svg");
  background-size: cover;
  position: relative;
  top: 6px;
  left: 7px;
  filter: brightness(0) invert(1);
}
.cont_new_detalle_noti .cont_compartir_nota .f_twitter {
  background-color: #000;
}

@media (max-width: 1024px) {
  #cuDetalle_cuHeader_menu_seccions,
  #cont_buscador,
  .cont_user_header {
    display: none;
  }
}
@media (max-width: 600px) {
  .tit_emol_des_2015 {
    display: none;
  }
  #FooterElmercurio {
    float: none !important;
    display: block;
  }
  #cont_iz_creditos {
    padding: 0 12px;
  }
}

.cont_login_content_left {
  padding: 20px;
  width: 54.8% !important;
  font-size: 12px;
}
.cont_menu_login_right {
  font-size: 12px;
  margin-bottom: 5px !important;
}
input[type="text"] {
  font-weight: 500;
}
@media (max-width: 425px) {
  .cont_login_content_left {
    padding: 20px;
    width: 91% !important;
  }
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-times:before {
  content: "\f00d";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti input {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti--separate-dial-code input {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti__flag {
  width: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0;
}
.iti__flag {
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url(../img/flags.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url(../img/flags@2x.png);
  }
}
.hide {
  display: none;
}

html {
  --steps-color-main: #0179c8;
  --steps-color-sub: rgba(1, 121, 200, 0.2);
  --steps-color-hover: #0663a1;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

.in-en {
  color: #0179c8;
}

@media (max-width: 500px) {
  .cont_der,
  #publi_right {
    display: none !important;
  }
}
body,
html {
  overflow-x: hidden !important;
}

.cont_login_content_left {
  float: left;
  width: 50%;
}
.cont_menu_login_right a:hover {
  background: #f1eff0;
}
.cont_menu_login_right {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.cont_menu_login_right a {
  float: left;
  width: 49%;
  padding: 10px 0;
  background: #f1eff0;
  border: 1px solid #b4c0ce;
  text-align: center;
  text-transform: uppercase;
  color: #607799;
  text-decoration: none;
}
.cont_menu_login_right a.activo {
  background: #055a93;
  color: #fff;
  border-color: #055a93;
}
.cont_user_header {
  float: right;
  margin-top: 25px;
  min-width: 161px;
}
.cont_user_header_logo {
  float: left;
  padding-right: 6px;
  margin-right: 6px;
  border-right: 1px solid #999;
  position: relative;
}
.cont_user_header_avatar {
  float: left;
  width: 31px;
  height: 25px;
}
.cont_user_header_info {
  float: left;
}
.cont_logo_txt_esocial {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}
.cont_user_header_info .cont_bts_esocial a {
  color: #666;
  font-size: 12px;
  text-decoration: none;
  line-height: 21px;
}
.cont_user_header_info .cont_bts_esocial a:hover {
  text-decoration: underline;
}
.cont_bts_esocial {
  text-align: left;
}
.cont_sep {
  font-size: 11px;
  display: none;
}
.cont_log_esocial_head {
  display: none;
}
.cont_user_header_avatar {
  height: 25px;
}
.icon_esocial_users:after,
.icon_esocial_users:before {
  font-family: FontAwesome;
  content: "\f007";
  font-size: 25px;
  color: #519ad7;
  position: absolute;
}
.icon_esocial_users:before {
  position: absolute;
  top: 0;
  font-family: FontAwesome;
  content: "\f0c0";
  font-size: 25px;
  color: #a8ceef;
  left: 0;
}
.icon_esocial_users:after {
  top: 2px;
  left: 4px;
}
.cont_user_header.no_login .cont_sep {
  display: inline;
}
.cont_user_header.no_login .cont_log_esocial_head {
  display: block;
  text-align: left;
}
.cont_user_header.no_login .cont_log_esocial_head #linklogoEmolSocial img {
  padding-left: 24px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.hide {
  display: none;
}
@media screen and (max-width: 767px) {
  #contentenedor {
    width: 100% !important;
    margin: 0 !important;
  }
  .cont_iz {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
}

video::-webkit-media-text-track-display {
  -moz-transform: translateY(-3em);
  -ms-transform: translateY(-3em);
  -o-transform: translateY(-3em);
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em);
}

.form-widget {
  max-width: 350px;
  width: 100%;
  box-shadow: 0 4px 20.9px 3.1px hsla(0, 0%, 5%, 0.3);
}

.form-widget form {
  padding: 20px;
  background-color: transparent;
  position: relative;
}

.form-widget form .iti__selected-dial-code {
  font-size: 11px;
}

.form-widget form .form-group {
  margin-bottom: 18px;
  position: relative;
}

.form-widget form .form-group input {
  width: 100%;
  height: 43px;
  padding: 0 40px 0 15px;
  border-radius: 5px;
  border: 2px solid #156cff7d;
}

.form-widget form .form-group input:focus {
  border-color: #156cff7d;
  outline: 1px solid #156cff7d;
}

.form-widget form .form-group input:focus ~ label {
  opacity: 1;
  top: -8px;
  left: 10px;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
  z-index: 3;
}

.form-widget form .form-group label {
  color: #000;
  background-color: #fff;
  position: absolute;
  left: 10px;
  font-size: 10px;
  top: 17px;
  padding: 2px;
  z-index: -3;
  opacity: 0;
}

.form-widget form .form-group .iti {
  color: #000;
  width: 100%;
}

.form-widget form .form-group .iti input {
  padding-left: 90px !important;
}

.form-widget form button {
  padding: 15px 30px;
  border-radius: 10px;
  font-size: 19px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 700;
  -webkit-transition: opacity 0.3s 0s;
  transition: opacity 0.3s 0s;
  color: #fff;
  background: #7ed321;
  border-radius: 20px;
  padding: 15px;
  font-size: 20px;
  box-shadow:
    0px 4px 0px #69b31f,
    0px 254px 102px rgba(6, 26, 45, 0.01),
    0px 143px 86px rgba(6, 26, 45, 0.05),
    0px 63px 63px rgba(6, 26, 45, 0.09),
    0px 16px 35px rgba(6, 26, 45, 0.1),
    0px 0px 0px rgba(6, 26, 45, 0.1);
  margin-top: 15px;
}

.form-widget form button:disabled {
  opacity: 0.5;
  cursor: no-drop;
}

.form-widget form button:hover {
  background-image: linear-gradient(166deg, #406ffc 1%, #5995fd);
}

.modal {
  display: none;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal .modal-content:before {
  content: "";

  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 20px;
  top: 20px;
  height: 55px;
  width: 100%;
}

.modal .modal-content {
  border-radius: 10px;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 200px;
  background-position-x: 15px;
  background-position-y: 25px;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  position: relative;
}

@media screen and (max-width: 750px) {
  .modal .modal-content {
    background-position-x: center;
    padding-top: 40px;
  }
}

@media screen and (max-width: 600px) {
  .modal .modal-content {
    width: 100%;
    margin: auto;
  }
}

.modal .modal-content .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: 700;
  position: absolute;
  right: 20px;
}

.modal .modal-content .close:focus,
.modal .modal-content .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  .modal-body {
    padding: 50px 30px;
  }
}

body,
button,
input {
  font-family: Poppins, sans-serif;
}

a,
button {
  cursor: pointer;
}

.regFormButton {
  padding: 20px 20px;
  border-radius: 24px;
  min-width: 200px;
  max-width: 100%;
  width: 90%;
  margin: 10px auto;
  display: block;
  text-align: center;
}
@media (max-width: 400px) {
  .contenedorList-3-FooterEmol,
  .contenedorList-2-FooterEmol,
  .contenedorList-1-FooterEmol {
    width: auto;
  }
  .foot {
    display: flex;
    width: 100%;
    gap: 10px;
  }
}
