/*------------------------------------------------------------------
Project:    Zoner - Real Estate HTML Template
Version:    1.0
Last change:    11.1.2015
Assigned to:    ThemeStarz

[Table of contents]

1. Elements styling
2. Styling for specific pages
3. Universal Classes
4. Header
5. Footer
6. Content
7. Responsive

[Color codes]

Default: #1396e2;
Grey dark: #2a2a2a;
Grey medium: #5a5a5a;
Grey light: #f3f3f3;

[Typography]

Body copy:      'Albert Sans', sans-serif; 14px;
Headers:        'Albert Sans', sans-serif;

-----------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------
CONFIGURACIONES DE COLORES DEL PORTAL
------------------------------------------------------------------------------------------------------------------------------------|
------------------------------------------------------------------------------------------------------------------------------------|
|       VARIABLE                |   BANCO ESTADO            |   SCOTIABANK          |   FALABELLA           |       CHILE           |
|===============================|===========================|=======================|=======================|=======================|
|   colorPrincipal              |   FF8700                  |   D81E05              |   C3D600              |   0F215A              |
|   colorSecundario             |   EA5B0C                  |   F12B2B              |   047832              |   3F7ED3              |
|   colorBtnHover               |   F3F3F3                  |   F3F3F3              |   F3F3F3              |   F3F3F3              |
|   filtrosPrincipal            |   FF8700                  |   D81E05              |   047832              |   0F215A              |
|   filtrosFlechas              |   5a5a5a                  |   F12B2B              |   C3D600              |   3F7ED3              |
|   filtrosBuscador             |   50555C                  |   F12B2B              |   C3D600              |   3F7ED3              |
|   minisitioContador           |   FFFFFF                  |   FFFFFF              |   FFFFFF              |   FFFFFF              |
|   navBotonesSuperioresActivo  |   rgb(238, 85, 0)         |   rgb(241, 43, 43)    |   rgb(4, 120, 50)     |   rgb(63,126,211)     |
|   maletinVolverHome           |   d45821                  |   F12B2B              |   047832              |   3F7ED3              |
=====================================================================================================================================

-------------------------------------------------------------------------------------------------------------------------------------*/


/* 1. Element Styling */
@charset "CP852";
@colorPrincipal : #EC0000;
@colorSecundario: #f12b2b;
@colorBtnHover: #F3F3F3;
@filtrosPrincipal : #50555C;
@filtrosFlechas : #EC0000;
@filtrosBuscador : #EC0000;
@minisitioContador : #EC0000;
@navBotonesSuperioresActivo : #f12b2b;
@maletinVolverHome : #CCCCCC;

a {
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	color: @colorPrincipal;
	outline: none !important;
}
a:hover {
	text-decoration: none;
}
a:hover h1, a:hover h2, a:hover h3, a:hover h4 {
	color: #50555c;
}
a:focus, a:active {
	outline: none !important;
	text-decoration: none;
}


a.active-superior{
	background-color: #FFFFFF;
	color: @colorPrincipal !important;
	float:left;
	padding:5px 5px;
	margin-top: -5px;
	margin-bottom: -5px;
	height: 30px;
	border: 1px solid #FFF;
}

a h1, a h2, a h3, a h4 {
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	color: #50555c;
}

blockquote {
	border: none;
	display: table;
	margin-bottom: 0;
	padding: 20px 10%;
	width: 100%;
}
blockquote figure {
	display: table-cell;
	vertical-align: middle;
}
blockquote figure .image {
	background-color: #5a5a5a;
	height: 180px;
	position: relative;
	overflow: hidden;
	width: 160px;
}
section#legal {
	margin-bottom: 50px;
}
blockquote figure .image:after {
	bottom: 0px;
	content: "";
	height: 0px;
	border-style: solid;
	border-width: 20px 0 0 20px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	right: 0;
	width: 0px;
}
#lupamovil{
	font-size: 18px;
}
.boton_portal{
	background-color: @colorPrincipal !important;
}

#cmbVDesde .dropdown-menu, #cmbVHasta .dropdown-menu{
	height: 250px !important;
	z-index: 99999;
}
#cmbVDesde div.dropdown-menu, #cmbVHasta div.dropdown-menu{
	overflow: hidden !important;
}
#cmbVDesde ul.dropdown-menu, #cmbVHasta ul.dropdown-menu{
	overflow-x: hidden !important;
	overflow-y: scroll !important;
}
.bootstrap-select .ok-comunas {
	background-color: @colorPrincipal !important;
	color: white !important;
	width: 100px;
	float: right !important;
	height: 39px;
}
img.tooltip {
	object-fit: scale-down !important;
	padding: 0;
	right: 0;
	width: 19px !important;
	height: 19px !important;
	margin-right: 0;
	float: right;
	margin: 0px 3px;
	position: relative !important;
	top: 0 !important;
	right: 0 !important;
	opacity: 1 !important;
}

a.evalua {
	/*background-color: @colorPrincipal;*/
	padding: 1px 8px;
	border-radius: 3px !important;
	color: #FFF !important;
	font-weight: normal;
	text-decoration: none !important;
	margin-left: 5px !important;
	margin-right: 5px !important;
	float: left;
}
blockquote figure .image:before {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 20px;
	left: 0;
	width: calc(100% - 20px);
	position: absolute;
	z-index: 1;
}
blockquote .cite {
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
}
blockquote .cite p {
	font-family: Georgia, serif;
	font-size: 24px;
	font-style: italic;
}

blockquote .cite footer {
	color: @colorPrincipal;
}
.breadcrumb > .active {
	color: @colorPrincipal;
}
body {
	background-color: #fff;
	color: #5a5a5a;
	font-family: 'Albert Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Albert Sans', sans-serif;
	
}
dl {
	margin-bottom: 10px;
}
dl dt {
	float: left;
}
div#imagenminisitio ol.breadcrumb{
	text-align:left;
	background-color: rgba(255,255,255,0.6);
	padding: 2px 5px;
}

div#imagenminisitio {
	height: 300px;
	position: relative;
	overflow: hidden;
	width: 100%;
	
}

div#imagenminisitio #imgMiniSite {
	height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
}
dl dd {
	margin-bottom: 8px;
	text-align: right;
}
dl dd .rating {
	float: right;
	position: relative;
	top: -5px;
}


.module {
	
	font-size: 14px;
	margin-bottom: 15px;
	padding: 0;
}

.book__toc--compact {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
}

.book__toc--compact li {
	font-size: 14px;
	margin: 0 0 2px;
}
.book__toc li {
	margin-bottom: .5em;
}

.book__toc--compact li a {
	display: block;
	padding: 4px;
}

.book__toc li.level-1 a {
	font-weight: bold;
}

.book__toc--compact li.level-2 a {
	padding-left: 7em;
	color: #2a2a2a;
}
.book__toc--compact li.level-2 a:hover {
	padding-left: 7em;
	color: #7f8c8d;
	text-decoration:underline;
}
.book__toc--compact li.level-3 a {
	padding-left: 11em;
	color: #2a2a2a;
	font-weight:lighter;
	
}
.book__toc--compact li.level-3 a:hover {
	padding-left: 11em;
	color: #2a2a2a;
	font-weight:lighter;
	color: #7f8c8d;
	text-decoration:underline;
}

.book__toc--compact li.level-1 a {
	
	color: #2a2a2a;
}
.book__toc--compact li.level-1 a:hover {
	color: #7f8c8d;
	text-decoration:underline;
	color: #34495e;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
	margin-right: 0px;
	margin-left: 0px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
	position: relative;
	display: inline-block;
	left: 20px;
	margin-top: 0px !important;
}
#mapadelsitio i.fa {
	color: #f1c40f;
	margin-right: 0.5em;
} 

.google-maps {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}




.book__toc li.level-2 span {
	color: #999;
}

.book__toc li a {
	text-decoration: none;
}

.book__toc--compact li.active a {
	background: #F0F0F0;
	color: #201A1B;
	font-weight: bold;
}

#mapadelsitio .property .tag.status {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	left: 7px;
	font-size: 12px;
	padding: 2px 5px;
	position: absolute;
	top: 8px;
	z-index: 1;
}

div#banner-home {
	margin-top: 0px;
}

#banner-home figure {
	color: rgba(176,176,176,1.00);
	font-size: 11px;
	margin-bottom: 18px;
}
.example1 p {
	position: absolute;
	right: 20px;
	top: 9px;
	color: @colorPrincipal;
}
.example1 img {
	
	width: 120px;
	height: 120px;
	/* border: 2px solid #fff; */
	background-color: rgba(255, 255, 255, 0.37);
	border-radius: 3px;
	padding: 15px;
}

.example1 div {
	
	margin: 1% 0 1% 1%;
}



.example1 img.dos {
	object-fit: contain;
}

.evaluaAcceso {
	position: fixed;
	display: block;
	background-color: #e50;
	z-index: 999999;
	top: 140px;
	right: 0;
	padding: 20px;
}

div#jssor_1 {
	position: relative;
	margin: 0px auto;
	top: 0px;
	left: 0px;
	width: 809px;
	height: 190px;
	overflow: hidden;
	visibility: visible;
}
.jssorb03 {
	position: absolute;
}
.jssorb03 div, .jssorb03 div:hover, .jssorb03 .av {
	position: absolute;
	/* size of bullet elment */
	width: 21px;
	height: 21px;
	text-align: center;
	line-height: 21px;
	color: white;
	font-size: 12px;
	background: url('img/b03.png') no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.jssorb03 div { background-position: -5px -4px; }
.jssorb03 div:hover, .jssorb03 .av:hover { background-position: -35px -4px; }
.jssorb03 .av { background-position: -65px -4px; }
.jssorb03 .dn, .jssorb03 .dn:hover { background-position: -95px -4px; }

/* jssor slider arrow navigator skin 03 css */
/*
.jssora03l                  (normal)
.jssora03r                  (normal)
.jssora03l:hover            (normal mouseover)
.jssora03r:hover            (normal mouseover)
.jssora03l.jssora03ldn      (mousedown)
.jssora03r.jssora03rdn      (mousedown)
.jssora03l.jssora03ldn      (disabled)
.jssora03r.jssora03rdn      (disabled)
*/
.jssora03l, .jssora03r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 55px;
	height: 55px;
	cursor: pointer;
	background: url('img/a03.png') no-repeat;
	overflow: hidden;
}
.jssora03l { background-position: -3px -33px; }
.jssora03r { background-position: -63px -33px; }
.jssora03l:hover { background-position: -123px -33px; }
.jssora03r:hover { background-position: -183px -33px; }
.jssora03l.jssora03ldn { background-position: -243px -33px; }
.jssora03r.jssora03rdn { background-position: -303px -33px; }
.jssora03l.jssora03lds { background-position: -3px -33px; opacity: .3; pointer-events: none; }
.jssora03r.jssora03rds { background-position: -63px -33px; opacity: .3; pointer-events: none; }


#home nav {
	position: absolute;
	right: 16px;
	top: 0px;
}
.bulletOn{
	background-color:@navBotonesSuperioresActivo !important;
}

.bulletOff{
	background-color:#A7A7A7;
}
#home nav.opcion2 {
	position: absolute;
	right: 35px !important;
	top: 0px;
}

#home .pager{
	
	margin: 2px 0 !important; 
}

#home .pager li > a, #home .pager li > span {
	display: inline-block;
	padding: 5px 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0px;
	font-size: 10px;
	margin: 0 2px;
}
#home ul.thumbnails {
	margin-bottom: 0px !important;
}
#home li {
	text-decoration: none;
	list-style-type: none !important;
	border-bottom: none !important;
	padding: 0;
}

#home .thumbnails li {
	width: auto;
	display: inline-block;
	width: 100%;
}
#home .thumbnail > img, .thumbnail a > img {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
#home .carousel-inner > .item > a > img {
	line-height: 1;
	height: 130px;
}
#home section img {
	width: 100%;
	height: 145px;
	background-color: rgba(255,255,255,0.40);
	margin-bottom: 0px;
	border-radius: 3px;
	padding: 17px;
	display: block;
}

#home section.contain img {
	object-fit: contain;
}
.calugaBox {
	position: relative;
	left: 0px;
	top: 0px;
}
.calugaBox:hover {
	left: -7px;
	top: -7px;
}
#mapadelsitio .property:hover .tag.status, .property:active .tag.status, .property:focus .tag.status {
	background-color: rgba(0, 0, 0, 0.8);
}
#mapadelsitio .property .tag.status:after {
	bottom: -4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0 0;
	border-color: rgba(0, 0, 0, 0.6) transparent transparent transparent;
	content: "";
	left: 0;
	position: absolute;
}
#formadepago h2 {
	font-size: 14px;
	font-weight: bold;
	color: @colorPrincipal;
	margin-top: 0px;
	margin-bottom: 24px;
	padding-top: 0px;
	padding-bottom: 0px;
	/* padding-top: 0px; */
	
}

#formadepago dd {
	margin-bottom: 0px;
}

#datospropiedad dd {
	margin-bottom: 12px;
}



#titulo h4 {
	font-size: 13px;
	font-weight: bold;
	float: right;
}
#datospropiedad h2 {
	font-size: 14px;
	font-weight: bold;
	color: @colorPrincipal;
	margin-top: 0px;
	margin-bottom: 24px;
	padding-top: 0px;
	padding-bottom: 0px;
	/* padding-top: 0px; */
	
}

#datospropiedad dl dt {
	color: rgba(91, 112, 138, 0.71);
	width: 180px;
}
#iniciosesion input#form-create-account-password, #registro input#form-create-account-password, #recuperarcontrasena input#form-create-account-password {
	width: 84%;
	display: inline;
	
}

#iniciosesion input#form-create-account-password2, #registro input#form-create-account-password2, #recuperarcontrasena input#form-create-account-password2 {
	width: 10%;
	display: inline;
	
}

#iniciosesion div#guion, #registro div#guion, #recuperarcontrasena div#guion {
	display: inline;
	font-size: 25px;
	margin-left: 1%;
	margin-right: 1%;
}

#tiposderenta .bootstrap-select .selectpicker {
	/*visibility: hidden;*/
	text-align: left;
}

.mnpac{
	width:20%;
}

.menupac_codeudor {
	margin-bottom: 40px;
}
.menupac h2, .menupac_codeudor h2 {
	font-size: 14px;
	font-weight: bold;
	color: #50555c;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	text-align: left;
	
}

.menupac_codeudor h2 {
	font-size: 14px;
	font-weight: bold;
	color: #50555C;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	text-align: left;
	
}

#maletin .mimaletin table tbody tr td.image img {
	margin: auto;
	padding: 0;
	object-fit: cover;
	height: 96px;
	width: 100%;
}

#maletin .mimaletin .image {
	height: 96px;
	position: relative;
	overflow: hidden;
	width: 20%;
}
#tiposderenta span.glyphicon.glyphicon-chevron-left,#tiposderenta span.glyphicon.glyphicon-chevron-right  {
	color: #f1c40f;
	margin-top:20px;
}

#tiposderenta .col-md-1 {
	width: 4%;
}
#economicos h2 {
	font-size: 14px;
	font-weight: bold;
	color: #50555C;
	margin-top: 0px;
	margin-bottom: 24px;
	padding-top: 0px;
	padding-bottom: 0px;
	/* padding-top: 0px; */
}
#property-map #unidadesstep2 td {
	border-top: none;
	padding: 10px 0px 10px 0px;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	width: 25%;
}

#unidadesstep2 tr {
	border-bottom: 1px solid #f1efef;
}
#unidadesdisponibles .todasunidades p {
	font-size: 14px;
	font-weight: lighter;
	line-height: 0;
	display: inline;
}
#unidadesdisponibles table.table.table-striped {
	margin-bottom: 20px;
	height: 229px;
	overflow-y: scroll;
	display: inline-block;
	border: none !important;
	/* height: 200px; */
}
#unidadesdisponibles .my-properties table thead {
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#unidadesdisponibles .table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 1px solid #ea5b0c;
	font-weight: 500;
	color: #ea5b0c;
	width: 25%;
	padding-bottom: 2px;
	padding-top: 0;
}
#unidadesdisponibles .table > tbody > tr > td {
	padding: 6px 13px;
	line-height: 2;
	vertical-align: top;
	border-top: 1px solid #ddd;
	white-space: nowrap;
}
#unidadesdisponibles h3 {
	border-bottom: 1px solid #ddd;
	font-size: 26px;
}

#unidadesdisponibles h4 {
	font-size: 16px;
	font-weight: 400;
	color: #ea5b0c;
	text-decoration: none;
	list-style-type: none !important;
	height: 25px;
}
#unidadesdisponibles .thumbnail a > img {
	/* padding: 5px; */
	object-fit: cover;
	/* overflow: hidden; */
	height: 140PX;
	WIDTH: 100%;
}

#unidadesdisponibles li {
	text-decoration: none;
	list-style-type: none !important;
	border-bottom: none !important;
	padding: 0;
}

#unidadesdisponibles .pager {
	padding-left: 0;
	/* margin: 20px 0; */
	text-align: center;
	list-style: none;
	position: absolute;
	top: -6px;
	right: 13px;
	/* width: 15%; */
}
div#unidadesdisponibles {
	margin-bottom: 20px;
}
#unidadesdisponibles .pager li > a, .pager li > span {
	display: inline-block;
	padding: 5px 11px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0 !important;
	font-size: 9px;
}
#unidadesdisponibles ul.thumbnails {
	margin-bottom: 0px !important;
}
#unidadesdisponibles button.btn.btn-danger.link-arrow {
	width: 100%;
	margin-top: 16px;
	background-color: #ea5b0c;
	color: white;
}
#unidadesdisponibles .pager li > a:hover, #unidadesdisponibles .pager li > span:hover {
	color: white;
	background-color: #ea5b0c;
}

#unidadesdisponibles .btn:hover, select:hover {
	background-color: #d45821;
	color: #ffffff;
}
.todasunidades button.btn.btn-danger.link-arrow {
	margin-top: 0 !important;
	padding: 0;
	position: absolute;
	top: 10px;
	width: 20% !important;
	right: 15px;
}
#unidadesdisponibles .volverunidades button.btn.btn-danger.link-arrow {
	margin-top: 0 !important;
	padding: 0;
	position: absolute;
	top: 18px;
	width: 24% !important;
	right: 16px !important;
	padding: 3px 0px;
	background-color: #5a5a5a;
	color: white;
}

#unidadesdisponibles .todasunidades button.btn.btn-danger.link-arrow {
	margin-top: 0 !important;
	padding: 0;
	position: absolute;
	top: 18px;
	width: 24% !important;
	right: 200px !important;
	padding: 3px 0px;
	background-color: #ea5b0c;
	color: white;
}
#unidadesdisponibles .todasunidades button.btn.btn-danger {
	margin-top: 0 !important;
	padding: 0;
	position: absolute;
	top: 16px;
	width: 24% !important;
	right: 2px !important;
	padding: 3px 0px;
	background-color: transparent;
	color: #50555c;
	/* border: none !important; */
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	font-family: 'Albert Sans', sans-serif;
	font-size: 14px;
}

#unidadesdisponibles i.fa.fa-refresh {
	margin-left: 10px;
	color: #ffffff;
	background-color: #ea5b0c;
	padding: 6px;
	border-radius: 3px;
}

#unidadesdisponibles .thumbnail {
	height: auto;
	border-radius: 0;
	/* border: none; */
	margin: 0 auto;
	width: 100%;
	height: 150px !IMPORTANT;
	overflow: hidden !IMPORTANT;
}
#unidadesdisponibles span {
	
	font-size: 14px;
	font-weight:400;
}
#unidadesdisponibles p {
	
	font-size: 14px;
	font-weight:lighter;
	line-height: 12px;
}

#unidadesdisponibles .caption {
	padding-left: 5px;
}

div#unidadesstep2 {
	font-size: 13px;
}
#unidadesdisponibles .carousel-control:hover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 5%;
	font-size: 36px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	filter: alpha(opacity=50);
	opacity: 1;
	background: #50555c;
	/* border-radius: 0.8em; */
	-moz-border-radius: 0.8em;
	/* -webkit-border-radius: 0.8em; */
}

#property-map #unidadesstep2 th {
	text-align: center;
	display: inline-block;
	width: 25%;
	background-color: rgba(239, 239, 239, 0.83);
	font-weight: 600;
	font-size: 13px;
	color: #50555c;
	border: none;
	padding: 5px 0px;
}

#botones_accesorapido button.btn.btn-danger.link-arrow {
	padding: 5px 0px;
	width: 48%;
	margin-bottom: 15px;
}

#grupo-comuna .bootstrap-select.btn-group .dropdown-menu.inner {
	max-height: 300px !important;
}

#unidadesdisponibles .well {
	min-height: 20px;
	padding: 3px 0px;
	margin-bottom: 10px;
	background-color: #ffffff;
	border:none;
	
}
#unidadesdisponibles .info {
	width: 93%;
}


#unidadesdisponibles .carousel-control.left {
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}

#unidadesdisponibles .carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
}

#unidadesdisponibles label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: lighter;
	font-size: 12px;
}



#unidadesdisponibles .radio {
	padding-left: 0px !important;
	padding-right: 0px !important;
	text-align: left;
	display: inline;
}

#unidadesdisponibles .btn, select {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	background-color: #5a5a5a;
	border: none;
	color: #ffffff;
	font-size: 13px;
	outline: none !important;
	width: 100%;
	padding: 5px 0px;
}

#unidadesdisponibles .caption a.btn.btn-mini {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	background-color: #50555c;
	border: none;
	color: #ffffff;
	font-size: 13px;
	outline: none !important;
	padding: 5px 9px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px !important;
}

#unidadesdisponibles .caption a.btn.btn-volver {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	background-color: #50555c;
	border: none;
	color: #ffffff;
	font-size: 14px;
	outline: none !important;
	width: 30%;
	padding: 5px 0px;
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
}

#cotizacion .pager {
	padding-left: 0;
	/* margin: 20px 0; */
	text-align: center;
	list-style: none;
	position: absolute;
	top: -6px;
	right: 13px;
	/* width: 15%; */
}

#unidadesdisponibles .caption a.btn.btn-mini:hover, #unidadesdisponibles .caption a.btn.btn-volver:hover{
	
	background-color: #d45821;
	color: #ffffff;
}


#botones_step2 button.btn.btn-danger.link-arrow:hover {
	background-color: @colorPrincipal;
	color: white;
}
#unidadesdisponibles .table > tbody > tr > td {
	padding: 6px 13px;
	line-height: 2;
	vertical-align: top;
	border-top: 1px solid #ddd;
	white-space: nowrap;
}

#mapadelsitio #sidebar .sidebar-navigation li.active a:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	border-color: transparent transparent transparent transparent;
}

#mapadelsitio .maletin_menu #sidebar .sidebar-navigation > li a:hover:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	border-color: transparent transparent transparent transparent;
}

#mapadelsitio .maletin_menu #sidebar .sidebar-navigation > li:hover{
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	background-color: #f3f3f3;
	
}

i.fa.fa-reply {
	font-size: 13px;
	margin-right: 10px;
	color: white;
	font-weight: bold;
}
#etiqueta .tag.price {
	position: absolute;
	z-index: 1;
	left: 6px;
	width: 26%;
	bottom: 5px;
	background-color: #c0392b;
	padding: 1px 10px;
}

#etiqueta2 .tag.price {
	position: absolute;
	z-index: 1;
	left: 6px;
	width: 9%;
	bottom: 5px;
	background-color: #f1c40f;
	padding: 2px 6px;
}

/*Lupa Movil*/
#lupamovilBox{
	background-color:  rgba(255, 255, 255, 0.95);
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999999999999;
	padding-top: 17%;
}
#lupamovilBox #lupamovilClose{
	position: absolute;
	left: 20px;
	top: 20px;
	font-size: 28px;
	color:@colorPrincipal;
	cursor: pointer;
}
#lupamovilBox .menMobGridOptions{
	position: relative;
	top: 43%;
}
#lupamovilBox .menMobgrid{
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 18px;
}
#lupamovilBox .menMobgrid a{
	display: block;
	text-align: left;
	margin-left: 15px;
	color: #777777;
	font-size: 14px;
}

#lupamovilBox .menMobgrid i{
	float:right;
	/*color:@colorPrincipal;*/
	margin-right:15px;
	color: #777777;
	font-size: 14px;
}


#lupamovilBox .menMobgrid a:hover{
	text-decoration: underline;
}
#str_propiedad{
	height:45px;
}
/*.\Lupa Movil*/

.step1{
	background:url(../img/step1-01-01.png) no-repeat;
	padding: 10px 0px;
}

.step2{
	background: url(../img/step2-01-01.png) no-repeat;
	padding: 10px 0px;
	opacity:0.3;
}

.step11{
	background: url(../img/step1.png) no-repeat;
	height: 30px;
	image-size: 500px;
	background-size: 410px 30px;
}

.step22{
	background: url(../img/step2.png) no-repeat;
	height:30px;
}
.step1 p{
	
	color:#FFFFFF;
	font-weight:bold;
	margin-left:10px;
	font-size:15px;
	
}

.step11 p{
	
	color:#FFFFFF;
	font-weight:400;
	margin-left:30px;
	font-size:16px;
	display: block;
	padding: 3px 0px;
	
	
}


.step2 p{
	
	color:#FFFFFF;
	font-weight:bold;
	margin-left:40px;
	font-size:15px;
	
}

.step22 p{
	
	color:#FFFFFF;
	font-weight:400;
	margin-left:30px;
	font-size:16px;
	display: block;
	padding: 3px 0px;
	
	
}
#myCarousel .blancoynegro{
	opacity: 0.5;
	
}
.col-lg-15{
	width:20%;
}
#datospropiedad a span {
	color: #50555c;
	font-weight: bold;
	margin-left: 15px;
	text-decoration: underline;
}
#unidadesdisponibles .carousel-control {
	padding-top:0.5%;
	width:5%;
}

#myCarousel img.img-responsive {
	max-width: 85%;
}

#unidadesdisponibles .carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 5%;
	font-size: 36px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	filter: alpha(opacity=50);
	opacity: 0.4;
	background: #50555c;
	/* border-radius: 0.8em; */
	-moz-border-radius: 0.8em;
	/* -webkit-border-radius: 0.8em; */
}


#property-map #botones_step2 button.btn.btn-danger {
	background-color: #d45821;
	color: #fff;
	width: 47%;
	/* height: 24px; */
	padding: 5px;
	margin-top: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}

#tiposderenta2 dt {
	width: 100px;
	margin-left: 0px;
	margin-right: 0px;
	color: @colorPrincipal;
	font-weight: 500;
}



#tiposderenta2 span.filter-option.pull-left {
	font-size: 14px !important;
	font-weight: lighter;
}

#tiposderenta2 .dropdown-menu > li > a {
	text-align: center;
	font-size: 14px !important;
}

#tiposderenta2 ul.submit-features {
	position: relative;
	margin-top: 0px;
	margin-left: 0;
}

#tiposderenta option {
	font-size: 15px;
	/* line-height: 9px; */
	margin-bottom: 3px;
}

#iniciesesion input#form-create-account-email {
	display: inline;
	float:left;
}
span.ncirculo {
	background: #ffffff;
	border-radius: 1.8em;
	-moz-border-radius: 1.8em;
	-webkit-border-radius: 1.8em;
	color: #50555c;
	display: inline-block;
	font-weight: bold;
	line-height: 2.4em;
	margin-right: 12px;
	text-align: center;
	width: 2.6em;
	border: solid 2px #50555c;
	float: left;
	margin-top: 1px;
}

span.ncirculoinactivo {
	background: #ffffff;
	border-radius: 1.8em;
	-moz-border-radius: 1.8em;
	-webkit-border-radius: 1.8em;
	color: #bdc3c7;
	display: inline-block;
	font-weight: bold;
	line-height: 2.4em;
	margin-right: 12px;
	text-align: center;
	width: 2.6em;;
	border: solid 2px #bdc3c7;
	float: left;
	margin-top: 1px;
	
}

.botoninactivo h2{
	color: #bdc3c7;
}
.botoninactivo{
	/* border-left: 0.3px solid #eceaea;
	-moz-border-left: 0.3px solid #eceaea;
	-webkit-border-left: 0.3px solid #eceaea;*/
	border-left: 1px solid  #F3F3F3;
}   

.botonactivo{
	border-left: 1px solid  #F3F3F3;
}

.menupac .row {
	border-bottom: 2px solid #ecf0f1;
	border-top: 2px solid #ecf0f1;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 40px;
}
.menu_codeudor.row {
	border-bottom: 2px solid #ecf0f1;
	border-top: 2px solid #ecf0f1;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0px;
}

.menupac_codeudor .row {
	border-top: none !important;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 2px solid #ecf0f1;
}
#cajabancaria{
	margin-top:30px;
	width:150px;
	height:150px;
	border: 1px solid #DDDADA;
	border-radius:4px;
	display:inline-block;
	margin-left:15px;
	margin-right:15px;
	
}

#cajabancaria .checkbox .icheckbox:after {
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	/* opacity: 0; */
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	color: #f1c40f;
	content: "\f00c";
	position: absolute;
	line-height: 20px;
	left: 2px;
	top: -2px;
	/* font-weight: lighter; */
}

#cajabancaria img.img-responsive {
	width: 100px;
	position: absolute;
	margin-left: 19px;
	margin-top: 45px;
}

#ok .fa-5x {
	font-size: 11em;
	color: #3ba03d;
}

#cajabancaria .icheckbox {
	margin-top: 109px;
	margin-left: 15px;
	width: 15px;
	height: 15px;
}

#titulo h2 {
	color: @colorPrincipal;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 0px;
	margin-bottom: 12px;
	
}

.contacten .checkbox, .radio {
	
	display: inline;
	text-align: center;
	padding-right:60px;
	padding-left:60px !important;
}
#titulo{
	margin-bottom: 3px;
	margin-top: 6px;
}
.menupac a:hover h2 {
	color: @colorPrincipal;
}
.menupac_codeudor a:hover h2 {
	color: @colorPrincipal;
}
#formadepago dl dt {
	color: rgba(91, 112, 138, 0.71);
	width:190px;
}
#datospropiedad i.fa.fa-check {
	color: #50555c;
	margin-left: 5px;
	font-size: 20px;
}

#economicos #seccionactivos #cajadesplegable_seleccion {
	width: 46%;
	float: left;
}
#economicos #seccionpasivos #cajadesplegable_seleccion2 {
	width: 20%;
	float: left;
	margin-right: 17px;
}
#economicos #seccionactivos #cajadesplegable {
	width: 274px;
	float: left;
	margin-bottom: 12px;
	margin-right: 17px;
}

#seccionactivos.totalingresos dl dt {
	color: rgba(91, 112, 138, 0.71);
	width: 40%;
}
#antecedentespersonales i.fa.fa-check, #antecedenteslaborales i.fa.fa-check, #seccionactivos i.fa.fa-check, #seccionpasivos i.fa.fa-check {
	color: #27ae60;
	margin-left: 5px;
	font-size:20px;
}

#antecedentespersonales h2, #antecedenteslaborales h2, #seccionactivos h2, #seccionpasivos h2{
	font-size: 14px;
	font-weight: bold;
	color: #50555C;
	margin-top: 0px;
	
}

#antecedentespersonales dd, #antecedenteslaborales dd, #seccionactivos dd, #seccionpasivos dd {
	margin-bottom: 21px;
}

#antecedentespersonales dl dt, #antecedenteslaborales dl dt{
	color: rgba(91, 112, 138, 0.71);
	width:272px;
	margin-bottom: 21px;
	margin-top: 10px;
}
#ingresos #seccionactivos dl dt {
	color: rgba(91, 112, 138, 0.71);
	width: 40%;
}
#seccionpasivos dl dt {
	color: rgba(91, 112, 138, 0.71);
	width: 22%;
}

#seccionactivos dl dt {
	color: rgba(91, 112, 138, 0.71);
	width: 22%;
}
#seccionpasivos input#submit-title {
	padding: 9px 9px 7px 9px;
}
#antecedentespersonales img.tool-tip {
	width: 17px;
	height: 17px;
	float: left;
	padding: 0px;
	position: relative;
	margin-left: 0px;
}
#antecedenteslaborales img.tool-tip{
	width: 17px;
	height: 17px;
	float: left;
	padding: 0px;
	margin-left: 0px;
	margin-right: 8px;
}
#tiposderenta h2 {
	font-size: 14px;
	font-weight: bold;
	color: #003768;
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
}
#formadepago i.fa.fa-check {
	color: #27ae60;
	margin-left: 5px;
	font-size:20px;
}



div#cajadesplegable {
	width: 190px;
	float: left;
	margin-bottom: 12px;
}

div#cajadesplegable_calendario {
	width: 190px;
	float: left;
	margin-bottom: 12px;
}

/*#datospropiedad img.tool-tip {
	width: 17px;
	height: 17px;
	float: right;
	padding: 0px;
	margin-left: 117px;
	margin-right: 20px;
}*/
#datospropiedad img.tool-tip {
	
	width: 17px;
	height: 17px;
	/* float: left; */
	/* margin: 0px 3px; */
	padding: 0px;
	/* margin-left: 267px; */
	/* margin-right: -17px; */
	/* margin-top: -28px; */
	margin-left: 0px;
	margin-right: 6px;
}

bordederecho {
	-moz-border-right:0.3px solid #eceaea;
	-webkit-border-right:0.3px solid #eceaea;
	border-right:0.3px solid #eceaea;
}
#formadepago img.tool-tip {
	width: 17px;
	height: 17px;
	/* float: left; */
	/* margin: 0px 3px; */
	padding: 0px;
	/* margin-left: 267px; */
	/* margin-right: -17px; */
	/* margin-top: -28px; */
	margin-left: 0px;
	margin-right: 6px;
}

#formadepago h4 {
	color: rgba(91, 112, 138, 0.71);
	font-weight: bold;
	font-size: 13px;
	font-family: 'Albert Sans', sans-serif;
	float:right;
}

#formadepago input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="number"], input[type="tel"], textarea.form-control {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	/*    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
	-webkit-appearance: none;
	background-color: #f3f3f3;
	border: none;
	font-size: 14px;
	outline: none !important;
	width: 100%;
	padding: 7px 9px 7px 9px;
	height: inherit;
	
}
#quieroquemecontacten .radio {
	margin-top: 0 !important;
	padding: 0;
	margin-bottom: 40px;
}
#quieroquemecontacten input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="number"], input[type="tel"], textarea.form-control {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
	-webkit-appearance: none;
	background-color: #f3f3f3;
	border: none;
	font-size: 14px;
	outline: none !important;
	padding: 9px;
	width: 100%;
	height: inherit;
}


.row.contacten {
	margin-bottom: 40px;
}
#antecedentespersonales input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="number"], input[type="tel"], textarea.form-control {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	/*    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
	-webkit-appearance: none;
	background-color: #f3f3f3;
	border: none;
	font-size: 14px;
	outline: none !important;
	width: 100%;
	padding: 7px 9px 7px 9px;
	height: inherit;
	
}

#antecedenteslaborales input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="number"], input[type="tel"], textarea.form-control {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
	-webkit-appearance: none;
	background-color: #f3f3f3;
	border: none;
	font-size: 14px;
	outline: none !important;
	width: 100%;
	padding: 7px 9px 7px 9px;
	height: inherit;
	
}

#seccionactivos input[type="text"], #secciopasivos input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="number"], input[type="tel"], textarea.form-control {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
	-webkit-appearance: none;
	background-color: #f3f3f3;
	border: none;
	font-size: 14px;
	outline: none !important;
	width: 100%;
	padding: 7px 9px 7px 9px;
	height: inherit;
	
}

#seccionactivos #total_ingresos, .totalizador {
	padding-top: 0px;
	padding-left: 0px;
	width: 60%;
	text-align: left !important;
	color: red;
	text-align: center;
	font-weight: bold;
	border: none;
	font-size: 14px;
	-webkit-box-shadow: 0px 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px 0px #ffffff;
	background-color: #FFF;
}

#quieroquemecontacten textarea.form-control {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
	-webkit-appearance: none;
	background-color: #f3f3f3;
	border: none;
	font-size: 14px;
	outline: none !important;
	width: 100% !important;
	padding: 7px 9px 7px 9px;
	height: inherit;
}
#consulta textarea.form-control {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
	-webkit-appearance: none;
	background-color: #f3f3f3;
	border: none;
	font-size: 14px;
	outline: none !important;
	width: 100% !important;
	padding: 7px 9px 7px 9px;
	height: inherit;
	
}

#datospropiedad i.fa.fa-times {
	margin-top: 8px;
	font-size: 20px;
	color: #e74c3c;
}

#antecedentespersonales i.fa.fa-times, #antecedenteslaborales i.fa.fa-times, #seccionactivos i.fa.fa-times, #seccionpasivos i.fa.fa-times{
	margin-top: 8px;
	font-size: 20px;
	color: #e74c3c;
}

#antecedenteslaborales dl dd, #seccionactivos dl dd, #secciopasivos dl dd{
	text-align: center;
}

#antecedenteslaborales #cajadesplegable_calendario i.fa.fa-calendar{
	position: absolute;
	margin-left: 81px;
	margin-top: 10px;
	color: #5b5c5d;
	
}

#antecedenteslaborales #tiposderenta img.tool-tip {
	width: 17px;
	height: 17px;
	margin-top: -1px;
	position: absolute;
	margin-left: 11px;
}

#antecedenteslaborales #tiposderenta h2 {
	padding-bottom: 0px;
	margin-bottom: 10px !important;
	margin-top: 7px !important;
	padding-top: 0px;
}

div#tiposderenta {
	margin-bottom: 0px;
}

#tiposderenta2 .checkbox .icheckbox:after {
	color: #f1c40f;
}

#tiposderenta2 .btn.btn-default, select.btn-default {
	font-size: 14px;
}

#tiposderenta select[multiple], select[size] {
	height: auto;
	/*DISPLAY: BLOCK !important;*/
	/*OVERFLOW-Y: VISIBLE;*/
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
#antecedentespersonales #cajadesplegable, #antecedenteslaborales #cajadesplegable{
	width: 215px;
	float: left;
	margin-bottom: 12px;
}

#seccionactivos #cajadesplegable {
	width: 215px;
	float: left;
	margin-bottom: 12px;
	margin-right: 17px;
}

#seccionpasivos #cajadesplegable {
	width: 16%;
	float: left;
	margin-bottom: 12px;
	margin-right: 17px;
}
#antecedentespersonales #cajadesplegable_calendario, #antecedenteslaborales #cajadesplegable_calendario {
	width: 215px;
	float: left;
	margin-bottom: 12px;
}

#formadepago i.fa.fa-times {
	margin-top: 8px;
	font-size: 20px;
	color: #e74c3c;
}

#sexo{
	
	width: 216px;
	float: left;
}
#minisitio .sorting {
	width: 90%;
	float: left;
}


#sexo .form-control {
	text-align: center;
}
#cajadesplegable i.fa.fa-calendar {
	position: absolute;
	margin-left: -27px;
	margin-top: 10px;
	color: #5b5c5d;
}
#cajadesplegable_calendario i.fa.fa-calendar {
	position: absolute;
	margin-left: -27px;
	margin-top: 10px;
	color: #5b5c5d;
}


#desplegable .masculino {
	/*-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;*/
}
#sexo .femenino input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="number"], input[type="tel"], textarea.form-control{
	
	/*-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;*/
	
}


#sexo .masculino input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="number"], input[type="tel"], textarea.form-control{
	/*  
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;*/
	
}
#sexo input#submit-title {
	border-radius: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
}

/*#sexo input#submit-title:hover {
	opacity: 0.5;
}*/

#cajadesplegable i.fa.fa-male {
	position: absolute;
	margin-left: -100px;
	margin-top: 11px;
	color: #B7B7B7;
	
}

#cajadesplegable i.fa.fa-female {
	color:#B7B7B7;
	position: absolute;
	margin-left: -100px;
	margin-top: 10px;
}

#sexo .form-control {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
#sexo .form-control:focus {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.tipo-rentas span.input-group-addon {
	background-color: transparent;
}

.tipo-rentas input[type="text"] {
	
	background-color: #ffffff;
	border: none;
	font-size: 14px;
	outline: none !important;
	padding: 10px 9px 11px 9px;
	width: 100%;
	height: inherit;
	box-shadow:none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.tipo-rentas .input-group .form-control {
	margin-bottom: 0px;
	padding: 8px;
	/* border: none; */
}



#datospropiedad .bootstrap-select .selectpicker {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	/*    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	background-color: #f3f3f3;
	color: #5a5a5a;
	FONT-SIZE: 14PX;
	FONT-WEIGHT: 400;
	/* border: chocolate; */
	text-align:center;
	
}

#antecedentespersonales .bootstrap-select .selectpicker {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	/*    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	background-color: @colorBtnHover;
	color: #5a5a5a;
	FONT-SIZE: 14PX;
	FONT-WEIGHT: 400;
	/* border: chocolate; */
	text-align:center;
	
}
#formulario .bootstrap-select .selectpicker {
	text-align: center;
}
#logoempresa{
	background-color:#FFFFFF;
}

#tusitio {
	background-color: @colorPrincipal;
	padding: 0;
}

#fichadeproyectos #quick-summary h3 {
	border-bottom: 1px solid #ddd;
	font-size: 26px;
	margin-top: 0px;
}

#buscador{
	background-color: @colorPrincipal;
}

#antecedenteslaborales .bootstrap-select .selectpicker {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	background-color: #f3f3f3;
	color: #5a5a5a;
	FONT-SIZE: 14PX;
	FONT-WEIGHT: 400;
	/* border: chocolate; */
	text-align:center;
	
}

#seccionactivos .bootstrap-select .selectpicker, #seccionpasivos .bootstrap-select .selectpicker {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	background-color: #f3f3f3;
	color: #5a5a5a;
	FONT-SIZE: 14PX;
	FONT-WEIGHT: 400;
	/* border: chocolate; */
	text-align:center;
	
}

#listadoinmobiliarias tr {
	border-bottom: 1px solid #E1E1E1;
}

#listadoinmobiliarias .search-box-resultado {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 1;
	padding-right: 0px;
	width: 100%;
	z-index: 1;
	position: relative;
}
#listadoinmobiliarias h1 span {
	float: right;
	font-size: 15px;
	padding-top: 10px;
}

#formadepago .bootstrap-select .selectpicker {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	/*    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	background-color: #f3f3f3;
	color: #5a5a5a;
	FONT-SIZE: 14PX;
	FONT-WEIGHT: 400;
	/* border: chocolate; */
	text-align:center;
	
}


h1 {
	font-size: 28px;
	font-weight: lighter;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	margin-top: 10px;
	padding-bottom: 15px;
}

h2 {
	font-size: 22px;
	font-weight: lighter;
	/*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
	margin-bottom: 30px;
	/*margin-top: 10px;*/
	padding-bottom: 15px;
}



h3 {
	font-size: 18px;
	font-weight: lighter;
	margin-bottom: 20px;
}

h4 {
	font-size: 14px;
	font-weight: lighter;
}

hr {
	border-color: rgba(0, 0, 0, 0.1);
}
hr.thick {
	border-width: 2px;
}
hr.divider {
	border-color: #1396e2;
	border-width: 2px;
	width: 40px;
}

p {
	/* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;*/
	font-family: 'Albert Sans', sans-serif;
	font-weight: lighter;
}
#cajamodelo {
	height: 235px;
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	border: 1px solid #ddd;
}

#cajamodelo img {
	margin: auto;
	padding: 0;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

#cajamodelocarrusel {
	height: 63px;
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#cajamodelocarrusel img {
	margin: 0;
	padding: 0;
	object-fit: cover;
	height: 100%;
	width: 85%;
}
section {
	position: relative;
}

ul.list-links {
	margin-top: -5px;
}
ul.list-links li a {
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	color: #5a5a5a;
	display: block;
	padding: 2px 0;
	padding-left: 0;
}
ul.list-links li a:hover {
	color: @colorPrincipal;
	padding-left: 5px;
}

/* 2. Styling for specific pages */

.page-sub-page #page-content:after {
	/* background: #f1f1f1;
	background: -moz-linear-gradient(top, #f1f1f1 0%, white 80%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(80%, white));
	background: -webkit-linear-gradient(top, #f1f1f1 0%, white 80%);
	background: -o-linear-gradient(top, #f1f1f1 0%, white 80%);
	background: -ms-linear-gradient(top, #f1f1f1 0%, white 80%);
	background: linear-gradient(to bottom, #f1f1f1 0%, white 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 );*/
	content: "";
	left: 0;
	height: 110px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.page-sub-page.page-submit h2 {
	border: none;
	margin-bottom: 25px;
	padding-bottom: 0;
}
.page-sub-page.page-submit .submit-pricing {
	margin-bottom: 0;
}
.page-sub-page.page-create-account .radio {
	display: inline-block;
	margin-right: 50px;
	margin-bottom: 30px;
}
.page-sub-page.page-create-account h3 {
	margin-top: 0;
}
.page-sub-page.page-create-agency #page-content form > section {
	margin-bottom: 30px;
}
.page-sub-page.page-contact #page-content section {
	margin-bottom: 30px;
	
	
}
section#comments {
	padding-right: 30px;
}
.page-sub-page.page-legal #page-content section {
	margin-bottom: 40px;
}

.page-sub-page.page-legal #page-content section h3 {
	font-weight: normal;
}
.page-sub-page.page-agency-detail #page-content address {
	position: relative;
}
.page-sub-page.page-about-us .background-image {
	overflow: visible;
}
.page-sub-page.page-about-us .agent .wrapper aside {
	display: none;
}
.page-sub-page.page-about-us #our-team .agent .wrapper {
	padding-left: 110px;
}
.page-sub-page.page-about-us #our-team .agent .agent-image {
	width: 90px;
}

/* 3. Universal classes */

.background-color-grey-light {
	background-color: #f3f3f3;
}

.background-color-grey-medium {
	background-color: #5a5a5a;
}

.background-color-grey-dark {
	background-color: #2a2a2a;
}

.background-color-default {
	background-color: #1396e2;
}

.background-color-default-darker {
	background-color: #FFFFFF;
}

.background-image {
	left: 0;
	margin: auto;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	height: 100%;
	overflow: hidden;
}

.button-icon .fa {
	margin: 0 10px;
}

.center {
	text-align: center;
}

#overlay {
	background: rgba(0, 0, 0, 0.3);
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99998;
}

#similar-properties {
	padding-bottom: 20px;
}
#similar-properties h2 {
	margin-bottom: 10px !important;
}

.has-fullscreen-map {
	position: relative;
}
.has-fullscreen-map:before {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transition: 0.8s;
	-webkit-transition: 0.8s;
	transition: 0.8s;
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	animation: animate-loading 3s infinite linear;
	-webkit-animation: animate-loading 3s infinite linear;
	content: "\f013";
	color: #2a2a2a;
	font-size: 30px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 26px;
	height: 30px;
	bottom: 0;
	right: 0;
	margin: auto;
}
.has-fullscreen-map:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transition: 0.8s;
	-webkit-transition: 0.8s;
	transition: 0.8s;
	background-color: #fff;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
}
.has-fullscreen-map.loaded:before, .has-fullscreen-map.loaded:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

.has-dark-background {
	color: #fff;
}
.has-dark-background a {
	color: #fff;
}

.link-icon {
	color: #2a2a2a;
}
.link-icon .fa {
	color: #1396e2;
	margin: 0 10px;
}
.link-arrow {
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	color: @colorPrincipal;
	display: inline-block;
	margin-top:0px;
}
.inmobiliaria .link-arrow::after {
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: bold;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	content: "\f105";
	color: @colorPrincipal;
	left: 0;
	font-size: 18px;
	margin-left: 4px;
	vertical-align: middle;
	position: relative;
	bottom: 1px;
}
.inmobiliaria .link-arrow2::after {
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: bold;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	content: "\f105";
	color: #f50404;
	left: 0;
	font-size: 18px;
	margin-left: 4px;
	vertical-align: middle;
	position: relative;
	bottom: 1px;
}
.property.masonry aside .link-arrow {
	border-top: 2px solid #f3f3f3;
	display: block;
	font-size: 14px;
	padding-top: 10px;
}
.search-box .btn.btn-default:hover, .search-box select.btn-default:hover, .search-box-resultado .btn.btn-default:hover, .search-box-resultado select.btn-default:hover {
	background-color: @colorPrincipal !important;
	color:#ffffff;
}

.horizontal-search .search-box-wrapper .search-box .form-map button#submit-busqueda:hover {
	background-color: @colorPrincipal !important;
	color: #ffffff;
}
.listadoinmobiliarias h2 {
	color: #777777;
	font-weight: 400 !important;
}

#listadoinmobiliarias #search-filter {
	margin-bottom: 40px;
	padding-top: 0;
	position: relative;
}
.link-arrow:hover {
	color: @colorSecundario;
	cursor: pointer;
}

.favoritos i.fa.fa-heart-o {
	color: #EEC412;
	font-weight: bold;
	margin-right: 6px;
}

.favoritos {
	display: block;
	height: auto;
	margin-top: 78px;
	font-weight: bold;
}

.favoritos  .link-arrow:after {
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: bold;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	content: "\f105";
	color: #FFFFFF;
	left: 0;
	font-size: 18px;
	margin-left: 8px;
	vertical-align: middle;
	position: relative;
	bottom: 1px;
}

.usuario .name.pull-left {
	color: @colorPrincipal;
}

.ejecutivo .name {
	color: #50555c;
}
section#comments {
	height: 400px;
	overflow-y: scroll;
}
.favoritos .link-arrow:hover:after {
	color: @colorSecundario;
	left: 0px !important;
}
#boton_volverabuscar img {
	width: 15px;
	margin-right: 10px;
	margin-bottom: 2px;
}
#boton_volverabuscar {
	float: right;
	position: relative;
	top: -35px;
	
}

#boton_volveralsitio img {
	width: 15px;
	margin-right: 10px;
	margin-bottom: 2px;
}
#boton_volveralsitio {
	float: right;
	position: relative;
	top: 0px;
	margin-bottom:15px;
	
}
.menupac {
	margin-bottom: 0px;
}
#boton_volveralsitio button.btn.btn-default {
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	background-color: @colorPrincipal;
	color: #fff;
	font-size: 14px;
	line-height: 15px;
	font-weight:400;
}

#boton_volveralsitio .btn, select {
	padding: 9px 20px 9px 15px;
}
#contact .bootstrap-select.open .selectpicker {
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-align: center;
	
}

.link-arrow:hover:after {
	color: #ffffff;
	left: 5px;
}
.link-arrow.geo-location:after {
	content: "\f041";
	top: -1px;
}
.link-arrow.geo-location:hover:after {
	left: 0;
	top: -5px;
}
.link-arrow.back:after {
	display: none;
}

#cargando .fa-2x {
	font-size: 2em;
	color: @colorPrincipal;
	margin-top:15px;
}

#blog .property.masonryX .property-image:hover {
	position: relative;
	margin-bottom: 0;
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
}
#blog .property.masonryX .property-image {
	position: relative;
	margin-bottom: 0;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
}

#post_blog .tag.price {
	box-shadow: none;
	-moz-box-shadow: none;
}
.link-arrow.back:before {
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	content: "\f104";
	color: #ffffff;
	right: 0;
	font-size: 18px;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	bottom: 2px;
}
.link-arrow.back:hover {
	
	color: #ffffff;
	cursor: pointer;
	
}
.link-arrow.back:hover:before {
	color: white;
	right: 5px;
}

.no-border {
	border: none !important;
}

.no-bottom-margin {
	margin-bottom: 0 !important;
}

.opacity-10 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
	opacity: 0.1;
}

.opacity-20 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
	opacity: 0.2;
}

.text-align-right {
	text-align: right;
}

.text-underline {
	text-decoration: underline;
}

#logo_inmob_saladeventas {
	height: 120px;
	position: relative;
	overflow: hidden;
	width: 100px;
	margin: 0 auto;
}

#logo_inmob_saladeventas img {
	margin: 0;
	padding: 0;
	object-fit: contain;
	height: 100px;
	width: 100px;
}

/* 4. Header*/


.navigation {
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
	/* background-color: #fff; */
	/* margin-bottom: 20px; */
	position: relative;
	width: 100%;
	z-index: 98;
	top: 0;
}

.navigation img {
	padding-top: 10px;
	padding-bottom: 10px;
	float:right;
	
}
#listadodeminisitio .property-image {
	height: 180px;
	position: relative;
	overflow: hidden;
	width: 100%;
}

#listadodeminisitio .property-image img{
	margin:auto;
	padding:0;
	object-fit: cover;
	height:180px;
	width:100%;
	
}

#imagenflecha{
	height: auto;
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	
}
#imagenflecha img{
	margin: auto;
	padding: 0;
	object-fit: cover;
	height: 100%;
	width: 100%;
	
}   
#imagenflecha p {
	position: absolute;
	color: white;
	font-weight: 400;
	/* z-index: 142; */
	font-size: 17px;
	margin-left: 25px;
	/* margin: 0 auto; */
	margin-top: 4px;
}

.content-white h1 {
	font-size: 28px;
	font-weight: lighter;
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	margin-bottom: 19px;
	margin-top: 10px;
	padding-bottom: 15px;
	color: rgba(255, 255, 255, 0.8);
}

.navigation:hover .secondary-navigation {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.navigation .navbar-collapse {
	padding-right: 0;
}

.colorrelleno{
	border: none;
	margin-bottom: 0;
	min-height: inherit;
	padding: 0px 0px;
	display: table;
	width: 100%;
}

figure.direccion {
	width: 90%;
}
.navigation .navbar {
	border: none;
	margin-bottom: 0;
	min-height: inherit;
	padding: 0px 0px;
	display: table;
	width: 100%;
}
.navigation .navbar .collapse {
	display: table-cell !important;
	vertical-align: middle;
	float: none !important;
}
.navigation .navbar .navbar-brand {
	height: inherit;
	line-height: 0;
	padding: 0;
}
.navigation .navbar .navbar-nav {
	float: right;
}
.navigation .navbar .navbar-nav > li:hover > .child-navigation {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	visibility: visible;
}
.navigation .navbar .navbar-nav > li:last-child a {
	padding-right: 0;
}
.navigation .navbar .navbar-nav > li.active a {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.navigation .navbar .navbar-nav > li.active a:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.navigation .navbar .navbar-nav > li.active .child-navigation a {
	color: #5a5a5a;
}
.navigation .navbar .navbar-nav > li.active .child-navigation a:after {
	display: none;
}
.navigation .navbar .navbar-nav > li.active .child-navigation li:first-child a:after {
	display: block;
}
.navigation .navbar .navbar-nav > li.active .child-navigation.position-bottom li:last-child a:after {
	display: block;
}
.navigation .navbar .navbar-nav > li.has-child {
	position: relative;
}
.navigation .navbar .navbar-nav > li.has-child:after {
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	content: "\f0d7";
	color: #1396e2;
	font-size: 8px;
	height: 10px;
	position: absolute;
	top: 3px;
	bottom: 0;
	margin: auto;
	right: 2px;
}
.navigation .navbar .navbar-nav > li a {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	color: #2a2a2a;
	line-height: 0;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 9px;
	position: relative;
}
.navigation .navbar .navbar-nav > li a:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	background-color: #1396e2;
	bottom: -5px;
	content: "";
	left: 16px;
	height: 1px;
	position: absolute;
	width: 10px;
}
.navigation .navbar .navbar-nav > li a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	background-color: transparent;
}
.navigation .navbar .navbar-nav > li a:active, .navigation .navbar .navbar-nav > li a:focus {
	background-color: transparent;
}
.navigation .navbar .navbar-nav > li > .child-navigation {
	margin-top: 11px;
}
.navigation .navbar .navbar-nav > li > .child-navigation.navigation-to-left {
	right: 15px;
	left: inherit;
}
.navigation .navbar .navbar-nav > li > .child-navigation.navigation-to-left > li:first-child a:after {
	left: inherit;
	right: 10px;
}
.navigation .navbar .navbar-nav > li > .child-navigation.navigation-to-left.position-bottom > li:last-child a:after {
	left: inherit;
	right: 10px;
}
.navigation .navbar .navbar-nav > li > .child-navigation.position-bottom {
	bottom: 25px;
}
.navigation .navbar .navbar-nav > li > .child-navigation.position-bottom > li:first-child a:after {
	border-color: transparent !important;
}
.navigation .navbar .navbar-nav > li > .child-navigation.position-bottom > li:last-child:hover a:after {
	border-color: #1396e2 transparent transparent transparent;
}
.navigation .navbar .navbar-nav > li > .child-navigation.position-bottom > li:last-child > a:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	background-color: transparent;
	border-color: #f3f3f3 transparent transparent transparent;
	border-style: solid;
	border-width: 7.5px 7.5px 0 7.5px;
	content: "";
	height: 0px;
	position: absolute;
	left: 10px;
	bottom: -7px;
	width: 0px;
}
.navigation .navbar .navbar-nav > li > .child-navigation.position-bottom > li:last-child > a:before {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	background-color: transparent;
	content: "";
	height: 8px;
	left: 0;
	width: 100%;
	position: absolute;
	bottom: -8px;
}
.navigation .navbar .navbar-nav > li > .child-navigation.position-bottom > li .child-navigation {
	bottom: 0;
	margin-top: inherit;
}
.navigation .navbar .navbar-nav > li > .child-navigation > li {
	position: relative;
}
.navigation .navbar .navbar-nav > li > .child-navigation > li:first-child:hover a:hover:after {
	border-color: transparent transparent #1396e2 transparent;
}
.navigation .navbar .navbar-nav > li > .child-navigation > li:first-child a:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	background-color: transparent;
	border-color: transparent transparent #f3f3f3 transparent;
	border-style: solid;
	border-width: 0 7.5px 7px 7.5px;
	content: "";
	height: 0px;
	position: absolute;
	left: 10px;
	top: -7px;
	width: 0px;
}
.navigation .navbar .navbar-nav > li > .child-navigation > li:first-child a:before {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	background-color: transparent;
	content: "";
	height: 8px;
	left: 0;
	width: 100%;
	position: absolute;
	top: -8px;
}
.navigation .navbar .navbar-nav > li .child-navigation {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	background-color: #f3f3f3;
	position: absolute;
	visibility: hidden;
	list-style: none;
	padding-left: 0;
	left: 15px;
	min-width: 240px;
	z-index: 100;
}
.navigation .navbar .navbar-nav > li .child-navigation li:hover .child-navigation {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	visibility: visible;
}
.navigation .navbar .navbar-nav > li .child-navigation li a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	display: block;
	padding: 20px 10px 15px 10px;
	position: relative;
}
.navigation .navbar .navbar-nav > li .child-navigation li a:hover {
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	background-color: #1396e2;
	color: #fff;
}
.navigation .navbar .navbar-nav > li .child-navigation li .child-navigation {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	margin-top: -41px;
}
.navigation .navbar .navbar-nav > li.mobile-submit {
	display: none;
}
.navigation .navbar .navbar-nav li .child-navigation li.has-child:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	background-color: transparent;
	color: #1396e2;
	content: "\f105";
	height: 14px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: inherit;
	right: 8px;
	width: 5px;
	z-index: 2;
}
.navigation .navbar .navbar-nav li .child-navigation li.has-child:hover:after {
	color: #fff;
}
.navigation .add-your-property {
	position: absolute;
	right: 0;
	bottom: -39px;
}
.navigation .add-your-property:hover .text {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity: 0.9;
	right: 50px;
	pointer-events: none;
}
.navigation .add-your-property .btn {
	width: 38px;
}
.navigation .add-your-property .text {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #5a5a5a;
	background-color: #fff;
	padding: 10px;
	position: absolute;
	right: 40px;
	text-align: right;
	top: 0;
	pointer-events: none;
}
.navigation .add-your-property .text:after {
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 0;
	right: -4px;
	bottom: 0;
	margin: auto;
}
.navigation .secondary-navigation {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-bottom: 1px solid #f3f3f3;
	display: table;
	font-size: 12px;
	padding: 5px 0;
	width: 100%;
}
.navigation .secondary-navigation a {
	color: #5a5a5a;
	margin-left: 10px;
}
.navigation .secondary-navigation a:hover {
	color: @colorPrincipal;
}
.navigation .secondary-navigation a.promoted {
	color: @colorPrincipal;
	float: left;
}
.navigation .secondary-navigation a.promoted-mobile {
	color:#FFF;
	float: left;
	margin-left:0px;
	width: 100%;
	text-align: center;
	border:none;
}
.navigation .secondary-navigation a.promoted:hover {
	color: @colorPrincipal;
}
.navigation .secondary-navigation .contact {
	float: left;
}
.navigation .secondary-navigation .contact figure {
	margin-right: 10px;
}
.navigation .secondary-navigation .contact figure strong {
	margin-right: 5px;
}
.navigation .secondary-navigation .user-area {
	float: right;
}
.navigation .secondary-navigation .user-area .actions {
	float: left;
}
.navigation .secondary-navigation .user-area .language-bar {
	float: right;
}
.navigation .secondary-navigation figure {
	display: inline-block;
}

.navigation-fixed-bottom .navigation {
	bottom: 0;
	position: absolute;
	top: inherit;
}
/*
.navigation-fixed-top .navigation {
	top: 0;
	position: fixed;
	bottom: inherit;
	z-index:150;
}
*/
.navigation-fix-to-top {
	position: fixed !important;
	bottom: inherit !important;
	top: 0 !important;
}
.carousel-caption {
	right: 5%;
	left: 20%;
	padding-bottom: 0px;
}

.carousel-caption {
	position: absolute;
	right: 10%;
	/* bottom: 20px; */
	/* left: 15%; */
	z-index: 10;
	padding-top: 0;
	/* padding-bottom: 10px; */
	color: #fff;
	text-align: right;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	font-size: 18px;
}
.carousel-indicators {
	bottom: 0px;
}

/* 5. Footer */

#page-footer .inner {
	display: table;
	width: 100%;
}
#page-footer .inner h3 {
	color: #2a2a2a;
	font-weight: normal;
	margin-bottom: 30px;
	margin-top: 0;
}
#page-footer .inner #footer-main {
	background-color: #f3f3f3;
	padding: 40px 0;
}


#page-footer .inner #footer-copyright {
	background-color: #50555C;
	color: #fff;
	display: table;
	padding: 20px 0;
	width: 100%;
}
#page-footer .inner #footer-copyright a {
	color: #fff;
}
#page-footer .inner #footer-copyright a:hover {
	color: @colorPrincipal;
}
#page-footer .inner .property:last-child {
	margin-bottom: 0 !important;
}
#page-footer .inner .property-thumbnail {
	background-color: #1396e2;
	float: left;
	height: 60px;
	overflow: hidden;
}
#page-footer .inner .property-thumbnail:hover img {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
#page-footer .inner .property-thumbnail img {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
	opacity: 0.2;
	width: 100%;
}

#sexo_m.form-control.focus, #sexo_f.form-control.focus{
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	border-color: #66afe9;
	background-color: @colorPrincipal;
	color: #fff;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}


.content-white {
	margin-right: 0px;
	width: 100%;
	height: auto;
	text-align: center;
}
.yellow-box .content-white {
	display:inline-block;
	padding: 0px 6px;
	height: 354px;
	float: left;
	width: 532px;
	overflow: hidden;
}

a.boton-home{
	background-color: @colorPrincipal;
	color: #FFFFFF;
	position: absolute;
	top: -43px;
	right: -8px;
	width: 20%;
	border-radius: 4px;
	font-size: 12px;
	height: 31px;
	padding: 7px 3px;
	margin-right: 15px;
}

.imagen_ppal{
	
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	/* bottom: 0;*/
	z-index: 1;
	background: 50% 50% no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; 
	background-size: cover;
	
}


/*.content-white {
	
	margin-left:20px;
}*/

.content-white h2 {
	line-height: 34px; 
	color: #FFFFFF; 
	font-weight: lighter; 
	text-align: center; 
	padding-bottom:0px;
	font-size:27px;
	letter-spacing: 0.05em; 
	
}

h2 span.negrita {
	font-size:27px; 
	font-weight:600;
	
}




* {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
/*
.col-lg-15.col-md-15.col-sm-15.col-xs-12 {
	
	margin-bottom: 21px;
}*/
.cont-caluga {
	
	
	margin: 5px;
	height: 150px;
	border-radius: 4px;
}
.caluga {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	text-align: center;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.42);
}
.caluga.gif img {
	width: 100%;
	margin: 0;
	height: 100%;
}

.caluga img {
	max-width: 100px;
	margin: 15% 0;
	position: relative;
	object-fit: contain;
	padding: 0;
	height: 100px;
}

.gif {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.gif img {
	width: 100%;
}


.caluga2{
	
	float: left;
	width: 200px;
	margin: 5px;
	height: 170px;
	border: 1px solid #D6D6D6;
	background: rgba(255, 254, 254, 0.5) url(../img/back_caluga.jpg) repeat-x;
	border-radius: 4px;
	
}
.caluga2 img {
	
	float: left;
	border-radius: 4px;
	
}
.caluga strong {
	color: #cacaca;
	/* float: right; */
	margin-top: 3%;
	position: absolute;
	right: 12%;
	font-size: 1.1em;
	z-index: 2;
}

#quick-summary h2{
	margin-top: 79px;
	
}

#quick-summary h3 {
	border-bottom: 1px solid #ddd;
	font-size: 26px;
}

section#quick-summary {
	top: 20px;
}

#quick-summary dd {
	margin-bottom: 17px;
	/* font-weight: lighter; */
}

/****
6. Content
****/
#about-us #ceo-section .cite-title {
	font-size: 36px;
	font-weight: lighter;
}
#about-us #ceo-section h3 {
	color: @colorPrincipal;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0;
}
#about-us #ceo-section .cite {
	display: inline-block;
	margin: 20px 0;
	width: 70%;
}
#about-us .image {
	display: inline-block;
	margin-bottom: 10px;
}
#about-us .image img {
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
#about-us .divider-image {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
	opacity: 0.1;
	margin: 30px 0;
	max-width: 100%;
}
#about-us .member {
	margin-bottom: 60px;
}

/* Account page */

.account-profile {
	position: relative;
}
.account-profile h3 {
	margin-top: 0;
	margin-bottom: 30px;
}
.account-profile img {
	width: 100%;
	margin-bottom: 30px;
}
.account-profile form {
	position: relative;
}
.account-profile section {
	margin-bottom: 0px;
	/*margin-top:40px;*/
}
.account-profile section#agency {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.account-profile section#contact label, .account-profile section#agency label {
	display: block;
	line-height: 38px;
}
.account-profile section#social .input-group {
	width: 100%;
}
.account-profile section#social .input-group .input-group-addon {
	background-color: #2a2a2a;
	width: 40px;
}
.account-profile section#social .input-group .input-group-addon i {
	color: #fff;
}
.account-profile .contact-fields {
	display: table;
	width: 100%;
}
.account-profile .contact-fields dt {
	clear: both;
}
.account-profile .contact-fields dd {
	float: right;
	margin-bottom: 5px;
	width: 65%;
}
.account-profile .switch {
	position: absolute;
	top: 0;
	right: 0;
}
.account-profile .switch label {
	line-height: 0 !important;
}
.account-profile .switch .icheckbox {
	margin-right: 0;
}

.blancoynegro { 
	
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	opacity:0.7;
	
	filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter     id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /*     Firefox 10+, Firefox on Android */
	filter:gray; /* IE6-9 */
	-webkit-filter:grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);}
	
	
	/* Geo location */
	
	.geo-location-wrapper {
		/* position: absolute; */
		z-index: 3;
		width: 12%;
		display: inline-block;
	}
	.geo-location-wrapper:hover .text {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		right: 50px;
		pointer-events: none;
	}
	.geo-location-wrapper .btn {
		background-color: rgba(0, 0, 0, 0.6);
		color: #ffffff;
		position: relative;
		width: 100%;
		line-height: 5px;
		margin: 0;
		padding: 7px;
	}
	.geo-location-wrapper .btn:hover {
		background-color: @colorPrincipal;
		color: #ffffff;
		width: 100%;
		line-height: 5px;
		margin: 0;
		padding: 7px;
	}
	.geo-location-wrapper .fa {
		font-size: 17px;
	}
	.geo-location-wrapper .text {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		color: #fff;
		background-color: @colorPrincipal;
		padding: 13px;
		position: absolute;
		right: 40px;
		text-align: right;
		top: 0px;
		pointer-events: none;
	}
	.geo-location-wrapper .text:after {
		width: 0;
		height: 0;
		content: "";
		border-style: solid;
		border-width: 4px 0 4px 4px;
		border-color: transparent transparent transparent @colorPrincipal;
		position: absolute;
		top: 0;
		right: -4px;
		bottom: 0;
		margin: auto;
	}
	
	/* Agency & Agents */
	
	.agency {
		border-bottom: 1px solid #f3f3f3;
		display: table;
		font-size: 12px;
		padding-bottom: 10px;
		margin-bottom: 30px;
		position: relative;
		width: 100%;
	}
	.agency address {
		width: 30%;
		display: inline-block;
		vertical-align: top;
		margin-left: 40px;
	}
	.agency address h3 {
		margin-top: 0;
		margin-bottom: 10px;
	}
	.agency h2 {
		border: none;
		margin-bottom: 20px;
		margin-top: 0;
		padding: 0;
	}
	.agency dl {
		display: inline-block;
		width: 50%;
	}
	.agency dl dd {
		margin-bottom: 4px;
	}
	.agency .agency-image {
		display: table-cell;
		vertical-align: middle;
		width: 30%;
	}
	.agency .wrapper {
		display: table-cell;
		width: 70%;
	}
	
	.agency-image img {
		max-width: 100%;
	}
	
	.agent {
		margin-bottom: 60px;
		position: relative;
		padding-left: 180px;
	}
	.agent .agent-image {
		-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-moz-transition: 0.2s;
		-webkit-transition: 0.2s;
		transition: 0.2s;
		left: 0;
		position: absolute;
		top: 0;
		width: 160px;
	}
	.agent .agent-image:hover {
		top: -5px;
	}
	.agent .agent-image img {
		width: 100%;
	}
	.agent .wrapper h2 {
		border: none;
		margin-bottom: 10px;
		margin-top: 0;
		padding-bottom: 0;
	}
	.agent .wrapper aside {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
		opacity: 0.6;
	}
	.agent .wrapper dl {
		border-top: 1px solid #f3f3f3;
		margin-top: 10px;
		padding-top: 10px;
		font-size: 12px;
	}
	.agent .wrapper dl dd {
		margin-bottom: 4px;
	}
	
	#agent-detail h3 {
		margin-bottom: 20px;
		margin-top: 0;
	}
	#agent-detail .property h3 {
		margin: 5px 0 3px 0;
	}
	#agent-detail .agent-image img {
		width: 100%;
	}
	#agent-detail .agent-social .btn {
		width: 36px;
	}
	#agent-detail .agency-logo {
		display: block;
		position: relative;
	}
	#agent-detail .agency-logo:after {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-moz-transition: 0.2s;
		-webkit-transition: 0.2s;
		transition: 0.2s;
		text-shadow: none;
		-webkit-font-smoothing: antialiased;
		font-family: 'fontawesome';
		speak: none;
		font-weight: normal;
		font-variant: normal;
		line-height: 1;
		text-transform: none;
		content: "\f105";
		color: #1396e2;
		font-size: 18px;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 15px;
		height: 20px;
		right: 20px;
	}
	#agent-detail .agency-logo:hover:after {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		right: 5px;
	}
	#agent-detail .agency-logo img {
		max-width: 100%;
	}
	
	.agent-form .agent-info {
		padding-left: 140px;
		position: relative;
	}
	.agent-form .agent-info h3 {
		margin-top: 0;
	}
	.agent-form .agent-info hr {
		margin: 10px 0;
	}
	.agent-form .agent-info figure {
		left: 0;
		position: absolute;
		top: 0;
	}
	.agent-form .agent-info figure img {
		width: 120px;
	}
	
	.animate-loading {
		-webkit-animation-name: animate-loading;
		-moz-animation-name: animate-loading;
		-ms-animation-name: animate-loading;
		animation-name: animate-loading;
		-webkit-animation-duration: infinite;
		-moz-animation-duration: infinite;
		-ms-animation-duration: infinite;
		animation-duration: infinite;
	}
	@-webkit-keyframes animate-loading {}
	@-moz-keyframes animate-loading {}
	@-ms-keyframes animate-loading {}
	@keyframes animate-loading {}
	@-webkit-keyframes animate-loading {
		0% {
			-moz-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		
		100% {
			-moz-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	@-moz-keyframes animate-loading {
		0% {
			-moz-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		
		100% {
			-moz-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	@-ms-keyframes animate-loading {
		0% {
			-moz-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		
		100% {
			-moz-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	@keyframes animate-loading {
		0% {
			-moz-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		
		100% {
			-moz-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	/****
	B
	****/
	.banner {
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		border: 2px solid #f3f3f3;
		display: table;
		width: 100%;
		height: 100%;
		padding: 30px;
		margin-bottom: 30px;
	}
	.banner:hover {
		border-color: #d9d9d9;
	}
	.banner .title, .banner .submit {
		display: table-cell;
		vertical-align: middle;
	}
	.banner .title {
		color: #2a2a2a;
		font-size: 24px;
		font-weight: lighter;
		width: 70%;
	}
	.banner .submit {
		color: #1396e2;
		font-size: 18px;
		text-align: right;
		width: 30%;
	}
	.banner .submit i {
		color: @colorPrincipal;
		margin-left: 10px;
	}
	
	#breadcrumb_minisitio .breadcrumb {
		background-color: transparent;
		padding: 8px 0;
		font-size: 12px;
		margin-bottom: 10px;
		position: absolute;
		top: 7px;
		left: 0px; 
		/* float: right; */
		text-align: right;
		/* margin-right: 44%; */
		padding-right: 97px;
	}
	
	#breadcrumb_minisitio .breadcrumb > .active{
		color: #01080C;
	}
	
	
	.breadcrumb {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
		/*opacity: 0.6;*/
		background-color: transparent;
		padding: 8px 0;
		font-size: 12px;
		margin-bottom: 10px;
	}
	.breadcrumb a {
		color: #01080C;
		text-decoration: underline;
	}
	
	.block {
		padding: 25px 0;
		
		box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
		
	}
	#elijacodeudor {
		margin-top: 25px;
	}
	#elijacodeudor #cajadesplegable {
		width: 225px;
		float: left;
		margin-bottom: 12px;
		margin-right: 15px;
		margin-top: 0px;
	}
	#elijacodeudor h2 {
		font-size: 14px;
		font-weight: bold;
		color: @colorPrincipal;
		display: inline;
		float: left;
		margin: 13px;
	}
	#elijacodeudor .btn.btn-danger {
		float: left;
		margin-left: 0px;
		background-color: @colorPrincipal;
		padding: 9px 25px 6px 25px;
	}
	
	div#agregar_codeudor {
		padding: 0 30px;
	}
	
	
	#elijacodeudor h2{
		font-size: 14px;
		font-weight: bold;
		color: @colorPrincipal;
		margin-bottom: 0px;
		display: inline;
		float: left;
		margin-left: 19px;
		
	}
	
	#listado_codeudores figure {
		display: inline;
		margin-right: 20px;
		margin-left: 18px;
	}
	
	#listado_codeudores a {
		color: #e74c3c;
		font-size: 19px;
	}
	#logosyfachada .logo_enlace img, #logosyfachada .logo_proyecto img, #logosyfachada .logo_inmob img {
		object-fit: contain;
		margin: 0 auto;
		height: 100px;
	}
	
	#logosyfachada .logo_inmob, #logosyfachada .logo_proyecto, #logosyfachada .logo_enlace {
		width: 100px;
		height: 100px;
		/* margin: 0 auto; */
		display: block;
		float: left;
	}
	
	.imagenproyecto {
		height: auto;
		/* position: relative; */
		/* overflow: hidden; */
		width: 100%;
		/* margin-top: 20px; */
	}
	#cotizacion .carousel .thumbnail img {
		/* width: 100px; */
		height: 300px !important;
		object-fit: cover;
		padding: 0;
		margin: 0 auto;
		width: 100%;
	}
	
	#cotizacion .simulacion h2 {
		margin-bottom: 8px;
		padding-bottom: 0px;
	}
	
	#cotizacion li {
		text-decoration: none;
		list-style-type: none !important;
		border-bottom: none !important;
		padding: 0;
	}
	#cotizacion .pager li > a, .pager li > span {
		display: inline-block;
		padding: 5px 12px;
		background-color: #fff;
		border: 1px solid #ddd;
		border-radius: 0px !important;
	}
	#cotizacion nav.imgproy {
		position: absolute;
		right: 35px !important;
		top: 0px;
	}
	#cotizacion ul.thumbnails {
		margin-bottom: 0px !important;
	}
	#cotizacion .imagenproyecto img {
		width: 100%;
		object-fit: contain;
		height: 280px;
	}
	#cotizacion .imagenproyecto img {
		height: 100px !important;
		object-fit: cover !important;
	}
	#cotizacion .logo {
		width: 100px;
		padding: 0px;
		margin: 0 auto;
		height: 100px;
		
		border: 1px solid #ececec;
	}
	
	#cotizacion .logos img {
		
		height: 70px;
		object-fit: contain;
		padding: 0;
		margin: 15px auto;
		margin-bottom: 25px;
	}
	
	
	.imagenproyecto {
		height: auto;
		position: relative;
		overflow: hidden;
		width: 100%;
		margin-top: 20px;
	}
	#datos_cotizacion {
		/* opacity: 0.1; */
		background-color: rgba(99, 99, 99, 0.05);
		padding: 20px;
	}
	
	#datos_cotizacion2 {
		/* opacity: 0.1; */
		
		padding: 20px;
		border-bottom:1px solid #D3D3D3;
	}
	
	
	
	#datos_cotizacion2 span, #datos_cliente2 span{
		background-color: #4F4F4F;
		color: #FFFFFF;
		border-radius: 4px;
		font-size: 20px;
		padding-left: 3px;
		padding-right: 3px;
		margin-right: 6px;
	}
	
	#simulacion span{
		background-color: #4F4F4F;
		color: #FFFFFF;
		border-radius: 4px;
		font-size: 20px;
		padding-left: 10px;
		padding-right: 10px;
		margin-right: 6px;
	}
	#notas span{
		background-color: #4F4F4F;
		color: #FFFFFF;
		border-radius: 4px;
		font-size: 20px;
		padding-left: 10px;
		padding-right: 10px;
		margin-right: 6px;
	}
	#datos_cotizacion2 dt{
		font-weight: bold;
	}
	
	#datos_cotizacion2 dd{
		font-weight: lighter;
	}
	
	#datos_cliente {
		/* opacity: 0.1; */
		background-color: rgba(99, 99, 99, 0.05);
		padding: 20px;
		margin-top: 15px;
	}
	#datos_cliente2 {
		/* opacity: 0.1; */
		
		padding: 20px;
		margin-top: 15px;
	}
	.simulacion {
		/* opacity: 0.1; */
		background-color: rgba(99, 99, 99, 0.05);
		padding: 20px;
		margin-top: 15px;
	}
	
	
	.simulacion2 {
		/* opacity: 0.1; */
		
		padding: 20px;
		margin-top: 15px;
		border-bottom:1px solid #D3D3D3;
	}
	#botones_cotizacion .btn.btn-danger, select.btn-danger {
		background-color: @colorPrincipal;
		color: #fff;
		float: right;
		margin-left: 10px;
		padding: 6px 25px 6px 25px;
	}
	#botones_cotizacion button.btn.btn-danger.link-arrow.back {
		
		background-color: #50555c;
		color: #ffffff;
	}
	
	#botones_cotizacion .link-arrow.back:before {
		-moz-transition: 0.2s;
		-webkit-transition: 0.2s;
		transition: 0.2s;
		text-shadow: none;
		-webkit-font-smoothing: antialiased;
		font-family: 'fontawesome';
		speak: none;
		font-weight: normal;
		font-variant: normal;
		line-height: 1;
		text-transform: none;
		content: "\f104";
		color: #ffffff;
		right: 0;
		font-size: 18px;
		margin-right: 10px;
		vertical-align: middle;
		position: relative;
		bottom: 2px;
	}
	#listado_codeudores {
		margin-top: 15px;
		margin-bottom:80px;
	}
	
	#codeudor1{
		margin-top:10px;
		
		
	}
	
	
	
	.titulopac h1{
		font-size: 28px;
		font-weight: lighter;
		border-bottom: none;
		margin-bottom: 0px;
		margin-top: 0px;
		
	}
	
	.maletin_menu #sidebar .sidebar-navigation > li i {
		color: @colorPrincipal;
	}
	
	.maletin_menu #sidebar .sidebar-navigation > li a:hover {
		border-color: @colorPrincipal;
		padding-left: 15px;
	}
	
	.maletin_menu #sidebar .sidebar-navigation > li a:hover:after {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		border-color: transparent transparent transparent @colorPrincipal;
	}
	a:hover, a:focus {
		color: @colorSecundario;
		text-decoration: none;
	}
	.borde{
		border-bottom:solid 3px  #EBEBEB;
		
	}
	
	.borde2{
		border-bottom:1px solid rgba(0, 0, 0, 0.1)
		
	} 
	
	
	/* Blog */
	
	.blog-post {
		border-bottom: 1px solid #f3f3f3;
		margin-bottom: 26px;
		
	}
	.blog-post iframe {
		margin-bottom: 20px;
	}
	.blog-post img {
		max-width: 100%;
	}
	.blog-post header h2 {
		border: none;
		font-size: 36px;
		margin: 20px 0;
		padding-bottom: 0;
	}
	
	.blog-post h3 {
		font-weight:400;
		font-size: 16px;
	}
	.blog-post p {
		margin-bottom: 20px;
	}
	.blog-post ul {
		padding-left: 25px;
	}
	.blog-post .meta {
		display: table;
		width: 100%;
		margin: 20px 0;
	}
	.blog-post .meta .link-icon:first-child .fa {
		margin-left: 0;
	}
	.blog-post .meta .tags {
		display: inline-block;
		float: right;
	}
	.blog-post .meta .tags .tag {
		margin-left: 5px;
	}
	
	.blog-post .link-icon .fa {
		color: #f1c40f;
		margin: 0 10px;
	}
	
	.blogdetalles .universal-button figure {
		color: #d45821;
		font-size: 28px;
		width: 40px;
	}
	
	.blogdetalles .universal-button .arrow {
		bottom: 0;
		color: #f1c40f;
		height: 15px;
		margin: auto;
		position: absolute;
		right: 10px;
		top: 0;
		width: 10px;
	}
	
	.blogdetalles #sidebar ul.list-links li {
		color: #d45821;
	}
	.bookmark {
		position: relative;
	}
	.bookmark:before {
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		text-shadow: none;
		-webkit-font-smoothing: antialiased;
		font-family: 'fontawesome';
		speak: none;
		font-weight: normal;
		font-variant: normal;
		line-height: 1;
		text-transform: none;
		content: "\f08a";
		color: #1396e2;
		font-size: 18px;
		position: relative;
	}
	.bookmark:hover:before {
		color: @colorPrincipal;
	}
	.bookmark:hover .title-add {
		visibility: visible;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		right: 30px;
	}
	.bookmark .title-add, .bookmark .title-added {
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		visibility: hidden;
		color: #5a5a5a;
		font-size: 12px;
		pointer-events: none;
		position: absolute;
		top: 0px;
		right: 25px;
		text-align: right;
		width: 140px;
	}
	
	.bookmark-added {
		position: relative;
	}
	.bookmark-added:before {
		content: "\f004";
	}
	.bookmark-added:after {
		text-shadow: none;
		-webkit-font-smoothing: antialiased;
		font-family: 'fontawesome';
		speak: none;
		font-weight: normal;
		font-variant: normal;
		line-height: 1;
		text-transform: none;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		animation: animate-bookmark 1s;
		-webkit-animation: animate-bookmark 1s;
		content: "\f055";
		color: #1396e2;
		left: 3px;
		font-size: 14px;
		position: absolute;
		z-index: 2;
	}
	.bookmark-added .title-add {
		-webkit-opacity: 0 !important;
		opacity: 0 !important;
	}
	.bookmark-added .title-added {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		visibility: visible;
	}
	
	.animate-bookmark {
		-webkit-animation-name: animate-bookmark;
		-moz-animation-name: animate-bookmark;
		-ms-animation-name: animate-bookmark;
		animation-name: animate-bookmark;
		-webkit-animation-duration: 1s;
		-moz-animation-duration: 1s;
		-ms-animation-duration: 1s;
		animation-duration: 1s;
	}
	
	
	@-webkit-keyframes animate-bookmark {}
	@-moz-keyframes animate-bookmark {}
	@-ms-keyframes animate-bookmark {}
	@keyframes animate-bookmark {}
	@-webkit-keyframes animate-bookmark {
		0% {
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
			opacity: 0;
			top: 0px;
		}
		
		30% {
			top: -20px;
			filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
			opacity: 1;
		}
		
		100% {
			top: -20px;
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
			opacity: 0;
		}
	}
	@-moz-keyframes animate-bookmark {
		0% {
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
			opacity: 0;
			top: 0px;
		}
		
		30% {
			top: -20px;
			filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
			opacity: 1;
		}
		
		100% {
			top: -20px;
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
			opacity: 0;
		}
	}
	@-ms-keyframes animate-bookmark {
		0% {
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
			opacity: 0;
			top: 0px;
		}
		
		30% {
			top: -20px;
			filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
			opacity: 1;
		}
		
		100% {
			top: -20px;
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
			opacity: 0;
		}
	}
	@keyframes animate-bookmark {
		0% {
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
			opacity: 0;
			top: 0px;
		}
		
		30% {
			top: -20px;
			filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
			opacity: 1;
		}
		
		100% {
			top: -20px;
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
			opacity: 0;
		}
	}
	/****
	C
	****/
	
	.caja_slider_minisitio{
		height:auto;
		position:relative;
		overflow:hidden;
		
	}
	.cite {
		color: rgba(0, 0, 0, 0.5);
		font-family: "Georgia", serif;
		font-size: 18px;
		font-style: italic;
		margin: 10px 0;
	}
	
	.comments {
		list-style: none;
		padding-left: 0;
	}
	.comments .comment {
		display: table;
		margin-bottom: 20px;
		padding-left: 80px;
		position: relative;
	}
	.comments .comment figure {
		left: 0;
		position: absolute;
		top: 0;
	}
	.comments .comment figure .image {
		background-color: #5a5a5a;
		height: 70px;
		position: relative;
		overflow: hidden;
		width: 60px;
	}
	.comments .comment figure .image:after {
		bottom: 0px;
		content: "";
		height: 0px;
		border-style: solid;
		border-width: 10px 0 0 10px;
		border-color: transparent transparent transparent #fff;
		position: absolute;
		right: 0;
		width: 0px;
	}
	.comments .comment figure .image:before {
		background-color: #fff;
		bottom: 0;
		content: "";
		height: 10px;
		left: 0;
		width: calc(100% - 10px);
		position: absolute;
	}
	.comments .comment figure .image img {
		height: 100%;
	}
	.comments .comment .date {
		font-size: 12px;
		position: absolute;
		right: 0;
		top: 5px;
	}
	.comments .comment .date .fa {
		color: #b8b8b8;
		font-size: 10px;
		margin-right: 10px;
	}
	.comments .comment .name {
		display: table;
		font-size: 18px;
		width: 100%;
	}
	.comments .comment .reply {
		color: #2a2a2a;
	}
	.comments .comment .reply .fa {
		color: #f1c40f;
		margin-right: 10px;
	}
	
	.termycond p{
		text-align:justify;
	}
	
	.termycond .universal-button figure {
		color: #50555c !important;
		font-size: 28px;
		width: 40px;
	}
	
	.termycond .universal-button .arrow {
		bottom: 0;
		color: #50555c;
		height: 15px;
		margin: auto;
		position: absolute;
		right: 10px;
		top: 0;
		width: 10px;
	}
	
	.termycond .universal-button figure {
		color: #e95a0b;
		font-size: 28px;
		width: 40px;
	}
	.termycond .proyectosespeciales h1 {
		margin-top: 50px;
	}
	/****
	D
	****/
	
	#datospropiedad dl, #formadepago dl {
		margin-bottom: 0px;
	}
	
	#minisitio h1 {
		float: left;
		width: 100%;
		margin-top: 45px;
	}
	
	#minisitio i.fa.fa-heart-o {
		float: right;
		font-weight: bold;
		margin-top: 3px;
		color: #f1c40f;
	}
	
	#minisitio h1 span {
		float: right;
		font-size: 14px;
		line-height: 30px;
	}
	.display-lines .property {
		
		position: relative;
		overflow: visible;
	}
	.display-lines .property.no-border {
		padding-bottom: 0;
	}
	.display-lines .property:hover img {
		top: inherit;
	}
	.display-lines .property .property-image {
		height: 195px;
		left: 0;
		position: absolute;
		top: 0;
		overflow: hidden;
		width: 100%;
	}
	
	.display-lines .property .inmobiliaria {
		/* height: 195px; */
		/* right: 0; */
		position: absolute;
		/* top: 19px; */
		overflow: hidden;
		width: 100%;
	}
	
	.inmobiliaria p {
		font-family: inherit;
		font-size: 12px;
		color: #020F17;
		display: inline-block;
		padding-top: 5px;
		/* font-weight: normal; */
		margin-bottom: 0px;
	}
	
	.inmobiliaria .link-arrow::after {
		-moz-transition: 0.2s;
		-webkit-transition: 0.2s;
		transition: 0.2s;
		text-shadow: none;
		-webkit-font-smoothing: antialiased;
		font-family: 'fontawesome';
		speak: none;
		font-weight: bold;
		font-variant: normal;
		line-height: 1;
		text-transform: none;
		content: "\f105";
		color: @colorPrincipal;
		left: 0;
		font-size: 18px;
		margin-left: 4px;
		vertical-align: middle;
		position: relative;
		bottom: 1px;
	}
	.inmobiliaria .link-arrow2:after {
		-moz-transition: 0.2s;
		-webkit-transition: 0.2s;
		transition: 0.2s;
		text-shadow: none;
		-webkit-font-smoothing: antialiased;
		font-family: 'fontawesome';
		speak: none;
		font-weight: bold;
		font-variant: normal;
		line-height: 1;
		text-transform: none;
		content: "\f105";
		color:@colorPrincipal;
		left: 0;
		font-size: 18px;
		margin-left: 4px;
		vertical-align: middle;
		position: relative;
		bottom: 1px;
	}
	.inmobiliaria .link-arrow2::after {
		-moz-transition: 0.2s;
		-webkit-transition: 0.2s;
		transition: 0.2s;
		text-shadow: none;
		-webkit-font-smoothing: antialiased;
		font-family: 'fontawesome';
		speak: none;
		font-weight: bold;
		font-variant: normal;
		line-height: 1;
		text-transform: none;
		content: "\f105";
		color: #f50404;
		left: 0;
		font-size: 18px;
		margin-left: 4px;
		vertical-align: middle;
		position: relative;
		bottom: 1px;
	}
	.inmobiliaria p .link-arrow a:hover {
		color: #f1c40f;
		cursor: pointer;
		margin-left:3px;
	}
	.display-lines .property .inmobiliaria img {
		width: auto;
		height:100%;
		padding-bottom:20px;
	}
	
	#home section.contain {
		width: 100%;
		border-radius: 2px;
		margin-bottom: 15px;
	}
	
	#resultadobusqueda .display-lines .property .inmobiliaria img {
		object-fit: contain;
		padding: 0;
		width: 100%;
	}
	.display-lines .property .inmobiliaria img.tool-tip {
		
		width: 19px;
		height: 19px;
		padding-bottom: 0;
		margin-right: 0;
	}
	
	
	
	.display-lines .property .type {
		top: 0;
		right: 0;
	}
	.display-lines .property .info {
		display: table;
		position: relative;
		
		width: 100%;
	}
	.display-lines .property .info header a {
		display: inline-block;
	}
	.display-lines .property .info header figure {
		
		margin-bottom: 0px;
		font-size: 11px;
	}
	.display-lines .property .info header h3 {
		color: @colorPrincipal;
		font-size: 23px;
		margin: 0;
		font-weight: 500;
	}
	
	.imageninmobiliaria{
		height: 140px;
		overflow: hidden;
		padding:10px;
	}
	#resultadobusqueda .display-lines .property .detalleinmobiliaria img.tool-tip {
		object-fit: scale-down;
		padding: 0;
		right: 0;
		width: auto;
	}
	.imageninmobiliaria img{
		height: 100%;
		width:auto;
	}
	
	#resultadobusqueda .imageninmobiliaria {
		height: 100px;
		/* overflow: hidden; */
		padding: 5px;
		width: 100px;
		
		margin: 0 auto;
		margin-bottom:35px;
	}
	#resultadobusqueda .info header {
		height: 80px;
	}
	
	#resultadobusqueda .display-lines .property .info aside dl {
		float: left;
		width: 100%;
		font-size: 12px;
		margin-bottom: 0px;
		height: 65px;
	}  
	#resultadobusqueda .sorting button.btn.dropdown-toggle.selectpicker.btn-default {
		width: 160px;
		float: right;
	}   
	#resultadobusqueda header h1 span {
		float: right;
		font-size: 15px;
		padding-top: 10px;
	}   
	#resultadobusqueda .display-lines .property .info header h3 {
		color: #50555C;
		font-size: 23px;
		margin: 0;
		font-weight: 500;
		width:100%;
	}
	
	#cajaresultado {
		height: 187px;
		left: 0;
		position: relative;
		top: 0;
		overflow: hidden;
		width: 100%;
	}
	
	#cajaresultado img {
		margin: auto;
		padding: 0;
		object-fit: cover;
		height: 100%;
		width: 100%;
	}
	
	#proyectosespeciales {
		height: 187px;
		left: 0;
		position: relative;
		top: 0;
		overflow: hidden;
		width: 100%;
	}
	
	#proyectosespeciales img {
		margin: auto;
		padding: 0;
		object-fit: cover;
		height: 100%;
		width: 100%;
	}
	.display-lines .property .info aside {
		margin-top: 10px;
	}
	.display-lines .property .info aside p {
		float: left;
		max-height: 55px;
		font-size: 12px;
		width: 60%;
		overflow: hidden;
		padding-right: 10px;
		padding-bottom: 20px;
	}
	.display-lines .property .info aside dl {
		float: left;
		width: 100%;
		font-size: 12px;
		margin-bottom:0px;
	}
	
	.display-lines .property .info aside dl dd {
		margin-bottom: 4px;
	}
	.display-lines .property .info .link-arrow {
		bottom: 0;
		left: 0;
		/*position: absolute;*/
	}
	
	#resultadobusqueda .display-lines .property .info .link-arrow {
		bottom: 0;
		left: 0;
		width:60%;
		/*position: absolute;*/
	}
	.display-lines .property .ribbon {
		margin: inherit;
		left: initial;
	}
	.display-lines .property .ribbon2 {
		margin: inherit;
		left: initial;
	}
	.display-lines .property .ribbon3 {
		margin: inherit;
		left: initial;
	}
	
	/****
	E
	****/
	.enabled {
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		pointer-events: inherit;
	}
	
	.disabled {
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
		opacity: 0.2;
		pointer-events: none;
	}
	
	.error-page {
		display: table;
		text-align: center;
		margin-top: 100px;
		width: 100%;
		margin-bottom: 115px;
	}
	
	.error-page h2 {
		position: relative;
		font-weight:bold;
		z-index: 4;
	}
	.error-page figure a {
		color: @colorPrincipal;
		text-decoration: underline;
		font-weight: bold;
	}
	.error-page .title header {
		color: @colorPrincipal;
		font-size: 99px;
		font-weight: lighter;
		position: relative;
		z-index: 1;
	}
	.error-page .top {
		bottom: 100px;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		z-index: 2;
	}
	.error-page .bottom {
		bottom: 125px;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		z-index: 0;
	}
	
	/****
	F
	****/
	.faq {
		position: relative;
		padding-left: 50px;
		margin-bottom: 50px;
	}
	.faq .icon {
		background-color: @colorPrincipal;
		color: #fff;
		height: 35px;
		left: 0;
		width: 35px;
		position: absolute;
		top: 0;
		text-align: center;
		line-height: 35px;
	}
	#resultadobusqueda .grid-image {
		
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 50% 50%; 
		
	}
	
	#resultadobusqueda .grid-image2 {
		
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 100% 100%; 
		
	}
	.faq .icon:after {
		bottom: -7px;
		content: "";
		height: 0px;
		border-style: solid;
		border-width: 0px 10px 10px 10px;
		border-color: transparent @colorPrincipal transparent transparent;
		position: absolute;
		right: 0;
		width: 0px;
	}
	.faq header {
		color: #50555c;
		font-size: 18px;
		margin-top: 6px;
		margin-bottom: 15px;
	}
	.faq p {
		border-bottom: 2px solid #f3f3f3;
		margin-bottom: 15px;
		padding-bottom: 15px;
		text-align:justify;
	}
	.faq aside {
		font-size: 12px;
	}
	.faq aside a {
		margin-left: 10px;
	}
	
	.feature-box {
		border: 2px solid #f3f3f3;
		margin-bottom: 30px;
		padding: 0 20px 15px 80px;
		position: relative;
	}
	.preguntasfrecuentes{
		margin: 35px 0px 0px 0px;
		padding: 0px;
		
	}
	.feature-box .description h3 {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		color: #50555c;
		font-weight: normal;
		padding-bottom: 10px;
	}
	.feature-box .icon {
		background-color: @colorPrincipal;
		height: 60px;
		left: -2px;
		padding: 20px;
		position: absolute;
		top: -2px;
		width: 60px;
	}
	.feature-box .icon:after {
		bottom: -8px;
		content: "";
		height: 0px;
		border-style: solid;
		border-width: 0 8px 8px 0;
		border-color: transparent @colorPrincipal transparent transparent;
		position: absolute;
		right: 0;
		width: 0px;
	}
	.feature-box .icon .fa {
		color: #fff;
		font-size: 20px;
		margin-left:2px;
	}
	
	.featured-properties {
		padding-bottom: 0;
		padding-top: 40px;
	}
	
	#featured-properties-carousel {
		background-color: #fff;
	}
	
	.fun-facts {
		display: table;
		margin-bottom: 15px;
		padding: 30px 0;
		position: relative;
		width: 100%;
	}
	.fun-facts:before {
		background-color: rgba(0, 0, 0, 0.07);
		bottom: 0;
		content: "";
		height: 2px;
		left: 0;
		margin: auto;
		position: absolute;
		top: -15px;
		right: 0;
		width: 100%;
		z-index: -2;
	}
	.fun-facts .number-wrapper {
		text-align: center;
	}
	.fun-facts .number-wrapper figure {
		color: @colorPrincipal;
	}
	.fun-facts .number-wrapper .number {
		color: #1396e2;
		font-size: 48px;
		font-weight: lighter;
		position: relative;
	}
	.fun-facts .number-wrapper .number:before {
		background-color: #fff;
		bottom: 0;
		content: "";
		padding: 20px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 60%;
		z-index: -1;
	}
	
	/****
	I
	****/
	.invoice {
		width: 100%;
	}
	.invoice aside {
		display: inline-block;
		width: 49%;
	}
	.invoice address {
		line-height: 24px;
		margin: 20px 0;
	}
	.invoice table {
		width: 100%;
	}
	.invoice section {
		border-bottom: 2px solid #ccc;
		padding: 20px 0;
	}
	.invoice dl dd {
		text-align: left;
	}
	.invoice dl dt {
		width: 150px;
	}
	.invoice h1 {
		border: none;
		font-size: 60px;
		font-weight: lighter;
		margin: 0;
		padding: 0;
	}
	.invoice h2 {
		border: none;
		margin: 0;
		padding: 0;
		font-weight: bold;
		font-size: 24px;
		margin-bottom: 20px;
	}
	.invoice h3 {
		border: none;
		margin: 0;
		padding: 0;
		font-weight: bold;
		font-size: 24px;
	}
	.invoice h4 {
		font-weight: bold;
	}
	.invoice .title {
		font-weight: bold;
	}
	.invoice #description-table th {
		background-color: #e8e8e8;
		padding: 8px 0;
	}
	.invoice #description-table th:first-child {
		padding-left: 10px;
		width: 50%;
	}
	.invoice #description-table th:last-child {
		text-align: right;
		padding-right: 10px;
		width: 18%;
	}
	.invoice #description-table td {
		padding: 10px 0;
	}
	.invoice #description-table td:first-child {
		padding-left: 10px;
	}
	.invoice #description-table td:last-child {
		text-align: right;
		padding-right: 10px;
	}
	.invoice #description {
		padding-bottom: 0;
	}
	.invoice #subtotal aside:last-child {
		width: 18%;
	}
	.invoice #summary {
		text-align: right;
	}
	.invoice #summary h2 {
		display: inline-block;
	}
	.invoice #summary figure {
		display: inline-block;
		font-size: 24px;
		width: 18%;
	}
	.invoice #from-to > table > tbody > tr > td {
		width: 50%;
		vertical-align: top;
	}
	.invoice #underline {
		font-size: 12px;
	}
	
	/****
	L
	****/
	.language-bar {
		float: right;
		margin-left: 15px;
	}
	.language-bar a {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
		opacity: 0.4;
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		margin-left: 5px !important;
	}
	.language-bar a.active {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	.language-bar a:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	
	.layout-expandable {
		-moz-transition: 0.8s;
		-webkit-transition: 0.8s;
		transition: 0.8s;
		overflow: hidden;
	}
	
	#loading-icon {
		bottom: 0;
		font-size: 28px;
		height: 25px;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		top: 0;
		width: 25px;
		z-index: 3;
	}
	
	.loading:before {
		background-color: #fff;
		content: "";
		height: 100%;
		left: 0;
		width: 100%;
		position: absolute;
		top: 0;
		z-index: 2;
	}
	div#servicios {
		margin-bottom: 25px;
	}
	.logos {
		display: block;
		line-height: 0;
		margin-top: 10px;
		padding: 0px;
		
	}
	#cotizacion .logos p {
		margin-bottom: 5px;
		width: 100%;
		line-height: 15px;
		font-size: 13px;
		text-align: left;
		border: none;
		font-weight: bold;
		font-family: 'Albert Sans';
		padding: 0px;
		white-space: nowrap;
		overflow: hidden !important;
		text-overflow: ellipsis;
	}
	
	#home #servicios .logo img {
		display: inline-block;
		height: auto;
		width: 100% !important;
		margin: 0 auto;
	}
	
	#home .logo img {
		display: inline-block;
		height: 100px;
		width: 100px;
		margin: 15px 25px;
		object-fit: contain;
	}
	
	.logosresultadodebusqueda{
		display: block;
		line-height: 0;
		margin-top: 10px;
		
		
	}
	
	.logosresultadodebusqueda h1 {
		/* float: left; */
		display: block;
		width: 100%;
		/* left: 0; */
		/* border-bottom: 1px solid red; */
		text-align: left;
	}
	
	
	.logos:after {
		content: '';
		display: inline-block;
		width: 100%;
	}
	
	.logosresultadodebusqueda:after {
		content: '';
		display: inline-block;
		width: 100%;
	}
	#servicios .logo {
		margin: 0 30px;
	}
	.logos .logo {
		display: inline-block;
		margin-bottom: 30px;
		position: relative;
	}
	
	.detalle_proyecto .logos .logo {
		display: inline-block;
		margin-bottom: 0px;
		position: relative;
		border: none;
		padding: 0px;
	}
	
	
	/*.detalle_proyecto {
		border:1px solid #B5B5B5;
	}*/
	.detalle_proyecto .logos {
		display: block;
		line-height: 0;
		margin-top: 0px;
		text-align: justify;
		padding:0px;
	}
	
	.pag_cotizacion th {
		text-align: center;
	}
	
	.pag_cotizacion td {
		margin: 0px;
		padding: 0px;
	}
	
	.pag_cotizacion th {
		margin: 0px;
		padding: 0px;
	}
	
	.detalle_proyecto .my-properties table tbody tr td, .detalle_proyecto .mimaletin table tbody tr td{
		padding: 7px;
		width: 25%;
	}
	
	.mimaletin i.fa.fa-comment {
		color: #e74c3c;
	}
	
	.proyectosespeciales .property.small .info figure {
		margin-bottom: 2px;
		margin-top: 1px;
	}
	
	#quieroquemecontacten .form-group {
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.detalle_proyecto th {
		width: 25%;
		text-align: center;
		padding: 0px !important;
	}
	
	.logosresultadodebusqueda .logo {
		display: inline-block;
		margin-bottom: 30px;
		position: relative;
	}
	#home #servicios .logo a {
		padding: 0px;
	}
	.logos .logo a {
		filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		transition:filter 0.4s;
		-webkit-transition:-webkit-filter 1s;
		padding: 10px;
	}
	
	.logosresultadodebusqueda .logo a {
		filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		transition:filter 0.4s;
		-webkit-transition:-webkit-filter 1s;
		padding: 0px;
	}
	.logos .logo a:hover {
		filter: grayscale(0);
		-webkit-filter: grayscale(0);
	}
	
	.logosresultadodebusqueda .logo a:hover {
		filter: grayscale(0);
		-webkit-filter: grayscale(0);
	}
	/****
	N
	****/
	.note {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
		opacity: 0.7;
		font-size: 12px;
		margin: 10px 0;
	}
	
	/****
	M
	****/
	.masonry-hide-other {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
		opacity: 0.8;
	}
	
	.masonry-show {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	#laborales h2 {
		font-size: 14px;
		font-weight: bold;
		color: #003768;
		margin-top: 0px;
		margin-left: 15px;
		margin-bottom: 0px;
	}
	#listadodeproyectos .property.masonryX, #listadodeminisitio .property.masonryX {
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		background-color: #fff;
		font-size: 12px;
		width: 100%;
		height: 195px;
		float: left;
		margin-bottom: 15px;
		overflow: visible;
		height:auto;
	}
	
	#listadodeproyectos .ribbon-huincha-azul, #listadodeminisitio .ribbon-huincha-azul {
		width: 150px;
		height: 150px;
		overflow: hidden;
		/* position: absolute; */
		top: -3px;
		right: -3px;
	}
	
	#listadodeproyectos .tag.price, #listadodeminisitio .tag.price {
		text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
		background-color: #ea5b0c;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		border-radius: 0px;
	}
	
	#listadodeproyectos .property .overlay .info, #listadodeminisitio .property .overlay .info {
		
		padding: 12px;
	}
	.member {
		position: relative;
		margin-bottom: 30px;
		padding-left: 130px;
	}
	.member h3 {
		color: @colorPrincipal;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 5px;
		margin-top: 0;
	}
	.member .image {
		left: 0;
		position: absolute;
		top: 0;
	}
	.member .image img {
		width: 110px;
	}
	.member dl {
		border-top: 2px solid #f3f3f3;
		font-size: 12px;
		margin-top: 10px;
		padding-top: 10px;
	}
	.member dl dd {
		margin-bottom: 4px;
	}
	.member .tag {
		background-color: #1396e2;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		position: absolute;
		right: 0;
		top: 0;
	}
	#listadoinmobiliarias .tag3.price {
		text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
		background-color: @colorPrincipal;
		color: #fff;
		font-size: 14px;
		/* width: 100%; */
		display: inline-block;
		float: left;
		margin-top: 0px;
		-webkit-box-shadow: 0px 3px 5px 0px rgba(191,191,191,1);
		-moz-box-shadow: 0px 3px 5px 0px rgba(191,191,191,1);
		box-shadow: 0px 3px 5px 0px rgba(191,191,191,1);
	}
	
	#saladeventas .tag3.price.link-arrow.borde {
		text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
		background-color: #ffffff;
		color: #ea5b0c !important;
		font-size: 14px;
		/* width: 100%; */
		display: inline-block;
		float: left;
		margin-top: 0px;
		margin-bottom: 10px;
		-webkit-box-shadow: none;
		-moz-box-shadow: 0px 3px 5px 0px rgba(191,191,191,1);
		box-shadow: none;
		border: 1px solid #ea5b0c;
	}
	
	#saladeventas .tag3.price.link-arrow.borde a {
		color: #ea5b0c !important;
	}
	
	#listadoinmobiliarias .tag3 {
		-moz-transition: 0.2s;
		-webkit-transition: 0.2s;
		transition: 0.2s;
		color: #FFFFFF;
		outline: none !important;
		/* display: inline-block; */
		padding: 5px 15px;
		/* margin: 0; */
		text-align: center;
	}
	#listadoinmobiliarias input[type="text"]{
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
		-webkit-appearance: none;
		background-color: #f3f3f3;
		border: none;
		font-size: 14px;
		outline: none !important;
		padding: 6px 9px 5px 9px;
		width: 100%;
		height: inherit;
		/* top: 44px; */
	}
	.listadoinmobiliarias img {
		margin-left: 40px;
	}
	
	.listadoinmobiliarias .inner {
		margin-left: 50px;
	}
	#listadoinmobiliarias h1 {
		
		display: block;
		width: 100%;
		text-align: left;
	}
	
	#listadoinmobiliarias .logosresultadodebusqueda .logo {
		display: block;
		margin-bottom: 30px;
		/* position: relative; */
		width: 100px;
		height: 100px;
		margin: 0 auto;
		margin-bottom: 40px;
		line-height: 1;
		position: relative;
	}
	
	#listadoinmobiliarias .logosresultadodebusqueda img {
		max-width: 100px;
		margin: 0 auto;
		object-fit: contain;
	}
	
	.proyectosespeciales .property.small .property-image {
		float: left;
		height: 80px;
	}
	
	.proyectosespeciales .small .property-image img {
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		-moz-backface-visibility: hidden;
		width: 90%;
		position: relative;
		/* margin-bottom: 9px; */
		height: 82px;
		object-fit: cover;
	}
	
	.proyectosespeciales .property.small .info a h4 {
		border: none;
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 0;
		margin-top: 0;
	}
	
	.proyectosespeciales .property.small .info figure {
		margin-bottom: 2px;
		margin-top: 1px;
		font-size: 13px;
	}
	
	.proyectosespeciales .property.small .info {
		padding-left: 100px;
	}
	.proyectosespeciales .tag.price {
		padding: 3px 8px 2px 8px;
		-webkit-box-shadow: none;
		box-shadow: none;
		
	}
	
	.proyectosespeciales .property.small .info .tag {
		font-size: 14px;
	}
	.my-properties table, .mimaletin table, .listadoinmobiliarias table {
		width: 100%;
	}
	.my-properties table h2, .mimaletin table h2, .listadoinmobiliarias table h2{
		border: none;
		font-size: 18px;
		font-weight: bold;
		margin: 0 0 5px 0;
		padding: 0;
	}
	.my-properties table thead, .mimaletin table thead, .listadoinmobiliarias table thead {
		-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	}
	.my-properties table thead tr th, .mimaletin table thead tr th, .listadoinmobiliarias table thead tr th {
		border: none;
		color: #ffffff;
		padding: 5px 25px 5px 0px !important;
		border-bottom: 0.2px solid #50555c;
		background-color: #777777;
		text-align: center;
	}
	
	.proyectos_similares h3{
		border-bottom: 1px solid #ddd;
		font-size: 26px;
		margin-right: 15px;
	}
	#property-map .table{
		margin-bottom:5px;
		max-width: 100%;
		background-color: transparent;
		
	}
	#saladeventas .thumbnail {
		height: 100px;
		width: 100px;
		margin: 0 auto;
		border: none !important;
	}
	
	#saladeventas nav {
		float: right;
		position: absolute;
		right: 0;
		top: -7px;
	}
	div#SaladeVentas {
		margin-bottom: 30px;
	}
	#saladeventas .pager {
		padding-left: 0;
		margin: 0px !important;
		text-align: center;
		list-style: none;
	}
	
	#saladeventas li {
		text-decoration: none;
		list-style-type: none !important;
		border-bottom: none !important;
		padding: 0;
	}
	#saladeventas img {
		height: 100px;
		object-fit: contain;
	}
	#saladeventas {
		/*
		margin-top: 45px;
		margin-bottom: 300px;
		*/
	}
	#saladeventas.saladeventas-fixed{
		margin-top: 40px;
	}
	
	#saladeventas .pager li > a, .pager li > span {
		display: inline-block;
		padding: 5px 8px;
		background-color: #fff;
		border: 1px solid #ddd;
		border-radius: 0;
		font-size: 10px;
		float: left;
		margin-right: 7px;
	}   
	#saladeventas.affix {
		position: fixed;
		top: -90px;
		width: 260px;
	}
	
	div#listadodeminisitio {
		height: 420px;
	}
	
	#categoriablog {
		height: 275px;
	}
	
	
	#listadodeproyectos .property.masonryX, #categoriablog .property.masonryX {
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		background-color: #fff;
		font-size: 12px;
		width: 100%;
		height: 195px;
		float: left;
		margin-bottom: 15px;
		overflow: visible;
		height: auto;
	}
	#saladeventas .tag3.price.link-arrow, #resumen .tag3.price.link-arrow {
		text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
		background-color: @colorSecundario;
		color: #fff;
		font-size: 14px;
		/* width: 100%; */
		display: inline-block;
		float: left;
		margin-top: 0px;
		margin-bottom: 10px;
		-webkit-box-shadow: 0px 3px 5px 0px rgba(191,191,191,1);
		-moz-box-shadow: 0px 3px 5px 0px rgba(191,191,191,1);
		box-shadow: 0px 3px 5px 0px rgba(191,191,191,1);
	}
	
	.my-properties table thead tr th:first-child, .mimaletin table thead tr th:first-child, .listadoinmobiliarias table thead tr th:first-child {
		padding-left: 10px;
	}
	.my-properties table tbody tr td{
		border-top: none;
		padding: 20px 20px 20px 0px;
		vertical-align: middle;
		text-align: center;
	}
	
	.mimaletin table tbody tr td {
		border-top: none;
		padding: 20px 5px 20px 0px;
		vertical-align: middle;
		text-align: center;
	}
	
	#listadoinmobiliarias .listadoinmobiliarias table tbody tr td {
		width: 100px;
		border-bottom: 1px solid #E1E1E1;
		vertical-align: middle;
		height: 100px;
		border-top: none !important;
	}
	
	.my-properties table tbody tr td:last-child, .mimaletin table tbody tr td:last-child {
		padding-right: 5px;
	}
	
	.listadoinmobiliarias table tbody tr td:last-child{
		padding-left:25px;
		
	}
	.my-properties table tbody tr td.actions, .mimaletin table tbody tr td.actions, .listadoinmobiliarias table tbody tr td.actions{
		text-align: right;
	}
	.my-properties table tbody tr td.actions a, .mimaletin table tbody tr td.actions a, .listadoinmobiliarias table tbody tr td.actions a {
		padding: 5px;
	}
	.my-properties table tbody tr td.actions .edit, .mimaletin table tbody tr td.actions .edit, .listadoinmobiliarias table tbody tr td.actions .edit {
		float: left;
		color: #2a2a2a;
	}
	.my-properties table tbody tr td.actions .edit:hover i, .mimaletin table tbody tr td.actions .edit:hover i, .listadoinmobiliarias table tbody tr td.actions .edit:hover i {
		color: @colorPrincipal;
	}
	.my-properties table tbody tr td.actions .edit i, .mimaletin table tbody tr td.actions .edit i, .listadoinmobiliarias table tbody tr td.actions .edit i
	{
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		color: #1396e2;
		margin-right: 5px;
	}
	.my-properties table tbody tr td.actions .delete, .mimaletin table tbody tr td.actions .delete, .listadoinmobiliarias table tbody tr td.actions .delete {
		color: #e74c3c;
		position: relative;
		
	}
	#mispreaprobaciones .actions a {
		padding: 4px;
	}
	.mimaletin i.fa.fa-file {
		color: #e74c3c;
	}
	.my-properties table tbody tr td.image, .mimaletin table tbody tr td.image{
		width: 125px;
	}
	
	.listadoinmobiliarias table tbody tr td.image {
		width: 100px;
		padding: 5px;
		margin: 0 auto;
		height: 100px;
		overflow: hidden;
		
	} 
	
	
	.listadoinmobiliarias table tbody tr td.image img {
		width: 100px;
		height: 100%;
		object-fit: contain;
		padding: 0;
		margin: 15px 0;
		/* overflow: hidden; */
		float: right;
	}
	#listadoinmobiliarias .listadoinmobiliarias .image img {
		float: right;
		padding: 10px;
	}
	.my-properties table tbody tr td.image img, .mimaletin table tbody tr td.image img{
		width: 100%;
	}
	
	.my-properties table tbody tr td img, .my-properties table tbody tr td .inner, .mimaletin table tbody tr td img, .mimaletin table tbody tr td .inner, .listadoinmobiliarias table tbody tr td img, .listadoinmobiliarias table tbody tr td .inner {
		display: inline-block;
		text-align:left;
	}
	
	
	
	.my-properties table tbody tr td .inner figure, .mimaletin table tbody tr td .inner figure, .listadoinmobiliarias table tbody tr td .inner figure {
		margin-bottom: 5px;
	}
	
	/****
	O
	****/
	.owl-carousel .property {
		margin-bottom: 0;
	}
	.owl-carousel .owl-pagination {
		text-align: center;
	}
	.owl-carousel .owl-pagination .owl-page {
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		background-color: rgba(0, 0, 0, 0.3);
		display: inline-block;
		height: 10px;
		margin-right: 5px;
		width: 10px;
	}
	.owl-carousel .owl-pagination .owl-page:hover {
		background-color: rgba(0, 0, 0, 0.5);
	}
	.owl-carousel .owl-pagination .owl-page.active {
		background-color: rgba(0, 0, 0, 0.6);
	}
	.owl-carousel .owl-dots {
		text-align: center;
	}
	.owl-carousel .owl-dots .owl-dot {
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		background-color: rgba(0, 0, 0, 0.3);
		display: inline-block;
		height: 10px;
		margin-right: 5px;
		width: 10px;
	}
	.owl-carousel .owl-dots .owl-dot:hover {
		background-color: rgba(0, 0, 0, 0.5);
	}
	.owl-carousel .owl-dots .owl-dot.active {
		background-color: rgba(0, 0, 0, 0.6);
	}
	
	/****
	P
	****/
	#page-content {
		
		/*position: relative;*/
	}
	
	.pagination li:first-child a, .pagination li:last-child a {
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
	}
	.pagination li.active a {
		background-color: transparent;
		border-color: #50555c;
		color: #50555c;
	}
	.pagination li.active a:hover, .pagination li.active a:active, .pagination li.active a:focus {
		background-color: transparent;
		border-color: @colorPrincipal;
		color: @colorPrincipal;
	}
	.pagination li a {
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		background-color: transparent;
		border: none;
		border-top: 5px solid #f3f3f3;
		color: #5a5a5a;
		padding: 10px 20px;
	}
	.pagination li a:hover, .pagination li a:active, .pagination li a:focus {
		background-color: transparent;
		border-color: @colorPrincipal;
		color: #50555c;
	}
	
	.post-author {
		border: 2px solid #f3f3f3;
		display: table;
		margin-bottom: 60px;
		padding: 20px;
		position: relative;
		width: 100%;
	}
	.post-author img {
		display: table-cell;
		vertical-align: middle;
		width: 100px;
		/*position: absolute; height: 100px; top: 0; bottom: 0; margin: auto;*/
	}
	.post-author header {
		color: @colorPrincipal;
		margin-bottom: 10px;
	}
	.post-author .wrapper {
		display: table-cell;
		vertical-align: middle;
		padding-left: 20px;
	}
	
	.price-box {
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		border: 2px solid #f3f3f3;
		text-align: center;
		padding-bottom: 20px;
		margin-bottom: 30px;
		position: relative;
		bottom: 0;
	}
	.price-box:hover {
		bottom: 10px;
	}
	.price-box.promoted {
		background-color: #062f47;
		border: none;
	}
	.price-box.promoted header, .price-box.promoted .price {
		margin: 0;
	}
	.price-box.promoted ul {
		color: #fff;
	}
	.price-box.promoted ul li {
		border-bottom-color: rgba(255, 255, 255, 0.2);
	}
	.price-box header {
		background-color: #1396e2;
		margin: -2px;
		padding: 20px 0;
	}
	.price-box header h2 {
		border: none;
		color: #fff;
		font-size: 36px;
		font-weight: lighter;
		margin: 0;
		padding: 0;
	}
	.price-box .price {
		-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		background-color: @colorPrincipal;
		color: #fff;
		margin: 0 -2px;
		padding: 10px 0;
	}
	.price-box .price figure {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: -5px;
	}
	.price-box .price small {
		font-size: 12px;
	}
	.price-box ul {
		list-style: none;
		padding-left: 0;
		padding-bottom: 10px;
	}
	.price-box ul li {
		border-bottom: 2px solid #f3f3f3;
		padding: 10px 0;
	}
	.price-box ul li.not-available {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
		opacity: 0.8;
		text-decoration: line-through;
	}
	.price-box ul li span {
		font-weight: bold;
	}
	
	.property {
		margin-bottom: 30px;
		overflow: hidden;
		position: relative;
		width: 100%;
	}
	.property:hover .link-fav img{
		top: 0px !important;
	}
	.property:hover img, .property:active img, .property:focus img {
		-moz-backface-visibility: hidden;
		top: -10px;
	}
	.property:hover.big .overlay, .property:active.big .overlay, .property:focus.big .overlay {
		bottom: 0px;
	}
	.property:hover .overlay, .property:active .overlay, .property:focus .overlay {
		bottom: 0px;
	}
	.property:hover .overlay .additional-info li, .property:active .overlay .additional-info li, .property:focus .overlay .additional-info li {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	.property:hover .tag.status, .property:active .tag.status, .property:focus .tag.status {
		background-color: rgba(0, 0, 0, 0.8);
	}
	.property:hover .type, .property:active .type, .property:focus .type {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	
	.property img {
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		-moz-backface-visibility: hidden;
		width: 100%;
		position: relative;
		top: 0;
	}
	.property .overlay {
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		bottom: -60px;
		left: 0;
		position: absolute;
		width: 100%;
		z-index: 500;
	}
	.property .overlay h3 {
		text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		margin: 5px 0 3px 0;
	}
	.property .overlay figure {
		color: #fff;
		font-weight: lighter;
	}
	.property .overlay .additional-info {
		background-color: #777777;
		display: table;
		height: 30px;
		list-style: none;
		margin-bottom: 0;
		width: 100%;
		padding: 8px 12px;
	}
	.property .overlay .additional-info li {
		-moz-transition: 0.8s;
		-webkit-transition: 0.8s;
		transition: 0.8s;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		color: #fff;
		display: table-cell;
		width: 40%;
	}
	.property .overlay .additional-info li header {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
		opacity: 0.5;
		font-size: 11px;
	}
	.property .overlay .additional-info li figure {
		font-size: 11px;
		font-weight: bold;
	}
	.property .overlay .info {
		background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
		background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
		background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
		background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
		background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
		padding: 23px 12px;
	}
	.property .property-image {
		/*height: 195px;*/
		overflow: hidden;
		width: 100%;
	}
	.property .tag.status {
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		background-color: rgba(0, 0, 0, 0.6);
		color: #fff;
		left: 13px;
		font-size: 12px;
		padding: 6px 9px;
		position: absolute;
		top: 15px;
		z-index: 1;
	}
	.property .tag.status:after {
		bottom: -4px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 4px 0 0;
		border-color: rgba(0, 0, 0, 0.6) transparent transparent transparent;
		content: "";
		left: 0;
		position: absolute;
	}
	.property .type {
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
		opacity: 0.9;
		background-color: #fff;
		position: absolute;
		right: 13px;
		z-index: 2;
		top: 15px;
		height: 29px;
		padding: 0 2px;
		text-align: center;
		line-height: 29px;
	}
	.property .type img {
		width: inherit;
		top: 0 !important;
	}
	.property.big {
		max-width: 440px;
	}
	.property.big .overlay {
		bottom: -70px;
	}
	.property.big .overlay h3 {
		font-size: 24px;
		font-weight: normal;
		margin: 8px 0 3px 0;
	}
	.property.big .overlay li header, .property.big .overlay li figure {
		font-size: 14px;
	}
	.property.big .overlay .additional-info {
		height: 70px;
		padding: 15px 20px;
	}
	.property.big .overlay .price {
		font-size: 18px;
	}
	.property.big .overlay .info {
		padding: 20px;
	}
	.property.big .property-image {
		/*height: 285px;*/
	}
	.property.big .tag {
		left: 20px;
		top: 20px;
	}
	.property.small {
		margin-bottom: 30px !important;
	}
	.property.small:hover img {
		top: inherit;
	}
	.property.small .property-image {
		float: left;
		width: 100px;
		height: 75px;
	}
	.property.small .info {
		padding-left: 110px;
	}
	.property.small .info a {
		color: #2a2a2a;
	}
	.property.small .info a:hover {
		color: #1396e2;
	}
	.property.small .info a h4 {
		border: none;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 0;
		margin-top: 0;
	}
	.property.small .info figure {
		margin-bottom: 10px;
	}
	.property.small .info .tag {
		font-size: 12px;
	}
	.property.masonryX {
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		background-color: #fff;
		font-size: 12px;
		width: 32.1%;
		float: left;
		margin-bottom: 15px;
		overflow: visible;
	}
	.property.masonryX .inner {
		/*-moz-backface-visibility: hidden;*/
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	.property.masonryX:hover img {
		top: 0;
	}
	.property.masonryX aside {
		border: 2px solid #f3f3f3;
		background-color: #fff;
		padding: 15px 15px 10px 15px;
		position: relative;
		top: -2px;
	}
	.property.masonryX aside h3 {
		-moz-backface-visibility: hidden;
		color: #50555C;
		font-weight: bold;
		margin-top: 0;
		margin-bottom: 5px;
	}
	.property.masonryX aside figure {
		-moz-backface-visibility: hidden;
		margin-bottom: 10px;
	}
	.property.masonryX aside p {
		-moz-backface-visibility: hidden;
		margin-bottom: 10px;
	}
	.property.masonryX aside .link-arrow {
		border-top: 2px solid #f3f3f3;
		display: block;
		font-size: 14px;
		padding-top: 10px;
	}
	.property.masonryX .property-image {
		position: relative;
		margin-bottom: 0;
	}
	.property.masonryX .property-image img {
		-moz-transition: 0.6s;
		-webkit-transition: 0.6s;
		transition: 0.6s;
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.property.masonryX .property-image:hover img {
		-moz-transform: scale(1.1) rotate(0.01deg);
		-webkit-transform: scale(1.1) rotate(0.01deg);
		transform: scale(1.1) rotate(0.01deg);
	}
	.property.masonryX .property-image:hover .type img {
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}
	.property.masonryX .property-image .overlay {
		transition: 0.4s;
		bottom: 0;
		position: absolute;
		left: 0;
		position: absolute;
		width: 100%;
		z-index: 1;
	}
	.property.masonryX .property-image .overlay .tag {
		-moz-backface-visibility: hidden;
	}
	.property.masonryX .property-image .ribbon {
		top: 15px;
		bottom: inherit;
	}
	
	.property-carousel .property-slide {
		position: relative;
	}
	.property-carousel .property-slide .overlay {
		background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
		background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
		background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
		background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
		background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
		bottom: 0;
		left: 0;
		height: 40%;
		position: absolute;
		width: 100%;
	}
	.property-carousel .property-slide .overlay h3 {
		bottom: 20px;
		color: #fff;
		left: 30px;
		font-size: 24px;
		position: absolute;
	}
	.property-carousel .property-slide img {
		width: 100%;
	}
	.property-carousel .owl-controls {
		
		position: absolute;
		right: 0;
		top: 0;
	}
	.property-carousel .owl-controls .owl-prev, .property-carousel .owl-controls .owl-next {
		
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		background-color: #50555c;
		display: inline-block !important;
		width: 50px;
		height: 50px;
		position: relative;
		z-index: 3 !important;
	}
	.property-carousel .owl-controls .owl-prev:after, .property-carousel .owl-controls .owl-next:after {
		text-shadow: none;
		-webkit-font-smoothing: antialiased;
		font-family: 'fontawesome';
		speak: none;
		font-weight: bold;
		font-variant: normal;
		line-height: 1;
		text-transform: none;
		color: #ffffff;
		width: 5px;
		height: 15px;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
	}
	.property-carousel .owl-controls .owl-next:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	.property-carousel .owl-controls .owl-next:after {
		content: "\f105";
	}
	.property-carousel .owl-controls .owl-prev:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	.property-carousel .owl-controls .owl-prev:after {
		content: "\f104";
	}
	
	#property-detail h3 {
		border-bottom: 1px solid #ddd;
		font-size: 26px;
	}
	
	#property-detail section {
		margin-bottom: 25px;
	}
	#property-detail section h2 {
		margin-bottom: 25px;
	}
	
	#property-detail p{
		text-align:justify;
		
	}
	#sidebar .sidebar-navigation > li a {
		border-right: 3px solid transparent;
		color: #2a2a2a;
		display: block;
		padding: 10px 0 10px 10px;
		position: relative;
	}
	#description h3{
		border-bottom: 1px solid #ddd;
		font-size: 26px;
	}
	
	#description p {
		text-align: justify;
		letter-spacing: -0.3px;
	}
	#saladeventas h3{
		border-bottom: 1px solid #ddd;
		font-size: 26px;
		
	}   
	#property-features h3{
		border-bottom: 1px solid #ddd;
		font-size: 26px;
		margin-bottom:20px;
	}
	
	.property-detail-map-wrapper {
		position: relative;
		height: 340px;
		overflow:hidden;
		margin-bottom: 25px;
		margin-top: 25px;
	}
	.property-detail-map-wrapper .property-detail-map {
		height: 100%;
		position: absolute;
		right: 0;
		width: 100%;
	}
	
	#property-map .tag price h3 {
		border-bottom: 1px solid #ddd;
		font-size: 26px;
	}
	
	#property-map h3 {
		border-bottom: 1px solid #ddd;
		font-size: 26px;
		margin-bottom: 20px;
	}
	
	#property-map .info h3 {
		text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		margin: 5px 0 3px 0;
		border-bottom:none;
	}
	
	#property-map .info {
		background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
		background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
		background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
		background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
		background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
		padding: 12px;
		position: absolute;
		bottom: 0px;
		width: 100%;
	}
	
	#unidadesdisponibles #property-map .info {
		background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
		background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
		background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
		background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
		background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
		padding: 12px;
		position: absolute;
		bottom: 0px;
		width:100%
	}
	
	#fichadeproyectos section#my-properties {
		margin: 0px;
	}
	
	#property-map .property-image img{
		
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		-moz-backface-visibility: hidden;
		/*width: 280px;
		height: 280px;*/
		top: 0;
		
	}
	
	
	#property-map figure{
		
		color: white;
		opacity: 0.8;
		font-size: 13px;
		font-weight: lighter;
		
	}
	
	.texto_modelosdisponibles p {
		font-weight: bold;
		text-align: center;
		margin-bottom: 16px;
		margin-top: 8px;
	}
	
	#property-map button.btn.dropdown-toggle.selectpicker.btn-default {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
		background-color: @colorPrincipal;
		color: #ffffff;
	}
	
	#property-map .my-properties table tbody tr td{
		
		border-top: none;
		padding: 7px 0px 0px 0px;
		vertical-align: middle;
		text-align: center;
		border-bottom: none;
		display: inline-block;
		width: 133px;
		
	}
	
	
	#property-map .mimaletin table tbody tr td{
		
		border-top: none;
		padding: 7px 0px 0px 0px;
		vertical-align: middle;
		text-align: center;
		border-bottom: none;
		display: inline-block;
		width: 133px;
		
	}
	#property-map button.btn.btn-danger {
		background-color: #ea6153;
		color: #fff;
		width: 264px;
		/* height: 24px; */
		padding: 5px;
		margin-top: 7px;
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	}
	#property-map th{
		text-align: center;
		display: inline-block;
		width: 137px;
		
	}
	
	/*#property-map td input[type="checkbox"]{
		
		border-radius: 10px;
	}*/
	
	#property-map input[type="checkbox"] {
		/* margin-right: 15px; */
		/* margin-left: -15px; */
		position: relative;
		opacity: 100;
		/* border-radius: 20px; */
		margin: 0px 15px 0px 0px;
	}
	
	
	#property-map .filter-option.pull-left {
		text-align: center;
		font-weight: 400;
		font-size: 15px;
	}   
	
	.property-features-list li {
		display: block;
		padding: 0px 0px 5px 0px;
		
	}
	.property-features-list li:before {
		text-shadow: none;
		-webkit-font-smoothing: antialiased;
		font-family: 'fontawesome';
		speak: none;
		font-weight: normal;
		font-variant: normal;
		line-height: 1;
		text-transform: none;
		content: "\f111";
		color: @colorPrincipal;
		font-size: 8px;
		position: relative;
		bottom: 2px;
		margin-right: 10px;
	}
	#fichadeproyectos #property-gallery{
		height:425px;
		position:relative;
		overflow:hidden;
		width:100%;
	}
	#fichadeproyectos #property-gallery img{
		margin: 0 auto;
		padding: 0;
		object-fit: cover;
		height: auto;
		width: auto;
		
		
	}   
	
	.property-title {
		margin-bottom: 30px;
		position: relative;
	}
	.property-title h1 {
		border: none;
		margin-bottom: 5px;
		margin-top: 0;
		padding-bottom: 0;
	}
	.property-title .actions {
		top: 0;
		bottom: 0;
		margin: auto;
		height: 20px;
		position: absolute;
		right: 0;
	}
	.property-title .actions a {
		margin-left: 5px;
	}
	
	#property-rating aside, #property-rating figure {
		display: inline-block;
	}
	#property-rating aside header, #property-rating figure header {
		font-weight: bold;
		margin-bottom: 10px;
	}
	#property-rating aside {
		float: left;
	}
	#property-rating figure {
		float: right;
	}
	#property-rating figure .rating {
		width: inherit !important;
		float: right;
	}
	#property-rating .rating-form {
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		height: 0px;
		overflow: hidden;
	}
	#property-rating .rating-form header {
		font-size: 18px;
		font-weight: lighter;
		margin: 20px 0;
	}
	
	.show-rating-form {
		height: auto;
	}
	section#property-rating{
		margin-bottom: 20px;
	}
	/****
	R
	****/
	.rating img {
		background-color: @colorPrincipal;
	}
	.rating.rating-individual {
		margin-bottom: 10px;
	}
	.rating.rating-user {
		display: inline-block;
	}
	.rating.rating-user #hint {
		margin-top: 20px;
		height: 20px;
	}
	
	.ribbon {
		-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-moz-transform: translate3d(0, 0, 1px) rotate(45deg);
		-ms-transform: translate3d(0, 0, 1px) rotate(45deg);
		-webkit-transform: translate3d(0, 0, 1px) rotate(45deg);
		transform: translate3d(0, 0, 1px) rotate(45deg);
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		background-color: @colorPrincipal;
		color: #fff;
		font-size: 12px;
		padding: 6px;
		position: absolute;
		z-index: 3;
		right: -30px;
		top: 26px;
		width: 141px;
		text-align: center;
		margin: auto;
		height: 30px;
		bottom: inherit;
		left: inherit;
	}
	
	.ribbon2 {
		-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-moz-transform: translate3d(0, 0, 1px) rotate(45deg);
		-ms-transform: translate3d(0, 0, 1px) rotate(45deg);
		-webkit-transform: translate3d(0, 0, 1px) rotate(45deg);
		transform: translate3d(0, 0, 1px) rotate(45deg);
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		background-color: #ff5a00;
		color: #fff;
		font-size: 12px;
		padding: 6px;
		position: absolute;
		z-index: 3;
		right: -30px;
		top: 26px;
		width: 141px;
		text-align: center;
		margin: auto;
		height: 30px;
		bottom: inherit;
		left: inherit;
	}
	
	.ribbon3 {
		-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-moz-transform: translate3d(0, 0, 1px) rotate(45deg);
		-ms-transform: translate3d(0, 0, 1px) rotate(45deg);
		-webkit-transform: translate3d(0, 0, 1px) rotate(45deg);
		transform: translate3d(0, 0, 1px) rotate(45deg);
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		background-color: #fccd00;
		color: #fff;
		font-size: 12px;
		padding: 6px;
		position: absolute;
		z-index: 3;
		right: -30px;
		top: 26px;
		width: 141px;
		text-align: center;
		margin: auto;
		height: 30px;
		bottom: inherit;
		left: inherit;
	}
	
	/****
	S
	****/
	#search-filter {
		margin-bottom: 40px;
		padding-top: 0px;
		position: relative;
	}
	#search-filter h3 {
		display: inline-block;
		margin: 0 10px 0 0;
	}
	#search-filter h3 i {
		color: @colorPrincipal;
		font-size: 12px;
		margin-right: 5px;
		position: relative;
		top: -2px;
	}
	#search-filter .search-count {
		font-size:18px;
	}
	#results #search-filter .sorting {
		position: absolute;
		right: 0;
		top: -10px;
	}
	#search-filter .sorting span, #search-filter .sorting .form-group {
		display: inline-block;
	}
	#search-filter .sorting span {
		margin-right: 10px;
		font-size:15px;
	}
	#search-filter .sorting .form-group {
		min-width: 200px;
	}
	
	.section-title {
		position: relative;
		margin-bottom: 50px;
	}
	
	header h2{
		font-size: 24px;
		font-weight: lighter;
		margin-top: 10px;
		margin-bottom:0px;
		
		
	}
	.section-title .link-arrow {
		margin-top: 5px;
		right: 0;
		position: absolute;
		top: 0;
	}
	
	.show-on-map {
		color: #2a2a2a;
		position: absolute;
		right: 0px;
		text-align: center;
	}
	.show-on-map .fa {
		color: #1396e2;
		font-size: 24px;
	}
	
	#sidebar aside {
		margin-bottom: 50px;
	}
	#sidebar h3 {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 30px;
		margin-top: 21px;
		padding-bottom: 15px;
	}
	#sidebar form .btn {
		width: 100%;
	}
	#sidebar ul {
		padding-left: 15px;
	}
	#sidebar ul.list-links li {
		color: #1396e2;
	}
	#sidebar .sidebar-navigation {
		list-style: none;
		padding-left: 0;
	}
	#sidebar .sidebar-navigation li.active a {
		-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		background-color: @colorBtnHover;
		border-color: @colorSecundario;
		padding-left: 10px;
	}
	#sidebar .sidebar-navigation li.active a:after {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		border-color: transparent transparent transparent @colorPrincipal;
	}
	#sidebar .sidebar-navigation li.active a:hover {
		padding-left: 10px;
	}
	#sidebar .sidebar-navigation li.active i {
		display: inline-block;
	}
	#sidebar .sidebar-navigation > li {
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		margin-bottom: 5px;
		position: relative;
	}
	#sidebar .sidebar-navigation > li a {
		border-right: 3px solid transparent;
		color: #2a2a2a;
		display: block;
		padding: 10px 0 10px 10px;
		position: relative;
	}
	#sidebar .sidebar-navigation > li a:after {
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 0 4px 5px;
		border-color: transparent transparent transparent transparent;
		content: "";
		position: absolute;
		right: -8px;
		top: 1px;
		bottom: 0;
		margin: auto;
	}
	#sidebar .sidebar-navigation > li a:hover {
		border-color: #1396e2;
		padding-left: 15px;
	}
	#sidebar .sidebar-navigation > li a:hover:after {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		border-color: transparent transparent transparent #1396e2;
	}
	#sidebar .sidebar-navigation > li i {
		color: #1396e2;
		margin-right: 8px;
	}
	#sidebar .sidebar-navigation > li ul {
		padding-left: 30px;
		list-style: none;
	}
	#sidebar .sidebar-navigation > li ul > li {
		border-bottom: 1px solid #f3f3f3;
		position: relative;
	}
	#sidebar .sidebar-navigation > li ul > li:before {
		content: "•";
		color: #1396e2;
		font-size: 24px;
		position: absolute;
		left: -5px;
		top: 2px;
	}
	#sidebar .sidebar-navigation > li ul > li ul {
		padding-left: 10px;
	}
	#sidebar .sidebar-navigation > li ul > li ul li {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
		opacity: 0.6;
		border-bottom: none;
	}
	#sidebar .sidebar-navigation > li ul > li ul li:before {
		display: none;
	}
	
	#slider {
		/* height: 550px;*/
		position: relative;
		overflow: hidden;
	}
	#slider .homepage-slider .slide {
		height: 550px;
		position: relative;
		overflow: hidden;
	}
	#listadodeminisitio .property-image:hover img {
		-moz-transform: scale(1.1) rotate(0.01deg);
		-webkit-transform: scale(1.1) rotate(0.01deg);
		transform: scale(1.1) rotate(0.01deg);
	}
	#listadodeminisitio .property-image{
		display: block;
		width: 100%;
		height: 100%;
		z-index: 9999999;
	}
	#caja_imagenppal {
		height: 528px;
		left: 0;
		position: relative;
		top: 0;
		overflow: hidden;
		width: 100%;
	}
	#caja_imagenppal img {
		margin: auto;
		padding: 0;
		object-fit: cover;
		height: 650px;
		width: 100%;
	}
	
	.scrolldown-home {
		position: absolute;
		z-index: 1038;
		bottom: -22px;
		width: 43px;
		height: 43px;
		background-color: #FFFFFF;
		right: 50%;
		text-align: center;
		border-radius: 20px;
		color: @colorPrincipal;
	}
	
	#minisit p {
		position: absolute;
		z-index: 99;
		top: 5px;
		/* float: right; */
		font-weight: 600;
		color: rgba(255, 135, 0, 0.65);
		font-size: 10px;
		width: 100%;
		text-align: right;
		padding: 0 12px;
	}
	#minisit2 p {
		position: absolute;
		z-index: 99;
		top: 5px;
		font-weight: 600;
		color: @minisitioContador;
		font-size: 10px;
		width: 100%;
		text-align: right;
		padding: 0 17px !important;
	}
	
	#minisit3 p {
		position: absolute;
		z-index: 99;
		top: 5px;
		/* float: right; */
		font-weight: 600;
		color: rgba(255, 135, 0, 0.65);
		font-size: 10px;
		width: 100%;
		text-align: right;
		padding: 0 12px;
	}
	#slider .homepage-slider .slide:after {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
		opacity: 0.8;
		background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
		background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
		background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
		background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
		background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
		bottom: 0;
		content: "";
		height: 30%;
		left: 0;
		position: absolute;
		width: 100%;
		z-index: 1;
	}
	#slider .homepage-slider .slide .overlay {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		-moz-transition: 0.2s;
		-webkit-transition: 0.2s;
		transition: 0.2s;
		color: #fff;
		position: absolute;
		bottom: 0;
		margin-bottom: 20px;
		width: 100%;
		z-index: 2;
	}
	#slider .homepage-slider .slide .overlay .info {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		-moz-transition: 0.2s;
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	#slider .homepage-slider .slide .overlay .info .tag {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		font-size: 24px;
		position: relative;
		top: 20px;
	}
	#slider .homepage-slider .slide .overlay .info h3 {
		text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		font-size: 30px;
		font-weight: normal;
		margin: 5px 0;
		position: relative;
		left: 20px;
	}
	#slider .homepage-slider .slide .overlay .info figure {
		text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		font-size: 18px;
		position: relative;
		left: 20px;
	}
	#slider .homepage-slider .slide .overlay .info.animate-description-out {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
	#slider .homepage-slider .slide .overlay .info.animate-description-out .tag, #slider .homepage-slider .slide .overlay .info.animate-description-out h3, #slider .homepage-slider .slide .overlay .info.animate-description-out figure {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
	#slider .homepage-slider .slide .overlay .info.animate-description-in {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	#slider .homepage-slider .slide .overlay .info.animate-description-in figure {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		-moz-transition-delay: 0.3s;
		-webkit-transition-delay: 0.3s;
		transition-delay: 0.3s;
		left: 0px;
	}
	#slider .homepage-slider .slide .overlay .info.animate-description-in h3 {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		-moz-transition-delay: 0.2s;
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
		left: 0px;
	}
	#slider .homepage-slider .slide .overlay .info.animate-description-in .tag {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		top: 0px;
	}
	#slider .homepage-slider .slide .overlay hr {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
		opacity: 0.2;
		border-color: #fff;
	}
	#slider .homepage-slider .slide .overlay .link-arrow {
		color: #fff;
	}
	#slider .homepage-slider .slide img {
		position: relative;
	}
	#slider .homepage-slider .owl-controls .owl-prev, #slider .homepage-slider .owl-controls .owl-next {
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		background-color: transparent;
		bottom: 0;
		display: block;
		height: 100%;
		margin: auto;
		padding: 0 30px;
		position: absolute;
		top: 0;
	}
	#slider .homepage-slider .owl-controls .owl-prev:hover, #slider .homepage-slider .owl-controls .owl-next:hover {
		background-color: transparent;
	}
	#slider .homepage-slider .owl-controls .owl-prev:after, #slider .homepage-slider .owl-controls .owl-next:after {
		text-shadow: none;
		-webkit-font-smoothing: antialiased;
		font-family: 'fontawesome';
		speak: none;
		font-weight: normal;
		font-variant: normal;
		line-height: 1;
		text-transform: none;
		bottom: 0;
		color: #fff;
		font-size: 40px;
		height: 40px;
		margin: auto;
		top: 0px;
		position: absolute;
	}
	#slider .homepage-slider .owl-controls .owl-next {
		right: 0;
	}
	#slider .homepage-slider .owl-controls .owl-next:after {
		/*content: "\f105";*/
		right: 20px;
	}
	#slider .homepage-slider .owl-controls .owl-prev:after {
		/*content: "\f104";*/
		left: 20px;
	}
	.show-all {
		color: #2a2a2a;
		padding: 10px;
		display: inline-block;
	}
	.show-all:hover {
		cursor: pointer;
	}
	.show-all:after {
		text-shadow: none;
		-webkit-font-smoothing: antialiased;
		font-family: 'fontawesome';
		speak: none;
		font-weight: normal;
		font-variant: normal;
		line-height: 1;
		text-transform: none;
		color: #1396e2;
		content: "\f067";
		margin-left: 10px;
		font-size: 11px;
		position: relative;
		top: -1px;
	}
	.show-all.layout-expanded:after {
		content: "\f068";
	}
	
	.submit-pricing {
		border: 2px solid #f3f3f3;
		padding: 15px 20px;
		margin-bottom: 30px;
	}
	.submit-pricing table {
		margin-bottom: 0;
	}
	.submit-pricing table thead tr th {
		border: none;
		font-weight: lighter;
		font-size: 18px;
		padding: 0;
		width: 25%;
		vertical-align: middle;
	}
	.submit-pricing table thead tr th.title {
		color: #1396e2;
		font-size: 24px;
		text-align: center;
	}
	.submit-pricing table tbody tr td {
		border: none;
		border-top: 2px solid #f3f3f3;
		font-size: 12px;
		width: 25%;
		vertical-align: middle;
		padding: 10px 0;
		text-align: center;
	}
	.submit-pricing table tbody tr td:first-child {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
		opacity: 0.6;
		text-align: left;
	}
	.submit-pricing table tbody tr td.not-available {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
		opacity: 0.4;
	}
	.submit-pricing table tbody tr td.available {
		color: #1396e2;
	}
	.submit-pricing table tbody tr.buttons {
		padding-bottom: 0;
	}
	.submit-pricing table tbody tr.buttons td {
		border: none;
	}
	.submit-pricing table tbody tr.buttons td:after {
		text-shadow: none;
		-webkit-font-smoothing: antialiased;
		font-family: 'fontawesome';
		speak: none;
		font-weight: normal;
		font-variant: normal;
		line-height: 1;
		text-transform: none;
		color: #5a5a5a;
		content: "\f05d";
		display: none;
		font-size: 20px;
	}
	.submit-pricing table tbody tr.buttons td.package-selected:after {
		display: inline-block;
	}
	.submit-pricing table tbody tr.buttons td.package-selected .btn {
		display: none;
	}
	.submit-pricing table tbody tr.prices td {
		border: none;
		color: @colorPrincipal;
		font-size: 14px;
		padding-bottom: 15px;
	}
	
	.submit-step {
		padding-left: 50px;
		padding-top: 10px;
		position: relative;
	}
	.submit-step .step-number {
		background-color: #1396e2;
		color: #fff;
		height: 35px;
		left: 0;
		width: 35px;
		position: absolute;
		top: 0;
		text-align: center;
		line-height: 35px;
	}
	.submit-step .step-number:after {
		bottom: -7px;
		content: "";
		height: 0px;
		border-style: solid;
		border-width: 0px 10px 10px 10px;
		border-color: transparent transparent transparent #1396e2;
		position: absolute;
		left: 0;
		width: 0px;
	}
	.submit-step .description h4 {
		color: #2a2a2a;
		margin-top: 0;
		font-weight: bold;
	}
	
	.submit-features {
		list-style: none;
		padding-left: 0;
	}
	.submit-features li {
		display: inline-block;
		padding-right: 18px;
	}
	.submit-features li label {
		font-weight: normal;
	}
	
	#submit-map {
		height: 320px;
		width: 100%;
	}
	
	.submission-message {
		margin-top: 100px;
	}
	.submission-message header {
		color: @colorPrincipal;
		font-size: 48px;
		font-weight: lighter;
		margin: 10px 0;
	}
	.submission-message p, .submission-message a {
		margin-bottom: 60px;
	}
	
	/****
	T
	****/
	.tag {
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
		background-color: #fff;
		display: inline-block;
		padding: 3px 8px;
	}
	
	.tag2 {
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		
		/*-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);*/
		background-color: #fff;
		/* display: inline-block; */
		padding:0;
		margin: 0;
		text-align: center;
	}
	
	.tag3 {
		-moz-transition: 0.2s;
		-webkit-transition: 0.2s;
		transition: 0.2s;
		color: #FFFFFF;
		outline: none !important;
		/* display: inline-block; */
		padding: 4px 15px;
		/* margin: 0; */
		text-align: center;
	}
	
	.inmobiliaria .tool-tip {
		padding: 3px;
	}
	
	.inmobiliaria .fa {
		color:@colorPrincipal;
		font-weight:600;
		margin-right: 0px;
		float: right;
	}
	
	.tag.price {
		text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
		background-color: @colorPrincipal;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
	}
	#home .link-arrow:hover {
		color: @colorSecundario;
		cursor: pointer;
	}
	.tag2.price {
		/* text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3); */
		background-color: #989898;
		color: #ffffff;
		font-size: 14px;
		font-weight: 500;
		padding: 4px 0px 2px 0px;
	}
	
	
	.tag3.price {
		text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
		background-color: @colorPrincipal;
		color: #fff;
		font-size: 14px;
		/* width: 100%; */
		display: inline-block;
		float: left;
		margin-top: 3px;
		-webkit-box-shadow: 0px 3px 5px 0px rgba(191,191,191,1);
		-moz-box-shadow: 0px 3px 5px 0px rgba(191,191,191,1);
		box-shadow: 0px 3px 5px 0px rgba(191,191,191,1);
		
	}
	
	#botones_comunas .tag3.price {
		text-shadow: none;
		background-color: #f1f1f1;
		color: #2c3e50;
		font-size: 12px;
		/* width: 100%; */
		display: inline-block;
		float: left;
		margin-top: 3px;
		-webkit-box-shadow: 0px 2px 2px 0px rgba(191,191,191,1);
		-moz-box-shadow: 0px 2px 2px 0px rgba(191,191,191,1);
		box-shadow: 0px 2px 2px 0px rgba(191,191,191,1);
		margin-right: 8px;
		width: 160px;
		margin-bottom: 10px;
	}
	
	#botones_comunas .tag3.price:hover {
		background-color: #50555C;
		color: white;
	}
	
	.tag3.price a{
		-moz-transition: 0.2s;
		-webkit-transition: 0.2s;
		transition: 0.2s;
		color: #FFFFFF;
		outline: none !important;
		
	}
	
	#resultadobusqueda .tag3.price a{
		-moz-transition: 0.2s;
		-webkit-transition: 0.2s;
		transition: 0.2s;
		color: #FFFFFF;
		outline: none !important;
		font-size: 14px;
		padding: 0px;
		
	}
	
	.tag3.price a:hover {
		background-color:rgba(2, 16, 25, 0);
		-moz-transition: 0.2s;
		-webkit-transition: 0.2s;
		transition: 0.2s;
		color: #FFFFFF;
		outline: none !important;
		
	}
	.tag.price a {
		-moz-transition: 0.2s;
		-webkit-transition: 0.2s;
		transition: 0.2s;
		color: #FFFFFF;
		outline: none !important;
	}
	
	.tag2.price a {
		-moz-transition: 0.2s;
		-webkit-transition: 0.2s;
		transition: 0.2s;
		color: #424141;
		outline: none !important;
	}
	
	.tag.article {
		background-color: @colorPrincipal;
		/* border-left: 3px solid #c7c7c7; */
		color: #ffffff;
		font-size: 12px;
		font-weight: bold;
	}
	
	.testimonials-carousel.small .testimonial {
		padding: 20px 0;
	}
	.testimonials-carousel.small .testimonial figure .image {
		background-color: #5a5a5a;
		height: 70px;
		position: relative;
		overflow: hidden;
		width: 60px;
	}
	.testimonials-carousel.small .testimonial figure .image:after {
		bottom: 0px;
		content: "";
		height: 0px;
		border-style: solid;
		border-width: 10px 0 0 10px;
		border-color: transparent transparent transparent #fff;
		position: absolute;
		right: 0;
		width: 0px;
	}
	.testimonials-carousel.small .testimonial figure .image:before {
		background-color: #fff;
		bottom: 0;
		content: "";
		height: 10px;
		left: 0;
		width: calc(100% - 10px);
		position: absolute;
	}
	.testimonials-carousel.small .testimonial figure .image img {
		height: 100%;
	}
	.testimonials-carousel.small .testimonial .cite p {
		font-size: 14px;
	}
	.testimonials-carousel .testimonial img {
		height: 100%;
		width: initial !important;
	}
	
	.text-banner {
		padding: 20px 0;
	}
	
	.timeline-item {
		display: block;
		margin-bottom: 60px;
	}
	.timeline-item:last-child:after {
		display: none !important;
	}
	.timeline-item:hover .circle .date {
		left: 30px;
	}
	.timeline-item:hover .wrapper {
		background-color: #f3f3f3;
	}
	.timeline-item:hover .wrapper .social .btn {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	.timeline-item:after {
		background-color: #f3f3f3;
		content: "";
		width: 2px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 21px;
		z-index: -1;
	}
	.timeline-item .circle {
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		background-color: #fff;
		border: 2px solid #f3f3f3;
		height: 43px;
		position: relative;
		width: 100%;
	}
	.timeline-item .circle .dot {
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		background-color: #1396e2;
		height: 7px;
		width: 7px;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 1px;
		margin: auto;
	}
	.timeline-item .circle .date {
		-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		background-color: #1396e2;
		color: #fff;
		left: 40px;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		height: 29px;
		line-height: 29px;
		padding-left: 7px;
		padding-right: 7px;
		z-index: 2;
	}
	.timeline-item .circle .date:after {
		width: 0;
		height: 0;
		content: "";
		border-style: solid;
		border-width: 4px 4px 4px 4px;
		border-color: transparent #1396e2 transparent transparent;
		position: absolute;
		top: 0;
		left: -8px;
		bottom: 0;
		margin: auto;
	}
	.timeline-item .wrapper {
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		background-color: transparent;
		border: 2px solid #f3f3f3;
		padding: 20px 20px 20px 80px;
		margin-top: -8px;
	}
	.timeline-item .wrapper img {
		margin-bottom: 30px;
		width: 100%;
	}
	.timeline-item .wrapper h3 {
		margin-top: 0;
	}
	.timeline-item .wrapper .social {
		margin-top: 20px;
	}
	.timeline-item .wrapper .social .btn {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
		opacity: 0.3;
		padding: 3px 0;
		width: 25px;
	}
	
	.thumbnail {
		height: auto;
	}
	
	
	.tool-tip {
		padding: 5px;
		cursor: pointer;
		color: @colorPrincipal;
		background-color: #FFF;
		border-radius: 15px;
	}
	
	img.tool-tip {
		width: 17px;
		height: 17px;
		float: right;
		margin-right: 5px;
		margin-top: -2px;
		padding: 0px;
		
	}
	
	/****
	U
	****/
	.universal-button {
		-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		background-color: #f3f3f3;
		color: #2a2a2a;
		display: block;
		margin-bottom: 10px;
		padding: 20px;
		position: relative;
		top: 0;
	}
	.universal-button:hover {
		background-color: #eeeeee;
		color: #2a2a2a;
	}
	.universal-button:active {
		-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
		top: 1px;
	}
	.universal-button figure, .universal-button span {
		vertical-align: middle;
		display: table-cell;
	}
	.universal-button figure {
		color: #1396e2;
		font-size: 28px;
		width: 40px;
	}
	.universal-button .arrow {
		bottom: 0;
		color: #1396e2;
		height: 15px;
		margin: auto;
		position: absolute;
		right: 10px;
		top: 0;
		width: 10px;
	}
	
	#map {
		width: 100%;
		height: 420px !important;
		position: relative;
		overflow: hidden;
		margin-top: 0px !important;
	}
	
	#caja_boton_mapa {
		top: 20px;
		right: 0;
	}
	
	#contact-map {
		height: 300px;
		width: 100%;
	}
	
	.marker-style {
		text-align: center;
		width: 34px;
		height: 34px;
		border-radius: 50%;
		margin-left: -17px !important;
		margin-top: -46px !important;
	}
	#home .thumbnail {
		display: block;
		padding: 4px;
		margin-bottom: 4px;
		line-height: 1.42857143;
		background-color: #fff;
		border: 1px solid #ddd;
		border-radius: 4px;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	.marker-style-premiun {
		border: 3px solid @colorPrincipal !important;
	}
	#home .marker-style {
		text-align: center;
		width: 34px;
		height: 34px;
		border-radius: 50%;
		margin-left: -17px !important;
		margin-top: -46px !important;
	}
	
	.cluster > div {
		color: #fff !important;
		text-align: center !important;
		z-index: 3;
	}
	
	#home .cluster > div {
		color: #ffffff !important;
		text-align: center !important;
		z-index: 3;
	}
	.cluster > div:before {
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		background-color: #1396e2;
		content: "";
		height: 31px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		width: 31px;
		z-index: -1;
	}
	#home .cluster > div:before {
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		background-color: @colorPrincipal;
		content: "";
		height: 31px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		width: 31px;
		z-index: -1;
	}
	
	.leaflet-div-icon {
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		background-color: transparent;
		border: none;
		background-image: url("../img/marker.png");
	}
	.leaflet-div-icon:after {
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		border: 3px solid @colorPrincipal;
		content: "";
		display: block;
		height: 34px;
		left: 3px;
		position: absolute;
		top: 3px;
		width: 34px;
		z-index: 2;
	}
	.leaflet-div-icon:hover {
		top: -5px;
	}
	.leaflet-div-icon img {
		position: absolute;
		left: 0px;
		right: 0px;
		margin: auto;
		top: -10px;
		bottom: 0px;
	}
	
	.marker-icon {
		background-image: url('../img/marker.png');
	}
	
	#home .marker-style-premium {
		border: 3px solid@colorPrincipal !important;
		border-radius: 50%;
		width: 34px;
		height: 34px;
		margin-top: 3px;
		margin-left: 3px;
	}
	
	.leaflet-container {
		font: inherit;
	}
	
	.leaflet-popup .leaflet-popup-close-button {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
		opacity: 0.5;
		background: #fff !important;
		color: #2a2a2a !important;
		height: 20px !important;
		top: 6px !important;
		padding: 4px !important;
		right: 16px !important;
		width: 20px !important;
		font-size: 12px !important;
		z-index: 2;
	}
	.leaflet-popup .leaflet-popup-content-wrapper {
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		padding: 0;
	}
	.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
		width: 250px;
		margin: 0;
		overflow: hidden;
	}
	.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .property {
		margin-bottom: 0;
	}
	.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .property:hover img {
		top: 0;
	}
	.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .property .overlay {
		bottom: 0px;
	}
	
	.infobox-wrapper > img {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
		opacity: 0.5;
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		position: absolute !important;
		right: 8px;
		top: 13px;
		z-index: 2;
	}
	.infobox-wrapper > img:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	
	.infobox-inner{
		font-family: Albert Sans, Arial, sans-serif;
		background: #fff;
		border-top: 6px solid @colorPrincipal;
		font-size: 12px;
		position: relative;
		min-width: 200px;
		max-width: 250px;
	}
	
	.infobox-wrapper .infobox-inner {
		-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
		background: #fff;
		border-top: 6px solid @colorPrincipal;
		font-size: 12px;
		position: relative;
		margin-bottom: 5px;
		min-width: 200px;
		max-width: 250px;
	}
	
	#home.infobox-wrapper .infobox-inner {
		-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
		background: #fff;
		border-top: 6px solid #34495e !important;
		font-size: 12px;
		position: relative;
		margin-bottom: 50px;
		min-width: 200px;
	}
	.infobox-wrapper .infobox-inner:after {
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 6px 6px 0 6px;
		border-color: #fff transparent transparent transparent;
		position: absolute;
		left: 95px;
		content: "";
		bottom: -6px;
	}
	
	.infobox-inner .infobox-image {
		width: 250px;
		height: 180px;
		overflow: hidden;
		position: relative;
	}
	.infobox-inner .infobox-image:after {
		background: -moz-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
		background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
		background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
		background: -ms-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
		background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
		display: block;
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
	}
	.infobox-inner .infobox-image img {
		width: 100%;
		object-fit: cover;
		height: 100%;
	}
	.infobox-inner .infobox-price {
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
		background-color: #ea5b0c;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		padding: 3px 7px;
		position: absolute;
		bottom: 8px;
		left: 8px;
		z-index: 2;
	}
	
	.infobox-inner span.infobox-price {
		background-color: @colorPrincipal;
	}
	.infobox-inner .infobox-title {
		font-size: 14px;
		font-weight: bold;
	}
	.infobox-inner .infobox-title a {
		color: @colorPrincipal;
	}
	.infobox-inner .infobox-description {
		padding: 8px;
	}
	.infobox-inner .infobox-location {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
		opacity: 0.5;
		font-size: 12px;
	}
	.infobox-inner .fa {
		color: #1396e2;
		float: right;
		font-size: 18px;
		margin-top: 4px;
	}
	.infobox-inner.cluster-nodes {
		width: 250px;
	}
	.infobox-inner.cluster-nodes .cluster-container {
		max-height: 235px;
		overflow: auto;
	}
	.infobox-inner.cluster-nodes .cluster-node {
		clear: both;
		padding-bottom: 7px;
	}
	.infobox-inner.cluster-nodes .infobox-title {
		display: block;
		padding-top: 3px;
	}
	.infobox-inner.cluster-nodes img {
		width: 90px;
		height: 80px;
		float: left;
		margin-right: 3px;
	}
	.infobox-inner.cluster-nodes .infobox-price {
		padding: 3px 7px;
		position: inherit;
		bottom: inherit;
		left: inherit;
		display: block;
		clear: both;
	}
	.infobox-inner.cluster-nodes .infobox-description {
		padding: 3px 0 0 0;
		/*float: left;
		width: 140px;*/
	}
	.marker-hover {
		opacity: .5;
	}
	
	.search-box-wrapper {
		position: absolute;
		width: 100%;
		top: 180px;
	}
	
	#div_proyectos .btn.btn-default, select.btn-default {
		-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-moz-transition: 0.2s;
		-webkit-transition: 0.2s;
		transition: 0s;
		background-color: #EC0000;
		color: #fff;
		font-size: 16px;
		line-height: 15px;
		font-weight: lighter;
	}
	#div_proyectos .form-map .selectpicker {
		background-color: @colorPrincipal;
		border: none;
		color: #ffffff;
		font-size: 14px;
		font-weight: 400;
		min-height: 20px;
		/* padding: 2px 9px 9px 9px; */
		width: 100%;
	}
	
	.div_comunas{
		max-height: 340px !important;
		overflow: auto !important; 
		min-height: 111px !important;
	}
	
	#div_proyectos .search-box .form-map {
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		background-color: rgba(255,255,255,0.40);
		padding: 5px 10px 1px 10px;
		z-index: 1500;
	}
	#div_proyectos .search-box-wrapper {
		padding: 29px 0;
		padding-top: 18px !important;
		position: absolute !important;
		top: 15px;
		/* background-color: rgba(0, 0, 0, 0.4); */
		-webkit-box-shadow: none;
		-moz-box-shadow: 0px 0px 24px 0px rgba(148,146,148,1);
		box-shadow: none;
		background-color: transparent;
	}
	.search-box-wrapper .search-box-inner h2 {
		margin-bottom: 7px;
		margin-top: 15px;
	}
	
	#submit-map {
		margin-bottom: 20px;
	}
	.fade-map {
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
		opacity: 0.3;
	}
	
	.map-osm #map {
		z-index: 0;
		position: relative;
	}
	
	.ver_telefonos p {
		font-weight: bold;
		float: left;
		margin-bottom: 0px;
		margin-top: 3px;
	}
	#economicos img.tool-tip {
		width: 17px;
		height: 17px;
		float: left;
		padding: 0px;
		margin-bottom: 8px;
		margin-right: 10px;
	}
	.marker-cluster span {
		line-height: 30px;
	}
	.marker-cluster {
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		color: #fff;
		width: 36px;
		height: 36px;
		background-color: @colorPrincipal;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		line-height: 38px;
		border: 3px solid #222;
		text-align: center;
	}
	.marker-cluster:hover {
		background-color: @colorPrincipal !important;
	}
	.marker-cluster div {
		width: 30px;
		height: 30px;
		text-align: center;
		border-radius: 15px;
		font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
		margin-left: 2px !important;
		margin-top: 3px !important;
	}
	/* inicio colores marker-cluster */
	.marker-cluster-small {
		background-color: @colorPrincipal !important;
	}
	.marker-cluster-small div {
		background-color: transparent !important;
	}
	.marker-cluster-medium {
		background-color: @colorPrincipal !important;
	}
	.marker-cluster-medium div {
		background-color: transparent !important;
	}
	.marker-cluster-large {
		background-color: @colorPrincipal !important;
	}
	.marker-cluster-large div {
		background-color: transparent !important;
	}
	/* IE 6-8 fallback colors */
	.leaflet-oldie .marker-cluster-small {
		background-color: @colorPrincipal !important;
	}
	.leaflet-oldie .marker-cluster-small div {
		background-color: transparent !important;
	}
	.leaflet-oldie .marker-cluster-medium {
		background-color: @colorPrincipal !important;
	}
	.leaflet-oldie .marker-cluster-medium div {
		background-color: transparent !important;
	}
	.leaflet-oldie .marker-cluster-large {
		background-color: @colorPrincipal !important;
	}
	.leaflet-oldie .marker-cluster-large div {
		background-color: transparent !important;
	}
	/* fin colores marker-cluster */
	/*estilos para filtros de mapa expandido*/
	#div_mapa2 .search-box-wrapper {
		padding: 0;
		position: absolute !important;
		top: 480px !important;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		background-color: transparent !important;
		margin-bottom: 20px;
		margin-top: 33px !important;
		width: 100%;
	}
	#div_mapa2 div#map {
		width: 100%;
		height: 550px !important;
		position: relative;
		overflow: hidden;
		margin-top: 0px !important;
	}
	#div_mapa2 .container {
		padding-right: 0;
		padding-left: 0;
	}
	
	#div_mapa2 .search-box.map.show-search-box {
		padding: 0;
	}
	
	#div_mapa2 .tab-content {
		background-color: rgba(0, 0, 0, 0.3);
		padding: 10px 25px;
	}
	
	.form-group {
		margin-bottom: 15px;
	}
	
	#cabecera_buscador div#boton_proyectos {
		width: 85% !important;
		float: right;
	}
	
	#cabecera_buscador #cambio_mapa_listado label, #cabecera_buscador #cambio_listado_mapa label {
		background-color: rgb(234, 91, 12);
		color: white;
		/* border-radius: 4px; */
		padding: 5px;
		display: block;
		font-size: 15px;
		width: 100%;
		/* height: 100%; */
		line-height: 0;
	}
	div#map-osm {
		height: 540px;
	}
	#cabecera_buscador h2 {
		margin-bottom: 7px;
		margin-top: 15px;
		text-align: left;
		display:inline-block;
	}
	#cabecera_buscador i.fa.fa-map-marker {
		font-size: 21px;
		
		
	}
	#cabecera_buscador button.btn.btn-default {
		width: 16%;
		float: right;
		font-size: 18px;
		/* height: 33px; */
		/* vertical-align: middle; */
	}
	div#resultado_listado {
		width: 80%;
		display: inline-block;
	}
	
	div#resultado_mapa {
		width: 19%;
		display: inline-block;
		float: right;
		top: -5px;
		right: -5px;
	}
	div#resultado_listado button.btn.btn-default {
		height: 45px;
		letter-spacing: 0px;
		font-weight: 400;
		font-size: 21px;
		line-height: 18px;
	}
	div#resultado_mapa button.btn.btn-default {
		height: 45px;
		
	}
	div#resultado_mapa i.fa.fa-map-marker {
		font-size: 20px;
	}
	.form-group2 {
		/* [disabled]width:49%; */
		margin-bottom: 10px;
		display: inline-block;
		
	} 
	
	h2.agregarcodeudor {
		font-size: 14px;
		font-weight: bold;
		color: #50555C;
		margin-bottom: 0px;
		display: inline;
	}
	input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="number"], input[type="tel"], textarea.form-control {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
		-webkit-appearance: none;
		background-color: #f3f3f3;
		border: none;
		font-size: 14px;
		outline: none !important;
		/*padding: 10px 9px 11px 9px;*/
		width: 100%;
		height: 39px;
	}
	input[type="text"]:active, input[type="text"]:focus, input[type="email"]:active, input[type="email"]:focus, input[type="search"]:active, input[type="search"]:focus, input[type="password"]:active, input[type="password"]:focus, input[type="number"]:active, input[type="number"]:focus, input[type="tel"]:active, input[type="tel"]:focus, textarea.form-control:active, textarea.form-control:focus {
		-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
	}
	
	
	.navigation input[type="text"]:hover, input[type="email"]:hover, input[type="search"]:hover, input[type="password"]:hover, input[type="number"]:hover, input[type="tel"]:hover, textarea.form-control:hover {
		display: block;
		width: 100%;
		height: 25px;
		padding: 9px 9px 11px 9px;
		font-size: 12px;
		line-height: 1.42857143;
		color: #50555c;
		background-color: #fff;
		background-image: none;
		border: 1px solid #ccc;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}
	
	input[type="text"]:hover, input[type="email"]:hover, input[type="search"]:hover, input[type="password"]:hover, input[type="number"]:hover, input[type="tel"]:hover, textarea.form-control:hover {
		background-color: rgba(0, 0, 0, 0.02);
	}
	
	.btn, select {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		background-color: #f3f3f3;
		border: none;
		color: #5a5a5a;
		font-size: 14px;
		outline: none !important;
		padding: 10px 9px 9px 9px;
		width: auto;
	}
	.btn:hover, select:hover {
		background-color: #989898;
		color: #5a5a5a;
	}
	.btn:active, .btn:focus, select:active, select:focus {
		-webkit-box-shadow: 0px 1px 2px transparent, inset 0px 2px 2px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 2px transparent, inset 0px 2px 2px rgba(0, 0, 0, 0.2);
		background-color: #ebebeb;
		color: @colorPrincipal;
	}
	.btn.btn-default, select.btn-default {
		-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-moz-transition: 0.2s;
		-webkit-transition: 0.2s;
		transition: 0.2s;
		background-color: #d45821;
		color: #fff;
		font-size: 16px;
		line-height: 15px;
		font-weight: lighter;
	}
	
	#boton_volverabuscar .btn.btn-default, select.btn-default {
		-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-moz-transition: 0.2s;
		-webkit-transition: 0.2s;
		transition: 0.2s;
		background-color: #777777;
		color: #fff;
		font-size: 16px;
		line-height: 15px;
		font-weight: lighter;
	}
	#home button.btn.btn-default {
		font-size: 14px;
	}
	.btn.btn-default:hover, select.btn-default:hover {
		background-color: #EEEEEE !important;
		color: #50555C;
	}
	#boton_volverabuscar .btn.btn-default:hover .fa-level-down-alt {
		color: @colorPrincipal !important;   
	}
	#boton_volverabuscar .btn.btn-default:hover, #boton_volverabuscar select.btn-default:hover {
		background-color: #9c9c9c !important;
		color: #ffffff;
	}
	.btn.btn-default:active, select.btn-default:active {
		-moz-box-shadow: 0px 2px 2px transparent, inset 0px 2px 2px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 2px 2px transparent, inset 0px 2px 2px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 2px transparent, inset 0px 2px 2px rgba(0, 0, 0, 0.2);
	}
	.btn.btn-grey-dark, select.btn-grey-dark {
		background-color: #2a2a2a;
		color: #fff;
	}
	.btn.btn-grey-dark:hover, select.btn-grey-dark:hover {
		background-color: #393939;
	}
	.btn.btn-danger, select.btn-danger {
		background-color: @colorPrincipal;
		color: #fff;
	}
	.btn.btn-danger:hover, select.btn-danger:hover {
		background-color: #5a5a5a;
	}
	.btn.btn-success, select.btn-success {
		background-color: #5CB85C;
		color: #fff;
	}
	.btn.btn-success:hover, select.btn-success:hover {
		background-color: #4cae4c;
	}
	.btn.btn-info, select.btn-info {
		background-color: #31B0D5;
		color: #fff;
	}
	.btn.btn-info:hover, select.btn-info:hover {
		background-color: #28a1c4;
	}
	.btn.btn-warning, select.btn-warning {
		background-color: #EC971F;
		color: #fff;
	}
	.btn.btn-warning:hover, select.btn-warning:hover {
		background-color: #df8a13;
	}
	.btn.small, select.small {
		font-size: 12px;
		padding: 5px 12px 5px;
	}
	.btn.large, select.large {
		font-size: 18px;
		padding: 15px 20px;
	}
	
	.checkbox, .radio {
		padding-left: 0px;
	}
	
	.checkbox.switch {
		margin: 0;
		padding: 0;
		z-index: 2;
		float: right;
		text-align: center;
		width: 85%;
		display: inline-block;
		
	}
	.checkbox.switch .icheckbox {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		border: 2px solid @colorPrincipal;
		background-color: #fff;
		display: inline-block;
		height: 25px;
		margin-left: 10px;
		position: relative;
		width: 45px;
		top: -1px;
	}
	.checkbox.switch .icheckbox:hover {
		border-color: #1396e2;
	}
	.checkbox.switch .icheckbox:hover:before {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	.checkbox.switch .icheckbox:after {
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		text-shadow: none;
		-webkit-font-smoothing: antialiased;
		font-family: 'fontawesome';
		speak: none;
		font-weight: normal;
		font-variant: normal;
		line-height: 1;
		text-transform: none;
		color: @colorPrincipal;
		content: "\f00c";
		font-size: 11px;
		position: absolute;
		left: 5px;
		line-height: 20px;
	}
	.checkbox.switch .icheckbox:before {
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		background-color: @colorPrincipal;
		content: "";
		height: 17px;
		width: 17px;
		position: absolute;
		left: 2px;
		top: 2px;
	}
	.checkbox.switch .icheckbox.checked {
		border-color: #1396e2;
	}
	
	#cambio_mapa_listado .checkbox.switch .icheckbox.checked {
		border-color: @colorPrincipal;
	}
	
	.checkbox.switch .icheckbox:hover{
		border-color: @colorPrincipal;
	}
	
	
	
	
	.checkbox.switch .icheckbox.checked:before {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		background-color: @colorPrincipal;
		left: 22px;
	}
	.checkbox .icheckbox {
		-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
		position: relative;
		display: inline-block;
		vertical-align: middle;
		background-color: #f3f3f3;
		display: inline-block;
		height: 20px;
		margin-right: 10px;
		position: relative;
		width: 20px;
		top: -1px;
	}
	.checkbox .icheckbox:after {
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		text-shadow: none;
		-webkit-font-smoothing: antialiased;
		font-family: 'fontawesome';
		speak: none;
		font-weight: normal;
		font-variant: normal;
		line-height: 1;
		text-transform: none;
		color: #2a2a2a;
		content: "\f00c";
		position: absolute;
		line-height: 20px;
		left: 4px;
	}
	.checkbox .icheckbox.checked:after {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	
	.iradio {
		-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		position: relative;
		display: inline-block;
		vertical-align: middle;
		background-color: #f3f3f3;
		height: 20px;
		margin-right: 10px;
		position: relative;
		width: 20px;
		top: -1px;
	}
	.iradio:after {
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		width: 8px;
		height: 8px;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		background-color: #2a2a2a;
	}
	.iradio.checked:after {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	
	.input-group-addon {
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		border: none;
	}
	
	.input-group .search {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		position: relative;
		width: 40px;
		z-index: 2;
	}
	
	.form-group {
		position: relative;
	}
	
	form #form-status {
		line-height: 1;
		position: relative;
		top: -28px;
	}
	form #form-status #valid {
		position: relative;
		top: -10px;
	}
	form #form-status #valid .icon {
		font-size: 24px;
		margin-right: 10px;
		vertical-align: middle;
	}
	form #form-status #invalid {
		color: red;
		position: relative;
		top: -10px;
	}
	form label.error {
		background-color: red;
		text-align: left;
		bottom: -30px;
		color: #fff;
		font-size: 12px;
		left: 15px;
		padding: 5px 4px 5px 4px;
		position: absolute;
		z-index: 2;
		width: 270px;
	}
	form label.error:before {
		border-style: solid;
		border-width: 0 3.5px 5px 3.5px;
		border-color: transparent transparent red transparent;
		content: "";
		height: 0px;
		left: 5px;
		position: absolute;
		top: -5px;
		width: 0px;
	}
	
	#cajas_select dt {
		width: 100%;
		margin-bottom: 7px;
		color: #073855;
		font-weight: 500;
		font-size: 14px;
		margin-top: 15px;
	}
	
	#cajas_select dd {
		margin-bottom: 0px;
	}
	
	#cajas_select div#cajadesplegable {
		width: 100%;
		float: left;
		margin-bottom: 12px;
		text-align: left;
	}
	
	.form-submit .file-input {
		border: 2px solid #f3f3f3;
		padding: 15px;
		position: relative;
		width: 100%;
	}
	.form-submit .file-input .file-preview {
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		border: none;
		padding: 0;
		margin-bottom: 20px;
	}
	.form-submit .file-input .file-preview .close {
		position: absolute;
		right: 10px;
		top: 5px;
	}
	.form-submit .file-input .file-preview .file-preview-frame {
		-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		border: none;
		height: inherit;
	}
	.form-submit .file-input .file-preview .file-preview-frame .file-preview-image {
		height: 100px;
	}
	
	.bootstrap-select {
		width: 100% !important;
		margin-bottom: 0 !important;
		
	}
	
	.bootstrap-select .selectpicker {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		background-color: #f3f3f3;
		color: #5a5a5a;
	}
	.bootstrap-select .selectpicker:focus, .bootstrap-select .selectpicker:active {
		-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		outline: none !important;
	}
	.bootstrap-select .selectpicker:hover {
		background-color: #989898;
	}
	.bootstrap-select .selectpicker .caret {
		border: none;
	}
	.bootstrap-select .selectpicker .caret:after {
		text-shadow: none;
		-webkit-font-smoothing: antialiased;
		font-family: 'fontawesome';
		speak: none;
		font-weight: bold;
		font-variant: normal;
		line-height: 1;
		text-transform: none;
		color: @colorPrincipal;
		content: "\f107";
		font-size: 18px;
		position: absolute;
		top: -7px;
		right: -2px;
	}
	.bootstrap-select.opt_region .selectpicker .filter-option, .bootstrap-select.opt_comunas .selectpicker .filter-option {
		margin-left: 7px;
	}
	.bootstrap-select .selectpicker .filter-option {
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		padding-left: 0px;
		position: relative;
	}
	.bootstrap-select .selectpicker .filter-option:before {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		text-shadow: none;
		-webkit-font-smoothing: antialiased;
		font-family: 'fontawesome';
		speak: none;
		font-weight: normal;
		font-variant: normal;
		line-height: 1;
		text-transform: none;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		color: @filtrosFlechas;
		content: "\f00c";
		font-size: 14px;
		position: absolute;
		left: 0px;
		top: 2px;
	}
	.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
		bottom: -5px;
	}
	.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
		border: none;
	}
	.bootstrap-select .dropdown-menu {
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		border: none;
		margin-top: 3px;
		padding: 0;
		padding-left: 0 !important;
		overflow: hidden;
		
	}
	.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark{
		left: 3px !important;
	}
	.bootstrap-select .dropdown-menu.selectpicker {
		background-color: #FFFFFF  !important;
		
	}
	.bootstrap-select .dropdown-menu li:first-child a, .bootstrap-select .dropdown-menu li.selected a {
		background-color: transparent;
		color: #9c9c9c;
		padding-left: 15px;
	}
	.bootstrap-select .dropdown-menu li:first-child a:hover, .bootstrap-select .dropdown-menu li.selected a:hover {
		background-color: transparent;
		padding-left: 15px;
	}
	.bootstrap-select .dropdown-menu li a {
		-moz-transition: 0.2s;
		-webkit-transition: 0.2s;
		transition: 0.2s;
		color: #5a5a5a;
		padding: 8px 15px;
		display: inline-block;
		width: 100%;
	}
	.bootstrap-select .dropdown-menu li a:hover {
		background-color: #F0F0F0;
		padding-left: 20px;
	}
	.bootstrap-select.open .selectpicker {
		-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	
	.form-search .bootstrap-select .selectpicker {
		font-weight: bold;
	}
	
	.selected-option-check-a {
		padding-left: 20px;
	}
	.selected-option-check-a:before {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	
	.selected-option-check .selectpicker .filter-option {
		padding-left: 20px;
	}
	.selected-option-check .selectpicker .filter-option:before {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	
	.jslider {
		font-family: 'Albert Sans', sans-serif;
		top: 12px;
	}
	.jslider .jslider-value {
		background-color: transparent;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
	}
	.jslider .jslider-bg i {
		height: 2px;
	}
	.jslider .jslider-bg .l {
		background: none;
		background-color: #fff;
	}
	.jslider .jslider-bg .f {
		background: none;
		background-color: #fff;
	}
	.jslider .jslider-bg .r {
		background: none;
		background-color: #fff;
	}
	.jslider .jslider-bg .v {
		background: none;
		background-color: #1396e2;
		height: 2px;
	}
	.jslider .jslider-pointer {
		-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		background: url("../img/price-range-dragger.png") no-repeat 50% 50% #1396e2;
		height: 14px;
		width: 14px;
		top: 12px;
	}
	.jslider .jslider-pointer:before {
		border-style: solid;
		border-width: 0 7px 8px 7px;
		border-color: transparent transparent #1396e2 transparent;
		content: "";
		height: 0px;
		width: 0px;
		position: absolute;
		top: -8px;
		left: 0;
	}
	.jslider .jslider-label {
		color: #fff;
	}
	
	.price-range {
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		background-color: #f3f3f3;
		margin-bottom: 20px;
		padding: 15px 15px 10px;
	}
	.price-range .jslider-label, .price-range .jslider-value {
		color: #5a5a5a;
	}
	
	
	.search-box-resultado {
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 1;
		padding-right: 0px;
		width: 100%;
		z-index: 1;
		position:relative;
	}
	
	
	
	.search-box-resultado.show-search-box, .search-box.show-search-box {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	.search-box-resultado h2, .search-box h2 {
		border: none;
		padding-bottom: 0;
		color: white;
		font-size: 22px;
		font-weight: 400;
		text-align: center;
	}
	.btn .btn-busqueda:hover {
		background-color: @colorPrincipal !important;
		color: #FFF !important;
	}
	#form-busqueda .input-block-level{
		background-color: rgba(0, 0, 0, 0.4) !important;
	}
	#form-busqueda .btn.boton-buscador {
		-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-moz-transition: 0.2s;
		-webkit-transition: 0.2s;
		transition: 0s;
		background-color: @filtrosBuscador;
		color: #fff;
		font-size: 16px;
		line-height: 15px;
		font-weight: lighter;
		cursor: auto;
	}
	.search-box-resultado .btn, .search-box .btn {
		width: 100%;
	}
	.btn .btn-busqueda {
		background-color: white;
		margin: 5px 10px 5px 10px;
		padding: 5px 10px 5px 10px;
		width: 40%;
		color: #000000;
	}
	.search-box-resultado .nav-pills li a, .search-box .nav-pills li a {
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		background-color: transparent;
		color: #2a2a2a;
	}
	
	.search-box .form-map {
		
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		background-color: rgba(0, 0, 0, 0.4);
		padding: 5px 10px 1px 10px;
		
	}
	
	
	.search-box-resultado .form-map { 
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		background-color: transparent;
		
	}
	
	.search-box2 .form-map {
		background-color:#ffffff;
		border: none;
		color:@colorPrincipal;
		font-size: 14px;
		font-weight: 400;
		min-height: 40px;
		padding: 10px 9px 9px 9px;
		width: 100%;
	}
	
	.search-box .form-map:hover {
		background-color: rgba(191, 189, 189, 0.6) !important;
	}
	
	
	.search-box-resultado .form-map:hover{
		background-color: transparent;
	}
	
	.search-box .form-map input[type="text"], .search-box .form-map input[type="email"], .search-box .form-map input[type="search"], .search-box .form-map input[type="password"], .search-box .form-map input[type="number"], .search-box .form-map textarea, .search-box .form-map select, .search-box .form-map .selectpicker, .search-box .form-map .price-range, .search-box-resultado .form-map input[type="text"], .search-box-resultado .form-map input[type="email"], .search-box-resultado .form-map input[type="search"], .search-box-resultado .form-map input[type="password"], .search-box-resultado .form-map input[type="number"], .search-box-resultado .form-map textarea, .search-box-resultado .form-map select, .search-box-resultado .form-map .selectpicker, .search-box-resultado .form-map .price-range {
		background-color:@filtrosPrincipal;
		border: none;
		color: #FFFFFF;
		font-size: 14px;
		font-weight: 400;
		min-height: 20px;
		/* padding: 2px 9px 9px 9px; */
		width: 100%;
	}
	
	.search-box-resultado .form-map .selectpicker2, .search-box .form-map .selectpicker2 {
		background-color:@filtrosPrincipal;
		border: none;
		color: #FFFFFF;
		font-size: 14px;
		font-weight: 400;
		min-height: 20px;
		padding: 2px 9px 9px 9px;
		width: 100%;
	}
	.search-box-resultado .form-map2 .selectpicker, .search-box .form-map2 .selectpicker {
		background-color: #FFFFFF !important;
		border: none;
		color: #777777 !important;
		font-size: 14px;
		font-weight: 400;
		padding: 5px 9px 5px 9px;
		width: 100%;
	}
	
	.search-box .form-map input[type="text"]:hover, .search-box .form-map input[type="email"]:hover, .search-box .form-map input[type="search"]:hover, .search-box .form-map input[type="password"]:hover, .search-box .form-map input[type="number"]:hover, .search-box .form-map textarea:hover, .search-box .form-map select:hover, .search-box .form-map .selectpicker:hover, .search-box .form-map .price-range:hover, .search-box-resultado .form-map input[type="text"]:hover, .search-box-resultado .form-map input[type="email"]:hover, .search-box-resultado .form-map input[type="search"]:hover, .search-box-resultado .form-map input[type="password"]:hover, .search-box-resultado .form-map input[type="number"]:hover, .search-box-resultado .form-map textarea:hover, .search-box-resultado .form-map select:hover, .search-box-resultado .form-map .selectpicker:hover, .search-box-resultado .form-map .price-range:hover, #div_proyectos .form-map .selectpicker:hover {
		background-color: #ffffff !important;
		color: #6d6d6d;
	}
	.search-box-resultado .form-map .selectpicker .caret:after, .search-box .form-map .selectpicker .caret:after {
		color: @filtrosFlechas;
	}
	.search-box-resultado .form-map .selectpicker:hover .caret:after, .search-box .form-map .selectpicker:hover .caret:after {
		color: @colorSecundario;
	}
	
	button#botonlupa {
		background-color: transparent !important;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
	#search button#botonlupa {
		background-color: transparent;
	}
	
	#search .input-group-btn:last-child > .btn, #search .input-group-btn:last-child > .btn-group {
		margin-left: 0;
	}
	#search .btn.btn-default:hover, #search select.btn-default:hover{
		color: white;
		
	}
	.search-box-resultado .form-map .price-range, .search-box .form-map .price-range {
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		margin-bottom: 20px;
		padding: 15px 15px 10px;
	}
	
	.search-box .form-map .jslider-label, 
	.search-box .form-map .jslider-value 
	.search-box-resultado .form-map .jslider-label, 
	.search-box-resultado .form-map .jslider-value 
	{
		color: #fff;
	}
	
	#destacados_inm h2{
		border: none;
		padding-bottom: 0;
		color: black;
		font-size: 26px;
		font-weight: 400;
		text-align: center;
		margin-top:15px;
		
	}
	
	
	#inmobiliarias_destacadas{
		width: 150px;
		height: 150px;
		background-color: white;
		margin-right: 19px;
		margin-bottom:15px;
		border-radius: 11px;
		opacity: 0.7;
	}
	
	#inmobiliarias_destacadas img{
		width: 100px;
		height: 100px;
		left: 50%;
		top: 50%;
		margin: 0 -50px 0 -50px;
	}   
	#seccionpasivos .bootstrap-select .selectpicker {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		background-color: #f3f3f3;
		color: #5a5a5a;
		FONT-SIZE: 14PX;
		FONT-WEIGHT: 400;
		/* border: chocolate; */
		text-align: center;
	}   
	.horizontal-search .search-box-wrapper {
		padding: 40px 0 20px 0;
		position: relative !important;
		top: inherit !important;
		/* background-color: rgba(0, 0, 0, 0.4); */
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		background-color: white;
		margin-bottom: 20px;
	}
	
	.horizontal-search .search-box-wrapper .search-box .form-map button#submit-busqueda {
		background-color: #FFFFFF !important;
	}
	.horizontal-search .search-box-wrapper .search-box, .horizontal-search .search-box-wrapper .search-box-resultado {
		padding-right: 0;
		position: relative;
	}
	.horizontal-search .search-box-wrapper .search-box hr, .horizontal-search .search-box-wrapper .search-box-resultado hr {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.horizontal-search .search-box-wrapper .search-box .advanced-search-toggle, .horizontal-search .search-box-wrapper .search-box-resultado .advanced-search-toggle{
		padding: 10px 0px;
		color: #fff;
		position: absolute;
		top: 0;
		right: 0;
	}
	.horizontal-search .search-box-wrapper .search-box .advanced-search-toggle .fa, .horizontal-search .search-box-wrapper .search-box-resultado .advanced-search-toggle .fa  {
		color: @colorPrincipal;
		margin-left: 5px;
	}
	.horizontal-search .search-box-wrapper .search-box .nav-pills li.active a, .horizontal-search .search-box-wrapper .search-box-resultado .nav-pills li.active a{
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		background-color: @colorPrincipal;
		color: #fff;
	}
	.horizontal-search .search-box-wrapper .search-box .nav-pills li.active a:after, .horizontal-search .search-box-wrapper .search-box-resultado .nav-pills li.active a:after {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	.horizontal-search .search-box-wrapper .search-box .nav-pills li a, .horizontal-search .search-box-wrapper .search-box-resultado .nav-pills li a {
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		color: #fff;
		position: relative;
	}
	.horizontal-search .search-box-wrapper .search-box .nav-pills li a:after, .horizontal-search .search-box-wrapper .search-box-resultado .nav-pills li a:after {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		width: 0;
		border-style: solid;
		border-width: 5px 3.5px 0 3.5px;
		border-color: @colorPrincipal transparent transparent transparent;
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: -5px;
	}
	
	#home .tab-content .form-group {
		margin: 5px 0px;
	}
	.horizontal-search .search-box-wrapper .search-box .form-map, .horizontal-search .search-box-wrapper .search-box-resultado .form-map {
		background-color: transparent !important;
		padding: 0;
		margin: 0;
	}
	.horizontal-search .search-box-wrapper .search-box .form-map input[type="text"], .horizontal-search .search-box-wrapper .search-box-resultado .form-map input[type="text"]
	.horizontal-search .search-box-wrapper .search-box .form-map input[type="email"], .horizontal-search .search-box-wrapper .search-box-resultado .form-map input[type="email"]
	.horizontal-search .search-box-wrapper .search-box .form-map input[type="search"], .horizontal-search .search-box-wrapper .search-box-resultado .form-map input[type="search"]
	.horizontal-search .search-box-wrapper .search-box .form-map input[type="password"], .horizontal-search .search-box-wrapper .search-box-resultado .form-map input[type="password"]
	.horizontal-search .search-box-wrapper .search-box .form-map input[type="number"], .horizontal-search .search-box-wrapper .search-box-resultado .form-map input[type="number"]
	.horizontal-search .search-box-wrapper .search-box .form-map textarea, .horizontal-search .search-box-wrapper .search-box-resultado .form-map textarea
	.horizontal-search .search-box-wrapper .search-box .form-map select, .horizontal-search .search-box-wrapper .search-box-resultado .form-map select
	.horizontal-search .search-box-wrapper .search-box .form-map .selectpicker, .horizontal-search .search-box-wrapper .search-box-resultado .form-map .selectpicker
	.horizontal-search .search-box-wrapper .search-box .form-map .price-range, .horizontal-search .search-box-wrapper .search-box-resultado .form-map .price-range  
	{
		background-color: #fff;
		color: #5a5a5a;
	}
	.horizontal-search .search-box-wrapper .search-box .form-map input[type="text"]:hover, .horizontal-search .search-box-wrapper .search-box-resultado .form-map input[type="text"]:hover
	.horizontal-search .search-box-wrapper .search-box .form-map input[type="email"]:hover, .horizontal-search .search-box-wrapper .search-box-resultado .form-map input[type="email"]:hover
	.horizontal-search .search-box-wrapper .search-box .form-map input[type="search"]:hover, .horizontal-search .search-box-wrapper .search-box-resultado .form-map input[type="search"]:hover
	.horizontal-search .search-box-wrapper .search-box .form-map input[type="password"]:hover, .horizontal-search .search-box-wrapper .search-box-resultado .form-map input[type="password"]:hover
	.horizontal-search .search-box-wrapper .search-box .form-map input[type="number"]:hover, .horizontal-search .search-box-wrapper .search-box-resultado .form-map input[type="number"]:hover
	.horizontal-search .search-box-wrapper .search-box .form-map textarea:hover, .horizontal-search .search-box-wrapper .search-box-resultado .form-map textarea:hover
	.horizontal-search .search-box-wrapper .search-box .form-map select:hover, .horizontal-search .search-box-wrapper .search-box-resultado .form-map select:hover
	.horizontal-search .search-box-wrapper .search-box .form-map .selectpicker:hover, .horizontal-search .search-box-wrapper .search-box-resultado .form-map .selectpicker:hover
	.horizontal-search .search-box-wrapper .search-box .form-map .price-range:hover, .horizontal-search .search-box-wrapper .search-box-resultado .form-map .price-range:hover 
	
	{
		background-color: #f3f3f3;
	}
	.horizontal-search .search-box-wrapper .search-box .form-map button, .horizontal-search .search-box-wrapper .search-box-resultado .form-map button {
		background-color: @colorPrincipal !important;
	}
	.horizontal-search .search-box-wrapper .search-box .form-map button:hover, .horizontal-search .search-box-wrapper .search-box-resultado .form-map button:hover {
		background-color: #FFF !important;
	}
	.horizontal-search .search-box-wrapper .search-box .form-map .selectpicker .caret:after, .horizontal-search .search-box-wrapper .search-box-resultado .form-map .selectpicker .caret:after {
		color: #5a5a5a;
	}
	.horizontal-search .search-box-wrapper .search-box .form-map .jslider-label, .horizontal-search .search-box-wrapper .search-box-resultado .form-map .jslider-label 
	.horizontal-search .search-box-wrapper .search-box .form-map .jslider-value, .horizontal-search .search-box-wrapper .search-box-resultado .form-map .jslider-value {
		color: #5a5a5a;
	}
	.horizontal-search .search-box-wrapper .search-box .advanced-search, .horizontal-search .search-box-wrapper .search-box-resultado .advanced-search {
		padding-bottom: 20px;
	}
	.horizontal-search .search-box-wrapper .search-box .advanced-search h3, .horizontal-search .search-box-wrapper .search-box-resultado .advanced-search h3 {
		margin-top: 0;
	}
	
	.horizontal-search-float .search-box, .horizontal-search-float .search-box-resultado {
		padding-right: 0;
		position: inherit;
	}
	.horizontal-search-float .search-box .nav-pills li.active a, .horizontal-search-float .search-box-resultado .nav-pills li.active a {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		background-color: rgba(255, 255, 255, 0.9);
		color: @colorPrincipal;
	}
	.horizontal-search-float .search-box .nav-pills li a, .horizontal-search-float .search-box-resultado .nav-pills li a {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
		opacity: 0.7;
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		background-color: rgba(255, 255, 255, 0.9);
		color: #5a5a5a;
	}
	.horizontal-search-float .search-box .form-map, .horizontal-search-float .search-box-resultado .form-map {
		background-color: rgba(255, 255, 255, 0.9);
		padding: 15px 15px 5px 15px;
	}
	.horizontal-search-float .search-box .form-map:hover, .horizontal-search-float .search-box-resultado .form-map:hover {
		background-color: white;
	}
	.horizontal-search-float .search-box .form-map input[type="text"], .horizontal-search-float .search-box-resultado .form-map input[type="text"]
	.horizontal-search-float .search-box .form-map input[type="email"], .horizontal-search-float .search-box-resultado .form-map input[type="email"]
	.horizontal-search-float .search-box .form-map input[type="search"], .horizontal-search-float .search-box-resultado .form-map input[type="search"]
	.horizontal-search-float .search-box .form-map input[type="password"], .horizontal-search-float .search-box-resultado .form-map input[type="password"]
	.horizontal-search-float .search-box .form-map input[type="number"], .horizontal-search-float .search-box-resultado .form-map input[type="number"] 
	.horizontal-search-float .search-box .form-map textarea, .horizontal-search-float .search-box-resultado .form-map textarea
	.horizontal-search-float .search-box .form-map select, .horizontal-search-float .search-box-resultado .form-map select
	.horizontal-search-float .search-box .form-map .selectpicker, .horizontal-search-float .search-box-resultado .form-map .selectpicker
	.horizontal-search-float .search-box .form-map .price-range , .horizontal-search-float .search-box-resultado .form-map .price-range
	
	{
		background-color: @colorPrincipal;
		border: none;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		min-height: 40px;
		padding: inherit;
		padding-left: 10px;
		width: 100%;
	}
	.horizontal-search-float .search-box .form-map input[type="text"]:hover, .horizontal-search-float .search-box-resultado .form-map input[type="text"]:hover
	.horizontal-search-float .search-box .form-map input[type="email"]:hover, .horizontal-search-float .search-box-resultado .form-map input[type="email"]:hover
	.horizontal-search-float .search-box .form-map input[type="search"]:hover, .horizontal-search-float .search-box-resultado .form-map input[type="search"]:hover
	.horizontal-search-float .search-box .form-map input[type="password"]:hover, .horizontal-search-float .search-box-resultado .form-map input[type="password"]:hover
	.horizontal-search-float .search-box .form-map input[type="number"]:hover, .horizontal-search-float .search-box-resultado .form-map input[type="number"]:hover
	.horizontal-search-float .search-box .form-map textarea:hover, .horizontal-search-float .search-box-resultado .form-map textarea:hover
	.horizontal-search-float .search-box .form-map select:hover, .horizontal-search-float .search-box-resultado .form-map select:hover
	.horizontal-search-float .search-box .form-map .selectpicker:hover, .horizontal-search-float .search-box-resultado .form-map .selectpicker:hover
	.horizontal-search-float .search-box .form-map .price-range:hover , .horizontal-search-float .search-box-resultado .form-map .price-range:hover
	
	{
		background-color: #062f47;
	}
	.horizontal-search-float .search-box .form-map .price-range, .horizontal-search-float .search-box-resultado .form-map .price-range{
		margin-bottom: 0;
		padding: 15px 15px 10px;
	}
	.horizontal-search-float .search-box .form-map .jslider-label, .horizontal-search-float .search-box-resultado .form-map .jslider-label
	.horizontal-search-float .search-box .form-map .jslider-value, .horizontal-search-float .search-box-resultado .form-map .jslider-value{
		color: #fff;
	}
	
	.animation-fade-in {
		-webkit-animation-name: animation-fade-in;
		-moz-animation-name: animation-fade-in;
		-ms-animation-name: animation-fade-in;
		animation-name: animation-fade-in;
		-webkit-animation-duration: 0.2s;
		-moz-animation-duration: 0.2s;
		-ms-animation-duration: 0.2s;
		animation-duration: 0.2s;
	}
	div#cajadesplegable_otrostipos {
		margin-left: 0px;
		width: 100%;
	}
	
	@-webkit-keyframes animation-fade-in {}
	@-moz-keyframes animation-fade-in {}
	@-ms-keyframes animation-fade-in {}
	@keyframes animation-fade-in {}
	@-webkit-keyframes animation-fade-in {
		0% {
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
			opacity: 0;
		}
		
		100% {
			filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
			opacity: 1;
		}
	}
	@-moz-keyframes animation-fade-in {
		0% {
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
			opacity: 0;
		}
		
		100% {
			filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
			opacity: 1;
		}
	}
	@-ms-keyframes animation-fade-in {
		0% {
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
			opacity: 0;
		}
		
		100% {
			filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
			opacity: 1;
		}
	}
	@keyframes animation-fade-in {
		0% {
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
			opacity: 0;
		}
		
		100% {
			filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
			opacity: 1;
		}
	}
	.animation-fade-out {
		-webkit-animation-name: animation-fade-out;
		-moz-animation-name: animation-fade-out;
		-ms-animation-name: animation-fade-out;
		animation-name: animation-fade-out;
		-webkit-animation-duration: 0.2s;
		-moz-animation-duration: 0.2s;
		-ms-animation-duration: 0.2s;
		animation-duration: 0.2s;
	}
	@-webkit-keyframes animation-fade-out {}
	@-moz-keyframes animation-fade-out {}
	@-ms-keyframes animation-fade-out {}
	@keyframes animation-fade-out {}
	@-webkit-keyframes animation-fade-out {
		0% {
			filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
			opacity: 1;
		}
		
		100% {
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
			opacity: 0;
		}
	}
	@-moz-keyframes animation-fade-out {
		0% {
			filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
			opacity: 1;
		}
		
		100% {
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
			opacity: 0;
		}
	}
	@-ms-keyframes animation-fade-out {
		0% {
			filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
			opacity: 1;
		}
		
		100% {
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
			opacity: 0;
		}
	}
	@keyframes animation-fade-out {
		0% {
			filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
			opacity: 1;
		}
		
		100% {
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
			opacity: 0;
		}
	}
	
	body, html {
		height: 100%;
		margin: 0;
	}
	
	.wrapper {
		display: table;
		height: 100%;
		width: 100%;
	}
	
	#page-content {
		height: auto;
	}
	
	#page-footer {
		display: table-row;
		height: 1px;
	}
	
	/* 7. Responsive */
	
	@media (min-width: 1280px){
		
		
		/*  .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
			margin-left: 33px;
		}*/
		.navigation h2 {
			display: block;
			height: 72px;
			color: #ffffff;
			font-size: 19px;
			letter-spacing: 3px;
			font-weight: lighter;
			margin: 0;
			padding: 24px 0px 24px 20px;
		}
		.navigation .form-control {
			display: block;
			width: 100%;
			height: 35px;
			position:relative;
			top:5px;
			padding: 6px 12px;
			font-size: 14px;
			line-height: 1.42857143;
			color: @colorPrincipal;
			background-color: #fff;
			background-image: none;
			border: 1px solid #ccc;
			border-radius: 4px;
			-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
			-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
			transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		}
		
		#listadodeproyectos .ribbon-huincha-azul {
			width: 150px;
			height: 150px;
			overflow: hidden;
			/* position: absolute; */
			top: -3px;
			right: 0px;
		}
		
		#listadodeminisitio .ribbon-huincha-azul {
			width: 150px;
			height: 150px;
			overflow: hidden;
			/* position: absolute; */
			top: -3px;
			right: -3px;
		}
		
		.caja_slider_minisitio{
			height:auto;
			position:relative;
			overflow:hidden;
			
		}
		#breadcrumb_minisitio .breadcrumb {
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
			background-color: transparent;
			padding: 8px 0;
			font-size: 12px;
			margin-bottom: 10px;
			position: absolute;
			top: 7px;
			left: 0px; 
			/* float: right; */
			text-align: right;
			/* margin-right: 44%; */
			padding-right: 97px;
		}
		
		
		#property-detail h3 {
			border-bottom: 1px solid #ddd;
			font-size: 26px;
		}
		ul.submit-features {
			position: absolute;
			margin-top: -45px;
			margin-left: 633px;
		}
		
		.content-white{
			margin-right: 0px;
			width:100%;
			height:auto;
			
		}
		
		.cajatextoDiv {
			
			width:313px;
			overflow:visible;
			margin: 16px 0px;
		}
		
		
		
		
		.input-group{   
			position: relative;
			display: table;
			border-collapse: separate;
			margin-right:70px;
			padding-left:30px;
		}
		
		.input-group-btn{
			
			position: relative;
			font-size:0;
			white-space:nowrap;
			height:72px;
		}
		
	}
	
	@media (min-width: 1200px){
		
		
		#unidadesdisponibles .todasunidades button.btn.btn-danger {
			margin-top: 0 !important;
			padding: 0;
			position: absolute;
			top: 16px;
			/* width: 24% !important; */
			right: 9px !important;
			padding: 3px 0px;
			background-color: transparent;
			color: #50555c;
			/* border: none !important; */
			box-shadow: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
		}
		#unidadesdisponibles .volverunidades button.btn.btn-danger.link-arrow {
			margin-top: 0 !important;
			padding: 0;
			position: absolute;
			top: 18px;
			width: 24% !important;
			right: 16px !important;
			padding: 3px 0px;
			background-color: #5a5a5a;
			color: white;
		}
		
		#unidadesdisponibles .todasunidades button.btn.btn-danger.link-arrow {
			margin-top: 0 !important;
			padding: 0;
			position: absolute;
			top: 18px;
			width: 24% !important;
			right: 245px !important;
			padding: 3px 0px;
			background-color: #ea5b0c;
			color: white;
		}   
		
		#home ul.submit-features {
			position: absolute;
			margin-top: -45px;
			margin-left: 840px;
		}    
		.input-group-btn {
			position: relative;
			font-size: 0;
			white-space: nowrap;
			height: 72px;
		}
		.navigation h2 {
			display: block;
			height: 72px;
			color: #ffffff;
			font-size: 19px;
			letter-spacing: 0;
			font-weight: lighter;
			margin: 0;
			padding: 24px 0px 24px 20px;
		}
		.navigation .form-control {
			display: block;
			width: 100%;
			height: 25px;
			position:relative;
			top:5px;
			padding: 6px 12px;
			font-size: 14px;
			line-height: 1.42857143;
			color: @colorPrincipal;
			background-color: #fff;
			background-image: none;
			border: 1px solid #ccc;
			border-radius: 4px;
			-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
			-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
			transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		}
		
		#listadodeproyectos .ribbon-huincha-azul {
			width: 150px;
			height: 150px;
			overflow: hidden;
			/* position: absolute; */
			top: -3px;
			right: 0px;
		}
		
		#listadodeminisitio .ribbon-huincha-azul {
			width: 150px;
			height: 150px;
			overflow: hidden;
			/* position: absolute; */
			top: -3px;
			right: -3px;
		}
		ul.submit-features {
			position: absolute;
			margin-top: -45px;
			margin-left: 633px;
		}
		
		
		
		
		
		aside#search {
			overflow: visible;
			margin-left: -100px;
		}
		
		.cajatextoDiv {
			
			width:313px;
			overflow:visible;
			margin: 16px 0px;
		}
		
		input#cajatexto{
			padding:9px 9px 11px 9px;
		}
		
		.input-group{   
			position: relative;
			display: table;
			border-collapse: separate;
			margin-right:70px;
			padding-left:30px;
		}
		/*_____________________________________________________________________________*/
		
		
		.property .ribbon-huincha-azul {
			width: 150px;
			height: 150px;
			overflow: hidden;
			position: absolute;
			top: -3px;
			
			
		}
		.huincha {
			
			width: 100%;
			/* height: 330px; */
			background: white;
			border-radius: 10px;
			position: relative;
			z-index: 10;
		}
		
		.ribbon-huincha-azul {
			width: 150px;
			height: 150px;
			overflow: hidden;
			position: absolute;
			top: -3px;
			right: -3px;
			font-weight:lighter;
		}
		.ribbon-azul {
			
			color: #FFFFFF;
			text-align: center;
			text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			position: relative;
			padding: 3px 0;
			left: 44px;
			top: 26px;
			width: 134px;
			font-size: 13px;
			background-color: @colorPrincipal;
			background-image: @colorPrincipal;
			color: #FFFFFF;
			-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		}
		
		.ribbon-naranja {
			
			color: #FFFFFF;
			text-align: center;
			text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			position: relative;
			padding: 3px 0;
			left: 44px;
			top: 26px;
			width: 135px;
			font-size: 13px;
			background-color: #ff5a00;
			background-image: #ff5a00;
			color: #FFFFFF;
			-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		}
		
		.ribbon-amarilla {
			
			color: #FFFFFF;
			letter-spacing: -0.2px;
			text-align: center;
			text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			position: relative;
			padding: 3px 0;
			left: 44px;
			top: 26px;
			width: 135px;
			font-size: 13px;
			background-color: #fccd00;
			background-image: #fccd00;
			color: #FFFFFF;
			-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		}
		
		
		.ribbon-azul:before, .ribbon-azul:after {
			content: "";
			border-top: 3px solid #944f02;
			border-left: 3px solid transparent;
			border-right: 3px solid transparent;
			position: absolute;
			bottom: -3px;
		}
		
		.ribbon-azul:before {
			left: 0;
		}
		.ribbon-azul:after {
			right: 0;
		}
		
		.ribbon-naranja:before, .ribbon-naranja:after {
			content: "";
			border-top: 3px solid #693903;
			border-left: 3px solid transparent;
			border-right: 3px solid transparent;
			position: absolute;
			bottom: -3px;
		}
		
		.ribbon-naranja:before {
			left: 0;
		}
		.ribbon-naranja:after {
			right: 0;
		}
		
		.ribbon-amarilla:before, .ribbon-amarilla:after {
			content: "";
			border-top: 3px solid #b99700;
			border-left: 3px solid transparent;
			border-right: 3px solid transparent;
			position: absolute;
			bottom: -3px;
		}
		
		.ribbon-amarilla:before {
			left: 0;
		}
		.ribbon-amarilla:after {
			right: 0;
		}   
		
		
		.ribbon-verde {
			
			color: #FFFFFF;
			letter-spacing: -0.2px;
			text-align: center;
			text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			position: relative;
			padding: 3px 0;
			left: 44px;
			top: 26px;
			width: 135px;
			font-size: 13px;
			background-color: #27ae60;
			background-image: #27ae60;
			color: #FFFFFF;
			-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		}
		
		.ribbon-verde:before {
			left: 0;
		}
		.ribbon-verde:after {
			right: 0;
		}       
		
		.ribbon-verde:before, .ribbon-verde:after {
			content: "";
			border-top: 3px solid #104828;
			border-left: 3px solid transparent;
			border-right: 3px solid transparent;
			position: absolute;
			bottom: -3px;
		}
		
		
		
		
		.page-homepage .row:last-child .property {
			margin-bottom: 0;
		}
		.page-homepage .row:last-child .feature-box {
			margin-bottom: 0;
		}
		
		#slider .slide {
			overflow: hidden;
		}
		#slider .slide img {
			position: relative !important;
			width: inherit !important;
		}
		
		
		
		
		.content-white{
			margin-right: 0px;
			width:100%;
			height:auto;
			
		}
		
		
		
	}
	
	
	
	
	.content-white h2 {
		display: block;
		line-height: 28px;
		color: #FFFFFF;
		font-weight: lighter;
		text-align: center;
		padding-bottom: 59px;
		font-size: 25px;
		letter-spacing: 0.05em;
		padding-bottom: 42px;
		
	}
	
	
	
	
	h2 span.negrita {
		font-size:28px; 
		font-weight:600;
		
	}
	
	h1 span.negrita {
		color: white;
	}
	
	span .content-white h2 {
		font-size:27px; 
		font-weight:400;
		
	}
	div#boton_proyectos {
		width: 85% !important;
		float: right;
	}
	div#cambio_mapa_listado {
		z-index: 99;
		position: absolute !important;
		width: 100%;
	}
	/*div#cambio_listado_mapa {
		
		z-index: 99;
		top:150px;
		position:absolute;
	}
	*/
	#cambio_mapa_listado label, #cambio_listado_mapa label {
		background-color: rgba(0, 0, 0, 0.4);
		color: white;
		/* border-radius: 4px; */
		padding: 2px;
		display: block;
		font-size: 15px;
		width: 100%;
		/* height: 100%; */
		line-height: 27px;
	}
	
	#cambio_mapa_listado i.fa.fa-search-plus, #cambio_listado_mapa i.fa.fa-search-plus {
		color: #ffffff;
		font-size: 19px;
		float: right;
		margin-right: 15px;
		font-weight: lighter;
		line-height: 27px;
	}
	
	
	
	.bancos{
		-webkit-box-shadow: 0px 0px 24px 0px rgba(148,146,148,1);
		-moz-box-shadow: 0px 0px 24px 0px rgba(148,146,148,1);
		box-shadow: 0px 0px 24px 0px rgba(148,146,148,1);
	}   
	
	.bancos_mapa {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		background-color: #FFFFFF;
		padding: 20px;
		/* padding-left: 0; */
		-webkit-box-shadow: 0px 0px 24px 0px rgba(148,146,148,1);
		-moz-box-shadow: 0px 0px 24px 0px rgba(148,146,148,1);
		box-shadow: 0px 0px 24px 0px rgba(148,146,148,1);
		z-index:999;    
	}
	#minisitio i.fa.fa-search {
		margin-right: 5px;
		color: @colorSecundario;
	}
	#quieroquemecontacten #create-account-user {
		display: inline-block;
		width: 20%;
		padding: 0;
	}
	
	
	
	@media (min-width: 1024px){
		
		.navigation h2 {
			display: block;
			height: 72px;
			color: #ffffff;
			font-size: 19px;
			letter-spacing: 3px;
			font-weight: lighter;
			margin: 0;
			padding: 24px 0px 24px 20px;
		}
		
		#logoempresa{
			background-color:#FFFFFF;
			margin-top: 15px;
		}
		
		#tusitio {
			background-color: @colorPrincipal;
			height: 35px;
			margin-top:52px;
		}
		
		#buscador{
			background-color: @colorPrincipal;
		}
		
		
	}
	
	@media(max-width: 1024px) and (orientation:portrait){
		#proy-especiales{
			margin-top: 1000px;
		}
	}
	
	@media(max-width: 1024px) and (orientation:landscape){
		#saladeventas {
			margin-top: 90px;
			margin-bottom: 300px;
		}
		
		.bootstrap-select.btn-group .dropdown-menu.inner {
			max-height: 300px !important;
		}
	}
	
	@media (min-width: 992px) and (max-width: 1199px) {
		
		#botones_cotizacion .btn.btn-danger, select.btn-danger {
			background-color: @colorPrincipal;
			color: #fff;
			float: right;
			margin-left: 10px;
			padding: 6px 20px 6px 20px;
		}
		
		#unidadesdisponibles .todasunidades button.btn.btn-danger {
			margin-top: 0 !important;
			padding: 0;
			position: absolute;
			top: 16px;
			width: 24% !important;
			right: 23px !important;
			padding: 3px 0px;
			background-color: transparent;
			color: #50555c;
			/* border: none !important; */
			box-shadow: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			font-family: 'Albert Sans', sans-serif;
			font-size: 14px;
		}
		
		#home #minisit2 section img {
			width: 100% !important;
			height: 118px !important;
			padding: 10px;
			margin-bottom: 10px;
			object-fit: contain;
		}
		#home #minisit3 section img {
			width: 100% !important;
			height: 68px !important;
			padding: 6px;
			margin-bottom: 10px;
			object-fit: contain;
		}
		#home nav {
			position: absolute;
			right: 19px;
			/* top: 0px; */
		}   
		#banner-home figure {
			color: rgba(176,176,176,1.00);
			font-size: 11px;
			margin-bottom: 20px;
		}
		.property .overlay .additional-info li header {
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
			opacity: 0.5;
			font-size: 10px;
		}
		#fichadeproyectos .property .overlay {
			-moz-transition: 0.4s;
			-webkit-transition: 0.4s;
			transition: 0.4s;
			bottom: -60px;
			left: 0;
			position: absolute;
			width: 100%;
			z-index: 1;
		}
		
		#fichadeproyectos .property .overlay h3 {
			text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
			color: #fff;
			font-size: 14px;
			font-weight: bold;
			margin: 5px 0 3px 0;
		}
		
		#fichadeproyectos .property .overlay h3 {
			text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
			color: #fff;
			font-size: 14px;
			font-weight: bold;
			margin: 5px 0 3px 0;
		}
		
		#fichadeproyectos .tag.price {
			text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
			background-color: @colorPrincipal;
			color: #fff;
			font-size: 12px !important;
			font-weight: bold;
		}
		
		
		div#minisit {
			margin-top: 5px;
		}
		div#minisit2 {
			margin-top: 5px;
		}
		div#minisit3 {
			margin-top: 5px;
		}
		#home section img {
			width: 100% !important;
			height: 105px !important;
			padding: 15px;
			margin-bottom: 10px;
		}
		
		#div_proyectos .search-box .form-map {
			-moz-transition: 0.4s;
			-webkit-transition: 0.4s;
			transition: 0.4s;
			background-color: rgba(255,255,255,0.40);
			padding: 5px 10px 1px 10px;
		}
		.caluga img {
			
			width: 80%;
			height: 75px;
			margin: 18% 0;
			position: relative;
			object-fit: contain;
			padding: 0;
		}
		
		
		#cambio_mapa_listado .form-group {
			margin-bottom: 5px;
			margin-top: 5px;
		}
		
		
		
		mimaletin table tbody tr td {
			border-top: none;
			padding: 20px 5px 20px 0px !important;
			vertical-align: middle;
			text-align: center;
		}
		
		.mimaletin table thead tr th{
			border: none;
			color: #ffffff;
			padding: 5px 5px 5px 0px;
			border-bottom: 0.2px solid @colorPrincipal;
			background-color: @colorPrincipal;
			text-align: center;
		}
		#seccionactivos.totalingresos dl dt {
			color: rgba(91, 112, 138, 0.71);
			width: 100%;
		}
		#seccionpasivos dl dt {
			color: rgba(91, 112, 138, 0.71);
			width: 22%;
		}
		
		#seccionactivos dl dt {
			color: rgba(91, 112, 138, 0.71);
			width: 22%;
		}
		#datospropiedad dl dt {
			color: rgba(91, 112, 138, 0.71);
			width: 180px;
		}
		
		#datospropiedad dd {
			margin-bottom: 12px;
			width: 100%;
			text-align:right;
		}
		.menupac_codeudor {
			margin-bottom: 40px;
		}
		
		#seccionpasivos #cajadesplegable {
			width: 15%;
			float: left;
			margin-bottom: 12px;
			margin-right: 17px;
		}
		div#cajadesplegable_otrostipos {
			margin-left: 0px;
			width: 90%;
		}
		
		#tiposderenta2 ul.submit-features {
			text-align: left;
			margin-right: 7%;
			margin-top: 0px;
			position: relative;
		}
		
		#antecedentespersonales dl dt, #antecedenteslaborales dl dt {
			color: rgba(91, 112, 138, 0.71);
			width: 223px;
			margin-bottom: 21px;
			margin-top: 10px;
		}
		.menupac h2, .menupac_codeudor h2 {
			font-size: 12px;
			font-weight: bold;
			color: #50555c;
			margin-top: 0px;
			margin-bottom: 0px;
			padding-bottom: 3px;
			text-align: left;
		}
		
		.botoninactivo h2 {
			color: #bdc3c7;
		}
		.book__toc--compact li.level-2 a {
			padding-left: 4em;
			color: #2a2a2a;
		}
		
		.book__toc--compact li.level-3 a {
			padding-left: 7em;
			color: #2a2a2a;
			font-weight: lighter;
		}   
		
		.book__toc--compact li.level-3 a:hover {
			padding-left: 8em;
			color: #2a2a2a;
			font-weight: lighter;
			color: #7f8c8d;
			text-decoration: underline;
		}
		
		.book__toc--compact li.level-2 a:hover {
			padding-left: 5em;
			color: #7f8c8d;
			text-decoration: underline;
		}
		#categoriablog {
			height: 225px;
		}
		
		#quieroquemecontacten #create-account-user {
			display: inline-block;
			width: 25%;
			padding: 0;
		}
		
		#quieroquemecontacten .col-md-1 {
			padding: 0px 0px 0px 15px !important;
			width: 7.333333%;
		}
		#home ul.submit-features {
			position: absolute;
			margin-top: -45px;
			margin-left: 620px;
		}      
		#minisitio i.fa.fa-search {
			margin-right: 5px;
			color: @colorPrincipal;
		}
		div#listadodeminisitio {
			height: 365px;
		}
		#listadodeminisitio .tag.price {
			text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
			background-color: #ea5b0c;
			color: #fff;
			font-size: 11px;
			font-weight: bold;
			border-radius: 0px;
		}
		#listadodeminisitio .property-image {
			height: 150px;
			position: relative;
			overflow: hidden;
			width: 100%;
		}
		
		#listadodeminisitio .property-image img{
			margin:auto;
			padding:0;
			object-fit: cover;
			height:150px;
			width:100%;
			
		}
		#resultadobusqueda .display-lines .property .info header h3 {
			color: #50555C ;
			font-size: 20px;
			margin: 0;
			font-weight: 500;
			width: 100%;
		}
		#resultadobusqueda .sorting button.btn.dropdown-toggle.selectpicker.btn-default {
			width: 185px;
			float: left;
		}   
		#resultadobusqueda #results #search-filter .sorting {
			position: relative;
			right: 0;
			top: 10px;
		}
		#property-map #botones_step2 button.btn.btn-danger {
			background-color: #d45821;
			color: #fff;
			width: 47%;
			/* height: 24px; */
			padding: 5px;
			margin-top: 4px;
			box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
			font-size: 12px;
		}
		#saladeventas.affix {
			position: fixed;
			top: -90px;
			width: 210px;
		}
		
		#imagenflecha p {
			position: absolute;
			color: white;
			font-weight: 400;
			/* z-index: 142; */
			font-size: 17px;
			margin-left: 25px;
			/* margin: 0 auto; */
			margin-top: 1px;
		}
		#fichadeproyectos #quick-summary dd {
			margin-bottom: 17px;
			/* font-weight: lighter; */
			text-align: left;
		}
		
		#fichadeproyectos dl dt {
			float: left;
			width: 100%;
		}
		#resultadobusqueda .tag3.price a {
			-moz-transition: 0.2s;
			-webkit-transition: 0.2s;
			transition: 0.2s;
			color: #FFFFFF;
			outline: none !important;
			font-size: 10px;
			padding: 0px;
		}
		
		
		#home .logo img {
			display: inline-block;
			height: 100px;
			width: 100px;
			margin: 10px;
			object-fit: contain;
		}
		#home .tag.price {
			text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
			background-color: #ea5b0c;
			color: #fff;
			font-size: 11px;
			font-weight: bold;
		}   
		.google-maps {
			position: relative;
			padding-bottom: 62%;
			overflow: hidden;
		}
		.navigation h2 {
			display: block;
			height: 72px;
			color: #FFFFFF;
			font-size: 16px;
			letter-spacing: 2px;
			font-weight: lighter;
			margin: 0;
			padding: 24px 0px 24px 20px;
		}
		#tusitio h2 {
			display: block;
			height: 72px;
			color: #FFFFFF;
			font-size: 19px;
			letter-spacing: 0px;
			font-weight: lighter;
			margin: 0;
			padding: 25px 0px 24px 12px;
		}
		#tusitio {
			background-color: @colorPrincipal;
			height: 35px;
			margin-top:52px;
		}
		
		#buscador{
			background-color: @colorPrincipal;
			height:35px;
		}   
		.property .ribbon-huincha-azul {
			width: 150px;
			height: 150px;
			overflow: hidden;
			position: absolute;
			top: -3px;
			right: -3px;
			
		}
		
		.huincha {
			
			width: 100%;
			/* height: 330px; */
			background: white;
			border-radius: 10px;
			position: relative;
			z-index: 10;
		}
		
		.ribbon-huincha-azul {
			width: 150px;
			height: 150px;
			overflow: hidden;
			position: absolute;
			top: -3px;
			right: -3px;
			font-weight:lighter;
		}
		.ribbon-azul {
			
			color: #FFFFFF;
			text-align: center;
			text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			position: relative;
			padding: 3px 0;
			left: 44px;
			top: 26px;
			width: 134px;
			font-size: 13px;
			background-color: @colorPrincipal;
			background-image: @colorPrincipal;
			color: #FFFFFF;
			-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		}
		
		.ribbon-naranja {
			
			color: #FFFFFF;
			text-align: center;
			text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			position: relative;
			padding: 3px 0;
			left: 44px;
			top: 26px;
			width: 135px;
			font-size: 13px;
			background-color: #ff5a00;
			background-image: #ff5a00;
			color: #FFFFFF;
			-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		}
		
		.ribbon-amarilla {
			
			color: #FFFFFF;
			letter-spacing: -0.2px;
			text-align: center;
			text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			position: relative;
			padding: 3px 0;
			left: 44px;
			top: 26px;
			width: 135px;
			font-size: 13px;
			background-color: #fccd00;
			background-image: #fccd00;
			color: #FFFFFF;
			-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		}
		
		
		.ribbon-azul:before, .ribbon-azul:after {
			content: "";
			border-top: 3px solid #944f02;
			border-left: 3px solid transparent;
			border-right: 3px solid transparent;
			position: absolute;
			bottom: -3px;
		}
		
		.ribbon-azul:before {
			left: 0;
		}
		.ribbon-azul:after {
			right: 0;
		}
		
		.ribbon-naranja:before, .ribbon-naranja:after {
			content: "";
			border-top: 3px solid #693903;
			border-left: 3px solid transparent;
			border-right: 3px solid transparent;
			position: absolute;
			bottom: -3px;
		}
		
		.ribbon-naranja:before {
			left: 0;
		}
		.ribbon-naranja:after {
			right: 0;
		}
		
		.ribbon-amarilla:before, .ribbon-amarilla:after {
			content: "";
			border-top: 3px solid #b99700;
			border-left: 3px solid transparent;
			border-right: 3px solid transparent;
			position: absolute;
			bottom: -3px;
		}
		
		.ribbon-amarilla:before {
			left: 0;
		}
		.ribbon-amarilla:after {
			right: 0;
		}   
		
		
		.ribbon-verde {
			
			color: #FFFFFF;
			letter-spacing: -0.2px;
			text-align: center;
			text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			position: relative;
			padding: 3px 0;
			left: 44px;
			top: 26px;
			width: 135px;
			font-size: 13px;
			background-color: #27ae60;
			background-image: #27ae60;
			color: #FFFFFF;
			-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		}
		
		.ribbon-verde:before {
			left: 0;
		}
		.ribbon-verde:after {
			right: 0;
		}       
		
		.ribbon-verde:before, .ribbon-verde:after {
			content: "";
			border-top: 3px solid #104828;
			border-left: 3px solid transparent;
			border-right: 3px solid transparent;
			position: absolute;
			bottom: -3px;
		}
		
		
		
		
		.input-group{
			
			position: relative;
			display: table;
			border-collapse: separate;
			margin-right:70px;
		}
		.input-group-btn{
			
			position: relative;
			font-size:0;
			white-space:nowrap;
			height:72px;
		}
		
		.cajatextoDiv {
			
			width:180px;
			overflow:visible;
			margin: 16px 0px;
		}
		.property .ribbon-huincha-azul {
			width: 150px;
			height: 150px;
			overflow: hidden;
			position: absolute;
			top: -3px;
			right: -3px;
			
			
		}
		
		
		
		.huincha {
			
			width: 100%;
			/* height: 330px; */
			background: white;
			border-radius: 10px;
			position: relative;
			z-index: 10;
		}
		
		.ribbon-huincha-azul {
			width: 150px;
			height: 150px;
			overflow: hidden;
			position: absolute;
			top: -3px;
			right: -3px;
			font-weight: lighter;
		}
		
		.ribbon-azul {
			
			color: #FFFFFF;
			text-align: center;
			text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			position: relative;
			padding: 3px 0;
			left: 44px;
			top: 26px;
			width: 134px;
			font-size: 13px;
			background-color: @colorPrincipal;
			background-image: @colorPrincipal;
			color: #FFFFFF;
			-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		}
		
		.ribbon-naranja {
			
			color: #FFFFFF;
			text-align: center;
			text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			position: relative;
			padding: 3px 0;
			left: 44px;
			top: 26px;
			width: 135px;
			font-size: 13px;
			background-color: #ff5a00;
			background-image: #ff5a00;
			color: #FFFFFF;
			-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		}
		
		.ribbon-amarilla {
			
			color: #FFFFFF;
			letter-spacing: -0.2px;
			text-align: center;
			text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			position: relative;
			padding: 3px 0;
			left: 44px;
			top: 26px;
			width: 135px;
			font-size: 13px;
			background-color: #fccd00;
			background-image: #fccd00;
			color: #FFFFFF;
			-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		}
		
		.ribbon-azul:before, .ribbon-azul:after {
			content: "";
			border-top: 3px solid #944f02;
			border-left: 3px solid transparent;
			border-right: 3px solid transparent;
			position: absolute;
			bottom: -3px;
		}
		
		.ribbon-azul:before {
			left: 0;
		}
		.ribbon-azul:after {
			right: 0;
		}
		
		.ribbon-naranja:before, .ribbon-naranja:after {
			content: "";
			border-top: 3px solid #693903;
			border-left: 3px solid transparent;
			border-right: 3px solid transparent;
			position: absolute;
			bottom: -3px;
		}
		
		.ribbon-naranja:before {
			left: 0;
		}
		.ribbon-naranja:after {
			right: 0;
		}
		
		.ribbon-amarilla:before, .ribbon-amarilla:after {
			content: "";
			border-top: 3px solid #b99700;
			border-left: 3px solid transparent;
			border-right: 3px solid transparent;
			position: absolute;
			bottom: -3px;
		}
		
		.ribbon-amarilla:before {
			left: 0;
		}
		.ribbon-amarilla:after {
			right: 0;
		}   
		
		
		.search-box-resultado .form-map {
			-moz-transition: 0.4s;
			-webkit-transition: 0.4s;
			transition: 0.4s;
			background-color: transparent;
			
		}
		.inmobiliaria p {
			font-family: inherit;
			font-size: 12px !important;
			color: rgb(2, 15, 23);
			display: inline-block;
			padding-top: 10px;
		}
		
		
		img.tool-tip {
			width: 17px;
			height: 17px;
			float: right;
			margin: 0px 3px;
			padding: 0px;
			
		}
		.bancos {
			-webkit-box-shadow: 0px 0px 24px 0px rgba(148,146,148,1);
			-moz-box-shadow: 0px 0px 24px 0px rgba(148,146,148,1);
			box-shadow: 0px 0px 24px 0px rgba(148,146,148,1);
			
		}
		
		/*  .search-box {
			-moz-transition: 0.4s;
			-webkit-transition: 0.4s;
			transition: 0.4s;
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
			opacity: 0;
			position: absolute;
			width: 100%;
			z-index: 1;
			padding-right:13%;
			padding-left:0%;
		}*/
		.navigation img {
			padding-top: 10px;
			padding-bottom: 10px;
			float: right;
			height: 72px;
		}
		
		
		
		
		
		
		.content-white h2 {
			line-height: 28px;
			color: #FFFFFF;
			font-weight: lighter;
			text-align: center;
			padding-bottom: 45px;
			font-size: 20px;
			padding-left: 12px;
			letter-spacing: 0.05em; 
			
		}
		
		.content-white{
			margin-right: 0px;
			width:100%;
			height:auto;
			margin-bottom: 40px;
		}
		
		
		
		
		
		h2 span.negrita {
			font-size:23px; 
			font-weight:600;
			
		}
		
		span .content-white h2 {
			font-size:27px; 
			font-weight:400;
			
		}
		
		
		
		.member {
			padding-left: 110px;
		}
		.member h3 {
			font-size: 14px;
		}
		.member dl {
			font-size: 12px;
		}
		.member .image img {
			width: 90px;
		}
		.property.masonryX {
			width: 31.9%;
		}
		.property.big .overlay {
			bottom: -50px;
		}
		.property.big .overlay h3 {
			font-size: 18px;
		}
		.property.big .overlay li header, .property.big .overlay li figure {
			font-size: 12px;
		}
		.property.big .overlay .additional-info {
			height: 50px;
			padding: 8px 15px;
		}
		.property.big .overlay .price {
			font-size: 14px;
		}
		.property.big .overlay .info {
			padding: 15px;
		}
		.ribbon {
			width: 120px;
			height: 25px;
			bottom: inherit;
			font-size: 11px;
			padding: 4px;
		}
		#slider .slide {
			overflow: hidden;
		}
		#slider .slide img {
			position: relative !important;
			height: 100% !important;
			width: inherit !important;
		}
	}
	@media (min-width: 768px) and (max-width: 991px) {
		
		
		#cabecera_buscador button.btn.btn-default {
			width: 6%;
			float: right;
			font-size: 18px;
			/* height: 33px; */
			/* vertical-align: middle; */
		}
		#cotizacion nav.imgproy {
			position: absolute;
			right: 24px !important;
			top: 0px;
		}
		
		#unidadesdisponibles .todasunidades button.btn.btn-danger {
			margin-top: 0 !important;
			padding: 0;
			position: absolute;
			top: 16px;
			width: 24% !important;
			right: 23px !important;
			padding: 3px 0px;
			background-color: transparent;
			color: #50555c;
			/* border: none !important; */
			box-shadow: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			font-family: 'Albert Sans', sans-serif;
			font-size: 14px;
		}
		
		.bancos img {
			/* margin: 10px 25px; */
			display: inline-block;
			/* height: 60px; */
			max-width: 140px !important;
			margin: 30px 22px;
		}
		#home nav {
			position: absolute;
			right: 19px;
			
		}
		
		div#minisit3 {
			margin-top: 30px;
		}
		div#slider_disppeq {
			position: relative;
			background-color: white;
			top: 15px;
			border-top: none !important;
		}
		
		#banner-home figure {
			color: rgba(176,176,176,1.00);
			font-size: 11px;
			margin-bottom: 0px ;
		}
		
		#logosyfachada .logo_enlace img, #logosyfachada .logo_proyecto img, #logosyfachada .logo_inmob img {
			object-fit: contain;
			margin: 0 auto;
			height: 70px;
		}
		
		#logosyfachada .logo_inmob, #logosyfachada .logo_proyecto, #logosyfachada .logo_enlace {
			width: 70px;
			height: 70px;
			/* margin: 0 auto; */
			display: block;
			float: left;
		}
		
		.imagenproyecto {
			height: auto;
			/* position: relative; */
			/* overflow: hidden; */
			width: 100%;
			/* margin-top: 20px; */
		}
		
		#cotizacion .imagenproyecto img {
			width: 100%;
			object-fit: contain;
			height: 190px;
		}
		
		
		#unidadesdisponibles .caption a.btn.btn-mini {
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			border-radius: 0px;
			-moz-transition: 0.3s;
			-webkit-transition: 0.3s;
			transition: 0.3s;
			-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			background-color: #5a5a5a;
			border: none;
			color: #ffffff;
			font-size: 12px;
			outline: none !important;
			
			padding: 5px 8px;
			text-align: center;
		}
		.inmobiliaria .detalleinmobiliaria a {
			float: left;
		}   
		
		div#banner-home {
			margin-top: 45px;
		}
		div#minisit {
			margin-top: 45px;
		}
		
		#cambio_mapa_listado label, #cambio_listado_mapa label {
			background-color: rgba(0, 0, 0, 0.4);
			color: white;
			/* border-radius: 4px; */
			padding: 2px;
			display: block;
			font-size: 13px;
			width: 100%;
			/* height: 100%; */
			line-height: 27px;
		}
		.horizontal-search .search-box-wrapper {
			padding: 30px 0 15px 0px;
			/* position: relative !important; */
			top: inherit !important;
			/* background-color: rgba(0, 0, 0, 0.4); */
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
			background-color: white;
		}
		
		#div_proyectos .search-box.map.show-search-box {
			width: 100%;
			margin: 0 auto;
			position: relative;
			margin-bottom: 0;
			padding: 34px 0px;
		}
		.caluga {
			width: 100%;
			height: 100%;
			border-radius: 4px;
			text-align: center;
			margin: 0 auto;
			background-color: rgba(230, 230, 230, 0.42);
		}
		.col-sm-15 {
			width: 20%;
		}
		
		.content-white h2 {
			display: block;
			line-height: 28px;
			color: #FFFFFF;
			font-weight: lighter;
			text-align: center;
			padding-bottom: 59px;
			font-size: 16px;
			letter-spacing: 0.05em;
			padding-bottom: 42px;
		}
		
		h2 span.negrita {
			font-size: 16px;
			font-weight: 600;
			color: white;
		}
		.caluga strong {
			color: #cacaca;
			margin-top: 3%;
			position: absolute;
			right: 16%;
			font-size: 0.9em;
			z-index: 2;
		}
		.caluga img {
			width: 80%;
			height: 83px;
			margin: 16% 0;
			position: relative;
			object-fit: contain;
			padding: 0;
		}
		
		h1 span.negrita {
			color: @colorPrincipal;
		}
		#div_proyectos .search-box-wrapper {
			padding: 20px 0;
			position: relative !important;
			top: 0px !important;
			/* background-color: rgba(0, 0, 0, 0.4); */
			-webkit-box-shadow: none;
			-moz-box-shadow: 0px 0px 24px 0px rgba(148,146,148,1);
			box-shadow: none;
			background-color: transparent;
		}
		
		
		
		mimaletin table tbody tr td {
			border-top: none;
			padding: 20px 5px 20px 0px;
			vertical-align: middle;
			text-align: center;
		}
		.mimaletin table thead tr th{
			border: none;
			color: #ffffff;
			padding: 5px 5px 5px 0px;
			border-bottom: 0.2px solid @colorPrincipal;
			background-color: @colorPrincipal;
			text-align: center;
		}
		#listadoinmobiliarias .search-box-resultado {
			-moz-transition: 0.4s;
			-webkit-transition: 0.4s;
			transition: 0.4s;
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
			opacity: 1;
			padding-right: 0px;
			width: 100%;
			z-index: 1;
			position: relative;
		}
		
		#agregar_codeudor .contacten .checkbox, .radio {
			display: inline;
			text-align: center;
			padding-right: 0px; 
			padding-left: 40px !important;
		}
		#ingresos #seccionactivos dl dt {
			color: rgba(91, 112, 138, 0.71);
			width: 100%;
		}
		.menupac {
			margin-bottom: 40px;
		}
		.menupac_codeudor {
			margin-bottom: 40px;
		}
		#economicos #seccionpasivos #cajadesplegable_seleccion2 {
			width: 45%;
			float: left;
			margin-right: 17px;
		}
		
		#seccionpasivos #equis {
			position: absolute;
			right: 0;
			top: 28px;
		}
		.detalle_proyecto .logos .logo {
			display: inline-block;
			margin-bottom: 0px;
			position: relative;
			border: none;
			padding: 0px;
		}
		#cotizacion .logos .logo {
			display: inline-block;
			margin-bottom: 30px;
			position: relative;
		}
		
		#cotizacion .logos .logo {
			display: inline-block;
			margin-bottom: 0px;
			position: relative;
			border: none;
			padding: 0px;
			width: 100px;
			height: 100px;
		}
		
		.proyectosespeciales .property.small .property-image {
			float: left;
			
			height: 70px;
		}
		
		.proyectosespeciales .small .property-image img {
			-moz-transition: 0.4s;
			-webkit-transition: 0.4s;
			transition: 0.4s;
			-moz-backface-visibility: hidden;
			width: 90%;
			position: relative;
			/* margin-bottom: 9px; */
			height: 70px;
			object-fit: cover;
		}
		
		.proyectosespeciales .property.small .info a h4 {
			border: none;
			font-size: 11px;
			font-weight: bold;
			margin-bottom: 0;
			margin-top: 0;
		}
		
		.proyectosespeciales .property.small .info figure {
			margin-bottom: 2px;
			margin-top: 1px;
			font-size: 11px;
		}
		
		.proyectosespeciales .property.small .info {
			padding-left: 100px;
		}
		.property.small .property-image {
			float: left;
			width: 100px;
			height: 75px;
		}
		
		
		.property img {
			-moz-transition: 0.4s;
			-webkit-transition: 0.4s;
			transition: 0.4s;
			-moz-backface-visibility: hidden;
			width: 100%;
			position: relative;
			top: 0;
		}
		
		.property.small {
			margin-bottom: 30px !important;
		}
		
		.property.small .info {
			padding-left: 110px;
		}
		
		.proyectosespeciales .property.small .info figure {
			margin-bottom: 2px;
			margin-top: 1px;
		}
		.proyectosespeciales .property.small .info .tag {
			font-size: 13px;
		}
		.property.small .info .tag {
			font-size: 12px;
		}
		
		.proyectosespeciales .tag.price {
			padding: 3px 8px 2px 8px;
			-webkit-box-shadow: none;
			box-shadow: none;
		}
		.listadoinmobiliarias table tbody tr td:last-child{
			padding-left:25px;
			
		}
		#listadoinmobiliarias .tag3.price {
			text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
			background-color:#d45821;
			color: #fff;
			font-size: 14px;
			/* width: 100%; */
			display: inline-block;
			float: left;
			margin-top: 0px;
			-webkit-box-shadow: 0px 3px 5px 0px rgba(191,191,191,1);
			-moz-box-shadow: 0px 3px 5px 0px rgba(191,191,191,1);
			box-shadow: 0px 3px 5px 0px rgba(191,191,191,1);
			margin-top: 15px;
		}
		#listadoinmobiliarias input[type="text"] {
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			border-radius: 0px;
			-moz-transition: 0.3s;
			-webkit-transition: 0.3s;
			transition: 0.3s;
			-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
			-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
			box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
			-webkit-appearance: none;
			background-color: #f3f3f3;
			border: none;
			font-size: 14px;
			outline: none !important;
			padding: 6px 9px 5px 9px;
			width: 100%;
			height: inherit;
			margin-top:15px;
			
		}
		.book__toc--compact li.level-2 a {
			padding-left: 4em;
			color: #2a2a2a;
		}
		
		.book__toc--compact li.level-3 a {
			padding-left: 7em;
			color: #2a2a2a;
			font-weight: lighter;
		}
		
		#categoriablog {
			height: 170px;
		}
		#maletin .mimaletin .tag.price {
			-webkit-box-shadow: none;
			box-shadow: none;
			/* font-size: 6px; */
		}
		
		#quieroquemecontacten #create-account-user {
			display: inline-block;
			width: 33%;
			padding: 0;
		}
		#saladeventas h3 {
			border-bottom: 1px solid #ddd;
			font-size: 26px;
			margin-top:0px;
		}
		
		#home ul.submit-features {
			list-style: none;
			position: absolute;
			margin-top: -46px;
			margin-left: 415px;
		}
		#minisitio i.fa.fa-search {
			margin-right: 5px;
			color: @colorPrincipal;
		}
		div#listadodeminisitio {
			height: 370px;
		}
		#listadodeminisitio .property-image {
			height: 150px;
			position: relative;
			overflow: hidden;
			width: 100%;
		}
		
		#listadodeminisitio .property-image img{
			margin:auto;
			padding:0;
			object-fit: cover;
			height:150px;
			width:100%;
			
		}
		#botones_step2 button.btn.btn-danger.link-arrow {
			font-size: 12px;
		} 
		#resultadobusqueda .imageninmobiliaria {
			height: 60px;
			/* overflow: hidden; */
			padding: 5px;
			width: 60px;
			
			margin: 0 auto;
			margin-bottom: 40px;
		}
		#resultadobusqueda .sorting button.btn.dropdown-toggle.selectpicker.btn-default {
			
			float: left;
			width: 185px;
		}   
		#resultadobusqueda #results #search-filter .sorting {
			position: relative;
			right: 0;
			top: 10px;
		}
		#fichadeproyectos #resumen dd {
			float: none !important;
			margin-bottom: 20px;
			
		}
		#resumen section#quick-summary {
			top: 0;
		} 
		
		#resultadobusqueda .display-lines .property .info .link-arrow {
			bottom: 0;
			left: 0;
			width: 100%;
			/* position: absolute; */
		}
		
		#mapabusqueda .search-box-wrapper {
			position: absolute;
			width: 100%;
			top: 160px;
		}
		.google-maps {
			position: relative;
			padding-bottom: 85%;
			overflow: hidden;
		}
		.favoritos {
			display: block;
			height: auto;
			margin-top: 50px;
			font-weight: bold;
		}
		
		#tusitio {
			background-color: @colorPrincipal;
			height: 35px;
		}
		
		#buscador{
			background-color: @colorPrincipal;
			height:40px;
		}
		
		.content-white h1 {
			font-weight: lighter;
			border-bottom: 1px solid rgba(0, 0, 0, 0.1);
			margin-bottom: 30px;
			margin-top: 100px;
			padding-bottom: 15px;
			position: relative;
		}
		
		.horizontal-search .search-box.map.show-search-box {
			width: 100% !important;
			margin: 0 auto;
			padding-top: 0px;
		}
		
		#caja_imagenppal img {
			margin: auto;
			padding: 0;
			object-fit: cover;
			height: 650px;
			width: 100%;
		}
		#home section img {
			width: 100%;
			height: 95px;
			background-color: rgba(255,255,255,0.40);
			margin-bottom: 0px;
			border-radius: 3px;
			padding: 15px;
			margin-bottom: 15px;
			border: 1px solid #dedede;
		}
		#caja_imagenppal {
			height: 550px;
			left: 0;
			position: absolute;
			top: 0px;
			/* overflow: hidden; */
			/* width: 100%; */
			object-fit: cover;
		}
		.feature-box .icon {
			background-color: @colorPrincipal;
			height: 40px;
			left: -2px;
			padding: 10px;
			position: absolute;
			top: -2px;
			width: 40px;
		}
		
		.feature-box {
			border: 2px solid #f3f3f3;
			margin-bottom: 30px;
			padding: 0 20px 15px 60px;
			position: relative;
		} 
		.logos .logo {
			display: inline-block;
			margin-bottom: 0;
			position: relative;
			margin-bottom:35px;
		}
		#home .logo img {
			display: inline-block;
			height: 80px;
			width: 80px;
			margin: 10px;
			object-fit: contain;
		}
		#proyectosespeciales {
			height: 220px;
			left: 0;
			position: relative;
			top: 0;
			overflow: hidden;
			width: 100%;
		}
		
		#proyectosespeciales img {
			margin: auto;
			padding: 0;
			object-fit: cover;
			height: 100%;
			width: 100%;
		}
		
		figure.direccion {
			width: 90%;
		}
		.step11{
			background: url(../img/ipad.png) no-repeat;
			height:30px;
		}
		
		.step22 {
			background: url(../img/ipad_amarillo.png) no-repeat;
			height: 30px;
			margin-top: 20px;
		}
		
		#fichadeproyectos section#my-properties {
			margin: 0px;
		}
		#saladeventas.affix {
			position: relative;
			width: 50%;
			/* display: block; */
			top: 0;
		}
		
		#saladeventas {
			margin-top:0px;
			margin-bottom:0px;
		}
		#fichadeproyectos #property-gallery {
			position: relative;
			overflow: hidden;
			width: 100%;
		}
		
		
		#fichadeproyectos #property-gallery img{
			margin: auto;
			padding: 0;
			object-fit: cover;
			height: 300px;
			width: 100%;
		}
		#fichadeproyectos dd {
			float: left;
			margin-bottom: 10px;
		}
		#resultadobusqueda #results #search-filter .sorting {
			position: relative;
			width:100%;
			
			top: 7px;
		}
		.imageninmobiliaria {
			width: 135px;
			display: inline-block;
			float: right;
			height: 53px;
			overflow: hidden;
			padding: 0px 10px;
		}
		.imageninmobiliaria img {
			width: auto;
			height:100%;
			float:right;
		}
		
		#resultadobusqueda .property {
			margin-bottom: 15px !important;
		}
		.display-lines .property .inmobiliaria img{
			width: auto;
			height:100%;
			float:right;
			
		}
		.detalleinmobiliaria {
			width: 70%;
			display:inline-block;
			float:left;
		}
		
		.navigation h2 {
			display: block;
			height: auto;
			color: #FFFFFF;
			font-size: 18px;
			letter-spacing: 1px;
			font-weight: lighter;
			margin: 0;
			padding: 11px 0px 11px 15px;
		}
		#cajaresultado {
			height: 250px;
			left: 0;
			position: relative;
			top: 0;
			overflow: hidden;
			width: 100%;
		}
		
		#listadoinmobiliarias h1 {
			font-size: 28px;
			font-weight: lighter;
			border-bottom: 1px solid rgba(0, 0, 0, 0.1);
			margin-bottom: 30px;
			margin-top: 10px;
			padding-bottom: 15px;
			float: left;
			width: 100%;
		}
		
		#listadoinmobiliarias #search-filter .sorting .form-group {
			min-width: 150px;
		}   
		.listadoinmobiliarias img {
			margin-left: 20px;
		}
		
		.listadoinmobiliarias .inner {
			margin-left: 0px;
		}
		
		.listadoinmobiliarias table tbody tr td.image {
			width: 100px;
			padding: 5px;
			margin: 0 auto;
			height: 100px;
			overflow: hidden;
			
		} 
		
		
		.listadoinmobiliarias table tbody tr td.image img {
			width: 100px;
			height: 100%;
			object-fit: contain;
			padding: 0;
			margin: 0;
			/* overflow: hidden; */
			float: right;
		}
		#listadoinmobiliarias .listadoinmobiliarias .image img {
			float: right;
			padding: 10px;
		}
		
		.listadoinmobiliarias table h2 {
			border: none;
			font-size: 15px;
			font-weight: bold;
			margin: 0 0 5px 0;
			padding: 0;
		}
		
		#resultadobusqueda .inmobiliaria p {
			font-family: inherit;
			font-size: 14px;
			color: #020F17;
			display: inline-block;
			padding-top: 10px;
		}
		
		#resultadobusqueda  .display-lines .property .info aside dl dd {
			margin-bottom: 2px;
		}
		
		.inmob_resultado img {
			width: 16%;
			float: right;
			position: absolute;
			right: 0px;
			top: 0px;
			border: 1px solid #f3f3f3;
			padding:5px 0px;
		}
		
		#resultadobusqueda .bootstrap-select .selectpicker .caret:after {
			text-shadow: none;
			-webkit-font-smoothing: antialiased;
			font-family: 'fontawesome';
			speak: none;
			font-weight: bold;
			font-variant: normal;
			line-height: 1;
			text-transform: none;
			color: @colorPrincipal;
			content: "\f107";
			font-size: 14px;
			position: absolute;
			top: -5px;
			right: -4px;
		}
		
		#resultadobusqueda .btn.btn-default, select.btn-default {
			
			font-size: 14px;
			
		}
		#resultadobusqueda .property figure.type {
			position: absolute;
			margin-top: -168px;
		}
		#resultadobusqueda .display-lines .property .info header h3 {
			color: #50555C ;
			font-size: 23px;
			margin: 0;
			font-weight: 500;
			TEXT-ALIGN: LEFT;
			WIDTH: 100%;
		}
		
		#resultadobusqueda .display-lines .property .inmobiliaria {
			height: auto;
			left: 0;
			position: relative;
			top: 0px;
			overflow: hidden;
			width: 100%;
		}
		
		#resultadobusqueda section#properties {
			border-bottom: 1px solid #d8d8d8;
			margin-bottom: 30px;
		}
		
		#resultadobusqueda dl {
			margin-bottom: 7px;
		}
		
		#resultadobusqueda #search-filter {
			margin-bottom: 15px;
			padding-top: 10px;
			position: relative;
		}
		
		#resultadobusqueda .sorting {
			width: 200px;
			margin-bottom: 19px;
		}
		
		#resultadobusqueda .tag2.price {
			/* text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3); */
			background-color: #777777;
			color: #ffffff;
			font-size: 14px;
			font-weight: 500;
			padding: 4px 0px 2px 0px;
		}
		
		#resultadobusqueda .display-lines .property .info {
			display: table;
			position: relative;
			height:auto;
			width:100%;
			
		}
		#resultadobusqueda .property .ribbon-huincha-azul {
			/* width: 100%; */
			/* height: 150px; */
			overflow: hidden;
			position: absolute;
			top: -3px;
			right: -3px;
		}
		
		
		
		
		#breadcrumb_minisitio .breadcrumb {
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
			background-color: transparent;
			padding: 8px 0;
			font-size: 12px;
			margin-bottom: 10px;
			position: absolute;
			top: 7px;
			left: 0px; 
			width: 100%;
			/* float: right; */
			text-align: right;
			/* margin-right: 44%; */
			padding-right: 30px;
		}
		
		#listadodeproyectos .property.masonryX, #listadodeminisitio .property.masonryX {
			-moz-transition: 0.4s;
			-webkit-transition: 0.4s;
			transition: 0.4s;
			background-color: #fff;
			font-size: 12px;
			width: 100%;
			height: 195px;
			float: left;
			margin-bottom: 15px;
			overflow: visible;
			height: auto;
		}
		
		.property .ribbon-huincha-azul {
			width: 150px;
			height: 150px;
			overflow: hidden;
			position: absolute;
			top: -3px;
			right: -3px;
			
		}
		.huincha {
			width: 100%;
			/* height: 330px; */
			background: white;
			border-radius: 10px;
			position: relative;
			z-index: 10;
		}
		
		.ribbon-huincha-azul {
			width: 150px;
			height: 150px;
			overflow: hidden;
			position: absolute;
			top: -3px;
			right: -3px;
			font-weight:lighter;
		}
		.ribbon-azul {
			
			color: #FFFFFF;
			text-align: center;
			text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			position: relative;
			padding: 3px 0;
			left: 44px;
			top: 26px;
			width: 134px;
			font-size: 13px;
			background-color: @colorPrincipal;
			background-image: @colorPrincipal;
			color: #FFFFFF;
			-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		}
		
		.ribbon-naranja {
			
			color: #FFFFFF;
			text-align: center;
			text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			position: relative;
			padding: 3px 0;
			left: 44px;
			top: 26px;
			width: 135px;
			font-size: 13px;
			background-color: #ff5a00;
			background-image: #ff5a00;
			color: #FFFFFF;
			-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		}
		
		.ribbon-amarilla {
			
			color: #FFFFFF;
			letter-spacing: -0.2px;
			text-align: center;
			text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			position: relative;
			padding: 3px 0;
			left: 44px;
			top: 26px;
			width: 135px;
			font-size: 13px;
			background-color: #fccd00;
			background-image: #fccd00;
			color: #FFFFFF;
			-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		}
		
		
		.ribbon-azul:before, .ribbon-azul:after {
			content: "";
			border-top: 3px solid #944f02;
			border-left: 3px solid transparent;
			border-right: 3px solid transparent;
			position: absolute;
			bottom: -3px;
		}
		
		.ribbon-azul:before {
			left: 0;
		}
		.ribbon-azul:after {
			right: 0;
		}
		
		.ribbon-naranja:before, .ribbon-naranja:after {
			content: "";
			border-top: 3px solid #693903;
			border-left: 3px solid transparent;
			border-right: 3px solid transparent;
			position: absolute;
			bottom: -3px;
		}
		
		.ribbon-naranja:before {
			left: 0;
		}
		.ribbon-naranja:after {
			right: 0;
		}
		
		.ribbon-amarilla:before, .ribbon-amarilla:after {
			content: "";
			border-top: 3px solid #b99700;
			border-left: 3px solid transparent;
			border-right: 3px solid transparent;
			position: absolute;
			bottom: -3px;
		}
		
		.ribbon-amarilla:before {
			left: 0;
		}
		.ribbon-amarilla:after {
			right: 0;
		}   
		
		
		.ribbon-verde {
			
			color: #FFFFFF;
			letter-spacing: -0.2px;
			text-align: center;
			text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			position: relative;
			padding: 3px 0;
			left: 44px;
			top: 26px;
			width: 135px;
			font-size: 13px;
			background-color: #27ae60;
			background-image: #27ae60;
			color: #FFFFFF;
			-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		}
		
		.ribbon-verde:before {
			left: 0;
		}
		.ribbon-verde:after {
			right: 0;
		}       
		
		.ribbon-verde:before, .ribbon-verde:after {
			content: "";
			border-top: 3px solid #104828;
			border-left: 3px solid transparent;
			border-right: 3px solid transparent;
			position: absolute;
			bottom: -3px;
		}
		.ribbon {
			-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			-moz-transform: translate3d(0, 0, 1px) rotate(45deg);
			-ms-transform: translate3d(0, 0, 1px) rotate(45deg);
			-webkit-transform: translate3d(0, 0, 1px) rotate(45deg);
			transform: translate3d(0, 0, 1px) rotate(45deg);
			-moz-backface-visibility: hidden;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
			background-color: @colorPrincipal;
			color: #fff;
			font-size: 12px;
			padding: 6px;
			position: absolute;
			z-index: 3;
			right: -30px;
			top: 26px;
			width: 141px;
			text-align: center;
			margin: auto;
			height: 30px;
			bottom: inherit;
			left: inherit;
		}
		
		.ribbon2 {
			-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			-moz-transform: translate3d(0, 0, 1px) rotate(45deg);
			-ms-transform: translate3d(0, 0, 1px) rotate(45deg);
			-webkit-transform: translate3d(0, 0, 1px) rotate(45deg);
			transform: translate3d(0, 0, 1px) rotate(45deg);
			-moz-backface-visibility: hidden;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
			background-color: #ff5a00;
			color: #fff;
			font-size: 12px;
			padding: 6px;
			position: absolute;
			z-index: 3;
			right: -30px;
			top: 26px;
			width: 141px;
			text-align: center;
			margin: auto;
			height: 30px;
			bottom: inherit;
			left: inherit;
		}
		
		.ribbon3 {
			-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			-moz-transform: translate3d(0, 0, 1px) rotate(45deg);
			-ms-transform: translate3d(0, 0, 1px) rotate(45deg);
			-webkit-transform: translate3d(0, 0, 1px) rotate(45deg);
			transform: translate3d(0, 0, 1px) rotate(45deg);
			-moz-backface-visibility: hidden;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
			background-color: #fccd00;
			color: #fff;
			font-size: 12px;
			padding: 6px;
			position: absolute;
			z-index: 3;
			right: -30px;
			top: 26px;
			width: 141px;
			text-align: center;
			margin: auto;
			height: 30px;
			bottom: inherit;
			left: inherit;
		}
		
		.ribbon {
			right: -20px;
			width: 80px;
			height: 18px;
			bottom: inherit;
			font-size: 10px;
			padding: 2px;
		}
		#listadodeproyectos .property.masonryX, #listadodeminisitio .property.masonryX {
			-moz-transition: 0.4s;
			-webkit-transition: 0.4s;
			transition: 0.4s;
			background-color: #fff;
			font-size: 12px;
			width: 100%;
			height: 195px;
			float: left;
			margin-bottom: 15px;
			overflow: visible;
			height:auto;
		}
		
		#listadodeproyectos .ribbon-huincha-azul, #listadodeminisitio .ribbon-huincha-azul {
			width: 150px;
			height: 150px;
			overflow: hidden;
			/* position: absolute; */
			top: -3px;
			right: -3px;
		}
		
		#listadodeproyectos .tag.price, #listadodeminisitio .tag.price {
			text-shadow: none;
			background-color:#ea5b0c;
			color: #fff;
			font-weight: 600;
			border-radius: 0px;
			font-size: 11px;
		}
		
		#listadodeproyectos .property .overlay .info, #listadodeminisitio .property .overlay .info {
			
			padding: 12px;
		}
		#cotizacion dl dd {
			margin-bottom: 8px;
			text-align: left;
		}
		
		#cotizacion dt {
			float: left;
			width: 100%;
		}
		#cotizacion h2 {
			font-size: 22px;
			font-weight: lighter;
			/* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
			/* margin-bottom: 30px; */
			margin-top: 0px;
			padding-bottom: 0px;
		}
		#botones_cotizacion .btn.btn-danger, select.btn-danger {
			background-color: @colorPrincipal;
			color: #fff;
			float: right;
			margin-left: 10px;
			
			padding: 6px 8px 6px 8px;
			font-size: 13px;
		}
		
		
		
		.mimaletin table h2 {
			border: none;
			font-size: 18px;
			font-weight: bold;
			margin: 0 0 0px 0;
			padding: 0;
		}
		
		.mimaletin table tbody tr td.image {
			width: 50%;
			padding: 0px 5px;
		}
		
		.mimaletin i.delete.fa.fa-trash-o {
			color: #e74c3c;
			margin: 10px;
		}
		.mimaletin i.fa.fa-file {
			color: #e74c3c;
			margin: 0;
		}
		
		.mimaletin fa fa-comment {
			color: #e74c3c;
			margin: 10px;
		}
		
		.mimaletin table tbody tr td .inner figure {
			margin-bottom: 0px;
			color: #5a5a5a;
			font-size: 12px;
		}
		
		.mimaletin table tbody tr td .inner {
			display: inline-block;
			text-align: left;
		}
		#maletin .mimaletin table tbody tr td {
			border-top: none;
			padding: 15px 5px 20px 5px;
			vertical-align: middle;
			text-align: center;
			font-size: 12px;
		}
		#maletin .mimaletin .tag.price {
			background-color: #f1c40f;
			color: #fff;
			font-size: 11px;
			font-weight: bold;
			float: left;
			margin-top: 1px;
			width: 74%;
			padding: 0 12px;
		}
		
		#maletin .mimaletin table tbody tr td.image img{
			margin:auto;
			padding:0;
			object-fit: cover;
			height:65px;
			width:100%;
		}
		
		#maletin .mimaletin .image {
			height:65px;
			position:relative;
			overflow:hidden;
			width:100%;
			
		}
		
		
		
		#maletin .mimaletin table thead tr th {
			padding: 7px;
		}
		#sidebar .sidebar-navigation > li a {
			border-right: 3px solid transparent;
			color: #2a2a2a;
			display: block;
			padding: 10px 0 10px 10px;
			position: relative;
		}
		
		#cajabancaria .icheckbox {
			position: relative;
			/* margin-bottom: -25px; */
			margin-top: 115px;
			margin-left: 12px;
			width: 15px;
			height: 15px;
		}
		#antecedenteslaborales h2 {
			font-size: 14px;
			font-weight: bold;
			color: @colorPrincipal;
			margin-top: 0px;
			margin-left: 0;
			margin-bottom: 0px;
		}
		#seccionpasivos #cajadesplegable {
			width: 22%;
			float: left;
			/* margin-bottom: 12px; */
			margin-right: 2%;
			/* margin-top: 2%; */
		}
		
		#economicos h2 {
			font-size: 14px;
			font-weight: bold;
			color: #50555C;
			margin-top: 0px;
			margin-bottom: 10px;
			padding-top: 0px;
			padding-bottom: 0px;
		}
		
		#economicos img.tool-tip {
			width: 17px;
			height: 17px;
			float: left;
			padding: 0px;
			margin-left: 0px;
			margin-right: 8px;
		}
		
		#seccionactivos dl dt, #seccionpasivos dl dt {
			color: rgba(91, 112, 138, 0.71);
			width: 100%;
		}
		
		.domicilio input#submit-title {
			margin-top: -10px;
		}
		#cajadespegable .otrostipos{
			width: 100%;
			float: left;
			margin-bottom: 12px;
			margin-right: 0px;
			margin-top: 0px;
		}
		#tiposderenta2 dt {
			width: 100px;
			margin-left: 0px;
			margin-right: 0px;
			color: @colorPrincipal;
			font-weight: 500;
			margin-bottom: 5px;
		}
		#tiposderenta2 ul.submit-features {
			text-align: left;
			margin-right: 7%;
			margin-top: 0px;
			position: relative;
		}
		
		#antecedenteslaborales #cajadesplegable_calendario i.fa.fa-calendar {
			position: absolute;
			margin-left: 120px;
			margin-top: 10px;
			color: #5b5c5d;
		}
		
		#antecedenteslaborales #cajadesplegable_calendario {
			width: 100%;
			float: left;
			margin-bottom: 12px;
		}
		
		#antecedenteslaborales #cajadesplegable {
			width: 100%;
			float: left;
			margin-bottom: 12px;
		}
		
		#laborales h2 {
			font-size: 14px;
			font-weight: bold;
			color: @colorPrincipal;
			margin-top: 0px;
			margin-left: 15px;
			margin-bottom: 0px;
		}
		
		.menupac .row {
			border-bottom: 2px solid #ecf0f1;
			border-top: 2px solid #ecf0f1;
			padding-top: 15px;
			padding-bottom: 15px;
			margin-bottom: 30px;
		}
		.menu_codeudor.row {
			border-bottom: 2px solid #ecf0f1;
			border-top: 2px solid #ecf0f1;
			padding-top: 15px;
			padding-bottom: 15;
			margin-bottom: 0px;
		}
		div#cajadesplegable {
			width: 225px;
			float: left;
			margin-bottom: 12px;
			margin-right: 0px;
			margin-top: 0px;
		}
		
		#elijacodeudor #cajadesplegable {
			width: 225px;
			float: left;
			margin-bottom: 12px;
			margin-right: 15px;
			margin-top: 0px;
		}
		
		#elijacodeudor h2 {
			font-size: 14px;
			font-weight: bold;
			color: @colorPrincipal;
			display: inline;
			float: left;
			margin: 13px;
		}
		
		#formadepago dl dt {
			color: rgba(91, 112, 138, 0.71);
			width: 190px;
		}
		
		#formadepago dd {
			margin-bottom: 0px;
		}
		.titulopac h1 {
			font-size: 28px;
			font-weight: lighter;
			border-bottom: none;
			margin-bottom: 0px;
			margin-top: 0px;
			padding-bottom: 0px;
		}
		
		#datospropiedad dd {
			margin-bottom: 12px;
			float: left;
			width: 100%;
			text-align: right;
		}
		
		#datospropiedad h2 {
			font-size: 14px;
			font-weight: bold;
			color: @colorPrincipal;
			margin-top: 0px;
			margin-bottom: 24px;
			padding-top: 0px;
			padding-bottom: 0px;
		}
		
		#formadepago h2 {
			font-size: 14px;
			font-weight: bold;
			color: @colorPrincipal;
			margin-top: 0px;
			margin-bottom: 24px;
			padding-top: 0px;
			padding-bottom: 0px;
		}
		
		.account-profile section {
			margin-bottom: 0px;
			/* margin-top: 40px; */
			width: 100%;
		}
		
		#titulo h4 {
			font-size: 13px;
			font-weight: bold;
			float: right;
		}
		.navigation img {
			padding-top: 0px;
			padding-bottom: 0px;
			float: right;
		}
		input#cajatexto {
			padding: 2px 0px 2px 7px;
			margin-top: 5px;
			width: 83%;
			height:10%;
		}
		
		.navigation .form-control {
			display: block;
			width: 100%;
			height: 25px;
			position:relative;
			top:5px;
			padding: 6px 12px;
			font-size: 14px;
			line-height: 1.42857143;
			color: @colorPrincipal;
			background-color: #fff;
			background-image: none;
			border: 1px solid #ccc;
			border-radius: 4px;
			-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
			-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
			transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		}
		.input-group .search {
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			position: relative;
			width: 40px;
			z-index: 2;
			float: right;
		}
		
		.col-md-5ths {
			width: 33%;
			float: left;
			margin-bottom: 12px;
			padding-left:5%;
			padding-right:5%;
		}
		
		
		#antecedentespersonales dl dt, #antecedenteslaborales dl dt {
			color: rgba(91, 112, 138, 0.71);
			width: 360px;
			margin-bottom: 0px;
			margin-top: 0px;
		}
		.bancos {
			-webkit-box-shadow: 0px 0px 24px 0px rgba(148,146,148,1);
			-moz-box-shadow: 0px 0px 24px 0px rgba(148,146,148,1);
			box-shadow: 0px 0px 24px 0px rgba(148,146,148,1);
			margin-bottom: 40px;
		} 
		
		
		.agency address {
			margin-left: 10px;
			width: 40%;
		}
		.agency .agency-image {
			width: 30%;
		}
		.agency .agency-image img {
			max-width: 140px;
		}
		.agency .wrapper {
			width: inherit;
		}
		
		.agent-info {
			margin-bottom: 30px;
		}
		
		.col-sm-4 .property {
			border: none;
		}
		.col-sm-4 .property:hover img {
			top: 0;
		}
		.col-sm-4 .property .additional-info {
			display: none;
		}
		.col-sm-4 .property .overlay {
			bottom: 0;
			position: relative;
		}
		.col-sm-4 .property .overlay .info {
			background: none;
		}
		.col-sm-4 .property .overlay .info h3 {
			text-shadow: none;
			color: @colorPrincipal;
		}
		.col-sm-4 .property .overlay .info figure {
			color: #5a5a5a;
			font-size: 12px;
		}
		.col-sm-4 .property .overlay .info .tag {
			margin-bottom: 5px;
		}
		
		.display-lines .property {
			
			position: relative;
			overflow: visible;
		}
		.display-lines .property .info h3 {
			font-size: 24px !important;
		}
		.display-lines .property .property-image {
			height: auto;
			left: 0;
			position: relative;
			top: 0;
			overflow: hidden;
			width: 100%;
			/* display: inline; */
		}
		
		.member {
			margin-bottom: 40px !important;
			padding-left: 60px;
		}
		.member h3 {
			font-size: 14px;
		}
		.member dl {
			font-size: 10px;
		}
		.member .image img {
			width: 50px;
		}
		
		
		
		
		.property .property-image {
			/*height: 255px;*/
		}
		.property.big .overlay {
			bottom: -50px;
		}
		.property.big .overlay h3 {
			font-size: 18px;
		}
		.property.big .overlay li header, .property.big .overlay li figure {
			font-size: 11px;
		}
		.property.big .overlay .additional-info {
			height: 50px;
			padding: 10px 15px;
		}
		.property.big .overlay .price {
			font-size: 14px;
		}
		.property.big .overlay .info {
			padding: 15px;
		}
		.property.masonryX {
			width: 31.45%;
		}
		
		
		.ribbon {
			right: -20px;
			width: 80px;
			height: 18px;
			bottom: inherit;
			font-size: 10px;
			padding: 2px;
		}
		
		.sidebar-navigation li a i {
			font-size: 18px;
		}
		#maletin .sidebar-navigation li a span {
			display: inline-block;
			font-size: 11px;
		}
		
		#maletin .mimaletin table h2 {
			border: none;
			font-size: 13px;
			font-weight: bold;
			margin: 0 0 0px 0;
			padding: 0;
		}
		#slider .slide {
			overflow: hidden;
		}
		#slider .slide img {
			position: relative !important;
			height: 100% !important;
			width: inherit !important;
		}
		#imagenflecha{
			height: auto;
			max-width: 100%;
			overflow: hidden;
			padding: 0;
			position: relative;
			margin-bottom:10px;
			margin-top:10px;
			
		}
		#imagenflecha img{
			margin: auto;
			padding: 0;
			object-fit: cover;
			height: 100%;
			width: 100%;
			
		}   
		#imagenflecha p {
			position: absolute;
			color: white;
			font-weight: 400;
			/* z-index: 142; */
			font-size: 17px;
			margin-left: 25px;
			/* margin: 0 auto; */
			margin-top: 4px;
		}
		
		#home.submit-features li {
			width: auto;
			margin-left: 0px;
		}
		
		.text-banner h1 {
			font-size: 24px;
			margin-top: 0px;
			padding-bottom: 0px;
		}
		
		.universal-button {
			font-size: 12px;
			padding: 15px;
		}
		.universal-button figure {
			font-size: 20px;
			width: 30px;
		}
	}
	@media (max-width: 767px) {
		#contenedor{
			padding-left:0px;
			padding-right:0px;
		}
		
		a.link-superior{
			height: 30px;
			margin-top: -5px;
			margin-bottom: -5px;
			padding: 5px 1px 5px 0px;
		}
		
		#cabecera_buscador button.btn.btn-default {
			width: 8% !important;
			float: right;
			font-size: 18px;
			/* height: 33px; */
			/* vertical-align: middle; */
		}
		
		.bootstrap-select.btn-group .dropdown-menu.inner {
			max-height: 300px !important;
		}
		
		#logoempresa img {
			height: 46px;
			padding: 0 !important;
			float: unset !important;
			margin: 0 auto;
			
		}
		
		.content-white {
			margin-right: 0px;
			width: 100%;
			height: auto;
			text-align: center;
			margin-top: 15px;
		}
		
		#div_proyectos .search-box .form-map {
			-moz-transition: 0.4s;
			-webkit-transition: 0.4s;
			transition: 0.4s;
			/*background-color: rgba(0, 0, 0, 0.2);*/
			padding: 5px 10px 1px 10px;
		}
		
		.col-md-5ths {
			width: 50%;
			float: left;
			margin-bottom: 12px;
			padding-left: 5%;
			padding-right: 5%;
		}   
		#unidadesdisponibles .caption a.btn.btn-mini {
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			border-radius: 0px;
			-moz-transition: 0.3s;
			-webkit-transition: 0.3s;
			transition: 0.3s;
			-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			background-color: #50555c;
			border: none;
			color: #ffffff;
			font-size: 12px;
			outline: none !important;
			padding: 5px 9px;
			text-align: center;
			margin-top: 10px;
			margin-right: 0px !important;
		}
		
		#unidadesdisponibles h3 {
			border-bottom: 1px solid #ddd;
			font-size: 26px;
			margin-bottom: 14px;
		}
		
		#unidadesdisponibles .todasunidades button.btn.btn-danger {
			margin-top: 0 !important;
			padding: 0;
			position: relative;
			top: 0;
			width: 100%;
			/* right: 23px !important; */
			padding: 11px 0px;
			background-color: transparent;
			color: #50555c;
			/* border: none !important; */
			box-shadow: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			font-family: 'Albert Sans', sans-serif;
			font-size: 14px;
		}
		#titulo img {
			float: left !important;
			width: 100px !important;
		}
		
		div#banner-home {
			margin-top: 30px;
		}
		
		#home nav {
			position: absolute;
			right: 19px;
			
		}
		
		#home section img {
			width: 100%;
			height: 100px;
			/* border: 1px solid rgb(226, 226, 226); */
			border: 1px solid #d2d2d2;
			background-color: rgba(255,255,255,0.40);
			/* border-radius: 3px; */
			padding: 15px;
		}
		
		
		div#minisit3 {
			margin-top: 30px;
			margin-bottom: 10px;
		}
		#unidadesdisponibles .todasunidades button.btn.btn-danger.link-arrow {
			margin-top: 0 !important;
			padding: 0;
			position: relative;
			top: -15px;
			width: 100% !important;
			right: 0px !important;
			padding: 5px 0px;
			/* margin-bottom: 150px; */
			/* display: block; */
		}
		
		#unidadesdisponibles .volverunidades button.btn.btn-danger.link-arrow {
			margin-top: 0 !important;
			padding: 0;
			position: relative;
			top: -15px;
			width: 100% !important;
			right: 0px !important;
			padding: 5px 0px;
			/* margin-bottom: 150px; */
			/* display: block; */
		}
		
		.volverunidades {
			width: 50%;
			float: right;
			padding: 15px;
		}
		
		.todasunidades {
			width: 50%;
			float: left;
			padding: 0px 0px 15px 15px;
			padding-bottom: 0px;
		}
		
		.navigation h2 {
			display: block;
			height: auto;
			color: #FFFFFF;
			font-size: 18px;
			letter-spacing: 1px;
			font-weight: lighter;
			margin: 0;
			padding: 8px 23px;
		}   
		.bancos {
			-webkit-box-shadow: 0px 0px 24px 0px rgba(148,146,148,1);
			-moz-box-shadow: 0px 0px 24px 0px rgba(148,146,148,1);
			box-shadow: 0px 0px 24px 0px rgba(148,146,148,1);
			margin-bottom: 20px;
		}
		div#slider_disppeq {
			position: relative;
			background-color: white;
			top: 15px;
			border-top: none !important;
		}   
		#slider_disppeq img {
			width: 100% !important;
			padding: 8px 0px !important;
			display: inline-block;
		}
		
		#logosyfachada .logo_enlace img, #logosyfachada .logo_proyecto img, #logosyfachada .logo_inmob img {
			object-fit: contain;
			margin: 0 auto;
			height: 70px;
		}
		
		#logosyfachada .logo_inmob, #logosyfachada .logo_proyecto, #logosyfachada .logo_enlace {
			width: 70px;
			height: 70px;
			/* margin: 0 auto; */
			display: block;
			float: left;
		}
		
		.imagenproyecto {
			height: auto;
			/* position: relative; */
			/* overflow: hidden; */
			width: 100%;
			/* margin-top: 20px; */
		}
		
		#cotizacion .imagenproyecto img {
			width: 100%;
			object-fit: contain;
			height: 210px;
		}
		#botones_accesorapido button.btn.btn-danger.link-arrow {
			
			font-size:12px;
		}
		#unidadesdisponibles .btn, select {
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			border-radius: 0px;
			-moz-transition: 0.3s;
			-webkit-transition: 0.3s;
			transition: 0.3s;
			-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			background-color: #5a5a5a;
			border: none;
			color: #ffffff;
			font-size: 12px;
			outline: none !important;
			width: 100%;
			padding: 5px 0px;
		}
		section#quick-summary {
			top: 20px;
		}
		#unidadesdisponibles table.table.table-striped {
			margin-bottom: 0px;
			max-height: 150px;
			overflow-y: scroll;
			display: inline-block;
			border: none !important;
			margin-top: 30px;
		}
		#unidadesdisponibles .thumbnail a > img {
			/* padding: 5px; */
			object-fit: cover;
			/* overflow: hidden; */
			height: 190PX;
			WIDTH: 100%;
		}
		
		#unidadesdisponibles .thumbnail {
			height: auto;
			border-radius: 0;
			/* border: none; */
			margin: 0 auto;
			width: 100%;
			height: 200px !IMPORTANT;
			overflow: hidden !IMPORTANT;
		}
		
		.inmobiliaria .detalleinmobiliaria a {
			float: left;
		}   
		div#minisit {
			margin-top: 40px;
		}
		#minisitio .sorting {
			width: 100%;
			float: left;
		}
		
		#titulo h4 {
			font-size: 13px;
			font-weight: bold;
			float: left !important;
			
		}
		
		.navigation .secondary-navigation .user-area {
			float: none;
		}
		#search-filter .sorting .form-group {
			width: 100%;
		}   
		.wrapper {
			display: block;
		}
		.navigation {
			position: relative !important;
			z-index: 999;
			;
		}   
		h1 span.negrita {
			color: @colorPrincipal;
			font-size: 18px;
			line-height: 0;
			font-weight: 400;
		}
		
		.col-lg-15.col-md-15.col-sm-15.col-xs-12 {
			margin-bottom: 25px;
			width: 100% !important;
		}
		.caluga strong {
			color: #cacaca;
			/* float: right; */
			margin-top: 3%;
			position: absolute;
			right: 28%;
			font-size: 0.8em;
			z-index: 2;
		}
		
		h2 span.negrita {
			font-size: 28px;
			font-weight: 400;
		}
		.caluga {
			width: 55%;
			height: 100%;
			border-radius: 4px;
			text-align: center;
			margin: 0 auto;
			background-color: rgba(212, 212, 212, 0.42);
		}
		
		.gif {
			width: 55%;
			height: 100%;
			margin: 0 auto;
		}
		#div_proyectos .search-box-wrapper {
			padding: 20px 0;
			position: relative !important;
			top: 0px !important;
			/* background-color: rgba(0, 0, 0, 0.4); */
			-webkit-box-shadow: none;
			-moz-box-shadow: 0px 0px 24px 0px rgba(148,146,148,1);
			box-shadow: none;
			background-color: transparent;
			/*padding-top: 40px !important;*/
		}
		
		#quieroquemecontacten .radio {
			margin-top: 0 !important;
			padding: 0;
			margin-bottom: 20px;
			text-align: left !important;
		}   
		.listadoinmobiliarias table tbody tr td.image {
			width: 100px;
			padding: 5px;
			margin: 0 auto;
			height: 100px;
			overflow: hidden;
			
		} 
		
		
		.listadoinmobiliarias table tbody tr td.image img {
			width: 100px;
			height: 100%;
			object-fit: contain;
			padding: 0;
			margin: 0;
			/* overflow: hidden; */
			float: right;
		}
		
		#listadoinmobiliarias .listadoinmobiliarias table tbody tr td {
			width: 25%;
			/* border-top: none; */
			/* padding: 0; */
			vertical-align: middle;
			/* text-align: left; */
			height: 100px;
		}
		#listadoinmobiliarias .listadoinmobiliarias .image img {
			float: right;
			padding: 10px;
		}
		
		#elijacodeudor h2 {
			font-size: 14px;
			font-weight: bold;
			color: @colorPrincipal;
			/* margin-bottom: 0px; */
			display: inline;
			float: left;
			/* margin-left: 19px; */
			/* vertical-align: middle; */
			margin: 10px;
		}
		#elijacodeudor #cajadesplegable {
			width: 100%;
			float: left;
			margin-bottom: 12px;
			margin-right: 15px;
			margin-top: 0px;
		}
		#agregar_codeudor .contacten .checkbox, .radio {
			display: inline;
			text-align: center;
			padding-right: 60px;
			padding-left: 0px !important;
		}
		.menupac {
			margin-bottom: 40px;
		}
		.menupac_codeudor {
			margin-bottom: 40px;
		}
		
		#elijacodeudor .btn.btn-danger {
			float: left;
			margin-left: 0;
			background-color: @colorPrincipal;
			padding: 9px 25px 6px 25px;
		}
		
		
		h2.agregarcodeudor {
			font-size: 14px;
			font-weight: bold;
			color: #50555C;
			margin-bottom: 12px;
			display: block;
			margin-top: 0;
		}   
		#economicos #seccionactivos #cajadesplegable {
			width: 42%;
			float: left;
			margin-bottom: 12px;
			margin-right: 10px;
		}
		#seccionpasivos dl dt {
			color: rgba(91, 112, 138, 0.71);
			width: 95%;
		}
		#economicos #ingresos #seccionactivos #cajadesplegable {
			width: 100%;
			float: left;
			margin-bottom: 12px;
			margin-right: 17px;
		}
		.totalingresos dl dt {
			color: rgba(91, 112, 138, 0.71);
			width: 100%;
		}
		#economicos #seccionpasivos #cajadesplegable_seleccion2 {
			width: 100%;
			float: left;
			margin-right: 17px;
			margin-bottom: 11px;
		}
		
		#seccionpasivos #cajadesplegable {
			width: 47%;
			float: left;
			margin-bottom: 12px;
			margin-right: 9px;
		}
		#economicos #ingresos #seccionactivos dl dt {
			color: rgba(91, 112, 138, 0.71);
			width: 100%;
		}
		#seccionactivos dl dt {
			color: rgba(91, 112, 138, 0.71);
			width: 100%;
		}
		
		#antecedenteslaborales #cajadesplegable_calendario i.fa.fa-calendar {
			position: absolute;
			margin-left: 15%;
			margin-top: 10px;
			color: #5b5c5d;
		}
		#tiposderenta2 ul.submit-features {
			text-align: left;
			margin-left: 0px;
			width: 100%;
			margin-top: 10px;
			position: relative;
		}
		#tiposderenta2 dt {
			width: 100px;
			margin-left: 0px;
			margin-right: 0px;
			color: @colorPrincipal;
			font-weight: 500;
			margin-bottom: 9px;
		}
		#cajadesplegable i.fa.fa-male, #cajadesplegable i.fa.fa-female {
			position: absolute;
			margin-left: -20%;
			margin-top: 10px;
			color: #B7B7B7;
		}   
		#sexo {
			width: 45%;
			float: left;
		}
		#antecedentespersonales #cajadesplegable_calendario, #antecedenteslaborales #cajadesplegable_calendario {
			width: 45%;
			float: left;
			margin-bottom: 12px;
		}   
		#antecedentespersonales dl dt, #antecedenteslaborales dl dt {
			color: rgba(91, 112, 138, 0.71);
			width: 55%;
			margin-bottom: 21px;
			margin-top: 10px;
		}
		
		#antecedentespersonales #cajadesplegable, #antecedenteslaborales #cajadesplegable {
			width: 45%;
			float: left;
			margin-bottom: 12px;
		}   
		#contrasena button.btn.btn-danger.link-arrow {
			background-color: #d45821;
			color: #fff;
		}
		
		#botones_cotizacion .btn.btn-danger, select.btn-danger {
			width: 100%;
			margin-bottom: 10px;
		}
		.universal-button {
			-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			background-color: #f3f3f3;
			color: #2a2a2a;
			display: block;
			margin-bottom: 10px;
			padding: 20px;
			position: relative;
			top: 25px;
		}
		#listadoinmobiliarias .tag3.price {
			text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
			background-color: #d45821;
			color: #fff;
			font-size: 14px;
			width: 100%;
			display: inline-block;
			float: left;
			margin-top: 0px;
			-webkit-box-shadow: 0px 3px 5px 0px rgba(191,191,191,1);
			-moz-box-shadow: 0px 3px 5px 0px rgba(191,191,191,1);
			box-shadow: 0px 3px 5px 0px rgba(191,191,191,1);
			margin-top: 15px;
		}
		
		#listadoinmobiliarias input[type="text"] {
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			border-radius: 0px;
			-moz-transition: 0.3s;
			-webkit-transition: 0.3s;
			transition: 0.3s;
			-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
			-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
			box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
			-webkit-appearance: none;
			background-color: #f3f3f3;
			border: none;
			font-size: 14px;
			outline: none !important;
			padding: 6px 9px 5px 9px;
			width: 100%;
			height: inherit;
			margin-top: 15px;
		}
		
		.listadoinmobiliarias .inner {
			margin-left: 0px;
		}
		.book__toc--compact li.level-3 a:hover {
			padding-left: 8em;
			color: #2a2a2a;
			font-weight: lighter;
			color: #7f8c8d;
			text-decoration: underline;
		}
		
		.book__toc--compact li.level-2 a:hover {
			padding-left: 5em;
			color: #7f8c8d;
			text-decoration: underline;
		}   
		.book__toc--compact li.level-2 a {
			padding-left: 4em;
			color: #2a2a2a;
		}
		
		.book__toc--compact li.level-3 a {
			padding-left: 7em;
			color: #2a2a2a;
			font-weight: lighter;
		}   
		#categoriablog {
			height: 225px;
		}
		#preguntasfrecuentes #boton_volver button.btn.btn-danger.link-arrow.back, #acercadenosotros #boton_volver button.btn.btn-danger.link-arrow.back,  #bienvenida #boton_volver button.btn.btn-danger.link-arrow.back {
			padding: 6px 6px 6px 9px;
			width: 100%;
			margin-bottom: 10px;
			margin-top: 50px;
		}
		
		
		#preguntasfrecuentes #boton_volver button.btn.btn-danger.link-arrow, #acercadenosotros #boton_volver button.btn.btn-danger.link-arrow, #bienvenida #boton_volver button.btn.btn-danger.link-arrow {
			background-color: #d45821;
			color: #fff;
		}
		
		.blog-post .meta .tags {
			display: inline-block;
			float: right !important;
		}
		#categoriablog {
			height: 10%;
		}
		#home .search-box-wrapper .search-box, .search-box-wrapper .search-box-resultado {
			margin-top: 1px;
			padding-right: 0;
			position: relative;
		}
		
		
		#maletin .mimaletin .image {
			height: 200px;
			position: relative;
			overflow: hidden;
			width: 100%;
			display: block;
			padding: 0;
		}
		
		.mimaletin table h2 {
			border: none;
			font-size: 12px;
			font-weight: bold;
			margin: 0 0 0px 0;
			padding: 0;
		}
		
		.mimaletin .tag.price {
			background-color: #f1c40f;
			color: #fff;
			font-size: 14px;
			font-weight: bold;
			float: left;
			margin-top: 5px;
			width: 100%;
		}
		
		.mimaletin table tbody tr td .inner figure {
			margin-bottom: 0;
			color: @colorPrincipal;
			font-size: 11px;
			/* font-weight: bold; */
		}
		
		
		#maletin .mimaletin table tbody tr td.image img {
			margin: auto;
			padding: 0;
			object-fit: cover;
			height: 200px;
			
		}
		
		.mimaletin table tbody tr td .inner {
			display: block;
			text-align: center;
			position: absolute;
			top: 5%;
			left: 2%;
			padding: 14px;
			border-radius: 3px;
			background-color: rgba(255, 255, 255, 0.7);
		}
		
		#maletin .mimaletin tr {
			display: block;
			position: relative;
			float: none;
		}
		
		.mimaletin table tbody tr td {
			border-top: none;
			padding: 10px 5px 30px 5px;
			vertical-align: middle;
			text-align: center;
			font-size: 11px;
		}
		
		.mimaletin table tbody tr td .inner figure {
			margin-bottom: 0;
			color: @colorPrincipal;
			font-size: 10px;
			/* font-weight: bold; */
		}
		#quieroquemecontacten #create-account-user {
			display: inline-block !important;
			width: 30%;
			padding: 0 !important;
		}
		#minisitio i.fa.fa-search {
			margin-right: 5px;
			color: @colorPrincipal;
		}
		#minisitio h1 {
			float: left;
			width: 100%;
			margin-top: 45px;
		}
		
		#minisitio h1 span {
			float: right;
			font-size: 14px;
			line-height: 30px;
		}
		
		div#listadodeminisitio {
			height: 410px;
		}
		#resultadobusqueda #search-filter h3 {
			font-size: 14px;
			margin-top: 0px;
		}
		
		#resultadobusqueda #results #search-filter .sorting {
			position: relative;
			left: 0;
			top: 0px;
			width: 100%;
			display: block;
		}   
		
		#resultadobusqueda .sorting button.btn.dropdown-toggle.selectpicker.btn-default {
			float: left;
			width: 100%;
			margin-bottom: 5px;
		}
		#resultadobusqueda .display-lines .property .info .link-arrow {
			bottom: 0;
			left: 0;
			width: 100%;
			/* position: absolute; */
		}
		#property-map #botones_step2 button.btn.btn-danger {
			background-color: #d45821;
			color: #fff;
			width: 47%;
			padding: 5px;
			margin-top: 4px;
			box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
			font-size: 15px;
			
		}   
		input#cajatexto {
			padding: 2px 0px 2px 7px;
			margin-top: 7px;
			width: 84%;
			height: 15%;
			font-size: 12px;
		}
		#imagenflecha{
			height: auto;
			max-width: 100%;
			overflow: hidden;
			padding: 0;
			position: relative;
			margin-bottom:10px;
			margin-top:10px;
			
		}
		#imagenflecha img{
			margin: auto;
			padding: 0;
			object-fit: cover;
			height: 100%;
			width: 100%;
			
		}       
		
		#imagenflecha p {
			position: absolute;
			color: white;
			font-weight: 400;
			/* z-index: 142; */
			font-size: 19px;
			margin-left: 46px;
			/* margin: 0 auto; */
			margin-top: 3px;
		}   
		#saladeventas.affix {
			position: relative;
			width: 100%;
			display: block;
			top: 0;
		}
		
		#saladeventas {
			margin-top:30px;
			margin-bottom:0px;
		}
		#buscador {
			background-color: @colorPrincipal;
			/* float: right; */
			text-align: right;
		}
		
		
		.table-responsive {
			border: none;
		}
		#fichadeproyectos #boton_volverabuscar button.btn.btn-default {
			width: 100%;
		}
		
		#fichadeproyectos #boton_volverabuscar {
			/* float: right; */
			position: relative;
			top: 25px;
			width: 100%;
			margin-bottom: 50px;
		}
		#fichadeproyectos .property-detail-map-wrapper {
			position: relative;
			height: 340px;
			overflow: hidden;
			margin-bottom: 0;
			margin-top: 25px;
		}
		.step11 {
			background: url(../img/700_azul.png) no-repeat;
			height: 30px;
			margin-bottom: 10px;
			WIDTH: 100%;
		}
		
		.step22 {
			background: url(../img/700_amarillo.png) no-repeat;
			height: 30px;
			margin-top: 15px;
		}
		
		
		
		#fichadeproyectos .owl-controls {
			display: block !important;
		}
		#destacados_proyecto {
			padding: 0px;
		}
		.property-carousel .owl-controls .owl-prev, .property-carousel .owl-controls .owl-next {
			-moz-transition: 0.4s;
			-webkit-transition: 0.4s;
			transition: 0.4s;
			background-color: #50555c;
			display: inline-block !important;
			width: 60px;
			height: 60px;
			position: relative;
			z-index: 3 !important;
		}
		.imageninmobiliaria {
			width: 30%;
			display: inline-block;
			float: right;
			height: 50px;
			padding: 0px 5px;
		}
		.detalleinmobiliaria {
			width: 70%;
			display: inline-block;
			float: left;
		}
		
		#resultadobusqueda .imageninmobiliaria {
			height: 50px;
			/* overflow: hidden; */
			padding: 5px;
			width: 50px;
			
			margin: 0 auto;
			margin-bottom: 55px;
		}
		#resultadobusqueda #boton_volverabuscar {
			position: relative;
			width: 100%;
		}
		
		#resultadobusqueda #boton_volverabuscar .btn.btn-default {
			-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			-moz-transition: 0.2s;
			-webkit-transition: 0.2s;
			transition: 0.2s;
			background-color: @colorPrincipal;
			color: #fff;
			font-size: 16px;
			line-height: 15px;
			font-weight: lighter;
			width: 100%;
		}
		
		#resultadobusqueda header h1 span {
			float: right;
			font-size: 15px;
			padding-top: 10px;
		}
		
		
		#resultadobusqueda #cajaresultado {
			height: 200px;
			left: 0;
			position: relative;
			top: 0;
			overflow: hidden;
			width: 100%;
		}
		
		
		
		
		#resultadobusqueda #search-filter .search-count {
			font-size: 14px;
			display:inline-block;
		}
		
		#resultadobusqueda #search-filter h3 {
			font-size: 14px;
			margin-top: 0px;
		}
		#resultadobusqueda .property figure.type {
			position: absolute;
			margin-top: -200px;
		}
		#cajaresultado img{
			margin: auto;
			padding: 0;
			object-fit: cover;
			height: 100%;
			width: 100%;
		}
		
		
		.property .ribbon-huincha-azul {
			width: 150px;
			height: 150px;
			overflow: hidden;
			position: absolute;
			top: -3px;
			right: -3px;
		}
		
		
		
		#resultadobusqueda .display-lines .property {
			padding-left: 0px;
			margin-bottom: 15px !important;
			padding-bottom: 0px;
		}
		
		#resultadobusqueda .display-lines .property .inmobiliaria img.tool-tip {
			width: 15px;
			height: 15px;
			padding-bottom: 0px;
			margin-right: 0;
			top: 2px;
		}
		
		
		#resultadobusqueda section#properties {
			border-bottom: 1px solid #d8d8d8;
			margin-bottom: 30px;
		}
		
		#resultadobusqueda .tag3.price a {
			-moz-transition: 0.2s;
			-webkit-transition: 0.2s;
			transition: 0.2s;
			color: #FFFFFF;
			outline: none !important;
			font-size: 13px;
			padding: 0px;
		}
		#resultadobusqueda #search-filter {
			margin-bottom: 20px;
			padding: 0;
		}
		
		#resultadobusqueda .display-lines .property .inmobiliaria {
			height: auto;
			right: 0;
			position: relative;
			top: 0px;
			overflow: hidden;
			width: 100%;
			margin-bottom: 20px;
		}
		#resultadobusqueda .display-lines .property .info header h3 {
			color: #50555C ;
			font-size: 18px;
			margin: 0;
			font-weight: 500;
			width: 100%;
		}
		
		.display-lines .property .inmobiliaria img {
			width: auto;
			height: 100%;
			
			float: right;
		}
		#resultadobusqueda .tag2.price {
			/* text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3); */
			background-color: #777777;
			color: #ffffff;
			font-size: 14px;
			font-weight: 500;
			padding: 4px 0px 2px 0px;
		}
	}
	
	
	.inmobiliaria p.link-arrow2:hover {
		color: @colorPrincipal;
	}
	
	#resultadobusqueda .logosresultadodebusqueda.logo {
		
		width: 100px;
		object-fit: contain;
		display: block;
		margin: 0 auto;
		padding: 0;
		margin-bottom: 40px;
		line-height: 1;
		height: 100px;
		position: relative;
	}
	
	#resultadobusqueda .logosresultadodebusqueda img {
		max-width: 100px;
		margin: 0 auto;
		object-fit: contain;
		/* height: 100px; */
	}
	#resultadobusqueda .inmob_resultado img {
		width: 24%;
		float: right;
		position: absolute;
		right: 0px;
		top: 0px;
		border: 1px solid #f3f3f3;
		padding: 5px 0px;
	}
	
	#resultadobusqueda .pagination > li {
		display: inline;
		font-size: 12px;
	}
	
	#resultadobusqueda .display-lines .property .info {
		display: table;
		position: relative;
		height: 100%;
		width: 100%;
	}
	
	
	.property .ribbon-huincha-azul {
		width: 150px;
		height: 150px;
		overflow: hidden;
		position: absolute;
		top: -3px;
		right: -3px;
		
	}
	
	.huincha {
		
		width: 100%;
		/* height: 330px; */
		background: white;
		border-radius: 10px;
		position: relative;
		z-index: 10;
	}
	
	.ribbon-huincha-azul {
		width: 150px;
		height: 150px;
		overflow: hidden;
		position: absolute;
		top: -3px;
		right: -3px;
		font-weight:lighter;
	}
	.ribbon-azul {
		
		color: #FFFFFF;
		text-align: center;
		text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		position: relative;
		padding: 3px 0;
		left: 44px;
		top: 26px;
		width: 134px;
		font-size: 13px;
		background-color: @colorPrincipal;
		background-image: @colorPrincipal;
		color: #FFFFFF;
		-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	}
	
	.ribbon-naranja {
		
		color: #FFFFFF;
		text-align: center;
		text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		position: relative;
		padding: 3px 0;
		left: 44px;
		top: 26px;
		width: 135px;
		font-size: 13px;
		background-color: #058696;
		background-image: #ff5a00;
		color: #FFFFFF;
		-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	}
	
	.ribbon-amarilla {
		
		color: #FFFFFF;
		letter-spacing: -0.2px;
		text-align: center;
		text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		position: relative;
		padding: 3px 0;
		left: 44px;
		top: 26px;
		width: 135px;
		font-size: 13px;
		background-color: #fccd00;
		background-image: #fccd00;
		color: #FFFFFF;
		-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	}
	
	
	.ribbon-azul:before, .ribbon-azul:after {
		content: "";
		border-top: 3px solid #944f02;
		border-left: 3px solid transparent;
		border-right: 3px solid transparent;
		position: absolute;
		bottom: -3px;
	}
	
	.ribbon-azul:before {
		left: 0;
	}
	.ribbon-azul:after {
		right: 0;
	}
	
	.ribbon-naranja:before, .ribbon-naranja:after {
		content: "";
		border-top: 3px solid #693903;
		border-left: 3px solid transparent;
		border-right: 3px solid transparent;
		position: absolute;
		bottom: -3px;
	}
	
	.ribbon-naranja:before {
		left: 0;
	}
	.ribbon-naranja:after {
		right: 0;
	}
	
	.ribbon-amarilla:before, .ribbon-amarilla:after {
		content: "";
		border-top: 3px solid #b99700;
		border-left: 3px solid transparent;
		border-right: 3px solid transparent;
		position: absolute;
		bottom: -3px;
	}
	
	.ribbon-amarilla:before {
		left: 0;
	}
	.ribbon-amarilla:after {
		right: 0;
	}   
	
	
	.ribbon-verde {
		
		color: #FFFFFF;
		letter-spacing: -0.2px;
		text-align: center;
		text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		position: relative;
		padding: 3px 0;
		left: 44px;
		top: 26px;
		width: 135px;
		font-size: 13px;
		background-color: #27ae60;
		background-image: #27ae60;
		color: #FFFFFF;
		-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	}
	
	.ribbon-verde:before {
		left: 0;
	}
	.ribbon-verde:after {
		right: 0;
	}       
	
	.ribbon-verde:before, .ribbon-verde:after {
		content: "";
		border-top: 3px solid #104828;
		border-left: 3px solid transparent;
		border-right: 3px solid transparent;
		position: absolute;
		bottom: -3px;
	}
	
	.ribbon {
		-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-moz-transform: translate3d(0, 0, 1px) rotate(45deg);
		-ms-transform: translate3d(0, 0, 1px) rotate(45deg);
		-webkit-transform: translate3d(0, 0, 1px) rotate(45deg);
		transform: translate3d(0, 0, 1px) rotate(45deg);
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		background-color: @colorPrincipal;
		color: #fff;
		font-size: 12px;
		padding: 6px;
		position: absolute;
		z-index: 3;
		right: -30px;
		top: 26px;
		width: 141px;
		text-align: center;
		margin: auto;
		height: 30px;
		bottom: inherit;
		left: inherit;
	}
	
	.ribbon2 {
		-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-moz-transform: translate3d(0, 0, 1px) rotate(45deg);
		-ms-transform: translate3d(0, 0, 1px) rotate(45deg);
		-webkit-transform: translate3d(0, 0, 1px) rotate(45deg);
		transform: translate3d(0, 0, 1px) rotate(45deg);
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		background-color: #ff5a00;
		color: #fff;
		font-size: 12px;
		padding: 6px;
		position: absolute;
		z-index: 3;
		right: -30px;
		top: 26px;
		width: 141px;
		text-align: center;
		margin: auto;
		height: 30px;
		bottom: inherit;
		left: inherit;
	}
	
	.ribbon3 {
		-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-moz-transform: translate3d(0, 0, 1px) rotate(45deg);
		-ms-transform: translate3d(0, 0, 1px) rotate(45deg);
		-webkit-transform: translate3d(0, 0, 1px) rotate(45deg);
		transform: translate3d(0, 0, 1px) rotate(45deg);
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		background-color: #fccd00;
		color: #fff;
		font-size: 12px;
		padding: 6px;
		position: absolute;
		z-index: 3;
		right: -30px;
		top: 26px;
		width: 141px;
		text-align: center;
		margin: auto;
		height: 30px;
		bottom: inherit;
		left: inherit;
	}
	
	.ribbon {
		right: -20px;
		width: 80px;
		height: 18px;
		bottom: inherit;
		font-size: 10px;
		padding: 2px;
	}
	
	.navigation img {
		margin: 0 auto;
	}
	
	#slider_disppeq img {
		width: 33%;
		padding: 40px 15px;
		display: inline-block;
		border-radius: 10px;
	}
	
	div#slider_disppeq {
		position: relative;
		background-color: white;
		top: 25px;
		border-top: 1px solid @colorPrincipal;
	}
	.bancos img {
		/* margin: 10px 25px; */
		display: inline-block;
		/* height: 60px; */
		max-width: 200px;
		margin: 30px 22px;
	}
	#home header li {
		text-decoration: none;
		list-style-type: none !important;
		border-bottom: none !important;
		padding: 0 10px !important;
	}
	.agency .agency-image {
		display: block;
		width: inherit;
	}
	.agency .agency-image img {
		max-width: 100%;
	}
	.agency .wrapper {
		display: block;
		width: inherit;
	}
	.agency .wrapper dl, .agency .wrapper address {
		display: block;
		width: inherit;
		margin-left: 0;
	}
	.agency .wrapper dl {
		margin-bottom: 30px;
	}
	
	.agency-image {
		text-align: center;
		margin-bottom: 30px;
	}
	
	.agent {
		padding-left: 0;
		text-align: center;
	}
	.agent .agent-image {
		display: inline-block;
		position: relative;
		text-align: center;
		max-width: 100%;
		margin-bottom: 20px;
		width: inherit !important;
	}
	.agent .agent-image img {
		width: inherit !important;
	}
	
	blockquote {
		display: block !important;
		padding: 20px 0 !important;
		text-align: center;
	}
	blockquote figure {
		display: inline-block !important;
		margin-bottom: 30px;
	}
	blockquote .cite {
		display: block !important;
		padding-left: 0;
	}
	
	.blog-post {
		margin-bottom: 30px;
	}
	.blog-post h2 {
		font-size: 24px !important;
	}
	.blog-post .tags {
		float: none !important;
	}
	.blog-post .tags .tag {
		margin: 0px;
	}
	.blog-post .tags .tag:first-child {
		margin-left: 0 !important;
	}
	
	.account-profile h3 {
		margin-bottom: 15px;
	}
	
	.agent-detail h3 {
		margin-top: 40px;
	}
	
	.agent-info {
		padding-left: 0 !important;
		margin-bottom: 20px;
	}
	.agent-info figure {
		text-align: center;
		position: relative !important;
		margin-bottom: 20px;
	}
	
	.background-image {
		left: -200%;
		margin-left: 100%;
	}
	
	.block {
		padding: 10px 0;
		box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
		
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
		
	}
	
	.banner {
		padding: 20px;
	}
	.banner .title {
		display: block;
		margin-bottom: 20px;
		text-align: center;
		width: 100%;
	}
	.banner .submit {
		display: block;
		text-align: center;
		width: 100%;
	}
	
	.comment .name, .comment .date {
		float: none !important;
		position: relative !important;
		top: 0 !important;
	}
	#datospropiedad dd {
		margin-bottom: 12px;
		text-align: right;
	}
	#datospropiedad dl dt {
		color: rgba(91, 112, 138, 0.71);
		width: 180px;
	}
	
	#datospropiedad img.tool-tip {
		
		width: 17px;
		height: 17px;
		/* float: left; */
		/* margin: 0px 3px; */
		padding: 0px;
		/* margin-left: 267px; */
		/* margin-right: -17px; */
		/* margin-top: -28px; */
		margin-left: 0px;
		margin-right: 6px;
	}
	
	#formadepago img.tool-tip {
		
		width: 17px;
		height: 17px;
		/* float: left; */
		/* margin: 0px 3px; */
		padding: 0px;
		/* margin-left: 267px; */
		/* margin-right: -17px; */
		/* margin-top: -28px; */
		margin: 0px 3px;
	}
	a#agregarBodega {
		float: right;
	}
	
	
	/*
	#formadepago dd {
		margin-bottom: 6px;
		width: 100%;
		float: left;
	}*/
	
	#formadepago dl dt {
		color: rgba(91, 112, 138, 0.71);
		width: 190px
	}
	
	#formadepago #cajadesplegable {
		width: 70%;
		float: left;
		margin-bottom: 12px;
	}
	
	.izquierda h4 {
		font-weight: bold;
		color: #7f8c8d;
		line-height: 36px;
		font-size: 13px;
	}
	
	.camposobligatorios h4 {
		text-align: left;
	}
	#formadepago h4 {
		color: rgba(91, 112, 138, 0.71);
		font-weight: bold;
		font-size: 13px;
		font-family: 'Albert Sans', sans-serif;
		float: right;
		/* float: right; */
		width: 15%;
	}
	
	#formadepago #cajapregunta img.tool-tip {
		float: left;
		margin-left: 259px;
		margin-top: -25px;
	}
	
	a#agregarEstacionamiento {
		float: right;
	}
	.aceptTermiAndCondic{
		position: relative;
		text-align: center;
		color: #5a5a5a;
		margin-bottom: 15px;
	}
	.aceptTermiAndCondic .box input{
		width: 14px;
		position: absolute;
		left: 0;
		height: 14px;
		top: -1px;
	}
	.aceptTermiAndCondic .box{
		position: relative;
		padding-left: 25px;
	}
	.aceptTermiAndCondic .box span{
		opacity: 0.7;
	}
	.aceptTermiAndCondic .box label.error{
		position: absolute;
		left: 0;
		top: 25px;
		height: 27px;
	}
	div#equis {
		float: right;
	}
	.display-lines .property {
		padding-left: 0px;
		z-index:0;
	}
	.display-lines .property .info a {
		position: relative !important;
	}
	.display-lines .property .info aside p, .display-lines .property .info aside dl {
		float: none;
		width: 100%;
	}
	.display-lines .property .property-image {
		height: auto;
		margin-bottom: 20px;
		position: relative;
		width: 100%;
	}
	div#cajadesplegable {
		width: 90%;
		float: left;
		margin-bottom: 12px;
	}
	
	div#cajapregunta {
		float: right;
		margin-top: 6px;
		width: 0px;
	}
	.feature-box {
		margin-bottom: 30px !important;
	}
	
	
	
	.fun-facts {
		padding: 0;
	}
	.fun-facts:before {
		display: none;
	}
	.fun-facts .number-wrapper {
		margin-bottom: 30px;
		position: relative;
	}
	.fun-facts .number-wrapper:before {
		background-color: rgba(0, 0, 0, 0.07);
		bottom: 0;
		content: "";
		height: 2px;
		left: 0;
		margin: auto;
		position: absolute;
		top: -15px;
		right: 0;
		width: 100%;
		z-index: -2;
	}
	
	
	
	.horizontal-search .advanced-search-toggle {
		position: relative !important;
	}
	.horizontal-search .search-box-wrapper input[type="text"], 
	.horizontal-search .search-box-wrapper input[type="email"], 
	.horizontal-search .search-box-wrapper input[type="search"], 
	.horizontal-search .search-box-wrapper input[type="password"], 
	.horizontal-search .search-box-wrapper input[type="number"], 
	.horizontal-search .search-box-wrapper textarea.form-control, 
	.horizontal-search .search-box-wrapper .selectpicker 
	
	{
		background-color: #fff !important;
	}
	.horizontal-search .submit-features li {
		width: 100%;
	}
	
	.logos {
		display: block;
		line-height: 0;
		margin-top: 10px;
		padding: 0px;
		
	}
	
	
	.logos .logo {
		display: inline-block;
		margin-bottom: 0;
		position: relative;
	}
	.logos .logo:last-child {
		margin-bottom: 0;
	}
	
	.floor-plans img {
		width: 100%;
	}
	
	
	
	.leaflet-control-attribution {
		display: none;
	}
	
	.map-osm #map:after {
		display: none;
	}
	
	#map {
		margin-top: -20px !important;
	}
	/*  #map:after {
		-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		text-shadow: none;
		-webkit-font-smoothing: antialiased;
		font-family: 'fontawesome';
		speak: none;
		font-weight: normal;
		font-variant: normal;
		line-height: 1;
		text-transform: none;
		color: #2a2a2a;
		font-size: 18px;
		position: absolute;
		bottom: 30px;
		background-color: #fff;
		content: "\f07d";
		padding: 12px 16px;
		right: 15px;
		z-index: 1;
	}*/
	
	.member {
		margin-bottom: 40px !important;
		padding-left: 0px;
		text-align: center;
	}
	.member h3 {
		font-size: 18px;
	}
	.member dl {
		border-top: none;
		border-bottom: 2px solid #f3f3f3;
		font-size: 12px;
		padding-bottom: 20px;
	}
	.member .image {
		display: block;
		position: relative;
	}
	.member .image img {
		width: 150px;
	}
	.member .tag {
		top: 10px;
	}
	
	.menupac .row {
		border-bottom: 2px solid #ecf0f1;
		border-top: 2px solid #ecf0f1;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-bottom: 30px;
	}
	.menu_codeudor.row {
		border-bottom: 2px solid #ecf0f1;
		border-top: 2px solid #ecf0f1;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-bottom:0px;
	}
	
	#home .col-md-5ths {
		width: 50%;
		float: left;
		margin-bottom: 12px;
		padding-left:5%;
		padding-right:5%;
	}
	
	#datospropiedad h2, #formadepago h2 {
		font-size: 14px;
		font-weight: bold;
		color: #50555C;
		margin-top: 0px;
		margin-bottom: 24px;
	}
	
	#titulo h4 {
		font-size: 13px;
		font-weight: bold;
		float: right;
	}
	#titulo img {
		float: right;
		width: 150px;
	}
	.navigation .navbar {
		display: block !important;
		padding: 20px 0 !important;
		width: 100%;
	}
	.navigation .navbar .navbar-collapse {
		border-top: none;
		max-height: inherit;
		overflow: hidden;
		margin-left: -15px;
		margin-right: -15px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.navigation .navbar .collapse {
		display: none !important;
		float: inherit !important;
	}
	.navigation .navbar .collapse.in {
		display: block !important;
	}
	.navigation .navbar .collapse.in .child-navigation {
		display: block;
	}
	.navigation .navbar .navbar-nav {
		margin-bottom: 0;
		float: none !important;
	}
	.navigation .navbar .navbar-nav li:hover > .child-navigation {
		height: auto;
	}
	.navigation .navbar .navbar-nav li:hover > .child-navigation.navigation-to-left {
		right: inherit;
	}
	.navigation .navbar .navbar-nav li:hover > .child-navigation li:hover > .child-navigation {
		-moz-transition-delay: 0;
		-webkit-transition-delay: 0;
		transition-delay: 0;
		height: auto;
	}
	.navigation .navbar .navbar-nav li.active a:after {
		display: none;
	}
	.navigation .navbar .navbar-nav li.has-child:after {
		right: 25px !important;
	}
	.navigation .navbar .navbar-nav li a {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.navigation .navbar .navbar-nav li a:after {
		display: none;
	}
	.navigation .navbar .navbar-nav li.mobile-submit {
		display: block;
	}
	.navigation .navbar .navbar-nav li.mobile-submit i {
		color: #1396e2;
		position: absolute;
		bottom: 12px;
		margin-left: 10px;
	}
	.navigation .navbar .navbar-nav li .child-navigation {
		display: none;
		left: 0;
		min-width: inherit;
		width: 100%;
		position: relative;
		margin-top: 0;
		box-shadow: none;
		background-color: #f3f3f3;
		height: 0;
	}
	.navigation .navbar .navbar-nav li .child-navigation li {
		border-bottom: none !important;
	}
	.navigation .navbar .navbar-nav li .child-navigation li:first-child a:after, .navigation .navbar .navbar-nav li .child-navigation li:last-child a:after {
		display: none !important;
	}
	.navigation .navbar .navbar-nav li .child-navigation li a {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		padding-left: 15px;
		padding: 20px 15px 20px 15px;
	}
	.navigation .navbar .navbar-nav li .child-navigation li a:hover {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		background-color: transparent;
		color: #1396e2;
	}
	.navigation .navbar .navbar-nav li .child-navigation li:hover .child-navigation {
		height: auto;
	}
	.navigation .navbar .navbar-nav li .child-navigation li .child-navigation {
		-moz-transition-delay: 0;
		-webkit-transition-delay: 0;
		transition-delay: 0;
		height: 0;
		background-color: #ebebeb;
		margin-top: 0;
		left: 0px !important;
	}
	.navigation .navbar .navbar-toggle {
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		bottom: 0;
		display: block !important;
		vertical-align: middle;
		position: absolute;
		right: 0;
		margin: 0;
		top: 0;
		height: 65px;
		padding: 0;
	}
	.navigation .navbar .navbar-toggle .icon-bar {
		background-color: #2a2a2a;
	}
	.navigation .secondary-navigation {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		background-color: #6e6e6e !important;
		border-bottom: 1px solid #FFFFFF;
	}
	
	.navigation .secondary-navigation .user-area {
		float: right;
	}
	.navigation .secondary-navigation .user-area a {
		color: #ffffff;
		margin-left: 10px;
		/*margin-right: 10px;*/
	}
	
	.page-sign-in .wrapper {
		display: table !important;
	}
	.add-your-property {
		display: none;
		bottom: inherit;
		position: absolute;
		top: 8px;
	}
	.add-your-property figure {
		display: none !important;
	}
	
	.post-author {
		text-align: center;
	}
	.post-author img {
		display: inline-block;
		margin-bottom: 20px;
	}
	.post-author .wrapper {
		display: block;
	}
	
	.property {
		margin-bottom: 30px !important;
	}
	.property.small .info {
		padding-left: 0;
	}
	.property.small .property-image {
		float: left;
		width: 100px;
		height: 75px;
	}
	.property.masonryX {
		width: 100%;
	}
	.property.masonryX .property-image:hover img {
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
	}
	.property.masonryX .property-image img {
		-moz-backface-visibility: visible;
		-webkit-backface-visibility: visible;
		backface-visibility: visible;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
	}
	
	.owl-controls {
		display: block !important;
		
	}
	
	#contenedor_proy, #contenedor_inmob, #contenedor_gestor {
		overflow: hidden;
	}
	
	
	#page-content {
		padding-top: 0px !important;
	}
	
	#page-footer #footer-main {
		padding-bottom: 0 !important;
	}
	#page-footer #footer-main article {
		margin-bottom: 50px;
	}
	#page-footer #footer-main article h3 {
		margin-bottom: 10px !important;
	}
	
	
	.property-features-list li {
		width: 100%;
	}
	
	.property-title .actions {
		position: absolute;
		margin-top: 20px;
		top: 10px;
	}
	.property-title .actions .title-add, .property-title .actions .title-added {
		text-align: left;
		left: 25px;
	}
	
	.rating-form .btn {
		float: none !important;
		width: 100%;
	}
	
	#search-filter .sorting {
		position: relative;
	}
	.property-detail-map {
		width: 100% !important;
	}
	
	
	
	.search-box-wrapper {
		background-color: #ffffff;
		padding: 20px 0;
		position: relative;
		top: 0;
	}
	
	.search-box-wrapper h2 {
		color: #ffffff;
	}
	.search-box-wrapper input[type="text"], .search-box-wrapper input[type="email"], .search-box-wrapper input[type="search"], .search-box-wrapper input[type="password"], .search-box-wrapper input[type="number"], .search-box-wrapper textarea.form-control {
		background-color: rgba(0, 0, 0, 0.4) !important;
	}
	.search-box-wrapper .background-image {
		left: inherit;
		margin-left: inherit;
	}
	.search-box-wrapper .selectpicker, .search-box-wrapper .price-range {
		background-color: @filtrosPrincipal !important;
	}
	
	
	
	
	.search-box-wrapper .search-box,  .search-box-wrapper .search-box-resultado{
		margin-top: 0;
		padding-right: 0;
		position: relative;
	}
	.search-box-wrapper .search-box .nav-pills, .search-box-wrapper .search-box-resultado .nav-pills {
		margin-bottom: 20px;
	}
	.search-box-wrapper .search-box .nav-pills li.active a, .search-box-wrapper .search-box-resultado .nav-pills li.active a {
		background-color: #1396e2;
		color: #fff;
		position: relative;
	}
	.search-box-wrapper .search-box .nav-pills li.active a:after, .search-box-wrapper .search-box-resultado .nav-pills li.active a:after {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	.search-box-wrapper .search-box .nav-pills li a, search-box-wrapper .search-box-resultado .nav-pills li a {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		background-color: transparent;
		color: #fff;
	}
	.search-box-wrapper .search-box .nav-pills li a:after, .search-box-wrapper .search-box-resultado .nav-pills li a:after {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		width: 0;
		border-style: solid;
		border-width: 5px 3.5px 0 3.5px;
		border-color: #1396e2 transparent transparent transparent;
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: -5px;
	}
	
	.section-title .link-arrow {
		margin-top: 5px;
		right: 0;
		position: absolute;
		top: 0;
	}
	
	#slider {
		margin-top: 0 !important;
	}
	
	#cajaimagenppal {
		margin-top: 0 !important;
	}
	#slider .slide {
		overflow: hidden;
	}
	#slider .slide:after {
		height: 50% !important;
	}
	#slider .slide .overlay {
		margin-bottom: 10px !important;
	}
	#slider .slide .overlay figure {
		font-size: 14px !important;
	}
	#slider .slide .overlay h3 {
		font-size: 24px !important;
		font-weight: bold !important;
	}
	#slider .slide .overlay hr {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#slider .slide .overlay img {
		left: -200%;
		position: relative;
	}
	#slider .slide .overlay .tag {
		font-size: 18px !important;
	}
	#slider .slide img {
		position: relative !important;
		height: 100% !important;
		width: inherit !important;
	}
	
	.submit-step {
		display: none;
	}
	
	.submit-pricing table th {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	.submit-pricing table th:first-child {
		padding-left: 0 !important;
	}
	
	.text-banner h1 {
		font-size: 18px;
		line-height: 24px;
		margin-top: 10px;
		padding-bottom: 15px;
	}
	
	.form-submit section {
		margin-bottom: 30px;
	}
	.form-submit .submit-features li {
		width: 100%;
	}
	.form-submit .file-preview-frame {
		display: inline-block;
		float: none;
	}
	
	#video-presentation img {
		width: 100%;
	}
	
	
	
	@media print {
		#page-footer, .breadcrumb {
			display: none;
		}
		
		.page-property-detail body, .page-property-detail html {
			height: 100%;
			width: 100%;
			padding: 0;
		}
		.page-property-detail #sidebar, .page-property-detail #page-footer, .page-property-detail .thick, .page-property-detail .actions, .page-property-detail .navigation, .page-property-detail .breadcrumb {
			display: none;
		}
		
		.page-invoice .navigation {
			display: none;
		}
		
		.invoice {
			font-size: 12px;
		}
		.invoice address {
			line-height: 18px;
		}
		.invoice h1 {
			font-size: 36px;
			margin-top: 20px;
		}
		.invoice h2, .invoice h3 {
			font-size: 18px;
		}
		.invoice section {
			border-width: 1px;
			padding: 10px 0;
		}
		.invoice dl dd {
			margin-bottom: 4px;
		}
		.invoice #description-table th {
			border-bottom: 2px solid #e8e8e8;
			padding: 8px 0;
		}
		.invoice #description-table th:first-child {
			padding-left: 0px;
		}
		.invoice #description-table th:last-child {
			padding-right: 0px;
		}
		.invoice #description-table td {
			padding: 10px 0;
		}
		.invoice #description-table td:first-child {
			padding-left: 0px;
		}
		.invoice #description-table td:last-child {
			padding-right: 0px;
		}
	}
	@page {
		page-break-after: auto;
		margin: 0;
	}
	
	@media (min-width:1366px){
		
		#unidadesdisponibles .todasunidades button.btn.btn-danger {
			margin-top: 0 !important;
			padding: 0;
			position: absolute;
			top: 16px;
			width: 24% !important;
			right: 6px !important;
			padding: 3px 0px;
			background-color: transparent;
			color: #50555c;
			/* border: none !important; */
			box-shadow: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
		}
		
		#unidadesdisponibles .todasunidades button.btn.btn-danger.link-arrow {
			margin-top: 0 !important;
			padding: 0;
			position: absolute;
			top: 18px;
			width: 24% !important;
			right: 245px !important;
			padding: 3px 0px;
			background-color: #ea5b0c;
			color: white;
		}
		
		#unidadesdisponibles .volverunidades button.btn.btn-danger.link-arrow {
			margin-top: 0 !important;
			padding: 0;
			position: absolute;
			top: 18px;
			width: 24% !important;
			right: 16px !important;
			padding: 3px 0px;
			background-color: #5a5a5a;
			color: white;
		}
		
		#home ul.submit-features {
			position: absolute;
			margin-top: -45px;
			margin-left: 835px;
		}   
		.google-maps {
			position: relative;
			padding-bottom: 45%;
			overflow: hidden;
		}
		.navigation .form-control {
			display: block;
			width: 100%;
			height: 25px;
			position:relative;
			top:5px;
			padding: 6px 12px;
			font-size: 12px;
			line-height: 1.42857143;
			color: @colorPrincipal;
			background-color: #fff;
			background-image: none;
			border: 1px solid #ccc;
			border-radius: 4px;
			-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
			-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
			transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		}   
		#listadodeproyectos .ribbon-huincha-azul {
			width: 150px;
			height: 150px;
			overflow: hidden;
			/* position: absolute; */
			top: -3px;
			right: 0px;
		}
		
		#listadodeminisitio .ribbon-huincha-azul {
			width: 150px;
			height: 150px;
			overflow: hidden;
			/* position: absolute; */
			top: -3px;
			right: -3px;
		}
		
		#property-detail h3 {
			border-bottom: 1px solid #ddd;
			font-size: 26px;
		}
		
		
		ul.submit-features {
			position: absolute;
			margin-top: -45px;
			margin-left: 633px;
		}
		
		
		
		.content-white{
			margin-right: 0px;
			width:100%;
			height:auto;
			
		}
		
		
		
		.cajatextoDiv {
			
			width:313px;
			overflow:visible;
			margin: 20px 0px;
		}
		
		
		.input-group{   
			position: relative;
			display: table;
			border-collapse: separate;
			margin-right:70px;
			padding-left:10px;
		}
		
		.navigation h2 {
			display: block;
			height: 72px;
			color: #ffffff;
			font-size: 19px;
			letter-spacing: 0px;
			font-weight: lighter;
			margin: 0;
			padding: 24px 0px 24px 15px;
		}
	}
	
	@media (min-width:1920px){
		
		
		#home ul.submit-features {
			position: absolute;
			margin-top: -45px;
			margin-left: 800px;
		}
		.google-maps {
			position: relative;
			padding-bottom: 33%;
			overflow: hidden;
		}   
		#listadodeproyectos .ribbon-huincha-azul {
			width: 150px;
			height: 150px;
			overflow: hidden;
			/* position: absolute; */
			top: -3px;
			/* right: 584px; */
		}
		
		#listadodeminisitio .ribbon-huincha-azul {
			width: 150px;
			height: 150px;
			overflow: hidden;
			/* position: absolute; */
			top: -3px;
			right:-3px;
		}
		
		
		#property-detail h3 {
			border-bottom: 1px solid #ddd;
			font-size: 26px;
		}
		
		ul.submit-features {
			position: absolute;
			margin-top: -45px;
			margin-left: 633px;
		}
		
		.content-white{
			margin-right: 0px;
			width:100%;
			height:auto;
			
		}
		
		
		
		.cajatextoDiv {
			
			width:270px;
			overflow:visible;
			margin: 16px 0px;
		}
		
		.input-group{   
			position: relative;
			display: table;
			border-collapse: separate;
			margin-right:70px;
			padding-left:30px;
		}
		
		.navigation h2 {
			display: block;
			height: 72px;
			color: #ffffff;
			font-size: 19px;
			letter-spacing: 0px;
			font-weight: lighter;
			margin: 0;
			padding: 24px 0px 24px 20px;
		}
	}
	
	@media (max-width:412px){
		
		#cabecera_buscador button.btn.btn-default {
			width: 13% !important;
			float: right;
			font-size: 18px;
			/* height: 33px; */
			/* vertical-align: middle; */
		}
		.bootstrap-select.btn-group .dropdown-menu.inner {
			max-height: 300px !important;
		}
		
		#tusitio {
			background-color: @colorPrincipal;
			height: 40px;
		}
		
		#cotizacion .logos p {
			margin-bottom: 10px;
			width: 100%;
			line-height: 15px;
			font-size: 12px;
			text-align: left;
			border: none;
			font-weight: bold;
			font-family: 'Albert Sans', sans-serif;
			padding: 0px !important;
			height: 65px;
		}
		#cotizacion nav.imgproy {
			position: absolute;
			right: 23px !important;
			top: 0px;
		}
		
		
		#home nav {
			
			visibility:hidden;
		}
		
		#unidadesdisponibles h3 {
			border-bottom: 1px solid #ddd;
			font-size: 26px;
			margin-bottom: 0px;
		}
		
		.bancos img {
			/* margin: 10px 25px; */
			display: inline-block;
			/* height: 60px; */
			max-width: 120px;
			margin: 15px !important;
		}
		
		#titulo img {
			float: left !important;
			width: 100px !important;
		}
		home nav {
			visibility:hidden;
		}
		.volverunidades {
			width: 100%;
			float: right;
			padding: 0px 15px;
		}
		.todasunidades {
			width: 100%;
			float: left;
			padding: 15px 0px 0px 15px;
		}
		div#slider_disppeq {
			position: relative;
			background-color: white;
			top: 25px;
			border-top: 1px solid @colorPrincipal;
			margin-bottom: 20px;
		}
		
		.bancos {
			-webkit-box-shadow: 0px 0px 24px 0px rgba(148,146,148,1);
			-moz-box-shadow: 0px 0px 24px 0px rgba(148,146,148,1);
			box-shadow: 0px 0px 24px 0px rgba(148,146,148,1);
			margin-bottom: 30px;
			margin-top: 15px;
			padding: 15px 0px;
		}   
		
		
		/*   #home section img {
			width: 100%;
			height: 100px;
			background-color: rgba(255,255,255,0.40);
			border-radius: 3px;
			padding: 15px;
		}*/
		
		#botones_accesorapido button.btn.btn-danger.link-arrow {
			padding: 5px 0px;
			width: 100%;
			margin-bottom: 15px;
			font-size:12px;
		}
		#fichadeproyectos #boton_volverabuscar {
			/* float: right; */
			position: relative;
			top: 50px;
			width: 100%;
			margin-bottom: 100px;
		}
		#unidadesdisponibles button.btn.btn-danger.link-arrow {
			width: 100%;
			margin-top: 15px;
			background-color: #ea5b0c;
			color: white;
			/* font-size: 11px; */
		}
		
		#unidadesdisponibles table.table.table-striped {
			margin-bottom: 0px;
			max-height: 200px;
			overflow-y: scroll;
			display: inline-block;
			border: none !important;
			margin-top: 30px;
		}
		.sorting .form-group {
			margin-bottom: 10px;
			width: 100%;
		}
		#saladeventas.affix {
			position: relative;
			width: 100%;
			display: block;
			top: 0;
		}
		
		
		.content-white {
			margin-right: 0px;
			width: 100%;
			height: auto;
			text-align: center;
			margin-top: 15px;
		}
		.col-lg-15.col-md-15.col-sm-15.col-xs-12 {
			margin-bottom: 25px;
			width: 100% !important;
		}
		
		.col-xs-15 {
			width: 20%;
		}
		h2 span.negrita {
			font-size: 22px;
			font-weight: 600;
			font-weight: 400;
		}
		
		.content-white h2 {
			display: block;
			line-height: 21px;
			color: #FFFFFF;
			font-weight: lighter;
			text-align: center;
			padding-bottom: 59px;
			font-size: 18px;
			padding-bottom: 42px;
		}   
		.caluga img {
			max-width: 50px;
			margin: 14% 0;
			position: relative;
			object-fit: contain;
			padding: 0;
			height: 50px;
		}
		.caluga strong {
			color: #cacaca;
			/* float: right; */
			margin-top: 3%;
			position: absolute;
			right: 29%;
			font-size: 0.7em;
			z-index: 2;
		}
		#tiposderenta2 .dropdown-menu {
			font-size: 12px;
		}
		#quieroquemecontacten .radio {
			margin-top: 0 !important;
			padding: 0;
			margin-bottom: 20px;
			text-align: left !important;
		}
		#datospropiedad #cajadesplegable {
			width: 80%;
			float: left;
			margin-bottom: 12px;
		}
		.menupac {
			margin-bottom: 40px;
		}   
		#elijacodeudor h2 {
			font-size: 14px;
			font-weight: bold;
			color: @colorPrincipal;
			margin-bottom: 0px;
			display: inline;
			float: left;
			margin: 5px 0;
			width: 100%;
			text-align: center;
			padding: 0;
		}
		
		#elijacodeudor .btn.btn-danger {
			float: left;
			margin-left: 0;
			background-color: @colorPrincipal;
			padding: 9px 25px 6px 25px;
			width: 100%;
		}
		
		#elijacodeudor #cajadesplegable {
			width: 100%;
			float: left;
			margin-bottom: 12px;
		}
		#economicos #seccionactivos #cajadesplegable {
			width: 100%;
			float: left;
			margin-bottom: 12px;
			margin-right: 17px;
		}
		
		#seccionpasivos #cajadesplegable {
			width: 48%;
			float: left;
			margin-bottom: 12px;
			margin-right: 5px;
		}
		
		#economicos #seccionpasivos #cajadesplegable_seleccion2 {
			width: 98%;
			float: left;
			margin-right: 17px;
			margin-bottom: 11px;
		}
		
		div#equis {
			float: right;
			margin-right: 6px;
		}   
		#cotizacion .logos .logo {
			display: inline-block;
			margin-bottom: 0px;
			position: relative;
			border: none;
			padding: 0px;
			width: 30%;
			height: 90px;
		}
		#cotizacion .logo {
			width: 100px;
			padding: 0px;
			margin: 0 auto;
			height: 100px;
			
		}
		.universal-button {
			-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			background-color: #f3f3f3;
			color: #2a2a2a;
			display: block;
			margin-bottom: 10px;
			padding: 20px;
			position: relative;
			top: 25px;
		}   
		.listadoinmobiliarias table tbody tr td:last-child {
			padding-left: 13px;
			padding-right: 0;
		}
		#mispreaprobaciones .actions a {
			padding: 0px;
		}
		#listadoinmobiliarias .tag3.price {
			text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
			background-color: #d45821;
			color: #fff;
			font-size: 14px;
			width: 100%;
			display: inline-block;
			float: left;
			margin-top: 0px;
			-webkit-box-shadow: 0px 3px 5px 0px rgba(191,191,191,1);
			-moz-box-shadow: 0px 3px 5px 0px rgba(191,191,191,1);
			box-shadow: 0px 3px 5px 0px rgba(191,191,191,1);
			margin-top: 15px;
		}
		
		#listadoinmobiliarias input[type="text"] {
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			border-radius: 0px;
			-moz-transition: 0.3s;
			-webkit-transition: 0.3s;
			transition: 0.3s;
			-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
			-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
			box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
			-webkit-appearance: none;
			background-color: #f3f3f3;
			border: none;
			font-size: 14px;
			outline: none !important;
			padding: 6px 9px 5px 9px;
			width: 100%;
			height: inherit;
			margin-top: 15px;
		}
		.book__toc--compact li.level-2 a:hover {
			padding-left: 3em;
			color: #7f8c8d;
			text-decoration: underline;
		}
		
		.book__toc--compact li.level-3 a:hover {
			padding-left: 5em;
			color: #2a2a2a;
			font-weight: lighter;
			color: #7f8c8d;
			text-decoration: underline;
		}
		#categoriablog {
			height: 10%;
		}
		
		.mimaletin table tbody tr td {
			border-top: none;
			padding: 0px 4px 26px 4px !important;
			vertical-align: middle;
			text-align: center;
			font-size: 9px;
			/* border-bottom: 1px solid red; */
		}
		
		
		#maletin .mimaletin table tbody tr td.image img {
			margin: auto;
			padding: 0;
			object-fit: cover;
			height: 120px;
			width: 100%;
		}
		
		#maletin .mimaletin tr {
			display: block;
			position: relative;
			float: left;
		}
		
		#maletin .mimaletin .table-responsive > .table > tbody > tr > td{
			white-space: normal;
		}
		
		#maletin .mimaletin .image {
			height: 120px;
			position: relative;
			overflow: hidden;
			width: 100%;
			display: block;
			padding: 0;
		}
		#quieroquemecontacten #create-account-user {
			display: block;
			width: 100%;
			padding: 0 !important;
		}   
		#minisitio i.fa.fa-search {
			margin-right: 5px;
			color: @colorPrincipal;
		}
		
		#minisitio h1 {
			float: left;
			width: 100%;
			margin-top: 20px;
		}
		
		#minisitio h1 span {
			float: left;
			font-size: 14px;
			line-height: 30px;
		}
		section#quick-summary {
			top: 0;
		}
		div#mapadeubicacion {
			margin-bottom: 40px;
		}
		#saladeventas {
			margin-top: 15px;
			margin-bottom: 0;
		}
		#resultadobusqueda .imageninmobiliaria {
			height: 45px;
			/* overflow: hidden; */
			padding: 5px;
			width: 45px;
			
			margin: 0 auto;
			/* margin-bottom: 40px; */
		}
		#resultadobusqueda .property figure.type {
			position: absolute;
			margin-top: -178px;
			
		}
		#resultadobusqueda .property figure img {
			height: 21px;
		}
		#home.btn.btn-default, select.btn-default {
			-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			-moz-transition: 0.2s;
			-webkit-transition: 0.2s;
			transition: 0.2s;
			background-color: @colorPrincipal;
			color: #fff;
			font-size: 16px;
			line-height: 15px;
			font-weight: lighter;
		}
		
		#home .search-box-wrapper {
			padding: 20px 0;
			position: relative;
			top: 0 !important;
		}
		
		#home .search-box-wrapper h2 {
			color: #ffffff;
		}
		
		
		
		.imageninmobiliaria {
			width: 30%;
			display: inline-block;
			float: right;
			height: 50px;
			padding: 0px 10px;
		}
		.detalleinmobiliaria {
			width: 70%;
			display: inline-block;
			float: left;
		}
		#cajaresultado {
			height: 200px;
			left: 0;
			position: relative;
			top: 0;
			overflow: hidden;
			width: 100%;
		}
		.book__toc--compact li.level-2 a {
			padding-left: 2em;
			color: #2a2a2a;
		}
		
		.book__toc--compact li.level-3 a {
			padding-left: 4em;
			color: #2a2a2a;
			font-weight: lighter;
		}
		
		#antecedentespersonales dd, #antecedenteslaborales dd, #seccionactivos dd, #seccionpasivos dd {
			margin-bottom: 0px;
		}
		
		#titulo h4 {
			font-size: 13px;
			font-weight: bold;
			float: left !important;
		}
		
		#datospropiedad h2, #formadepago h2 {
			font-size: 14px;
			font-weight: bold;
			color: @colorPrincipal;
			margin-top: 0px;
			margin-bottom: 5px;
			padding-bottom: 5px;
		}
		.titulopac h1 {
			font-size: 28px;
			font-weight: lighter;
			border-bottom: none;
			margin-bottom: 0px;
			margin-top: 0px;
			padding-bottom: 0px;
		}
		
		.menupac h2, .menupac_codeudor h2 {
			font-size: 12px;
			font-weight: bold;
			color: #50555c;
			margin-top: 0px;
			margin-bottom: 0px;
			padding-bottom: 3px;
			text-align: left;
		}
		
		#page-footer #footer-main article {
			margin-bottom: 20px;
		}
		
		#page-footer .inner #footer-main {
			background-color: #EEEEEE;
			padding: 40px 0;
		}
		
		#page-footer a i.fa.fa-arrow-circle-up {
			font-size: 18px;
			float: right;
			color: #FFFFFF;
		}
		
		#page-footer a i.fa.fa-arrow-circle-up:active, #page-footer a i.fa.fa-arrow-circle-up:hover  {
			font-size: 18px;
			float: right;
			color: #f1c40f;
		}
		
		
		.navigation h2 {
			display: block;
			height: auto;
			color: #FFFFFF;
			font-size: 16px;
			letter-spacing: 1px;
			font-weight: lighter;
			margin: 0;
			padding: 10px 23px;
		}   
		.navigation i.fa.fa-search {
			font-size: 13px;
			border: none;
		}
		.navigation .secondary-navigation .user-area .actions {
			float: right;
		}
		
		
		input#cajatexto {
			padding: 2px 0px 2px 7px;
			margin-top: 7px;
			width: 84%;
			height: 15%;
			font-size: 12px;
		}
		
		.input-group .search {
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			position: relative;
			width: 40px;
			z-index: 2;
			float: right;
		}
		
		.navigation img {
			padding-top: 0px;
			padding-bottom:0px;
			float: right;
		}
		
		
		.botoninactivo h2 {
			color: #bdc3c7;
		}
		
		#antecedentespersonales #cajadesplegable, #antecedenteslaborales #cajadesplegable {
			width: 100%;
			float: left;
			margin-bottom: 12px;
		}
		
		#sexo {
			width: 100%;
			float: left;
		}
		
		#antecedentespersonales #cajadesplegable_calendario, #antecedenteslaborales #cajadesplegable_calendario {
			width: 100%;
			float: left;
			margin-bottom: 12px;
		}
		
		#cajadesplegable i.fa.fa-male {
			position: absolute;
			margin-left: -38%;
			margin-top: 11px;
			color: #B7B7B7;
		}
		
		#cajadesplegable i.fa.fa-female {
			color: #B7B7B7;
			position: absolute;
			margin-left: -38%;
			margin-top: 10px;
		}
		#antecedentespersonales dl dt {
			color: rgba(91, 112, 138, 0.71);
			width: 55%;
			margin-bottom: 0px;
			margin-top: 3px;
		}
		
		#antecedenteslaborales dl dt {
			color: rgba(91, 112, 138, 0.71);
			width: 100%;
			margin-bottom: 0px;
			margin-top: 3px;
		}
		#antecedenteslaborales #cajadesplegable_calendario i.fa.fa-calendar {
			position: absolute;
			margin-left: 35%;
			margin-top: 10px;
			color: #5b5c5d;
		}
		
		#antecedenteslaborales h2 {
			font-size: 14px;
			font-weight: bold;
			color: @colorPrincipal;
			margin-top: 0px;
			margin-bottom: 0px;
		}
		
		#tiposderenta option {
			font-size: 13px;
			/* line-height: 9px; */
			margin-bottom: 3px;
		}
		
		span.glyphicon.glyphicon-chevron-left, span.glyphicon.glyphicon-chevron-right {
			font-size: 10px;
		}
		
		#tiposderenta2 dt {
			width: 100px;
			margin-left: 0px;
			margin-right: 0px;
			color: @colorPrincipal;
			font-weight: 500;
			margin-bottom: 9px;
		}
		
		#tiposderenta2 ul.submit-features {
			text-align: left;
			margin-left: 0px;
			width: 100%;
			margin-top: 10px;
			position: relative;
		}
		
		#tiposderenta2 div#cajadesplegable{
			width: 100%;
			float: left;
			margin-bottom: 12px;
		}
		
		#economicos img.tool-tip {
			width: 17px;
			height: 17px;
			float: left;
			padding: 0px;
			margin-left: 0px;
			margin-right: 8px;
		}
		#economicos h2 {
			font-size: 14px;
			font-weight: bold;
			color: #50555C;
			margin-top: 0px;
			margin-bottom: 5px;
			padding-bottom: 5px;
		}
		
		
		
		#seccionactivos dl dt, #seccionpasivos dl dt {
			color: rgba(91, 112, 138, 0.71);
			width: 200px;
			margin-top: 13px;
		}
		
		#cajabancaria .icheckbox {
			position: relative;
			/* margin-bottom: -25px; */
			margin-top: 115px;
			margin-left: 12px;
			width: 15px;
			height: 15px;
		}
		
		#sidebar .sidebar-navigation li.active a {
			-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			background-color: #f3f3f3;
			border-color: #d8d8d8;
			padding-left: 10px;
		}
		
		#sidebar .sidebar-navigation li.active a:after {
			filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
			opacity: 1;
			border-color: transparent transparent transparent rgba(213, 239, 255, 0);
		}
		.maletin_menu #sidebar .sidebar-navigation > li a:hover:after {
			filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
			opacity: 1;
			border-color: transparent transparent transparent transparent;
		}
		
		#sidebar .sidebar-navigation li a {
			-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			background-color: #f3f3f3;
			border-color: @colorPrincipal;
			padding-left: 10px;
		}
		
		#sidebar .sidebar-navigation > li a {
			border-right: 3px solid transparent;
			color: #2a2a2a;
			display: block;
			padding: 7px 0 7px 10px;
			position: relative;
		}
		
		.maletin_menu h1 {
			font-weight: lighter;
			border-bottom: 1px solid rgba(0, 0, 0, 0.1);
			margin-bottom: 19px;
			margin-top: 10px;
			padding-bottom: 3px;
		}
		#sidebar .sidebar-navigation > li {
			-moz-transition: 0.4s;
			-webkit-transition: 0.4s;
			transition: 0.4s;
			margin-bottom: 8px;
			position: relative;
		}
		
		.account-profile .contact-fields dd {
			float: left;
			margin-bottom: 5px;
			width: 100%;
		}
		
		.account-profile .contact-fields dt {
			clear: both;
			width: 100%;
		}
		
		.account-profile section#contact label, .account-profile section#agency label {
			display: block;
			line-height: 20px;
		}
		
		.mimaletin table h2 {
			border: none;
			font-size: 11px;
			font-weight: bold;
			margin: 0 0 0px 0;
			padding: 0;
		}
		.mimaletin .tag.price {
			box-shadow: none;
			padding: 1px;
			-webkit-box-shadow: none;
		}
		.mimaletin table tbody tr td .inner figure {
			margin-bottom: 0;
			color: @colorPrincipal;
			font-size: 10px;
			/* font-weight: bold; */
		}
		
		.mimaletin figure {
			font-size: 10px;
		}
		
		.mimaletin .tag.price {
			background-color: #EC0000;
			color: #fff;
			font-size: 10px;
			font-weight: bold;
			float: left;
			margin-top: 5px;
			width: 100%;
		}
		
		.mimaletin .table-responsive {
			width: 100%;
			margin-bottom: 15px;
			overflow-x: hidden;
			overflow-y: hidden;
			-webkit-overflow-scrolling: touch;
			-ms-overflow-style: -ms-autohiding-scrollbar;
			border: none;
		}
		
		.mimaletin table tbody tr td .inner {
			display: block;
			text-align: center;
			position: absolute;
			top: 5%;
			left: 5%;
			/* vertical-align: middle; */
			padding: 5px;
			border-radius: 3px;
			/* opacity: 4.5; */
			background-color: rgba(255, 255, 255, 0.7);
			/* margin: 0 auto; */
			/* vertical-align: middle; */
		}
		
		
		
		.mimaletin table tbody tr td.image {
			width: 50%;
		}
		.mimaletin i.fa.fa-file {
			color: #e74c3c;
			margin: 5px;
			font-size: 12px;
		}
		
		.mimaletin i.delete.fa.fa-trash-o {
			color: #e74c3c;
			margin: 5px;
			font-size: 12px;
		}
		
		.mimaletin .pagination > li {
			display: inline;
			font-size: 12px;
		}
		
		
		.faq .icon {
			background-color: @colorPrincipal;
			color: #fff;
			height: 15px;
			left: 0px;
			width: 15px;
			position: absolute;
			top: 0px;
			text-align: center;
			line-height: 15px;
			font-size: 10px;
		}
		
		.faq {
			position: relative;
			padding-left: 0px;
			margin-bottom: 50px;
			padding-right: 0px;
		}
		
		.faq header {
			color: #50555c;
			font-size: 18px;
			margin-top: 6px;
			margin-bottom: 15px;
			display: inline;
			margin-left: 25px;
		}
		
		.faq p {
			border-bottom: 2px solid #f3f3f3;
			margin-bottom: 0px;
			padding-bottom: 15px;
			text-align: justify;
			margin-top: 15px;
		}
		
		
		
		#iniciosesion input#form-create-account-password2, #registro input#form-create-account-password2, #recuperarcontrasena input#form-create-account-password2 {
			width: 14%;
			display: inline;
		}
		
		#iniciosesion input#form-create-account-password, #registro input#form-create-account-password, #recuperarcontrasena input#form-create-account-password {
			width: 78%;
			display: inline;
		}
		
		#iniciosesion button.btn.btn-danger.link-arrow, #registro button.btn.btn-danger.link-arrow , #recuperarcontrasena button.btn.btn-danger.link-arrow, #contrasena button.btn.btn-danger.link-arrow{
			background-color: #d45821;
			color: #fff;
		}
		
		#boton_volver button.btn.btn-danger.link-arrow{
			background-color: @colorPrincipal;
			color: #fff;
		}   
		
		#agregar_codeudor .contacten .checkbox, .radio {
			display: inline;
			text-align: center;
			padding-right: 60px;
			padding-left: 0px !important;
		}
		
		.error-page {
			display: table;
			text-align: center;
			margin-top: 50px;
			width: 100%;
			margin-bottom: 115px;
		}
		
		.error-page h2 {
			position: relative;
			font-weight: bold;
			z-index: 4;
			margin-top: 0px;
		}
		
		.error-page img.bottom {
			width: 100%;
			bottom: 230px;
		}
		
		.error-page img.top {
			width: 100%;
			bottom: 200px;
		}
		
		
		
		#cotizacion h2 {
			font-size: 22px;
			font-weight: lighter;
			/* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
			/* margin-bottom: 30px; */
			margin-top: 0px;
			padding-bottom: 0px;
		}
		
		#cotizacion dt {
			float: left;
			width: 100%;
		}
		
		#cotizacion dl dd {
			margin-bottom: 8px;
			text-align: left;
		}
		
		#botones_cotizacion .btn.btn-danger, select.btn-danger {
			width: 100%;
			margin-bottom: 10px;
		}
		
		.table-responsive {
			border: none;
		}
		
		#cotizacion th {
			font-size: 11px;
		}
		
		#cotizacion td {
			font-size: 12px;
		}
		
		
		#listadodeproyectos .property.masonryX, #listadodeminisitio .property.masonryX {
			-moz-transition: 0.4s;
			-webkit-transition: 0.4s;
			transition: 0.4s;
			background-color: #fff;
			font-size: 12px;
			width: 100%;
			height: 195px;
			float: left;
			margin-bottom: 15px;
			overflow: visible;
			height: auto;
		}
		
		.property .ribbon-huincha-azul {
			width: 150px;
			height: 150px;
			overflow: hidden;
			position: absolute;
			top: -3px;
			right: -3px;
			
		}
		
		.huincha {
			
			width: 100%;
			/* height: 330px; */
			background: white;
			border-radius: 10px;
			position: relative;
			z-index: 10;
		}
		
		.ribbon-huincha-azul {
			width: 150px;
			height: 150px;
			overflow: hidden;
			position: absolute;
			top: -3px;
			right: -3px;
			font-weight:lighter;
		}
		.ribbon-azul {
			
			color: #FFFFFF;
			text-align: center;
			text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			position: relative;
			padding: 3px 0;
			left: 44px;
			top: 26px;
			width: 134px;
			font-size: 13px;
			background-color: @colorPrincipal;
			background-image: @colorPrincipal;
			color: #FFFFFF;
			-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		}
		
		.ribbon-naranja {
			
			color: #FFFFFF;
			text-align: center;
			text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			position: relative;
			padding: 3px 0;
			left: 44px;
			top: 26px;
			width: 135px;
			font-size: 13px;
			background-color: #ff5a00;
			background-image: #ff5a00;
			color: #FFFFFF;
			-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		}
		
		.ribbon-amarilla {
			
			color: #FFFFFF;
			letter-spacing: -0.2px;
			text-align: center;
			text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			position: relative;
			padding: 3px 0;
			left: 44px;
			top: 26px;
			width: 135px;
			font-size: 13px;
			background-color: #fccd00;
			background-image: #fccd00;
			color: #FFFFFF;
			-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		}
		
		
		.ribbon-azul:before, .ribbon-azul:after {
			content: "";
			border-top: 3px solid #944f02;
			border-left: 3px solid transparent;
			border-right: 3px solid transparent;
			position: absolute;
			bottom: -3px;
		}
		
		.ribbon-azul:before {
			left: 0;
		}
		.ribbon-azul:after {
			right: 0;
		}
		
		.ribbon-naranja:before, .ribbon-naranja:after {
			content: "";
			border-top: 3px solid #693903;
			border-left: 3px solid transparent;
			border-right: 3px solid transparent;
			position: absolute;
			bottom: -3px;
		}
		
		.ribbon-naranja:before {
			left: 0;
		}
		.ribbon-naranja:after {
			right: 0;
		}
		
		.ribbon-amarilla:before, .ribbon-amarilla:after {
			content: "";
			border-top: 3px solid #b99700;
			border-left: 3px solid transparent;
			border-right: 3px solid transparent;
			position: absolute;
			bottom: -3px;
		}
		
		.ribbon-amarilla:before {
			left: 0;
		}
		.ribbon-amarilla:after {
			right: 0;
		}   
		
		
		.ribbon-verde {
			
			color: #FFFFFF;
			letter-spacing: -0.2px;
			text-align: center;
			text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			position: relative;
			padding: 3px 0;
			left: 44px;
			top: 26px;
			width: 135px;
			font-size: 13px;
			background-color: #27ae60;
			background-image: #27ae60;
			color: #FFFFFF;
			-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		}
		
		.ribbon-verde:before {
			left: 0;
		}
		.ribbon-verde:after {
			right: 0;
		}       
		
		.ribbon-verde:before, .ribbon-verde:after {
			content: "";
			border-top: 3px solid #104828;
			border-left: 3px solid transparent;
			border-right: 3px solid transparent;
			position: absolute;
			bottom: -3px;
		}
		
		.ribbon {
			-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			-moz-transform: translate3d(0, 0, 1px) rotate(45deg);
			-ms-transform: translate3d(0, 0, 1px) rotate(45deg);
			-webkit-transform: translate3d(0, 0, 1px) rotate(45deg);
			transform: translate3d(0, 0, 1px) rotate(45deg);
			-moz-backface-visibility: hidden;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
			background-color: @colorPrincipal;
			color: #fff;
			font-size: 12px;
			padding: 6px;
			position: absolute;
			z-index: 3;
			right: -30px;
			top: 26px;
			width: 141px;
			text-align: center;
			margin: auto;
			height: 30px;
			bottom: inherit;
			left: inherit;
		}
		
		.ribbon2 {
			-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			-moz-transform: translate3d(0, 0, 1px) rotate(45deg);
			-ms-transform: translate3d(0, 0, 1px) rotate(45deg);
			-webkit-transform: translate3d(0, 0, 1px) rotate(45deg);
			transform: translate3d(0, 0, 1px) rotate(45deg);
			-moz-backface-visibility: hidden;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
			background-color: #ff5a00;
			color: #fff;
			font-size: 12px;
			padding: 6px;
			position: absolute;
			z-index: 3;
			right: -30px;
			top: 26px;
			width: 141px;
			text-align: center;
			margin: auto;
			height: 30px;
			bottom: inherit;
			left: inherit;
		}
		
		.ribbon3 {
			-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			-moz-transform: translate3d(0, 0, 1px) rotate(45deg);
			-ms-transform: translate3d(0, 0, 1px) rotate(45deg);
			-webkit-transform: translate3d(0, 0, 1px) rotate(45deg);
			transform: translate3d(0, 0, 1px) rotate(45deg);
			-moz-backface-visibility: hidden;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
			background-color: #fccd00;
			color: #fff;
			font-size: 12px;
			padding: 6px;
			position: absolute;
			z-index: 3;
			right: -30px;
			top: 26px;
			width: 141px;
			text-align: center;
			margin: auto;
			height: 30px;
			bottom: inherit;
			left: inherit;
		}
		
		.ribbon {
			right: -20px;
			width: 80px;
			height: 18px;
			bottom: inherit;
			font-size: 10px;
			padding: 2px;
		}
		#listadodeproyectos .property.masonryX, #listadodeminisitio .property.masonryX {
			-moz-transition: 0.4s;
			-webkit-transition: 0.4s;
			transition: 0.4s;
			background-color: #fff;
			font-size: 12px;
			width: 100%;
			height: 195px;
			float: left;
			margin-bottom: 15px;
			overflow: visible;
			height:auto;
		}
		
		#listadodeproyectos .ribbon-huincha-azul, #listadodeminisitio .ribbon-huincha-azul {
			width: 150px;
			height: 150px;
			overflow: hidden;
			/* position: absolute; */
			top: -3px;
			right: -3px;
		}
		#resultadobusqueda .sorting button.btn.dropdown-toggle.selectpicker.btn-default {
			float: left;
			width: 100%;
			margin-bottom: 5px;
		}   
		#resultadobusqueda #results #search-filter .sorting {
			position: relative;
			left: 0;
			top: 0;
			width: 100%;
		}
		
		#resultadobusqueda #results h1 {
			font-size: 28px;
			font-weight: lighter;
			border-bottom: 1px solid rgba(0, 0, 0, 0.1);
			margin-bottom: 15px;
			margin-top: 10px;
			padding-bottom: 15px;
		}
		#listadodeproyectos .tag.price, #listadodeminisitio .tag.price {
			text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
			background-color: #ea5b0c;
			color: #fff;
			font-size: 12px;
			font-weight: bold;
			border-radius: 0px;
		}
		
		#listadodeproyectos .property .overlay .info, #listadodeminisitio .property .overlay .info {
			
			padding: 12px;
		}
		
		#breadcrumb_minisitio .breadcrumb {
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
			background-color: transparent;
			padding: 8px 0;
			font-size: 11px;
			margin-bottom: 10px;
			position: absolute;
			top: 0px;
			left: 0px; 
			width: 100%;
			/* float: right; */
			text-align: right;
			/* margin-right: 44%; */
			padding-right: 29px;
		}
		
		
		#resultadobusqueda #results #search-filter .sorting {
			position: relative;
			left: 0;
			top: 0px;
			width: 100%;
			display: block;
		}
		
		#resultadobusqueda #search-filter h3 {
			display: inline-block;
			margin: 20px 10px 0 0;
		}
		
		
		#resultadobusqueda #search-filter .search-count {
			font-size: 14px;
			display:block;
		}
		
		#resultadobusqueda #search-filter h3 {
			font-size: 14px;
			margin-top: 0px;
		}
		
		#cajaresultado img{
			margin: auto;
			padding: 0;
			object-fit: cover;
			height: 100%;
			width: 100%;
		}
		
		
		.property .ribbon-huincha-azul {
			width: 150px;
			height: 150px;
			overflow: hidden;
			position: absolute;
			top: -3px;
			right: -3px;
		}
		
		
		
		#resultadobusqueda .display-lines .property {
			padding-left: 0px;
			margin-bottom: 15px !important;
			padding-bottom: 0px;
		}
		
		#resultadobusqueda .display-lines .property .inmobiliaria img.tool-tip {
			width: 15px;
			height: 15px;
			padding-bottom: 0px;
			margin-right: 0;
			top: 2px;
		}
		
		
		#resultadobusqueda section#properties {
			border-bottom: 1px solid #d8d8d8;
			margin-bottom: 30px;
		}
		
		#resultadobusqueda .tag3.price a {
			-moz-transition: 0.2s;
			-webkit-transition: 0.2s;
			transition: 0.2s;
			color: #FFFFFF;
			outline: none !important;
			font-size: 13px;
			padding: 0px;
		}
		#resultadobusqueda #search-filter {
			margin-bottom: 20px;
			padding: 0;
			
		}
		
		#resultadobusqueda .display-lines .property .inmobiliaria {
			height: auto;
			right: 0;
			position: relative;
			top: 0px;
			overflow: hidden;
			width: 100%;
			margin-bottom: 20px;
		}
		#resultadobusqueda .display-lines .property .info header h3 {
			color: #50555C ;
			font-size: 18px;
			margin: 0;
			font-weight: 500;
			width: 100%;
		}
		
		.display-lines .property .inmobiliaria img {
			width: auto;
			height: 100%;
			
			float: right;
		}
		#resultadobusqueda .tag2.price {
			/* text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3); */
			background-color: #777777;
			color: #ffffff;
			font-size: 12px;
			font-weight: 500;
			padding: 4px 0px 2px 0px;
		}
		
		.inmobiliaria p {
			font-family: inherit;
			font-size: 9px;
			color: #020F17;
			display: inline-block;
			padding-top: 5px;
			/* font-weight: normal; */
			margin-bottom: 0px;
		}
		
		
		
		#resultadobusqueda .inmob_resultado img {
			width: 24%;
			float: right;
			position: absolute;
			right: 0px;
			top: 0px;
			border: 1px solid #f3f3f3;
			padding: 5px 0px;
		}
		
		#resultadobusqueda .pagination > li {
			display: inline;
			font-size: 12px;
		}
		
		#resultadobusqueda .display-lines .property .info {
			display: table;
			position: relative;
			height: 100%;
			width: 100%;
		}
		
		.blog-post .tags {
			float: right;
		}
		.blog-post .meta .tags {
			display: inline-block;
			float: right !important;
		}
		
		.blog-post .tags .tag {
			margin: 0px;
		}
		
		#categorias .pagination > li {
			display: inline;
			font-size: 12px;
		}
		
		.listadoinmobiliarias img {
			margin-left: 5px;
		}
		
		.listadoinmobiliarias .inner {
			margin-left: 0px;
		}
		
		.listadoinmobiliarias table h2 {
			border: none;
			font-size: 11px;
			font-weight: bold;
			margin: 0px;
			padding: 0;
		}
		
		.listadoinmobiliarias .inner figure a {
			font-size: 11px;
		}
		
		.listadoinmobiliarias table tbody tr td.image {
			width: 100px;
			padding: 5px;
			margin: 0 auto;
			height: 100px;
			overflow: hidden;
			
		} 
		
		.listadoinmobiliarias table tbody tr td.image img {
			width: 100%;
			height:100%;
			object-fit: contain;
			padding: 0;
			margin: 0;
			/* overflow: hidden; */
		}
		.listadoinmobiliarias .pagination > li {
			display: inline;
			font-size: 12px;
		}
		
		.listadoinmobiliarias .link-arrow:after {
			-moz-transition: 0.2s;
			-webkit-transition: 0.2s;
			transition: 0.2s;
			text-shadow: none;
			-webkit-font-smoothing: antialiased;
			font-family: 'fontawesome';
			speak: none;
			font-weight: normal;
			font-variant: normal;
			line-height: 1;
			text-transform: none;
			content: "\f105";
			color: #FFFFFF !important;
			left: 0;
			font-size: 14px;
			margin-left: 10px;
			vertical-align: middle;
			position: relative;
			bottom: 0px;
		}
		
		#boton_volver button.btn.btn-danger.link-arrow.back {
			padding: 6px 6px 6px 9px;
			width: 100%;
			margin-bottom: 10px;
			margin-top: 50px;
		}
		
		#listadoinmobiliarias #results #search-filter .sorting {
			position: absolute;
			right: 0;
			top: 75px;
			width: 100%;
		}
		
		#listadoinmobiliarias h1 span {
			float: left;
			font-size: 15px;
			padding-top: 10px;
			display: block;
			width: 100%;
		}
		
		#listadoinmobiliarias h1 {
			font-size: 28px;
			font-weight: lighter;
			border-bottom: 1px solid rgba(0, 0, 0, 0.1);
			margin-bottom: 50px;
			margin-top: 10px;
			padding-bottom: 15px;
			float: left;
			width: 100%;
		}
		
		#quieroquemecontacten .col-md-1.col-sm-1.col-xs-1 {
			
			text-align: center;
		}
		
		
		#iniciosesion .col-md-1.col-sm-1.col-xs-1 {
			padding: 0px;
			text-align: center;
		}
		#quieroquemecontacten input[type="text"] {
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			border-radius: 0px;
			-moz-transition: 0.3s;
			-webkit-transition: 0.3s;
			transition: 0.3s;
			-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
			-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
			box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
			-webkit-appearance: none;
			background-color: #f3f3f3;
			border: none;
			font-size: 14px;
			outline: none !important;
			padding: 8px;
			width: 100%;
			height: inherit;
		}
		
		#fichadeproyectos .owl-controls {
			display: block !important;
		}
		
		#fichadeproyectos #property-gallery img {
			margin: auto;
			padding: 0;
			object-fit: cover;
			height: 184px;
			width: 100%;
		}
		
		#fichadeproyectos #property-gallery {
			height: 184px;
			position: relative;
			overflow: hidden;
			width: 100%;
		}
		
		.property-carousel .owl-controls .owl-prev, .property-carousel .owl-controls .owl-next {
			-moz-transition: 0.4s;
			-webkit-transition: 0.4s;
			transition: 0.4s;
			background-color: #50555c;
			display: inline-block !important;
			width: 35px;
			height: 35px;
			position: relative;
			z-index: 3 !important;
		}
		
		#destacados_proyecto{
			padding:0px;
			
		}
		
		#resultadobusqueda #boton_volverabuscar {
			position: relative;
			width: 100%;
		}
		
		#resultadobusqueda #boton_volverabuscar .btn.btn-default {
			-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
			-moz-transition: 0.2s;
			-webkit-transition: 0.2s;
			transition: 0.2s;
			background-color: @colorPrincipal;
			color: #fff;
			font-size: 16px;
			line-height: 15px;
			font-weight: lighter;
			width: 100%;
		}
		
		#resultadobusqueda header h1 span {
			float: left;
			font-size: 15px;
			padding-top: 10px;
		}
		#unidadesdisponibles .carousel-control:hover {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			width: 5%;
			font-size: 36px;
			color: #fff;
			text-align: center;
			text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
			filter: alpha(opacity=50);
			opacity: 1;
			background: #50555c;
			/* border-radius: 0.8em; */
			-moz-border-radius: 0.8em;
			/* -webkit-border-radius: 0.8em; */
		}
		
		
		
		#property-map #unidadesstep2 th {
			text-align: center;
			display: inline-block;
			width: 25%;
			background-color: rgba(239, 239, 239, 0.83);
			font-weight: 600;
			font-size: 13px;
			color: #063854;
			border: none;
			padding: 5px 0px;
		}
		
		#unidadesdisponibles .well {
			min-height: 20px;
			padding: 3px 0px;
			margin-bottom: 10px;
			background-color: #ffffff;
			border:none;
			
		}
		#unidadesdisponibles .info {
			width: 93%;
		}
		
		
		#unidadesdisponibles .carousel-control.left {
			background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
			background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
			background-repeat: repeat-x;
		}
		
		#unidadesdisponibles .carousel-control.right {
			right: 0;
			left: auto;
			background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
			background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
			background-repeat: repeat-x;
		}
		
		#imagenflecha{
			height: auto;
			max-width: 100%;
			overflow: hidden;
			padding: 0;
			position: relative;
			margin-bottom:10px;
			margin-top:10px;
			
		}
		#imagenflecha img{
			margin: auto;
			padding: 0;
			object-fit: cover;
			height: 100%;
			width: 100%;
			
		}   
		#imagenflecha p {
			position: absolute;
			color: white;
			font-weight: 400;
			/* z-index: 142; */
			font-size: 14px;
			margin-left: 25px;
			/* margin: 0 auto; */
			margin-top: 2px;
		}   
		#cajamodelo {
			height: 235px;
			max-width: 100%;
			overflow: hidden;
			margin: 0 auto;
			padding: 0;
			position: relative;
			border: 1px solid #ddd;
		}
		
		#cajamodelo img {
			margin: auto;
			padding: 0;
			object-fit: cover;
			height: 100%;
			width: 100%;
		}
		
		#cajamodelocarrusel {
			height: 63px;
			max-width: 100%;
			overflow: hidden;
			margin: 0 auto;
			padding: 0;
			position: relative;
		}
		
		#cajamodelocarrusel img {
			margin: 0;
			padding: 0;
			object-fit: cover;
			height: 100%;
			width: 85%;
		}
		
		#myCarousel img.img-responsive {
			max-width: 85%;
		}
		
		#myCarousel .blancoynegro {
			opacity: 0.5;
		}
		#cajamodelocarrusel img {
			margin: 0;
			padding: 0;
			object-fit: cover;
			height: 100%;
			width: 85%;
		}
		
		#unidadesdisponibles .well {
			min-height: 20px;
			padding: 3px 0px;
			margin-bottom: 10px;
			background-color: #ffffff;
			border: none;
		}
		
		#unidadesdisponibles .carousel-control {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			width: 5%;
			font-size: 36px;
			color: #fff;
			text-align: center;
			text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
			filter: alpha(opacity=50);
			opacity: 0.4;
			background: #063854;
			
			-moz-border-radius: 0.8em;
			
		}
		
		#unidadesdisponibles .carousel-control {
			padding-top: 0.5%;
			width: 5%;
		}
		
		.step22 {
			background: url(../img/step2.png) no-repeat;
			height: 30px;
			margin-top: 15px;
		}
		
		
		
		#property-map #botones_step2 button.btn.btn-danger {
			background-color: #d45821;
			color: #fff;
			width: 100%;
			/* height: 24px; */
			padding: 5px;
			margin-top: 4px;
			box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
			/* font-size: 10px; */
		}
		
		div#unidadesstep2 {
			font-size: 12px;
		}
		
		#fichadeproyectos #boton_volverabuscar button.btn.btn-default {
			width: 100%;
		}
		
		#fichadeproyectos #boton_volverabuscar {
			/* float: right; */
			position: relative;
			top: 50px;
			width: 100%;
			margin-bottom: 100px;
		}
		
		#fichadeproyectos .property-detail-map-wrapper {
			position: relative;
			height: 340px;
			overflow: hidden;
			margin-bottom: 0;
			margin-top: 25px;
		}
		
		
		#resultadobusqueda header h1 span {
			float: left;
			font-size: 15px;
			padding-top: 10px;
			width: 100%;
		}
		
		.google-maps {
			position: relative;
			padding-bottom: 100%;
			overflow: hidden;
		}
		
		#resultadobusqueda .display-lines .property .info .link-arrow {
			bottom: 0;
			left: 0;
			width: 100%;
			/* position: absolute; */
		}
	} /* fin media 412 */
	#activacioncontrasena h2 {
		font-size: 14px;
		font-weight: bold;
		color: #5a5a5a;
		padding-bottom: 5px;
		margin-bottom: 20px;
	}
	#pasosactivacion i.fa {
		background-color: @colorPrincipal;
		padding: 9px;
		color: #ffffff;
		border-radius: 2px;
		margin-right: 10px;
		display: inline-block;
	}
	#pasosactivacion button.universal-button {
		width: 100%;
	}
	#activacioncontrasena figure.fa.fa-envelope-o {
		font-size: 24px;
		width: 40px;
		text-align: left;
		color: @colorPrincipal;
	}
	#activacioncontrasena span.arrow.fa.fa-angle-right {
		color: @colorPrincipal;
		bottom: 0;
		height: 15px;
		margin: auto;
		position: absolute;
		right: 10px;
		top: 0;
		width: 10px;
	}
	.link-arrow:after {
		-moz-transition: 0.2s;
		-webkit-transition: 0.2s;
		transition: 0.2s;
		text-shadow: none;
		-webkit-font-smoothing: antialiased;
		font-family: 'fontawesome';
		speak: none;
		font-weight: normal;
		font-variant: normal;
		line-height: 1;
		text-transform: none;
		content: "\f105";
		color: #ffffff;
		left: 0;
		font-size: 18px;
		margin-left: 5px;
		vertical-align: middle;
		position: relative;
		bottom: 2px;
	}
	@media(min-width:991px){
		.linkTopHome{
			padding-top: 4px;
			height: 35px;
		}
		.linkTop a{
			padding-top: 7px;
			height: 29px;
		}
		.linkTop{
			font-size: 14px;
			padding: 3px 15px;
			margin-left: 0px;
		}
		.navigation img {
			float: left !important;
		}
	}
	@media(max-width:990px){
		.linkTopHome{
			padding-top: 0px;
			height: 35px;
		}
		.linkTop a{
			padding-top: 12px;
			height: 40px;
		}
		#topWhiteSpace{
			margin-top: 137px !important;
		}
		.navigation img {
			float: right !important;
		}
	}
	@media(min-width:768px) and (max-width:990px){
		.linkTop{
			font-size: 15px;
			padding: 0 10px;
			margin-left: 10px;
		}
		.linkTop a{
			padding-top: 10px;
			height: 40px;
		}
	}
	@media(max-width:767px){
		#topWhiteSpace{
			display: none;
		}
		#caja_imagenppal{
			position: absolute !important;
			height: 465px;
		}
		.linkTop{
			font-size: 15px;
			margin-right: 0px;
			padding: 0 15px;
		}
		.linkTopHome{
			padding-left: 5px;
			padding-right: 5px;
		}
	}
	@media(min-width:768px){
		.linkTopHome{
			padding-left: 7px;
			padding-right: 7px;
		}
		input#cajatexto{
			margin-top: 0px;
		}
	}
	.linkTopHome{
		float: left;
		background-color: @colorPrincipal;
		font-size: 20px;
		color: #FFF;
		text-align: center;
		vertical-align: middle;
	}
	.linkTop{
		float: left; 
	}
	.linkTop.active{
		background-color: @navBotonesSuperioresActivo;
		height: 35px;
	}
	.linkTop:hover, .linkTop.active{
		background-color: @navBotonesSuperioresActivo;
	}
	.linkTop a, .linkTopHome a{
		color: #FFF;   
		display: block;
	}
	.bootstrap-select .dropdown-menu li:first-child a{
		color: #5a5a5a !important;
	}
	#menuMobileBox{
		background-color:  rgba(255, 255, 255, 0.95);
		width: 100%;
		height: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999999999999999;
		padding-top: 21%;
	}
	#menuMobileBox #menuMobileClose{
		position: absolute;
		left: 20px;
		top: 20px;
		font-size: 28px;
		color: @colorPrincipal;
		cursor: pointer;
	}
	#menuMobileBox .menMobGridOptions{
		position: relative;
		top: 43%;
	}
	#menuMobileBox .menMobgrid{
		width: 100%;
		margin-bottom: 10px;
		padding-bottom: 10px;
		font-size: 18px;
	}
	#menuMobileBox .menMobgrid a{
		display: block;
		text-align: left;
		margin-left: 15px;
		color: #777777;
		font-size: 14px;
	}
	
	#menuMobileBox .menMobgrid i{
		float:right;
		color:@colorPrincipal;
		margin-right:15px;
		color: #777777;
		font-size: 14px;
	}
	#menuMobileBox .menMobgrid a:hover{
		text-decoration: underline;
	}
	#menuMobile:hover{
		background-color: @colorPrincipal !important;
		color:#FFFFFF;
	}
	#menuMobile{
		color: @colorPrincipal;
		font-size: 28px;
		line-height: 46px;
		width: 46px;
		float: right;
		cursor: pointer;
		text-align: center;
		margin-right: -15px;
		background-color: #FFF;
	}
	@media(max-width:767px){
		#menuMobile{
			display: block;
		}
		.linkTop.active{
			display: block !important;
			float: left !important;
			margin-left: 25px;
		}
		.linkTop{
			display: none;
		}
	}
	@media(min-width:768px){
		#menuMobile{
			display: none;
		}
		.linkTop{
			display: block;
		}
	}
	.navFillColorBack{
		position:absolute; 
		bottom:0px; 
		right:0; 
		background-color:@colorPrincipal;
	}
	@media(max-width:990px){
		.navFillColorBack{
			height:35px; 
			width:100%; 
		}
		
		
		#minisit2 .content-white h1{
			color: #333 !important;
			margin-top: 25px !important;
		}
	}
	@media(min-width:991px){
		.navFillColorBack{
			height:35px; 
			width:50%; 
		}
	}
	#cajatexto{
		position: relative;
		z-index: 1000000;
		top: 0;
		margin: 0;
		float: right;
		width:100%;
	}
	#cajatexto, #cajatexto:hover{
		display: block;
		/*padding: 0 15px !important;*/
		height: 25px !important;
	}
	#buscador {
		background-color: @colorPrincipal;
	}
	#buscador{
		float: left;
		padding-top: 5px;
		margin-right:15px;
		position: relative;
		cursor: pointer;
		height: 17px;
		width: 35%;
	}
	
	#icono-buscador{
		position: absolute;
		top: 0px;
		right: 0;
		display: block;
		width: 34px;
		height: 34px;
		line-height: 34px;
		text-align: center;
		z-index: 9000000;
		color:#ccc !important;
	}
	
	@media (min-width: 1200px){
		.col-lg-12.col-md-12.col-sm-12.col-xs-6 {
			margin-top: 22px;
		}
	}
	@media (min-width: 990px) and (max-width:1200px){
		.col-lg-12.col-md-12.col-sm-12.col-xs-6 {
			margin-top: 26px;
		}
	}
	@media (max-width: 990px){
		#minisit2 p {
			color: @colorPrincipal;
		}
	}
	.propertyMapCount{
		color: white;
		font-size: 12px;
		font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-style: normal;
		text-decoration: none;
		text-align: center;
		line-height:35px;
		background-color: @colorPrincipal;
		margin-top: -6px;
		margin-left: -6px;
		width: 40px;
		height: 40px;
	}
	
	@media(max-width: 1024px) and (min-width: 768px) and (orientation: portrait){
		#boton_volverabuscar {
			top: 60px;
		}
		#titulo-resultado{
			margin-top:-44px;
		}
		input#cajatexto {
			padding: 2px 0px 2px 7px;
			margin-top: 3px;
			width: 83%;
			height: 100%;
		}
		.linkTopHome {
			padding-top: 6px;
		}
		#icono-buscador{
			top: 4px;
		}
	}
	@media(max-width: 1024px) and (min-width: 768px) and (orientation: landscape){
		#titulo-resultado{
			margin-top:30px;
		}
		#resultadobusqueda header h1 span{
			position: relative;
			left:65px;
		}
		h1.clasificacion-energetica{
			margin-top: 90px;
		}
		
		#buscador{
			width:37%;
		}
		#cajatexto{
			width: 274px;
			height: 25px;
			border-radius: 4px;
		}
	}
	@media(max-width: 667px) and (orientation: portrait){
		#resultadobusqueda #results h1{
			padding-left:15px;
		}
		#resultadobusqueda #search-filter{
			margin-top: 15px;
		}
		h1.clasificacion-energetica{
			height: 93px;
			font-size: 23px;
		}
		#sel-ordenar{
			top: 0px;
		}
	}
	@media(max-width: 736px) and (orientation: landscape){
		#resultadobusqueda #results h1{
			padding-left:15px;
			margin-top: 35px;
		}
		h1.clasificacion-energetica{
			height: 93px;
			font-size: 23px;
		}
		
		#sel-ordenar{
			top: 0px;
		}
		
	}
	@media(max-width: 812px) and (min-width: 315px) and (orientation: landscape){
		#titulo-resultado{
			margin-top: -45px;
		}
		#boton_volverabuscar{
			top:67px;
		}
	}
	
	@media(max-width: 1366px) and (min-width: 1024px) and (orientation: portrait){
		#resultadobusqueda header h1 span{
			position:relative;
			top:-35px;
		}
		
		#titulo-resultado {
			margin-top: 29px;
		}
	}
	
	@media(max-width: 667px) and (orientation: portrait){
		#resultadobusqueda #results h1{
			padding-left:15px;
		}
		
		#resultadobusqueda #search-filter{
			margin-top: 15px;
		}
		
		h1.clasificacion-energetica{
			height: 93px;
			font-size: 23px;
		}
		
		#sel-ordenar{
			top: 0px;
		}
		
		.navigation .secondary-navigation .user-area a{
			margin-right: 15px;
			margin-left:-10px;
		}
		#usuarios_registrados{
			position:relative;
			left:4rem;
		}
		#registrate{
			position:relative;
			left:-0.5rem;
		}
		
		#logoempresa{
			margin-top:-1px;
		}
		
		a.active-superior{
			color:@colorPrincipal !important;
		}
	}
	
	@media(max-width: 667px) and (orientation: landscape){
		a.active-superior{
			color:@colorPrincipal !important;
		}                                                        
	}
	
	@media(max-width: 414px) and (orientation: portrait){
		.navigation .secondary-navigation .user-area a{
			margin-right: 15px;
			margin-left:-10px;
			position:relative;
			left:-11.2rem;
		}
		a.active-superior{
			color:@colorPrincipal !important;
		}
		#menuMobileBox .menMobGridOptions{
			top:15%;
		}
		#menuMobileBox .menMobgrid{
			border-bottom:solid 0.09px #EEEEEE; 
		}
		
		
		#lupamovilBox .menMobGridOptions{
			top:15%;
		}
		#lupamovilBox .menMobgrid{
			border-bottom:solid 0.09px #EEEEEE; 
		}
		
		#datopersonal, #micuenta{
			margin-left:6px; position:relative; right:-100px
		}
		#salir_movil{
			position: relative; right:-125px;
		}
		
		#editadatos{
			margin-left:-7px;
		}
		
		#usuarios_registrados {
			position: relative;
			left: 4rem;
			margin-left: -30px;
		}
	}
	
	@media(max-width: 736px) and (orientation: landscape){
		a.active-superior{
			color:@colorPrincipal !important;
		}     
		
		#lupamovil{
			position:relative;
			right:-50px;
		}                                                
	}
	
	@media(max-width: 375px) and (orientation: portrait){
		.navigation .secondary-navigation .user-area a{
			margin-right: 15px;
			margin-left:-13px;
			position:relative;
			left:-6.2rem;
		}
		a.active-superior{
			color:@colorPrincipal !important;
		}
		
		#menuMobileBox .menMobGridOptions{
			top:15%;
		}
		#menuMobileBox .menMobgrid{
			border-bottom:solid 0.09px #EEEEEE;
		}
		
		#lupamovilBox .menMobGridOptions{
			top:15%;
		}
		#lupamovilBox .menMobgrid{
			border-bottom:solid 0.09px #EEEEEE; 
		}
		
		#datopersonal, #micuenta{
			margin-left:6px; position:relative; right:-60px;
		}
		#salir_movil{
			position: relative; right:-85px;
		}
		
		#usuarios_registrados{
			position:relative;
			left:4rem;
			margin-left: -17px;
		}
		
		#editadatos{
			margin-left:7px;
		}
	}
	
	@media (max-width: 320px) and (orientation: portrait){
		.navigation .secondary-navigation .user-area a{
			margin-right: 12.5px;
			margin-left: -13px;
			position: relative;
			left: -1.7rem;
		}
		#usuarios_registrados {
			position: relative;
			left: 4rem;
		}
		#registrate {
			position: relative;
			left: -0.5rem;
		}
		
		#lupamovilBox .menMobGridOptions{
			top:15%;
		}
		#lupamovilBox .menMobgrid{
			border-bottom:solid 0.09px #EEEEEE; 
		}
		
		
	}
	
	.propiedades_encontradas{
		background-color: rgba(255, 255, 255, 0.4);
		margin-left: 15px;
		width: 98.5%;
		margin-top: 15px;
		margin-bottom: 45px;
		text-align: center;
		color: #50555c;
		letter-spacing: 1px;
		font-size: 14px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	@media(max-width: 764px){
		.bigBannerGrid{
			padding: 0 !important;    
		}
	}
	@media(max-width: 991px){
		#bigbanner .thumbnail{
			padding: 0 !important;
			border: 0px !important;
		}
	}
	
	.pagination > span {
		color: @colorSecundario;
	}
	.pagination > span:hover {
		color: @colorPrincipal;
	}
	.pagination > li {
		display: inline;
	}
	.pagination > li > div {
		position: relative;
		float: left;
		padding: 6px 12px;
		margin-left: -1px;
		line-height: 1.42857143;
		color: #428bca;
		text-decoration: none;
		background-color: #fff;
		border: 1px solid #ddd;
	}
	.pagination > li > div:focus,
	.pagination > li > div:hover {
		color: #2a6496;
		background-color: #eee;
		border-color: #ddd;
	}
	.pagination > .active > div,
	.pagination > .active > div:focus,
	.pagination > .active > div:hover {
		z-index: 2;
		color: #fff;
		cursor: default;
		background-color: #428bca;
		border-color: #428bca;
	}
	
	.pagination li.active div {
		background-color: transparent;
		border-color: #50555c;
		color: #50555c;
	}
	.pagination li.active div:active,
	.pagination li.active div:focus,
	.pagination li.active div:hover {
		background-color: transparent;
		border-color: @colorPrincipal;
		color: @colorPrincipal;
	}
	.pagination li div {
		border-radius: 0px;
		background-color: transparent;
		border: none;
		border-top: 5px solid #f3f3f3;
		color: #5a5a5a;
		padding: 10px 20px;
	}
	.pagination li div:active,
	.pagination li div:focus,
	.pagination li div:hover {
		background-color: transparent;
		border-color: @colorPrincipal;
		color: #50555c;
	}
	#resultadobusqueda .pagination > li {
		display: inline;
		font-size: 12px;
	}
	@media (max-width: 500px) {
		#resultadobusqueda .pagination > li {
			display: inline;
			font-size: 12px;
		}
	}
	
	
	.swal2-container{
		z-index: 999999 !important;
	}
	.modals__busqueda{
		display: flex !important;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 40px 60px !important;
		position: relative !important;
		width: 520px !important;
		background: #FFFFFF !important;
		box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1), 0px 8px 16px rgba(51, 51, 51, 0.16) !important;
		border-radius: 12px !important;
		
	}
	@media(max-width:767px){
		.modals__busqueda{
			padding: 30px 20px !important;
		}
		.modals__busqueda .btn-cerrar-listado{
			/*width: auto !important;*/
		}
		
		.modals__busqueda .swal2-html-container{
			font-size: 16px !important;
			line-height: 20px;
			letter-spacing: -0.1px !important;
			margin: 16px 0px 32px 0px !important;
		}
		
	}
	.modals__busqueda .swal2-icon{
		width: unset !important;
		height: unset !important; 
		margin: unset !important;
		margin-bottom: 16px !important;
	}
	.modals__busqueda  .btn-cerrar-listado{
		display: flex !important;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 8px 16px;
		width: 300px;
		height: 48px;
		border-radius: 50px !important;
	}
	
	.modals__busqueda .swal2-styled.swal2-default-outline:focus {
		box-shadow: unset !important;
	}
	.modals__busqueda .swal2-title{
		padding: 0px !important;
		margin: 0 !important;
	}
	.modals__busqueda .titulo_modal {
		font-family: 'Albert Sans';
		font-style: normal;
		font-weight: 700;
		font-size: 24px;
		line-height: 29px;
		text-align: center;
		letter-spacing: 0.36px;
		color: var(--color-neutral-negro);
	}
	.modals__busqueda .swal2-html-container{
		font-family: 'Albert Sans';
		font-style: normal;
		font-weight: 500;
		font-size: 20px;
		line-height: 24px;
		text-align: center;
		letter-spacing: 0.38px ;
		color: var(--color-neutral-negro) !important;
		margin: 16px 0px 46px 0px ;
	}
	.modals__busqueda #alert-paragraph{
		margin-bottom: unset !important;
		font-weight: 500 !important;
	}
	
	.modals__busqueda .swal2-actions{
		margin: 0px !important;
		
	}
	
	/*.breadcrumb{font-family: 'Albert Sans';padding:8px 15px;margin-bottom:0px;list-style:none;background-color:#f5f5f5;border-radius:4px;}
	*/#breadcrumb_site>.breadcrumb>li{display:inline-block;}
	#breadcrumb_site>.breadcrumb .active a {
		color: var(--colorPrincipal) !important; 
		font-style: normal !important;
		font-weight: 700 !important;
		font-size: 16px !important;
		line-height: 24px !important;
	}
	#breadcrumb_site>.breadcrumb>li+li:before{padding:0 12.5px;color:#ccc;content:"/\00a0";}
	.container:after,.container:before{display:table;content:" ";}
	.container:after{clear:both;}
	#breadcrumb_site>.breadcrumb{background-color:transparent;padding:0px 0;font-size:12px;}
	#breadcrumb_site>.breadcrumb a{color:#01080c;text-decoration:underline;}
	a:focus,a:hover{color:#d45821;text-decoration:none;}
	@media print{
		#breadcrumb_site>.breadcrumb{display:none;}
		.page-property-detail .breadcrumb{display:none;}
	}
	@media (max-width:1024px) and (orientation:portrait){
		#breadcrumb_site>.breadcrumb{margin-top:0px;margin-bottom:0px;}
	}
	@media (max-width:1024px) and (orientation:landscape){
		#breadcrumb_site>.breadcrumb{margin-top:0px;margin-bottom:10px;}
	}
	#breadcrumb_site{margin-bottom:5px;}
	#breadcrumb_site>.breadcrumb{font-family: 'Albert Sans';/*padding:8px 15px;*/margin-bottom:0px;list-style:none;font-size:16px!important;font-style:normal;font-weight:400;line-height:24px;}
	#breadcrumb_site>.breadcrumb a{text-decoration:none;color:#494949;font-size:14px!important;font-style:normal;font-weight:400;line-height:24px;}
	#breadcrumb_site>.breadcrumb>li+li:before{font-family:FontAwesome;padding:0 12.5px;color:#b1b1b1;content:"\f105";}
	#breadcrumb_site>.breadcrumb>li:nth-last-child(2){color:unset;font-weight:unset;}
	#breadcrumb_site>.breadcrumb>li+li:last-child:before{display:unset;}
	@media (min-device-width:1920px){
		#breadcrumb_site>.breadcrumb{margin-left:0!important;}
	}
	@media (max-device-width:500px){
		#breadcrumb_site>.breadcrumb{font-size:14px!important;line-height:16px;}
		#breadcrumb_site>.breadcrumb>li+li:before{font-family:FontAwesome;padding:0 12.5px;color:#b1b1b1;content:"\f105";}
	}
	@media (max-width:412px){
		#breadcrumb_site .breadcrumb .comuna_movil{
			max-width: 100px;
			white-space: nowrap;
			text-overflow: ellipsis;
			overflow: hidden;
			
		}
	}
	
	@media (max-width:767px){
		#breadcrumb_site>.breadcrumb a {    
			font-size: 12px !important;
		}  
		#breadcrumb_site>.breadcrumb  li{    
			font-size: 12px !important;
		}  
		
	}
	
	#links_utiles {
		background-color: #EEEEEE !important;
		color: #333333;
		padding-top: 0px !important;
		padding-bottom: 20px;
	}
	
	
	#url_amigables .container, #brand .container, #footer_breadcrumb .container, #links_utiles .container {
		padding-left: 12px !important;
		padding-right: 12px !important;
		margin: 0 auto;
	}
	
	#breadcrumb_site{
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
	
	#breadcrumb_site .breadcrumb .active {
		color: var(--colorPrincipal) !important;
		font-style: normal !important;
		font-weight: 700 !important;
		/*font-size: 16px !important;*/
		line-height: 24px !important;
	}
	
	
	#breadcrumb_site>.breadcrumb,
	#breadcrumb_site>.breadcrumb .active a{
		font-size: 14px !important;
	}
	
	@media (max-width: 320px) {
		.modals__busqueda .btn-cerrar-listado{
			width: 260px;
		}
	}