/* ------- COLORES ----------- */
/* ------------------------- */
/* ------- MEDIDAS --------- */
.medida-contenido {
  max-width: 1128px;
  margin: 0 auto;
  width: 95%;
  min-width: 730px;
}
.medida-contenido-media {
  max-width: 93%;
  margin: 0 auto;
  width: 93%;
  min-width: 93%;
}
.medida-contenido-top {
  width: 1128px;
  margin: 60px auto 50px;
}
.medida-buscador {
  width: 79%;
}
.altura-drop {
  line-height: 45px;
  height: 45px;
}
.center_absolute {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.center_horizontal {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.close_ico:after,
.close_ico:before {
  content: '';
  position: absolute;
  width: 15px;
  top: 7px;
  right: 0;
  height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.close_ico:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close_ico:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.arrow_bottom {
  content: "";
  display: inline-table;
  vertical-align: middle;
  border-bottom: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow_top {
  content: "";
  display: inline-table;
  vertical-align: middle;
  border-top: 1px solid;
  border-left: 1px solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow_right {
  content: "";
  display: inline-table;
  vertical-align: middle;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow_left {
  content: "";
  display: inline-table;
  vertical-align: middle;
  border-bottom: 1px solid;
  border-left: 1px solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.check_arrow {
  position: absolute;
  border-top: none;
  border-right: none;
  background: transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* ------------------------- */
/* ------- BORDER ---------- */
.border-content {
  border: 1px solid #e2e2e2;
  border-bottom: 3px solid #e2e2e2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* ------------------------- */
/* ------- ACTIONS --------- */
.hover-btn {
  background: #7faf15;
}
.btn-claro {
  background: #90D113;
  color: #FFF;
  cursor: pointer;
  font-weight: bold;
}
.btn-claro a,
.btn-claro p,
.btn-claro span,
.btn-claro input {
  color: #FFF;
  font-weight: bold;
}
.btn-claro:hover {
  background: #7faf15;
}
.btn-claro:hover a,
.btn-claro:hover p,
.btn-claro:hover span,
.btn-claro:hover input {
  color: #333;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
.btn-claro-fit {
  background: #90D113;
  color: #FFF;
  cursor: pointer;
}
.btn-claro-fit a,
.btn-claro-fit p,
.btn-claro-fit span,
.btn-claro-fit input {
  color: #FFF;
}
.btn-claro-fit:hover {
  background: #7faf15;
}
.btn-claro-fit:hover a,
.btn-claro-fit:hover p,
.btn-claro-fit:hover span,
.btn-claro-fit:hover input {
  color: #333;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
.btn-statistics {
  background: #D0F087;
  border-bottom: 2px solid #198e88;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9);
  color: #333;
  cursor: pointer;
  font-weight: bold;
}
.btn-statistics a,
.btn-statistics p,
.btn-statistics span,
.btn-statistics input {
  color: #333;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9);
}
.btn-statistics:hover {
  background: #7faf15;
}
.btn-statistics:hover a,
.btn-statistics:hover p,
.btn-statistics:hover span,
.btn-statistics:hover input {
  color: #333;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
.btn-infonavit {
  background: #E1102C;
  border-bottom: 2px solid #AA2525;
  color: #FFF;
  cursor: pointer;
}
.btn-infonavit a {
  color: #FFF;
}
.btn-infonavit:hover {
  background: #AA2525;
  border-bottom: 2px solid #8E2121;
}
.btn-fovisste {
  background: #2B5F93;
  border-bottom: 2px solid #1D3F71;
  color: #FFF;
  cursor: pointer;
}
.btn-fovisste a {
  color: #FFF;
}
.btn-fovisste:hover {
  background: #1D3F71;
  border-bottom: 2px solid #19375B;
}
/* Nuevos estilos */
/* BOTONES ACTION*/
.gris-gradient {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
}
.negro {
  background: #3b3b3b;
  background: -moz-linear-gradient(top, #3b3b3b 0%, #030303 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b3b3b), color-stop(100%, #030303));
  background: -webkit-linear-gradient(top, #3b3b3b 0%, #030303 100%);
  background: -o-linear-gradient(top, #3b3b3b 0%, #030303 100%);
  background: -ms-linear-gradient(top, #3b3b3b 0%, #030303 100%);
  background: linear-gradient(to bottom, #3b3b3b 0%, #030303 100%);
}
.gris {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
}
.vd-light {
  cursor: pointer;
  background: #95e111;
  background: -moz-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80B214), color-stop(100%, #95e111));
  background: -webkit-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: -o-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: -ms-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: linear-gradient(to top, #80B214 0%, #95e111 100%);
  text-shadow: 1px 1px 1px #679910;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 2px 0px #769914;
}
.vd-light:hover {
  color: #333;
  text-shadow: 1px 1px 0px #A7D32F;
  background: #7FAF15;
}
.vd-light:hover p {
  color: #333;
}
.verde-btn {
  background: #95e111;
  background: -moz-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80B214), color-stop(100%, #95e111));
  background: -webkit-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: -o-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: -ms-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: linear-gradient(to top, #80B214 0%, #95e111 100%);
  text-shadow: 1px 1px 1px #679910;
}
.gris-header {
  background: #f4f4f4;
  background: -moz-linear-gradient(top, #f4f4f4 87%, #a8a8a8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(87%, #f4f4f4), color-stop(100%, #a8a8a8));
  background: -webkit-linear-gradient(top, #f4f4f4 87%, #a8a8a8 100%);
  background: -o-linear-gradient(top, #f4f4f4 87%, #a8a8a8 100%);
  background: -ms-linear-gradient(top, #f4f4f4 87%, #a8a8a8 100%);
  background: linear-gradient(to bottom, #f4f4f4 87%, #a8a8a8 100%);
}
.gris-btn {
  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #dadada 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(87%, #f9f9f9), color-stop(100%, #dadada));
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #dadada 100%);
  background: -o-linear-gradient(top, #f9f9f9 0%, #dadada 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0%, #dadada 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%, #dadada 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 2px solid #c1c1c1;
}
.gray-header-search {
  background: #f3f3f3;
  background: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f3f3f3 0%, #ffffff 100%);
}
.vd-obs {
  background: #1ca049;
  background: -moz-linear-gradient(top, #1ca049 0%, #155925 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1ca049), color-stop(100%, #155925));
  background: -webkit-linear-gradient(top, #1ca049 0%, #155925 100%);
  background: -o-linear-gradient(top, #1ca049 0%, #155925 100%);
  background: -ms-linear-gradient(top, #1ca049 0%, #155925 100%);
  background: linear-gradient(to bottom, #1ca049 0%, #155925 100%);
}
.gray-header-search {
  background: #f3f3f3;
  background: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f3f3f3 0%, #ffffff 100%);
}
.vd-light {
  cursor: pointer;
  background: #95e111;
  background: -moz-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80B214), color-stop(100%, #95e111));
  background: -webkit-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: -o-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: -ms-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: linear-gradient(to top, #80B214 0%, #95e111 100%);
  text-shadow: 1px 1px 1px #679910;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 2px 0px #769914;
}
.vd-light:hover {
  color: #333;
  text-shadow: 1px 1px 0px #A7D32F;
  background: #7FAF15;
}
.vd-light-a {
  cursor: pointer;
  background: #95e111;
  background: -moz-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80B214), color-stop(100%, #95e111));
  background: -webkit-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: -o-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: -ms-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: linear-gradient(to top, #80B214 0%, #95e111 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 2px 0px #769914;
}
.vd-light-a a {
  color: #fff;
  text-shadow: 1px 1px 1px #679910;
}
.vd-light-a:hover {
  background: #7FAF15;
}
.vd-light-a:hover a,
.vd-light-a:hover span {
  color: #333;
  text-shadow: 1px 1px 0px #A7D32F;
}
.btn-vd-block {
  cursor: pointer;
  background: #90D113;
  color: #fff;
}
.btn-vd-block a,
.btn-vd-block span {
  color: #fff;
}
.btn-vd-block:hover {
  background: #7FAF15;
  color: #333;
  text-shadow: 1px 1px 0px #A7D32F;
}
.btn-vd-block:hover a,
.btn-vd-block:hover span {
  color: #333;
  text-shadow: 1px 1px 0px #A7D32F;
}
.vd-obs-a {
  cursor: pointer;
  background: #1ca049;
  background: -moz-linear-gradient(top, #1ca049 0%, #155925 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1ca049), color-stop(100%, #155925));
  background: -webkit-linear-gradient(top, #1ca049 0%, #155925 100%);
  background: -o-linear-gradient(top, #1ca049 0%, #155925 100%);
  background: -ms-linear-gradient(top, #1ca049 0%, #155925 100%);
  background: linear-gradient(to bottom, #1ca049 0%, #155925 100%);
  box-shadow: 0px 2px 0px #0E3A16;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.vd-obs-a a {
  color: #fff;
  text-shadow: 2px 2px 0 #155925;
}
.vd-obs-a:hover {
  background: #155925;
}
.vd-obs-a:hover a,
.vd-obs-a:hover span {
  color: #90D113;
}
/* SHADOWS */
.shadow-contenido {
  -moz-box-shadow: 0px 0px 4px #a9a9a9;
  -webkit-box-shadow: 0px 0px 4px #a9a9a9;
  box-shadow: 0px 0px 4px #a9a9a9;
}
.shadow-contenido-hover {
  -moz-box-shadow: 0px 0px 4px #696969;
  -webkit-box-shadow: 0px 0px 4px #696969;
  box-shadow: 0px 0px 4px #696969;
}
.shadow-img {
  -moz-box-shadow: 0px 0px 4px #a9a9a9;
  -webkit-box-shadow: 0px 0px 4px #a9a9a9;
  box-shadow: 0px 0px 4px #a9a9a9;
}
.tooltip-light {
  border: 1px solid #e2e2e2;
  border-bottom: 3px solid #e2e2e2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fbfbfb;
  padding: 10px 15px;
}
.tooltip-medium {
  border: 1px solid #e2e2e2;
  border-bottom: 3px solid #e2e2e2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f6f6f6;
  padding: 10px 15px;
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
/* URL */
.gray_scale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(grayscale.svg);
  /* Firefox 4+ */
  filter: gray;
  /* IE 6-9 */
}
body {
  background: #fff !important;
}
h1 {
  clear: both;
}
div.modal-report-statistics {
  border: 1px solid #e2e2e2;
  border-bottom: 3px solid #e2e2e2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f6f6f6;
  padding: 10px 15px;
  z-index: 3;
  width: 300px;
  position: absolute;
  right: 0;
  margin: 0;
}
div.modal-report-statistics p.titulo {
  font-size: 1.5em;
  font-weight: bold;
  color: #666;
  text-shadow: 1px 1px 1px #fff;
  padding: 0;
  margin: 0;
  border: 0;
}
div.modal-report-statistics span.load {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/Facebox/loading.gif") no-repeat center left;
  text-indent: -999999px;
  display: block;
  height: 40px;
}
div.modal-report-statistics input,
div.modal-report-statistics textarea {
  font-size: 1em;
}
div.modal-report-statistics input:focus,
div.modal-report-statistics textarea:focus {
  border: 0;
  outline: none;
}
div.modal-report-statistics input[type="text"] {
  margin: 5px 0;
  width: 96.5%;
}
div.modal-report-statistics input[type="checkbox"] {
  margin: 0 10px 0 0;
  float: left;
}
div.modal-report-statistics div.arrow {
  position: absolute;
  padding: 0;
  width: 25px;
  height: 14px;
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/listado/arrow-top-share.png");
  top: -12px;
  right: 50px;
}
div.modal-report-statistics div.eula {
  margin: 10px 0 0 0;
}
div.modal-report-statistics div.eula a span {
  color: #95E111;
}
div.modal-report-statistics div.eula a:hover span {
  color: #999;
}
div.modal-report-statistics span.error {
  color: red;
  text-align: center;
  margin: 0;
  display: block;
}
div.modal-report-statistics span.close-btn {
  top: 2%;
  right: 2%;
  width: 20px;
  height: 20px;
  z-index: 9;
}
div.modal-report-statistics hr {
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  margin: 0 0 10px;
}
div.modal-report-statistics select {
  width: 100%;
  margin: 10px 0;
  color: #666;
  text-shadow: 1px 1px 1px #fff;
  border: 1px solid #e2e2e2;
  height: 30px;
  cursor: pointer;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
}
div.modal-report-statistics select:focus {
  outline: none;
}
div.modal-report-statistics textarea {
  margin: 5px 0;
  width: 97%;
  padding: 1%;
  font-size: .9em;
  color: #999;
}
div.modal-report-statistics textarea.error,
div.modal-report-statistics input.error {
  border: 1px solid red;
}
div.modal-report-statistics img.load {
  margin: 7px 0 0 0;
  position: absolute;
}
div.modal-report-statistics input[type="submit"] {
  padding: 5px 25px;
  margin: 10px 0 5px;
  float: right;
  cursor: pointer;
  background: #95e111;
  background: -moz-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80B214), color-stop(100%, #95e111));
  background: -webkit-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: -o-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: -ms-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: linear-gradient(to top, #80B214 0%, #95e111 100%);
  text-shadow: 1px 1px 1px #679910;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 2px 0px #769914;
}
div.modal-report-statistics input[type="submit"]:hover {
  color: #333;
  text-shadow: 1px 1px 0px #A7D32F;
  background: #7FAF15;
}
div.modal-report-statistics input[type="submit"]:hover p {
  color: #333;
}
div.modal-report-statistics input[type="submit"]:hover {
  color: #333;
  text-shadow: 1px 1px 0px #A7D32F;
  background: #7FAF15;
}
div.modal-report-statistics input[type="submit"]:focus {
  outline: none;
  border: none;
}
p.report-statistic {
  text-align: right;
}
p.report-statistic span {
  cursor: pointer;
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/listado/flag-statistics.png") no-repeat left 1px;
  padding: 0 0 0 16px;
  font-weight: normal;
}
p.report-statistic:hover span {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/listado/flag-statistics.png") no-repeat left -112px;
  color: #e5be01;
}
p.report-statistic.active span {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/listado/flag-statistics.png") no-repeat left -112px;
  color: #e5be01;
  cursor: pointer;
  padding: 0 0 0 16px;
  font-weight: normal;
}
p.report-statistic.active:hover span {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/listado/flag-statistics.png") no-repeat left 1px;
  color: #999;
}
div.content-estadisticas {
  display: block;
  padding: 120px 0 40px;
  height: 100%;
}
div.content-estadisticas img.logo-softec {
  float: right;
  margin: 0 0 20px 0;
}
div.content-estadisticas div.pdf {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  margin: 0 15px 0 0;
  border-bottom: 2px solid #D8D8D8;
  text-align: right;
  font-size: 1.1em;
  font-weight: normal;
  cursor: pointer;
}
div.content-estadisticas div.pdf a,
div.content-estadisticas div.pdf span {
  color: #666;
  display: block;
}
div.content-estadisticas div.pdf:hover a,
div.content-estadisticas div.pdf:hover span {
  color: #90D113;
}
div.content-estadisticas div.pdf.pdf-new a,
div.content-estadisticas div.pdf.pdf-new span {
  padding: 7px 20px 7px 48px;
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/listado/PDF-listado.png") no-repeat 10px 3px;
}
div.content-estadisticas div.pdf.pdf-new:hover a,
div.content-estadisticas div.pdf.pdf-new:hover span {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/listado/PDF-listado.png") no-repeat 10px -51px;
}
div.content-estadisticas div.pdf.print a,
div.content-estadisticas div.pdf.print span {
  width: auto;
  padding: 7px 20px 7px 35px;
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/listado/print-listado.png") no-repeat 9px 4px;
}
div.content-estadisticas div.pdf.print:hover a,
div.content-estadisticas div.pdf.print:hover span {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/listado/print-listado.png") no-repeat 9px -48px;
}
div.content-estadisticas div.pdf-beta {
  display: block;
  float: right;
}
div.content-estadisticas div.pdf-beta div.pdf.loading a {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/Map/Cargando3.gif") 12px 6px no-repeat;
  background-size: 20px;
}
div.content-estadisticas div.pdf-beta div.version-beta {
  background: #95E111;
  padding: 3px 5px;
  float: right;
  margin: 0 0 15px 0;
}
div.content-estadisticas div.pdf-beta div.version-beta p {
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  margin: 0;
  padding: 3px 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
div.content-estadisticas div.share {
  cursor: pointer;
  background: #95e111;
  background: -moz-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80B214), color-stop(100%, #95e111));
  background: -webkit-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: -o-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: -ms-linear-gradient(top, #80B214 0%, #95e111 100%);
  background: linear-gradient(to top, #80B214 0%, #95e111 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 2px 0px #769914;
  float: left;
  margin: 0 15px 0 0;
  text-align: right;
  font-size: 1.1em;
  font-weight: 400;
}
div.content-estadisticas div.share a {
  color: #fff;
  text-shadow: 1px 1px 1px #679910;
}
div.content-estadisticas div.share:hover {
  background: #7FAF15;
}
div.content-estadisticas div.share:hover a,
div.content-estadisticas div.share:hover span {
  color: #333;
  text-shadow: 1px 1px 0px #A7D32F;
}
div.content-estadisticas div.share a,
div.content-estadisticas div.share span {
  width: auto;
  padding: 7px 20px 7px 34px;
  display: block;
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/listado/share-ficha.png") no-repeat 11px 9px;
  color: #FFF;
}
div.content-estadisticas div.share:hover a,
div.content-estadisticas div.share:hover span {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/listado/share-ficha.png") no-repeat 12px -32px;
}
div.content-estadisticas div.estadisticas-new section.header {
  margin: 0 0 40px 0;
}
div.content-estadisticas div.btn-view-all {
  text-align: center;
}
div.content-estadisticas div.btn-view-all span {
  padding: 7px 20px;
  display: inline-block;
  margin: 0 auto 20px;
  background: #90D113;
  color: #FFF;
  cursor: pointer;
  font-weight: bold;
  font-weight: normal;
}
div.content-estadisticas div.btn-view-all span a,
div.content-estadisticas div.btn-view-all span p,
div.content-estadisticas div.btn-view-all span span,
div.content-estadisticas div.btn-view-all span input {
  color: #FFF;
  font-weight: bold;
}
div.content-estadisticas div.btn-view-all span:hover {
  background: #7faf15;
}
div.content-estadisticas div.btn-view-all span:hover a,
div.content-estadisticas div.btn-view-all span:hover p,
div.content-estadisticas div.btn-view-all span:hover span,
div.content-estadisticas div.btn-view-all span:hover input {
  color: #333;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
div.content-estadisticas p {
  color: #666;
  margin: 0;
}
div.content-estadisticas p span {
  float: right;
  font-weight: bold;
}
div.content-estadisticas p.report-statistic {
  margin: 5px 0 ;
}
div.content-estadisticas p.report-statistic span {
  font-weight: normal;
}
div.content-estadisticas p.datos-generales {
  clear: both;
  text-align: center;
}
div.content-estadisticas p.datos {
  text-align: center;
  font-size: .85em;
  color: #999;
  font-weight: normal;
  clear: both;
  margin: 20px 0 0;
}
div.content-estadisticas p.title {
  color: #333;
  margin: 0 0 4px 0;
  font-size: 1.4em;
  font-weight: bold;
  border-bottom: 2px solid #90D113;
}
div.content-estadisticas p.title span {
  color: #999;
  font-size: .9em;
  margin: 26px 0 0 0;
}
div.content-estadisticas p.subtitle {
  color: #333;
  font-size: 1.4em;
  border-bottom: 2px solid #90D113;
  margin: 0 0 20px 0;
  font-weight: bold;
}
div.content-estadisticas ul li {
  color: #666;
  border-bottom: 1px solid #e3e3e3;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  font-size: 1.1em;
}
div.content-estadisticas ul li p {
  position: relative;
}
div.content-estadisticas ul li span {
  color: #95E111;
  float: right;
  font-weight: bold;
}
div.content-estadisticas ul li a {
  color: #666;
  margin: 0;
  display: block;
  cursor: pointer;
  text-decoration: underline;
}
div.content-estadisticas ul li a span {
  text-decoration: underline;
}
div.content-estadisticas ul li a:hover {
  color: #999;
}
div.content-estadisticas ul li a:hover span {
  color: #999;
}
div.content-estadisticas ul.granjas-estadisticas {
  display: inline-table;
  width: 31%;
  font-size: .9em;
}
div.content-estadisticas ul.granjas-estadisticas:nth-child(2) {
  margin: 0 2%;
}
div.content-estadisticas ul.granjas-estadisticas li {
  border: none;
  margin: 0;
}
div.content-estadisticas ul.granjas-estadisticas li:first-child {
  font-weight: 700;
  margin: 0 0 10px 0;
}
div.content-estadisticas ul.granjas-estadisticas li a {
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
div.content-estadisticas section {
  margin: 0 0 40px;
  clear: both;
  overflow: hidden;
}
div.content-estadisticas section p.datos2 {
  text-align: right;
  margin: 20px 0 40px 0;
}
div.content-estadisticas section.header {
  margin: 0 0 20px;
  position: relative;
}
div.content-estadisticas section.header p span.address {
  float: none;
  font-size: 1em;
}
div.content-estadisticas section.header h1,
div.content-estadisticas section.header p.title {
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 4px 0;
  font-size: 2em;
  border-bottom: 2px solid #90D113;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  padding: 0 150px 0 0;
}
div.content-estadisticas section.header span.date {
  position: absolute;
  right: 0;
  top: 9px;
  font-weight: normal;
  font-size: 1.4em;
}
div.content-estadisticas section.header div.modal-report-statistics {
  margin: 30px 0 0;
}
div.content-estadisticas section blockquote {
  width: 80%;
  margin: 20px auto 0;
  clear: both;
  position: relative;
}
div.content-estadisticas section blockquote div.price-info {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/listado/question-hover.png");
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 1px;
  right: 0;
}
div.content-estadisticas section blockquote div.price-info div {
  display: none;
}
div.content-estadisticas section blockquote div.price-info:hover {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/listado/question-hover.png") 0 -33px;
}
div.content-estadisticas section blockquote div.price-info:hover div {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  width: 350px;
  margin: -21px 0 0 -382px;
  z-index: 2;
}
div.content-estadisticas section blockquote div.price-info:hover div:before {
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid rgba(0, 0, 0, 0.8);
  position: absolute;
  right: -7px;
  top: 24px;
}
div.content-estadisticas section blockquote div.price-info:hover div p {
  color: #d1d1d1;
}
div.content-estadisticas section blockquote ul {
  display: inline-block;
  width: 47%;
  vertical-align: top;
  margin: 0 1%;
}
div.content-estadisticas section blockquote ul:first-child {
  margin-right: 2%;
}
div.content-estadisticas section blockquote ul li a {
  text-decoration: underline;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  padding: 0 40px 0 0;
  position: relative;
}
div.content-estadisticas section blockquote ul li a span {
  text-decoration: underline;
  position: absolute;
  right: 0;
}
div.content-estadisticas section blockquote p.datos {
  text-align: center;
  font-weight: normal;
  margin: 10px 0 0 0;
}
div.content-estadisticas section div.type,
div.content-estadisticas section div.age,
div.content-estadisticas section div.pie,
div.content-estadisticas section div.description,
div.content-estadisticas section div.desglose,
div.content-estadisticas section div.caracteristicas {
  width: 49%;
  float: left;
}
div.content-estadisticas section div.type,
div.content-estadisticas section div.pie,
div.content-estadisticas section div.desglose {
  margin-right: 2%;
}
div.content-estadisticas section div.description {
  margin: 60px 0 0;
  float: right;
}
div.content-estadisticas section div.row {
  margin: 0 0 20px 0;
  overflow: hidden;
}
div.content-estadisticas section div.row div.desglose img {
  float: left;
  background: #90D113;
  padding: 10px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin: 0 10px 0 0;
}
div.content-estadisticas section div.row div.desglose p.sub-title {
  color: #666;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
}
div.content-estadisticas section div.row div.desglose span.sub-title {
  color: #AFAFAF;
  font-weight: bold;
}
div.content-estadisticas section div.row div.desglose ul {
  margin: 10px 0 0 ;
}
div.content-estadisticas section div.row div.caracteristicas {
  padding: 1% 1% .5% 1%;
  width: 42%;
  margin: 14px 0 13px 4%;
  float: right;
  border: 1px solid #e1e1e1;
  border-left: none;
  position: relative;
}
div.content-estadisticas section div.row div.caracteristicas img {
  position: absolute;
  margin: -12px 0 0 -26px;
  height: 155px;
}
div.content-estadisticas section div.row div.caracteristicas p.title {
  font-size: 1em;
  text-transform: initial;
}
div.content-estadisticas section div.row div.caracteristicas span {
  color: #999;
}
div.content-estadisticas section div.table {
  margin: 20px 0 0 0;
}
div.content-estadisticas section div.table ul {
  border-bottom: 1px solid #e3e3e3;
}
div.content-estadisticas section div.table ul li {
  display: inline-table;
  border: 0;
  padding: 6px 1%;
  margin: 0;
  vertical-align: top;
  line-height: 21px;
  text-align: center;
}
div.content-estadisticas section div.table ul .colony {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  text-align: left;
}
div.content-estadisticas section div.table ul .more {
  padding: 6px 0;
}
div.content-estadisticas section div.table ul .more span {
  background: #95E111;
  padding: 2px 7px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 80%;
  font-size: .9em;
  display: none;
  line-height: initial;
}
div.content-estadisticas section div.table ul .colony {
  width: 22%;
}
div.content-estadisticas section div.table ul .price {
  width: 21%;
}
div.content-estadisticas section div.table ul .price span {
  float: none;
}
div.content-estadisticas section div.table ul .offer {
  width: 18%;
}
div.content-estadisticas section div.table ul .percent {
  width: 17%;
}
div.content-estadisticas section div.table ul .more {
  width: 12%;
}
div.content-estadisticas section div.table ul.title {
  border-bottom: 2px solid #e1e1e1;
  margin: 0;
}
div.content-estadisticas section div.table ul.title li {
  font-weight: bold;
}
div.content-estadisticas section div.table a ul {
  cursor: pointer;
}
div.content-estadisticas section div.table a ul li {
  color: #666;
}
div.content-estadisticas section div.table a:last-child ul {
  margin-bottom: 15px;
}
div.content-estadisticas section div.table a:hover ul li {
  color: #999;
}
div.content-estadisticas section div.table a:hover ul li.price span {
  color: #999;
}
div.content-estadisticas section div.table a:hover ul li.more span {
  display: block;
}
div.content-estadisticas.coldwell section.header p.title,
div.content-estadisticas.girasol section.header p.title,
div.content-estadisticas.coldwell section.header h1,
div.content-estadisticas.girasol section.header h1 {
  border-color: #2E507B;
}
div.content-estadisticas.coldwell p.subtitle,
div.content-estadisticas.girasol p.subtitle {
  border-color: #2E507B;
}
div.content-estadisticas.coldwell p.title,
div.content-estadisticas.girasol p.title {
  border-color: #2E507B;
}
div.content-estadisticas.coldwell ul li span,
div.content-estadisticas.girasol ul li span {
  color: #426489;
}
div.content-estadisticas.coldwell section img,
div.content-estadisticas.girasol section img {
  width: 160px;
}
div.content-estadisticas.remax section.header p.title,
div.content-estadisticas.azucena section.header p.title,
div.content-estadisticas.remax section.header h1,
div.content-estadisticas.azucena section.header h1 {
  border-color: #1C3D88;
}
div.content-estadisticas.remax p.subtitle,
div.content-estadisticas.azucena p.subtitle {
  border-color: #1C3D88;
}
div.content-estadisticas.remax p.title,
div.content-estadisticas.azucena p.title {
  border-color: #1C3D88;
}
div.content-estadisticas.remax ul li span,
div.content-estadisticas.azucena ul li span {
  color: #0055a3;
}
div.content-estadisticas.remax section img,
div.content-estadisticas.azucena section img {
  width: 250px;
}
div.content-estadisticas.thf section.header p.title,
div.content-estadisticas.tulipan section.header p.title,
div.content-estadisticas.thf section.header h1,
div.content-estadisticas.tulipan section.header h1 {
  border-color: #347ABA;
}
div.content-estadisticas.thf p.subtitle,
div.content-estadisticas.tulipan p.subtitle {
  border-color: #347ABA;
}
div.content-estadisticas.thf p.title,
div.content-estadisticas.tulipan p.title {
  border-color: #347ABA;
}
div.content-estadisticas.thf ul li span,
div.content-estadisticas.tulipan ul li span {
  color: #25608C;
}
div.content-estadisticas.thf section img,
div.content-estadisticas.tulipan section img {
  width: 100px;
}
div.statistics-all {
  position: relative;
}
div.statistics-all p.report-statistic {
  position: absolute;
  right: 0;
  top: 208px;
}
div.statistics-all div.modal-report-statistics {
  margin: 120px 0 0 0;
}
div.statistics-all div.contact-share {
  position: absolute;
  width: 300px;
  z-index: 9;
  margin: 40px 0 0 0;
  display: none;
}
div.statistics-all div.contact-share span {
  color: #FFF;
}
div.statistics-all div.contact-share:before {
  content: "";
  width: 24px;
  display: block;
  position: absolute;
  height: 14px;
  top: 0;
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/listado/arrow-top-share.png") no-repeat;
  margin: -12px 0 0;
  left: 50px;
}
div.statistics-all div.contact-share p.title {
  border: none;
  font-size: initial;
  margin: 0 0 15px 0;
}
div.statistics-all div.contact-share p.subtitle {
  border: none;
  font-size: initial;
  margin: 10px 0 15px 0;
}
div.statistics-all div.swiper-container-latest {
  height: 440px !important;
}
div.statistics-all div.swiper-container-latest div.swiper-slide {
  height: 389px !important;
  overflow: hidden;
}
div.description-statistics {
  width: 80%;
  margin: 40px auto 10px;
}
div.description-statistics p {
  color: #333;
}
div.description-statistics p.title-description {
  font-weight: bold;
  font-size: 1.2em;
  margin: 0 0 5px 0;
}
div.content-estadisticas.estadisticas-new {
  padding: 0 0 40px;
}
div.renta {
  padding: 40px 0 60px 0;
}
@media print {
  body {
    font-size: 1em;
    color: #333333;
    margin-top: 2cm;
    margin-right: 2cm;
    margin-bottom: 1.5cm;
    margin-left: 2cm;
  }
  header.page {
    display: none;
  }
  div.content-errors,
  div div.content-estadisticas {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  div.content-estadisticas section blockquote {
    width: 100%;
  }
  div.content-estadisticas section div.pie {
    height: 250px !important;
  }
  div.content-estadisticas section div.pie div.highcharts-container {
    zoom: .7;
  }
  div.content-estadisticas section div p.title {
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    padding: 0 43px 0 0;
  }
  div.content-estadisticas section div p span {
    position: absolute;
    right: 0;
  }
  div.content-estadisticas section.header span.date {
    display: none;
  }
  div.content-estadisticas section.header p.title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  div.swiper-container-latest div.listado-lista {
    width: 24%;
  }
}
