/* ------- 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: #ffffff;
  cursor: pointer;
  font-weight: bold;
}
.btn-claro a,
.btn-claro p,
.btn-claro span,
.btn-claro input {
  color: #ffffff;
  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: #333333;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
.btn-claro-fit {
  background: #90d113;
  color: #ffffff;
  cursor: pointer;
}
.btn-claro-fit a,
.btn-claro-fit p,
.btn-claro-fit span,
.btn-claro-fit input {
  color: #ffffff;
}
.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: #333333;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
.btn-contact-fit {
  background: #fc4c02;
  color: #ffffff;
  cursor: pointer;
}
.btn-contact-fit a,
.btn-contact-fit p,
.btn-contact-fit span,
.btn-contact-fit input {
  color: #ffffff;
}
.btn-contact-fit:hover {
  background: #e84400;
}
.btn-contact-fit:hover a,
.btn-contact-fit:hover p,
.btn-contact-fit:hover span,
.btn-contact-fit:hover input {
  color: #333333;
  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: #333333;
  cursor: pointer;
  font-weight: bold;
}
.btn-statistics a,
.btn-statistics p,
.btn-statistics span,
.btn-statistics input {
  color: #333333;
  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: #333333;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
.btn-infonavit {
  background: #e1102c;
  border-bottom: 2px solid #aa2525;
  color: #ffffff;
  cursor: pointer;
}
.btn-infonavit a {
  color: #ffffff;
}
.btn-infonavit:hover {
  background: #aa2525;
  border-bottom: 2px solid #8e2121;
}
.btn-fovisste {
  background: #2b5f93;
  border-bottom: 2px solid #1d3f71;
  color: #ffffff;
  cursor: pointer;
}
.btn-fovisste a {
  color: #ffffff;
}
.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: #333333;
  text-shadow: 1px 1px 0px #A7D32F;
  background: #7FAF15;
}
.vd-light:hover p {
  color: #333333;
}
.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: #333333;
  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: #333333;
  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: #333333;
  text-shadow: 1px 1px 0px #A7D32F;
}
.btn-vd-block:hover a,
.btn-vd-block:hover span {
  color: #333333;
  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 */
}
#launcher {
  display: none!important;
}
a:hover {
  text-decoration: none;
}
span.close-btn {
  background: #87c815;
  color: #fff;
  position: absolute;
  text-align: center;
  line-height: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
span.close-btn:hover {
  color: #333333;
  text-shadow: 1px 1px 0px #A7D32F;
  background: #7FAF15;
}
.content-page,
.outer_general,
.outer_wrapper,
.outer_general_view {
  width: 100%;
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.outer_general {
  background: #fff;
  padding: 50px 0 60px;
}
.outer_general.public {
  padding: 131px 0 60px;
}
div {
  /* ------------------------- */
  /* ------- LOGIN --------- */
  /* ------------------------- */
  /* ------- RESULTADOS --------- */
  /* ------------------------- */
  /* ------- HABITABILIDAD --------- */
  /* ------------------------- */
  /* ------- INDICADOR DE HABITABILIDAD --------- */
}
div.wrapper_login {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  /*		.close-modal{
			position: absolute;
			right: 20px;
			top: 20px;
			width: 40px;
			height: 40px;
			&::after, &::before{
				content: "";
				background-color: white;
				height: 1px;
				position: absolute;
				width: 40px;
				top: 18px;
				right: 0;
				box-sizing: border-box;
			}
			&::before {
		    -webkit-transform: rotate(45deg);
		    transform: rotate(45deg);
			}
			&::after {
			    -webkit-transform: rotate(-45deg);
			    transform: rotate(-45deg);
			}
			&:hover{
				&::after, &::before{
					background: #4ad200;
				}
			}
		}*/
}
div.column {
  display: inline-block;
  vertical-align: top;
}
div.result-general-list,
div.outer_general_view {
  padding: 0 0 60px;
}
div.content-page {
  padding: 0 0 40px;
}
div.outer_wrapper.vista-mapa {
  position: absolute;
  padding: 0;
}
div.outer_wrapper.vista-mapa footer {
  z-index: 2;
}
div.new_prop {
  position: absolute;
  background: #1ca049;
  color: #ffffff;
  padding: 2px 6px;
  font-size: 1em;
}
div.change-price p span {
  color: #999999;
  text-decoration: line-through;
}
div.change-price p b {
  color: #90d113;
}
div.change-price p:nth-child(2):after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 12px;
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/listado/price_down.jpg") no-repeat bottom center;
  margin: 0 0 0 4px;
}
div.content-blog {
  width: 31%;
  display: inline-block;
  margin-right: 3%;
  vertical-align: top;
}
@media screen and (max-width: 1020px) {
  div.content-blog {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
div.content-blog:last-child {
  margin: 0;
}
div.content-blog a .sub-title {
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: 2px solid #95e111;
  margin: 0 0 10px 0;
}
div.content-blog a .see-more {
  float: right;
  display: block;
  background: #90d113;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  padding: 4px 15px;
  font-size: 1.em;
  font-weight: normal;
}
div.content-blog a .see-more a,
div.content-blog a .see-more p,
div.content-blog a .see-more span,
div.content-blog a .see-more input {
  color: #ffffff;
  font-weight: bold;
}
div.content-blog a .see-more:hover {
  background: #7faf15;
}
div.content-blog a .see-more:hover a,
div.content-blog a .see-more:hover p,
div.content-blog a .see-more:hover span,
div.content-blog a .see-more:hover input {
  color: #333333;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
div.content-blog a:hover p {
  color: #666;
  text-decoration: none;
}
div.content-blog a:hover .see-more {
  background: #7faf15;
}
div.left-blog,
div.right-blog {
  display: inline-table;
  vertical-align: top;
  cursor: pointer;
}
div.left-blog a p.sub-title,
div.right-blog a p.sub-title {
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: 2px solid #95e111;
  margin: 0 0 10px 0;
}
div.left-blog a blockquote,
div.right-blog a blockquote {
  clear: both;
  margin: 10px 0 0 0;
}
div.left-blog a blockquote p span,
div.right-blog a blockquote p span {
  color: #95e111;
}
div.left-blog a blockquote p span.see-more,
div.right-blog a blockquote p span.see-more {
  float: right;
  display: block;
  background: #90d113;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  padding: 4px 15px;
  font-size: 1.em;
  font-weight: normal;
}
div.left-blog a blockquote p span.see-more a,
div.right-blog a blockquote p span.see-more a,
div.left-blog a blockquote p span.see-more p,
div.right-blog a blockquote p span.see-more p,
div.left-blog a blockquote p span.see-more span,
div.right-blog a blockquote p span.see-more span,
div.left-blog a blockquote p span.see-more input,
div.right-blog a blockquote p span.see-more input {
  color: #ffffff;
  font-weight: bold;
}
div.left-blog a blockquote p span.see-more:hover,
div.right-blog a blockquote p span.see-more:hover {
  background: #7faf15;
}
div.left-blog a blockquote p span.see-more:hover a,
div.right-blog a blockquote p span.see-more:hover a,
div.left-blog a blockquote p span.see-more:hover p,
div.right-blog a blockquote p span.see-more:hover p,
div.left-blog a blockquote p span.see-more:hover span,
div.right-blog a blockquote p span.see-more:hover span,
div.left-blog a blockquote p span.see-more:hover input,
div.right-blog a blockquote p span.see-more:hover input {
  color: #333333;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
div.left-blog a:hover img,
div.right-blog a:hover img {
  opacity: 0.7;
}
div.left-blog a:hover p,
div.right-blog a:hover p {
  color: #999999;
}
div.left-blog a:hover p.sub-title,
div.right-blog a:hover p.sub-title {
  border-bottom: 2px solid #999999;
}
div.left-blog a:hover p span,
div.right-blog a:hover p span {
  color: #999999;
}
div.left-blog a:hover p span.see-more,
div.right-blog a:hover p span.see-more {
  background: #7faf15;
  color: #333333;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
div.left-blog {
  width: 45%;
}
div.left-blog img {
  width: 100%;
  position: absolute;
}
div.left-blog div.img-content {
  width: 100%;
  height: 271px;
  overflow: hidden;
  margin: 0 0 10px 0;
  position: relative;
}
div.right-blog {
  width: 52%;
  margin: 0 0 0 2%;
}
div.right-blog div.article {
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
}
div.right-blog div.article div,
div.right-blog div.article img {
  display: inline-table;
  vertical-align: top;
}
div.right-blog div.article img {
  width: 39%;
  margin: 0 2% 0 0;
}
div.right-blog div.article div.content {
  width: 58%;
}
div.right-blog div.article div.img {
  width: 40%;
  position: relative;
  overflow: hidden;
  height: 150px;
}
div.right-blog div.article div.img img {
  width: 95%;
  position: absolute;
}
div.contenido-pagina {
  padding: 140px 0 60px;
}
div#main-search div.top {
  width: 87%;
  margin: 10px auto 0;
  position: absolute;
}
div#main-search div.top ul.searches {
  background: rgba(0, 0, 0, 0.7);
  float: right;
  padding: 10px;
}
div#main-search div.top ul.searches li {
  cursor: pointer;
  display: inline-table;
  color: #fff;
}
div#main-search div.top ul.searches li.show-properties {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/listado/properties_save.png") top center no-repeat;
  padding: 20px 10px 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
div#main-search div.top ul.searches li.show-searches {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/listado/searches-save.png") top center no-repeat;
  padding: 20px 0 0 10px;
  border-left: 1px solid #000;
}
div#main-search div.top ul.searches li:hover.show-properties {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/listado/properties_save.png") center -70px no-repeat;
}
div#main-search div.top ul.searches li:hover.show-properties span {
  color: #95e111;
}
div#main-search div.top ul.searches li:hover.show-searches {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/listado/searches-save.png") center -70px no-repeat;
}
div#main-search div.top ul.searches li:hover.show-searches span {
  color: #95e111;
}
div#main-search div.top div.tooltip-header {
  top: 70px;
}
div#main-search div.top div.tooltip-header p {
  text-align: center;
}
div#main-search div.top div.tooltip-header p.title {
  font-weight: 700;
  font-size: 1.1em;
  margin: 0 0 10px 0;
}
div#main-search div.top div.tooltip-header a.action {
  background: #90d113;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  padding: 4px 10px;
  display: block;
  text-align: center;
  width: 100px;
  margin: 10px auto 0;
  font-weight: normal;
}
div#main-search div.top div.tooltip-header a.action a,
div#main-search div.top div.tooltip-header a.action p,
div#main-search div.top div.tooltip-header a.action span,
div#main-search div.top div.tooltip-header a.action input {
  color: #ffffff;
  font-weight: bold;
}
div#main-search div.top div.tooltip-header a.action:hover {
  background: #7faf15;
}
div#main-search div.top div.tooltip-header a.action:hover a,
div#main-search div.top div.tooltip-header a.action:hover p,
div#main-search div.top div.tooltip-header a.action:hover span,
div#main-search div.top div.tooltip-header a.action:hover input {
  color: #333333;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
div#main-search div.top div.tooltip-header div.arrow {
  margin-top: -27px;
  right: 60px;
}
div#main-search div.top div.tooltip-header div.no-log {
  width: 230px;
}
div#main-search div.top div.tooltip-header div.no-log a {
  background: #90d113;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  padding: 4px 10px;
  display: block;
  width: 100px;
  margin: 10px auto 0;
}
div#main-search div.top div.tooltip-header div.no-log a a,
div#main-search div.top div.tooltip-header div.no-log a p,
div#main-search div.top div.tooltip-header div.no-log a span,
div#main-search div.top div.tooltip-header div.no-log a input {
  color: #ffffff;
  font-weight: bold;
}
div#main-search div.top div.tooltip-header div.no-log a:hover {
  background: #7faf15;
}
div#main-search div.top div.tooltip-header div.no-log a:hover a,
div#main-search div.top div.tooltip-header div.no-log a:hover p,
div#main-search div.top div.tooltip-header div.no-log a:hover span,
div#main-search div.top div.tooltip-header div.no-log a:hover input {
  color: #333333;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
div#main-search div.top div.tooltip-header div.list p.title {
  text-shadow: 1px 1px 1px #fff;
  margin: 0 0 8px;
  text-align: left;
}
div#main-search div.top div.tooltip-header div.list p.title a {
  color: #1ca049;
  font-size: .8em;
  margin: 0 0 0 10px;
  padding: 0;
  font-weight: normal;
}
div#main-search div.top div.tooltip-header div.list p.title a:hover {
  color: #999999;
}
div#main-search div.top div.tooltip-header div.list p.more {
  text-align: center;
  padding: 10px 0 0;
  border-top: 1px solid #e2e2e2;
  margin: 0;
}
div#main-search div.top div.tooltip-header div.list p.more a {
  color: #87c815;
  text-shadow: 1px 1px 1px #fff;
  font-weight: bold;
}
div#main-search div.top div.tooltip-header div.list p.more a:hover {
  color: #999999;
}
div#main-search div.top div.tooltip-header div.list div {
  background: #fff;
  border-top: 1px solid #e2e2e2;
  padding: 10px 15px;
  cursor: pointer;
  height: 50px;
}
div#main-search div.top div.tooltip-header div.list div a {
  padding: 0;
}
div#main-search div.top div.tooltip-header div.list div a img {
  width: 70px;
  margin: 0 10px 0 0;
  float: left;
}
div#main-search div.top div.tooltip-header div.list div a p {
  margin: 0;
  font-size: .9em;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  padding: 0;
  text-align: left;
}
div#main-search div.top div.tooltip-header div.list div a p.sub-title {
  font-size: 1em;
}
div#main-search div.top div.tooltip-header div.list div a p.spec {
  color: #999999;
}
div#main-search div.top div.tooltip-header div.list div a p.spec span {
  color: #95e111;
  padding: 0;
}
div#main-search div.top div.tooltip-header div.list div:hover {
  background: #fafafa;
}
div#main-search div.top div.tooltip-header div.list div:hover a p {
  color: #999999;
  text-shadow: 1px 1px 1px #fff;
}
div#main-search div.top div.tooltip-header div.list div:hover a p span {
  color: #999999;
  text-shadow: 1px 1px 1px #fff;
}
div#main-search div.top div.properties {
  right: 145px;
}
div#main-search div.top div.properties div.list {
  width: 330px;
}
div#main-search div.top div.flotar {
  position: fixed;
  top: 50px;
  z-index: 9;
}
div#main-search div.top div.flotar.properties {
  margin-right: 193px;
}
div#main-search div.top div.flotar.searches {
  margin-right: 159px;
}
div#main-search div.top div.searches {
  right: 0px;
}
div#main-search div.top div.searches div.list {
  width: 280px;
}
div.lista-high-listing-map,
div.listado-lista {
  float: left;
  width: 23% !important;
  margin: 10px 10px;
  cursor: pointer;
}
div.lista-high-listing-map:first-child,
div.listado-lista:first-child {
  margin-left: 5px;
}
div.lista-high-listing-map:last-child,
div.listado-lista:last-child {
  margin-right: 0;
}
div.lista-high-listing-map p.direccion-lista,
div.listado-lista p.direccion-lista {
  display: none;
}
div.lista-high-listing-map p.price,
div.listado-lista p.price,
div.lista-high-listing-map p.price-row,
div.listado-lista p.price-row {
  font-size: 1.2em;
}
div.lista-high-listing-map p.price b,
div.listado-lista p.price b,
div.lista-high-listing-map p.price-row b,
div.listado-lista p.price-row b {
  color: #95e111;
}
div.lista-high-listing-map div.details-property,
div.listado-lista div.details-property {
  position: relative;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
div.lista-high-listing-map div.type-mov,
div.listado-lista div.type-mov {
  position: absolute;
  right: 0;
  background: #fff;
  margin: -3px -3px 0 0;
  z-index: 2;
  padding: 5px 10px;
}
div.lista-high-listing-map div.type-mov p,
div.listado-lista div.type-mov p {
  margin: 0;
  color: #666666;
}
div.lista-high-listing-map div.type-mov p span,
div.listado-lista div.type-mov p span {
  background-color: #93f;
  width: 10px;
  height: 10px;
  float: left;
  border-radius: 25px;
  margin: 3px 7px 0 0;
}
div.lista-high-listing-map div.venta p span,
div.listado-lista div.venta p span {
  background: #c00;
}
div.lista-high-listing-map div.foto-propiedad,
div.listado-lista div.foto-propiedad {
  height: 200px;
  overflow: hidden;
  position: relative;
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/Facebox/loading.gif") no-repeat center;
  background-color: #666;
}
div.lista-high-listing-map div.foto-propiedad img,
div.listado-lista div.foto-propiedad img {
  background: #fff;
}
div.lista-high-listing-map div.foto-propiedad img.nophoto-270x270,
div.listado-lista div.foto-propiedad img.nophoto-270x270 {
  width: 100%;
  margin: -20px auto 0;
}
div.lista-high-listing-map div.foto-propiedad div.prop-fav,
div.listado-lista div.foto-propiedad div.prop-fav {
  position: absolute;
  height: 37px;
  width: 37px;
  margin: 5px 0 0 0;
  line-height: 41px;
  text-align: center;
  cursor: pointer;
  z-index: 2;
  display: block !important;
  top: 5px;
  right: 10px;
  font-size: 20px;
}
div.lista-high-listing-map div.foto-propiedad div.showroom,
div.listado-lista div.foto-propiedad div.showroom {
  position: absolute;
  text-indent: -9999999px;
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/showrooms/tag-showroom.png") no-repeat right top;
  width: 100%;
  height: 41px;
  background-size: 230px;
}
div.lista-high-listing-map div.foto-propiedad div.new_prop,
div.listado-lista div.foto-propiedad div.new_prop {
  bottom: 25px;
}
div.lista-high-listing-map div.foto-propiedad div.new_prop.new_prop_publish,
div.listado-lista div.foto-propiedad div.new_prop.new_prop_publish {
  bottom: 47px;
}
div.lista-high-listing-map div.foto-propiedad div.view-description,
div.listado-lista div.foto-propiedad div.view-description {
  position: absolute;
  right: 5px;
  background: #fff;
  padding: 0 8px 0 4px;
  font-size: 15px;
  text-shadow: 1px 1px 1px #fff;
  border: 1px solid #dddddd;
  color: #869099;
  height: 28px;
  line-height: 28px;
}
div.lista-high-listing-map div.foto-propiedad div.view-description i,
div.listado-lista div.foto-propiedad div.view-description i {
  font-size: 23px;
  vertical-align: middle;
  width: 19px;
  display: inline-block;
  text-align: left;
}
div.lista-high-listing-map div.foto-propiedad div.view-description:hover,
div.listado-lista div.foto-propiedad div.view-description:hover {
  color: #95e111;
  background: #fff;
}
div.lista-high-listing-map div.foto-propiedad div.view-description.move_description,
div.listado-lista div.foto-propiedad div.view-description.move_description {
  top: 131px;
}
div.lista-high-listing-map div.foto-propiedad div.view-description.search-general,
div.listado-lista div.foto-propiedad div.view-description.search-general {
  margin: 26px 0 0 0;
}
div.lista-high-listing-map div.foto-propiedad div.cont-logo,
div.listado-lista div.foto-propiedad div.cont-logo {
  width: 70px;
  position: absolute;
  margin: 137px 0 0 345px;
  top: 0;
  background: #fff;
  z-index: 1;
  height: 47px;
  overflow: hidden;
}
div.lista-high-listing-map div.publication-date,
div.listado-lista div.publication-date {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  left: 0;
  padding: 2px 6px;
  bottom: 25px;
}
div.lista-high-listing-map div.colonia,
div.listado-lista div.colonia {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  padding: 2px 0 2px 6px;
  bottom: 0;
  width: 99%;
}
div.lista-high-listing-map div.colonia p,
div.listado-lista div.colonia p {
  margin: 0;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
div.lista-high-listing-map div.contenido-propiedad p,
div.listado-lista div.contenido-propiedad p {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.1em;
}
div.lista-high-listing-map div.contenido-propiedad div.address,
div.listado-lista div.contenido-propiedad div.address {
  display: block;
  vertical-align: middle;
  height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 28px;
  padding: 7px 0px 0;
}
div.lista-high-listing-map div.bx-controls a.right_btn,
div.listado-lista div.bx-controls a.right_btn {
  margin-left: 175px;
}
div.lista-high-listing-map div.info-list-prop,
div.listado-lista div.info-list-prop {
  position: relative;
}
div.lista-high-listing-map div.info-list-prop p,
div.listado-lista div.info-list-prop p {
  padding: 0;
  margin: 0 0 5px 0;
  font-weight: normal;
}
div.lista-high-listing-map div.info-list-prop span.view-prop,
div.listado-lista div.info-list-prop span.view-prop {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  padding: 4px 10px;
  width: 62px;
  position: absolute;
  margin: -3px 0 0 122px;
  text-align: center;
  font-size: .9em;
  display: none;
  background: #95e111;
  border-bottom: 1px solid #87c815;
  text-shadow: 1px 1px 1px #80b214;
}
div.lista-high-listing-map div.info-list-prop span.view-prop:hover,
div.listado-lista div.info-list-prop span.view-prop:hover {
  color: #333333;
  background: #80b214;
  text-shadow: 1px 1px 0 #A7D32F;
}
div.lista-high-listing-map div.descripcion-ficha,
div.listado-lista div.descripcion-ficha {
  top: 0;
  position: absolute;
  background: #fff;
  z-index: 2;
  height: 244px;
  width: 96%;
  overflow: hidden;
  padding: 2%;
  font-size: 1em;
}
div.lista-high-listing-map div.descripcion-ficha p,
div.listado-lista div.descripcion-ficha p {
  color: #95e111;
  font-weight: bold;
  margin: 0 0 5px 0;
  position: relative;
}
div.lista-high-listing-map div.descripcion-ficha p span,
div.listado-lista div.descripcion-ficha p span {
  position: absolute;
  right: 0;
  width: 18px;
  height: 18px;
  background: #95e111;
  color: #fff;
  text-align: center;
  font-size: .7em;
  line-height: 18px;
}
div.lista-high-listing-map div.descripcion-ficha p span:hover,
div.listado-lista div.descripcion-ficha p span:hover {
  background: #999999;
}
div.lista-high-listing-map div.descripcion-ficha h4,
div.listado-lista div.descripcion-ficha h4 {
  font-weight: normal;
  text-transform: lowercase;
}
div.lista-high-listing-map div.row-comparar,
div.listado-lista div.row-comparar,
div.lista-high-listing-map div.cont-dev,
div.listado-lista div.cont-dev {
  display: none;
}
div.lista-high-listing-map.desarrollo,
div.listado-lista.desarrollo {
  width: 48%;
  margin: 10px .5%;
}
div.lista-high-listing-map.desarrollo div.foto-propiedad img,
div.listado-lista.desarrollo div.foto-propiedad img {
  width: 100%;
}
div.lista-high-listing-map.desarrollo div.foto-propiedad .bx-controls a,
div.listado-lista.desarrollo div.foto-propiedad .bx-controls a {
  margin-top: -11px !important;
}
div.lista-high-listing-map.desarrollo div.foto-propiedad .bx-controls a.right_btn,
div.listado-lista.desarrollo div.foto-propiedad .bx-controls a.right_btn {
  margin-left: 396px;
}
div.lista-high-listing-map.desarrollo div.info-list-prop span.view-prop,
div.listado-lista.desarrollo div.info-list-prop span.view-prop {
  margin: -27px 0 0 343px;
}
div.lista-high-listing-map.desarrollo div.publication-date,
div.listado-lista.desarrollo div.publication-date {
  margin: -44px 82px 0 0;
}
div.lista-high-listing-map.desarrollo div.contenido-propiedad div.address,
div.listado-lista.desarrollo div.contenido-propiedad div.address {
  display: block;
  vertical-align: middle;
  height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 28px;
  padding: 7px 0px 0;
}
div.lista-high-listing-map a,
div.listado-lista a {
  color: #666;
}
div.lista-high-listing-map a:hover div.contenido-propiedad,
div.listado-lista a:hover div.contenido-propiedad {
  text-decoration: underline;
}
div.lista-high-listing-map a:hover div.type-mov p span,
div.listado-lista a:hover div.type-mov p span {
  background: #999999;
}
div.lista-high-listing-map a:hover div.info-list-prop span.view-prop,
div.listado-lista a:hover div.info-list-prop span.view-prop {
  display: block;
}
div.lista-high-listing-map a:hover div.view-description,
div.listado-lista a:hover div.view-description {
  display: block;
}
div.lista-high-listing-map a:hover div.details-property,
div.listado-lista a:hover div.details-property {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}
div.lista-high-listing-map a:visited div.contenido-propiedad p span,
div.listado-lista a:visited div.contenido-propiedad p span {
  color: #90d113;
}
div.lista-high-listing-map a:visited div.info-list-prop p.price-row b,
div.listado-lista a:visited div.info-list-prop p.price-row b,
div.lista-high-listing-map a:visited div.info-list-prop p.price b,
div.listado-lista a:visited div.info-list-prop p.price b {
  color: #bebebe;
}
div.lista-high-listing-map a:visited div.info-list-prop span,
div.listado-lista a:visited div.info-list-prop span {
  background: #bebebe;
  border: 1px solid #b9b9b9;
  border-bottom: 1px solid #a9a9a9;
  text-shadow: none;
}
div.lista-high-listing-map a:visited div.descripcion-ficha p,
div.listado-lista a:visited div.descripcion-ficha p {
  color: #95e111;
}
div.lista-high-listing-map a:visited div.descripcion-ficha p span,
div.listado-lista a:visited div.descripcion-ficha p span {
  color: #fff;
}
div.lista-high-listing-map .address-name {
  background: #4ad200;
  color: white;
}
div.lista-high-listing-map .address-name span {
  color: white !important;
}
div.lista-high-listing-map a div.details-property div.contenido-propiedad {
  background: #95e111;
  color: #fff;
  padding: 5px 5px;
  text-shadow: 1px 1px 0px #80b214;
}
div.lista-high-listing-map a div.details-property div.contenido-propiedad p {
  color: #ffffff;
}
div.lista-high-listing-map a div.details-property div.contenido-propiedad p span {
  color: #ffffff;
}
div.lista-high-listing-map a:visited div.details-property div.contenido-propiedad p span {
  color: #fff;
}
div div.desarrollo {
  width: 48%;
  margin: 10px .5%;
}
div div.desarrollo a .details-property .foto-propiedad img {
  width: 100%;
}
div div.desarrollo a .details-property .foto-propiedad .bx-controls a {
  margin-top: -11px !important;
}
div div.desarrollo a .details-property .foto-propiedad .bx-controls a.right_btn {
  margin-left: 396px;
}
div div.desarrollo a .details-property .info-list-prop span.view-prop {
  margin: -3px 0 0 343px;
}
div div.desarrollo a .contenido-propiedad div.address {
  display: table-cell;
  vertical-align: middle;
  width: 417px;
  height: 28px;
}
div.contact-share {
  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;
  position: relative;
}
div.contact-share p {
  font-weight: bold;
  font-size: 1.2em;
}
div.contact-share p.title {
  margin: 0 0 15px 0;
}
div.contact-share p.subtitle {
  text-align: center;
  margin: 0 0 10px 0;
}
div.contact-share span.close-btn {
  top: 2%;
  right: 2%;
  width: 20px;
  height: 20px;
}
div.contact-share form label,
div.contact-share form fieldset {
  width: 100%;
  padding: 0 0 0 10%;
  margin: 0 0 10px 0;
  display: block;
}
div.contact-share form label input,
div.contact-share form fieldset input,
div.contact-share form label textarea,
div.contact-share form fieldset textarea {
  margin: 0;
  width: 82%;
  padding: 1% 2%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fdfdfd;
  border: 1px solid #e9e9e9;
  font-size: .9em;
  font-family: Arial, Helvetica, Verdana, sans-serif;
}
div.contact-share form label input.error,
div.contact-share form fieldset input.error,
div.contact-share form label textarea.error,
div.contact-share form fieldset textarea.error {
  border: 1px solid red;
}
div.contact-share form label span.error,
div.contact-share form fieldset span.error {
  color: red;
  display: block !important;
  font-size: .9em;
  text-align: center;
  margin: 4px 0 0 0;
}
div.contact-share form label.user,
div.contact-share form fieldset.user {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/listado/user-share.png") no-repeat 2px 4px;
}
div.contact-share form label,
div.contact-share form fieldset {
  background-size: 19px 13px;
}
div.contact-share form label.mail,
div.contact-share form fieldset.mail {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/listado/email-share.png") no-repeat 1px 4px;
}
div.contact-share form label.correo,
div.contact-share form fieldset.correo {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/listado/mail-share.png") no-repeat 1px 4px;
}
div.contact-share form label.destinatario,
div.contact-share form fieldset.destinatario {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/listado/destinatario.png") no-repeat 1px 4px;
}
div.contact-share form img.img_carga_shared {
  margin: 0 auto;
  display: block;
}
div.contact-share form span.img_carga_shared {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/Facebox/loading.gif") no-repeat center left;
  text-indent: -999999px;
  display: block;
  height: 40px;
  margin: 0 auto;
  width: 30px;
}
div.contact-share form input[type="submit"] {
  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;
  padding: 5px 25px;
  border: none;
  text-transform: initial;
  width: auto;
  margin: 10px auto;
  display: block;
  font-size: 1em;
}
div.contact-share form input[type="submit"]:hover {
  color: #333333;
  text-shadow: 1px 1px 0px #A7D32F;
  background: #7FAF15;
}
div.contact-share form input[type="submit"]:hover p {
  color: #333333;
}
div.contact-share form input[type="submit"]:hover {
  color: #333333;
  text-shadow: 1px 1px 0px #A7D32F;
  background: #7FAF15;
}
div.contact-share div {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
  color: #fff;
  padding: 0 0 0 12%;
  font-size: 1.1em;
  cursor: pointer;
}
div.contact-share div a {
  color: #fff;
}
div.contact-share div a span {
  padding: 8px 0;
  text-align: center;
  width: 100%;
  display: block;
}
div.contact-share div:hover {
  opacity: .7;
}
div.contact-share div.facebook {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/listado/facebook_ficha.png") #3e5799 3px 0 no-repeat;
  margin: 0 2%;
}
div.contact-share div.facebook span {
  background: #395084;
}
div.contact-share div.twitter {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/listado/twitter_ficha.png") #5183b8 3px 0 no-repeat;
}
div.contact-share div.twitter span {
  background: #49789B;
}
div.content-catastro {
  clear: both;
}
div.content-catastro h3 {
  font-size: 1.5em;
  border-bottom: 1px solid #90d113;
  margin: 20px 0 15px 0;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  clear: both;
}
div.content-catastro div {
  display: inline-table;
  width: 49%;
}
div.content-catastro div div {
  width: 100%;
}
div.content-catastro div p {
  padding: 10px 0 10px 30px;
  margin: 0;
}
div.content-catastro div .cuenta-catastral {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/catastro/cuenta_catastral.png") no-repeat center left;
}
div.content-catastro div .cuenta-catastral a {
  color: #666666;
}
div.content-catastro div .uso-suelo {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/catastro/uso_suelo.png") no-repeat center left;
}
div.content-catastro div .superficie {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/catastro/superficie.png") no-repeat center left;
}
div.content-catastro div .const-max {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/catastro/cons_maxima.png") no-repeat center left;
}
div.content-catastro div .const-min {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/catastro/cons_minima.png") no-repeat center left;
}
div.content-catastro div .area-libre {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/catastro/area_libre.png") no-repeat center left;
}
div.content-catastro div .niveles {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/catastro/niveles.png") no-repeat center left;
}
div.content-catastro div .altura {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/catastro/altura.png") no-repeat center left;
}
div.content-catastro div .densidad {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/catastro/densidad.png") no-repeat center left;
}
div.content-catastro div .min-vivienda {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/catastro/min_vivienda.png") no-repeat center left;
}
div.content-catastro div .min-vivienda {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/catastro/max_vivienda.png") no-repeat center left;
}
div.content-catastro div.density_content p {
  display: inline-table;
}
div.content-catastro div.density_content div.btn_density {
  width: 18px;
  height: 18px;
  margin: 0 0 0 10px;
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/catastro/tooltip_density.png") no-repeat right top;
  vertical-align: middle;
}
div.content-catastro div.density_content div.btn_density div {
  display: none;
}
div.content-catastro div.density_content div.btn_density:hover {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/catastro/tooltip_density.png") no-repeat right top;
}
div.content-catastro div.density_content div.btn_density:hover div {
  display: block;
  border: 1px solid #95e111;
  position: absolute;
  width: 200px;
  margin: -13px 0 0 30px;
  background: #ffffff;
  padding: 5px 10px;
}
div.content-catastro div.density_content div.btn_density:hover div p {
  padding: 0;
  margin: 0;
}
div.content-catastro div.density_content div.btn_density:hover div:before {
  content: "";
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/catastro/arrow_tooltip_density.png");
  display: block;
  width: 10px;
  height: 18px;
  position: absolute;
  left: -10px;
  margin: auto;
  top: 0;
  bottom: 0;
}
div.content-catastro div.source-legend {
  border: 1px solid #e2e2e2;
  padding: 10px;
  width: 97%;
}
div.content-catastro div.source-legend p {
  font-size: .9em;
  text-align: center;
  padding: 0;
  margin: 0;
}
div.section_latest {
  position: relative;
  margin: 0 0 20px 0;
}
div.section_latest a.arrow-left-latest,
div.section_latest a.arrow-right-latest {
  position: absolute;
  display: block;
  width: 17px;
  height: 30px;
  margin: auto;
  top: 0;
  bottom: 0;
  text-indent: -99999px;
}
div.section_latest a.arrow-left-latest {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/catastro/arrow-catastro.png") no-repeat;
  left: -20px;
}
div.section_latest a.arrow-left-latest:hover {
  background-position: 0 -55px;
}
div.section_latest a.arrow-right-latest {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/catastro/arrow-catastro.png") -56px 0 no-repeat;
  right: -20px;
}
div.section_latest a.arrow-right-latest:hover {
  background-position: -56px -55px;
}
div.section_latest div.pagination-latest,
div.section_latest div.pagination-latest-highlighted {
  text-align: center;
}
div.section_latest div.pagination-latest span,
div.section_latest div.pagination-latest-highlighted span {
  background: #e2e2e2;
  width: 12px;
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  border-radius: 25px;
  cursor: pointer;
}
div.section_latest div.pagination-latest span.swiper-active-switch,
div.section_latest div.pagination-latest-highlighted span.swiper-active-switch {
  background: #666666;
}
div.swiper-container-latest,
div.swiper-container-latest-highlighted {
  width: 100%!important;
  overflow: hidden;
  clear: both;
  margin: 0 0 20px 0;
}
div.swiper-container-latest div.swiper-slide,
div.swiper-container-latest-highlighted div.swiper-slide {
  float: left;
}
div.swiper-container-latest div.listado-lista {
  width: 23%;
  vertical-align: top;
  float: left;
}
div.swiper-container-latest div.listado-lista a div.details-property div.foto-propiedad img {
  width: 100%;
}
div.swiper-container-latest div.listado-lista.desarrollo a div.details-property div.info-list-prop span {
  margin: -27px 0 0 122px;
}
div.report-tooltip {
  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: 5;
  width: 300px;
  position: absolute;
  right: 0;
}
div.report-tooltip.modal-report-catastro {
  top: -491px;
}
div.report-tooltip p.titulo {
  font-size: 1.5em;
  font-weight: bold;
  color: #666666;
  text-shadow: 1px 1px 1px #fff;
  padding: 0;
  margin: 0;
  border: 0;
}
div.report-tooltip p.owner-catastro {
  margin: 0 0 0 20px;
}
div.report-tooltip input,
div.report-tooltip textarea {
  font-size: 1em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div.report-tooltip input:focus,
div.report-tooltip textarea:focus {
  border: 0;
  outline: none;
}
div.report-tooltip input[type="text"] {
  margin: 5px 0;
  width: 96.5%;
}
div.report-tooltip input[type="checkbox"] {
  margin: 0;
  float: left;
}
div.report-tooltip div.arrow {
  position: absolute;
  padding: 0;
  width: 25px;
  height: 14px;
}
div.report-tooltip span.error {
  color: red;
  text-align: center;
  margin: 0;
  display: block;
}
div.report-tooltip span.close-btn {
  top: 2%;
  right: 2%;
  width: 20px;
  height: 20px;
  z-index: 9;
}
div.report-tooltip hr {
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  margin: 0 0 10px;
}
div.report-tooltip select {
  width: 100%;
  margin: 10px 0;
  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%);
  color: #666666;
  text-shadow: 1px 1px 1px #fff;
  border: 1px solid #e2e2e2;
  height: 30px;
  cursor: pointer;
}
div.report-tooltip select:focus {
  outline: none;
}
div.report-tooltip textarea {
  margin: 5px 0;
  width: 97%;
  padding: 1%;
  font-size: .9em;
  color: #999999;
}
div.report-tooltip textarea.error,
div.report-tooltip input.error {
  border: 1px solid red;
}
div.report-tooltip span.load {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/Facebox/loading.gif") no-repeat center left;
  text-indent: -999999px;
  display: block;
  height: 40px;
}
div.report-tooltip img.load {
  margin: 7px 0 0 0;
  position: absolute;
}
div.report-tooltip input[type="submit"] {
  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;
  padding: 5px 25px;
  margin: 10px 0 5px;
  float: right;
}
div.report-tooltip input[type="submit"]:hover {
  color: #333333;
  text-shadow: 1px 1px 0px #A7D32F;
  background: #7FAF15;
}
div.report-tooltip input[type="submit"]:hover p {
  color: #333333;
}
div.report-tooltip input[type="submit"]:hover {
  color: #333333;
  text-shadow: 1px 1px 0px #A7D32F;
  background: #7FAF15;
}
div.report-tooltip input[type="submit"]:focus {
  outline: none;
  border: none;
}
div.habitability_banner {
  border: 1px solid #f79323;
  padding: 13px 35% 13px 10px;
  position: relative;
  font-size: 1.2em;
  margin: 0 0 30px 0;
}
div.habitability_banner a {
  color: #f79323;
}
div.habitability_banner span {
  position: absolute;
  right: 0;
  height: 100%;
  width: 35%;
  display: block;
  background: #f79323;
  color: #ffffff;
  top: 0;
  font-size: 2em;
  text-align: center;
}
div.habitability_banner:hover {
  border-color: #de851f;
}
div.habitability_banner:hover a {
  color: #de851f;
}
div.habitability_banner:hover span {
  background: #de851f;
}
div.modal_habitability {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9;
}
div.modal_habitability > div {
  width: 350px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: table;
  min-height: 500px;
}
div.modal_habitability span.close {
  float: right;
}
div.modal_habitability div.row {
  padding: 15px;
}
div.modal_habitability div.head {
  background: #f79323;
  color: #ffffff;
}
div.modal_habitability div.head p {
  color: #ffffff;
  text-align: center;
  font-size: 1.4em;
  margin: 10px 0 0 0;
}
div.modal_habitability div.back span {
  cursor: pointer;
}
div.modal_habitability div.back:hover {
  color: #f79323;
}
div.radial-progress {
  display: inline-table;
  vertical-align: middle;
  border-radius: 50%;
  position: relative;
}
div.radial-progress .circle .mask,
div.radial-progress .circle .fill,
div.radial-progress .circle .shadow {
  position: absolute;
  border-radius: 50%;
}
div.radial-progress .circle .mask,
div.radial-progress .circle .fill {
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 1s;
  transition: -ms-transform 1s;
  transition: transform 1s;
}
div.radial-progress .inset {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
div.radial-progress .inset span {
  display: block;
  text-align: center;
}
div.head div.radial-progress {
  background-color: #ffffff;
}
div.head div.radial-progress .circle .mask .fill {
  background-color: #ac6718;
}
div.head div.radial-progress .inset {
  background-color: #f79323;
}
div.content_habitability > div p {
  margin: 0;
  color: #999999;
  line-height: 1em;
}
div.content_habitability > div p.title {
  color: #f79323;
  font-size: 1.2em;
  margin: 0 0 5px 0;
}
div.content_habitability > div span.see_more {
  display: none;
  text-align: center;
  font-size: 1em;
  color: #f79323;
}
div.content_habitability div.row div.column:first-child {
  width: 70%;
  margin: 0 2% 0 0;
}
div.content_habitability div.row div.column:first-child:before {
  content: "";
  width: 35px;
  float: left;
  display: block;
  height: 50px;
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img//ficha/sprite_habitabilidad.png") no-repeat top;
}
div.content_habitability div.row div.column:last-child {
  width: 27%;
}
div.content_habitability div.row:first-child div.column:before {
  background-position: top left !important;
}
div.content_habitability div.row:nth-child(2n+1) div.column:before {
  background-position: -62px 0;
}
div.content_habitability div.row:nth-child(2n+2) div.column:before {
  background-position: -92px 0;
}
div.content_habitability div.row:last-child div.column:before {
  background-position: -30px 0;
}
div.content_habitability div.radial-progress {
  background-color: #e2e2e2;
}
div.content_habitability div.radial-progress .circle .mask .fill {
  background-color: #f79323;
}
div.content_habitability div.radial-progress .inset {
  background-color: #ffffff;
}
div.content_habitability div.radial-progress .inset span {
  font-weight: bold;
  font-size: 1.2em;
}
div.content_habitability div.main div.radial-progress {
  width: 50px;
  height: 50px;
  margin: 0 auto 5px;
  display: block;
}
div.content_habitability div.main div.radial-progress .circle .mask,
div.content_habitability div.main div.radial-progress .circle .fill,
div.content_habitability div.main div.radial-progress .circle .shadow {
  width: 50px;
  height: 50px;
}
div.content_habitability div.main div.radial-progress .circle .mask {
  clip: rect(0px, 50px, 50px, 25px);
}
div.content_habitability div.main div.radial-progress .circle .mask .fill {
  clip: rect(0px, 25px, 50px, 0px);
}
div.content_habitability div.main div.radial-progress .inset {
  width: 46px;
  height: 46px;
}
div.content_habitability div.main div.radial-progress .inset span {
  line-height: calc(46px);
}
div.content_habitability div.main div.row {
  cursor: pointer;
}
div.content_habitability div.main div.row:hover {
  background: #f7f7fa;
}
div.content_habitability div.main div.row:hover div.radial-progress .inset {
  background: #f7f6fb;
}
div.content_habitability div.main div.row:hover div span.see_more {
  display: block;
}
div.content_habitability div.sub-section div p.title {
  margin: 10px 0 15px 20px;
}
div.content_habitability div.sub-section div.row > div {
  padding: 10px 40px 0;
  height: 70px;
  position: relative;
}
div.content_habitability div.sub-section div.row > div span.number {
  display: inline-table;
  width: 25px;
  line-height: 25px;
  margin: -4px 10px 0 0;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  background: #f79323;
  position: absolute;
  left: 0;
}
div.content_habitability div.sub-section div.row > div:before {
  content: "";
  border-right: 1px dashed #e2e2e2;
  height: 53px;
  position: absolute;
  display: block;
  margin: 26px 0 0 13px;
  left: 0;
}
div.content_habitability div.sub-section div.row > div:last-child:before {
  display: none;
}
div.content_habitability div.sub-section div.radial-progress {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
}
div.content_habitability div.sub-section div.radial-progress .circle .mask,
div.content_habitability div.sub-section div.radial-progress .circle .fill,
div.content_habitability div.sub-section div.radial-progress .circle .shadow {
  width: 40px;
  height: 40px;
}
div.content_habitability div.sub-section div.radial-progress .circle .mask {
  clip: rect(0px, 40px, 40px, 20px);
}
div.content_habitability div.sub-section div.radial-progress .circle .mask .fill {
  clip: rect(0px, 20px, 40px, 0px);
}
div.content_habitability div.sub-section div.radial-progress .inset {
  width: 36px;
  height: 36px;
}
div.content_habitability div.sub-section div.radial-progress .inset span {
  line-height: calc(36px);
}
div.content_habitability a {
  text-align: center;
  color: #f79323;
  margin: 0 0 10px 0;
  display: block;
}
div.content_habitability a:hover {
  color: #de851f;
}
section#modal-info header {
  background: #90d113;
  text-shadow: 1px 1px 1px #759913;
  -webkit-border-radius: 7px 7px 0px 0px;
  -moz-border-radius: 7px 7px 0px 0px;
  border-radius: 7px 7px 0px 0px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.3em;
  clear: both;
}
section#modal-info header ul {
  margin: 0;
  padding: 0;
  height: 41px;
}
section#modal-info header ul li {
  list-style: none;
  float: left;
}
section#modal-info header ul li:first-child {
  width: 86%;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  padding: 11px 0 10px 3%;
  color: #fff;
}
section#modal-info header ul li:last-child {
  width: 7%;
  padding: 2%;
  height: 60%;
}
section#modal-info header a.closeButtonModal {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/Map/ayuda-cerrar.png") no-repeat center center;
  height: 21px;
  display: block;
}
section#modal-info header a.closeButtonModal::hover {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/Map/ayuda-cerrar-vd.png") no-repeat center center;
}
section#modal-info article {
  background: #ffffff;
  margin: 0;
  padding: 9px;
  color: #00a21a;
  font-size: 16px;
  line-height: 1.2em;
  text-align: center;
}
section#modal-info article p {
  margin: 0;
  color: #666666;
}
div.tooltip-header,
ul.tooltip-header {
  position: absolute;
  background: #f9f9f9;
  border: 1px solid #e2e2e2;
  border-bottom: 3px solid #e2e2e2;
  z-index: 3;
}
div.tooltip-header p,
ul.tooltip-header p,
div.tooltip-header a,
ul.tooltip-header a,
div.tooltip-header span,
ul.tooltip-header span {
  padding: 0 15px;
  color: #333333;
}
div.tooltip-header:before,
ul.tooltip-header: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 auto 0;
  left: 0;
  right: 0;
}
div.tooltip-header.more-footer:before,
ul.tooltip-header.more-footer:before {
  display: none;
}
div.tooltip-header.more-footer:after,
ul.tooltip-header.more-footer:after {
  content: "";
  width: 24px;
  display: block;
  position: absolute;
  height: 14px;
  bottom: -13px;
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/listado/arrow-bottom-share.png") no-repeat;
  margin: -12px auto 0;
  left: 0;
  right: 0;
}
div.tooltip-header.properties,
ul.tooltip-header.properties,
div.tooltip-header.searches,
ul.tooltip-header.searches {
  padding: 15px 0;
}
nav.center,
div.center,
nav#static_content_wrapper,
div#static_content_wrapper {
  max-width: 1128px;
  margin: 0 auto;
  width: 95%;
  min-width: 730px;
}
header.home {
  background: #90d113;
}
header nav {
  position: relative;
  height: 45px;
}
header nav div img,
header nav div a,
header nav div span {
  vertical-align: middle;
  line-height: 45px;
}
header nav div li.arrow {
  display: none;
}
header.scroll {
  background: #ffffff;
  border-bottom: 2px solid #d9d9d9;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 3;
}
header.scroll div.logo {
  margin: 0;
}
header.scroll div.logo a {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/mew/assets/branch/logo-normal.svg") no-repeat;
  width: 200px;
  height: 28px;
  display: block;
  background-size: 200px auto;
  float: left;
  margin: 13px 0 0;
  text-indent: -99999px;
}
header.scroll ul.user {
  float: right;
}
header.scroll ul.user > li {
  display: inline-table;
  line-height: 50px;
}
header.scroll ul.user > li a {
  color: #333333;
  text-decoration: none;
}
header.scroll ul.user > li a:hover {
  color: #90d113;
}
header.scroll ul.user > li > span,
header.scroll ul.user > li > a {
  color: #333333;
  text-decoration: none;
  margin: 0 0 0 10px;
  padding: 17px 10px 17px 0;
  cursor: pointer;
}
header.scroll ul.user > li > span:hover,
header.scroll ul.user > li > a:hover {
  color: #90d113;
}
header.scroll ul.user > li:hover {
  background: initial;
}
header.scroll ul.user > li:hover span {
  color: #90d113;
}
header.scroll ul.user > li.login span a {
  color: #333333;
  padding-right: 0;
}
section.copy {
  padding: 0 0 20px 0;
}
section.copy p {
  font-size: .8em;
  text-align: left;
}
footer {
  background: #000;
  height: 40px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
footer ul {
  display: inline-table;
}
footer ul li {
  display: inline-table;
  margin: 0 20px 0 0;
  color: #ffffff;
  line-height: 40px;
  font-size: .9em;
}
footer ul li a {
  color: #ffffff;
  cursor: pointer;
}
footer ul li a:hover {
  color: #666666;
}
footer ul li ul li {
  font-size: 1em;
}
footer ul.footer-more {
  display: none;
}
footer div.follow {
  float: right;
  line-height: 39px;
  color: #ffffff;
  font-size: .9em;
}
footer div.follow div {
  margin: 0;
  display: inline-block;
  width: 30px;
  text-align: center;
}
footer div.follow div a {
  color: white;
  display: block;
  font-size: 1.4em;
  padding: 0 15px;
}
footer div.follow div.facebook a:hover {
  color: #3b5998;
  text-decoration: none;
}
footer div.follow div.twitter a:hover {
  color: #4099FF;
  text-decoration: none;
}
footer div.follow:before {
  content: "";
  display: inline-block;
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/Home/new/HechoenMexico.png") no-repeat;
  width: 34px;
  height: 26px;
  vertical-align: middle;
  margin: 0 15px 0 0;
  background-size: 35px;
}
iframe#printframe,
iframe#printframedet {
  display: none;
}
.help-block {
  color: #FF0000;
  display: block;
}
@media screen and (max-width: 768px) {
  div.left-blog,
  div.right-blog {
    display: block;
    width: 100%;
    margin: 0;
  }
  div.left-blog {
    margin: 0 0 30px 0;
    position: relative;
  }
  div.left-blog a img,
  div.left-blog a div {
    display: inline-table;
    vertical-align: top;
  }
  div.left-blog a div.img-content {
    width: 38%;
    margin: 0 2% 0 0;
    height: 141px;
  }
  div.left-blog a div,
  div.left-blog a blockquote {
    width: 59%;
  }
  div.left-blog a blockquote {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  div.right-blog div.article {
    width: 100%;
    position: relative;
    height: 200px;
  }
  div.right-blog div.article a img {
    width: 29%;
    margin: 0 2% 0 0;
  }
  div.right-blog div.article a div,
  div.right-blog div.article a blockquote {
    width: 68%;
  }
  div.right-blog div.article a blockquote {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.description-state p {
  margin-bottom: 12px;
  text-align: left;
}
h3.subtitle-desc {
  font-weight: bold;
  margin: 16px 0 18px 0;
  font-size: 17px;
  line-height: 1em;
  border-bottom: 1px solid #c4c4c4  ;
  display: inline-block;
  padding-bottom: 3px;
}
.content-catastro-ficha .content_properties > * {
  font-size: 14px;
}
.properties-list .swiper-container-latest {
  height: 400px;
}
.zEWidget-ticketSubmissionForm {
  right: 0;
  display: table;
  bottom: initial !important;
  top: 50%;
  left: 50%;
  margin-right: -50% !important;
  transform: translate(-50%, -50%) !important;
}
.modal-confirm {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.9);
}
.modal-box-content {
  border-color: #EEE;
  padding: 15px 20px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: table;
  width: 450px;
  line-height: 1.42857;
  background-color: #fff;
}
.modal-box-content .title-modal-box {
  text-align: center;
  margin: 30px 0 20px 0;
  font-weight: 400;
  font-size: 14pt;
  color: #666;
}
.modal-box-content .btn-modal-box {
  background: #4ad200;
  color: white;
  padding: 10px 15px;
  cursor: pointer;
  font-weight: normal;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
  display: block;
  width: 100%;
  box-sizing: border-box !important;
}
@media screen and (max-width: 640px) {
  .outer_wrapper {
    padding: 0;
  }
  .outer_wrapper .header-general .center {
    padding: 0 20px;
  }
  .outer_wrapper .navbar-header a {
    text-indent: -9999px;
    background: url(/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/mew/assets/branch/logo.svg) no-repeat left center;
    display: block;
  }
  .outer_wrapper .navbar-collapse {
    display: none;
  }
  .outer_wrapper .wrapper-general nav {
    display: none;
  }
  .outer_wrapper .container-thnks {
    padding: 50px 20px;
  }
  .outer_wrapper .circle-check-gray {
    background: #f2f2f2;
    width: 120px;
    line-height: 120px;
    border-radius: 100%;
    color: #999;
    font-size: 6em;
    margin: 0 auto 20px;
    text-align: center;
    float: none;
  }
  .outer_wrapper p {
    text-align: center;
    font-size: 14px;
  }
  .outer_wrapper .title-response-typ {
    font-size: 2em;
    margin: 10px 0 20px;
    line-height: 1em;
  }
}
.modal-box-content p {
  font-size: 12pt;
  padding: 0 30px;
}
.section-address {
  position: relative;
}
.section-address .colony-address {
  position: absolute;
  margin: -36px 0 0 0;
  color: white !important;
  background: rgba(0, 0, 0, 0.5);
  line-height: 35px;
  height: 35px;
  padding: 0 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box !important;
}
.section-address .colony-address span {
  color: white;
}
.section-address .address-name {
  padding: 0 10px;
  background-color: #f6f6f6;
  color: #3b4144;
  font-size: 15px;
  line-height: 35px;
  margin: 0;
}
.section-address .address-name span {
  color: #3b4144 !important;
  font-weight: normal;
  font-weight: 500;
}
.info-list-prop {
  padding: 5px 10px ;
}
.info-list-prop p {
  color: #000 !important;
  font-size: 15px;
  font-family: 'Roboto', Arial, Helvetica;
}
.info-list-prop .price-row {
  font-size: 16px !important;
}
.info-list-prop .price-row b {
  color: #1ca049 !important;
  font-weight: 500;
}
.info-list-prop .purpose-type {
  color: #999999;
  font-size: 14px;
}
.info-list-prop .purpose-type span {
  color: #999999;
}
.label-days {
  position: absolute;
  top: 0;
  background-color: rgba(102, 104, 105, 0);
  background-image: -moz-linear-gradient(left, #666869, rgba(102, 104, 105, 0));
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#666869), to(rgba(102, 104, 105, 0)));
  background-image: -webkit-linear-gradient(left, #666869, rgba(102, 104, 105, 0));
  background-image: -o-linear-gradient(left, #666869, rgba(102, 104, 105, 0));
  background-image: linear-gradient(to right, #666869, rgba(102, 104, 105, 0));
  line-height: 32px;
  padding: 0 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 80%;
  box-sizing: border-box;
  font-size: 14px;
  color: white;
}
.label-days i {
  color: white;
}
.label-days span {
  color: white;
}
.center-swiper {
  width: 90%;
  margin: 0 auto;
}
.center-swiper .swiper-button-prev,
.center-swiper .swiper-button-next,
.center-swiper .swiper-button-prev-second,
.center-swiper .swiper-button-next-second {
  background-image: none;
  background: #4a4a4a;
  color: white;
  border-radius: 100%;
  height: 32px;
  width: 32px;
  line-height: 39px;
  text-align: center;
}
.center-swiper .swiper-button-prev i,
.center-swiper .swiper-button-next i,
.center-swiper .swiper-button-prev-second i,
.center-swiper .swiper-button-next-second i {
  font-size: 20px;
}
