/* fuentes */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i');

/* modal */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/modal.css");

/* aviso cookies */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_cookies_bottom.css");

/* etiquetas */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_etiqueta_ribbon.css");

/* idiomas */
/*@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_idiomas_horizontal.css");*/

/* redes sociales */
/*@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_socialLinks_fixed.css");*/

/* buscador */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_buscador_horizontal_nuevo.css");

/* boxes promociones */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_box_promociones_3col.css");
 
/* boxes venta y alquiler */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_box_propiedades_3col.css");

/* diseÃ±o boxes: promociones */
/*@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_promo_boxes.css");*/

/* diseÃ±o boxes: venta y alquiler */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_boxes_0.css");

/* pagina resultados */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_results_estandar.css");

/* aside */
/*@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_aside_centrado.css");*/

/* footer */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_footer_2_bueno.css");


/* ====================
   GENERALES
   ==================== */

*, :after, :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a {
    outline: none;
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover, a:active {
	color: #000;
}
a:focus{
	outline:0;
}
::selection {
	background: #000;
	color: #FFF;
} 
ul,li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	color: #000;
	-webkit-transition: opacity 0.24s ease-in-out;
	-moz-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
}
h1 {
}
h2 {
	font-size: 32px;
    text-decoration: none;
    font-weight: 300;
    margin-bottom: 30px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #669de2;
    border-bottom: 1px solid rgb(200, 200, 200);
}
#home h2 {
	font-size: 32px;
    text-decoration: none;
    font-weight: 300;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #669de2;
    border-bottom: 1px solid rgb(200, 200, 200);
}

img {
	max-width:100%;
}
form input[type="text"], form select, form textarea {
    border-radius: 3px;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 39px;
    line-height: 39px;
    border: 1px solid #d0d0d0;
}
form div.line.checkbox {
    position: relative !important;
	padding-left:25px;
}
form div.line.checkbox p {
    display: inline;
    font-size: 12px;
    line-height: 18px;
}
input[type="checkbox"], input[type="radio"] {
    position: absolute;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    top: 0;
    left: 0;
	border: none !important;
}
input[type="checkbox"]:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 1;
    width: 14px;
    height: 14px;
}
input[type="checkbox"]:checked:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 7px;
    border: 2px solid #7ba5df;
    border-top-style: none;
    border-right-style: none;
}
input[type="checkbox"]:after {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 14px;
    height: 14px;
    z-index: 0;
    border: 1px solid #c9c9c9;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s;
}
input[type="checkbox"]:checked:after {
    border: 0;
}
input[type="radio"]:before,  input[type="radio"]:after {
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    margin: 0;
    width: 14px;
    height: 14px;
    z-index: 0;
    transition: .28s ease;
    border: 1px solid #c9c9c9;
    background: #fff;
    border-radius: 50%;
}
input[type="radio"]:checked:before {
    border-color: #26a69a;
}
input[type="radio"]:checked:after {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
    background: #28a4a6;
    border-color: #28a4a6;
}
label {
	font-size: 14px;
	font-weight: 400;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
   color: #767676;
   font-size: 14px;
   font-weight: 500;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #767676;
   font-size: 14px;
   opacity:  1;
   font-weight: 500;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #767676;
   font-size: 14px;
   opacity:  1;
   font-weight: 500;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #767676;
	font-size: 14px;
	font-weight: 500;
}
.breadcrumbs ul {
	float: right;
}
.breadcrumbs > ul > li {
    float: left;
    margin: 0px;
    padding: 0px 12px 0px 0px;
    position: relative;
	font-size: 13px;
	font-weight: 500;
	color: #aaaaaa;
}
.breadcrumbs > ul > li:after {
    content: '/';
    opacity: 0.6;
    font-size: 13px;
    color: #aaaaaa;
    position: relative;
    top: 0;
    right: 0;
    line-height: 0 !important;
    margin: 0;
    margin-left: 10px;
}
.breadcrumbs > ul > li > a {
	color: #669de2;
}
body {
    font-family: 'Roboto', sans-serif;
	color: #424b56;   
	font-size: 14px;
	font-weight:400;    
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
	text-rendering: optimizeLegibility !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#background{
	 background: #fff;
}
.btn { 
	font-family: 'Karla', sans-serif;
    outline: none !important;
    padding: 0;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    border: none;
    border-radius: 3px;
    background-color: #445599;
    -webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
    transition: all 0.2s;
}
.btn:hover {
	color:#fff;
	background: #333;
	border:none !important;
}
.fa-caret-down:before {  
    content: "\f107" !important;  /* icono flecha submenus */
}
.flecha {
	background: rgb(190, 190, 190); /* color flecha "to top" */
}
#aviso_cookie {
    background: #eff1f5; /* color ventana cookies */
}
#aviso_cookie div p a {
   color: #394682;
}
.texto, .texto p, .texto p span{
	color: #000 !important;
}
#bgContent {
	margin-top: 20px;
}
#home #bgContent {
	margin-top: -170px;
}

/* ====================
   HEADER
   ==================== */
header {
	position: relative;
	height:auto;
}
#home header{
}

/* ====================
   LOGO
   ==================== */
#logo {
	position: absolute;
        top: 57px;
	width:auto !important;
	z-index: 11;
	left: 0;
    margin-left: 0;
	padding-left: 20px;
}
#home #logo {
	top: 54px;
}
#logo a img{
   	width: 500px;
}
#home #logo a img{
    width: 500px;
}

/* ====================
   SLIDER
   ==================== */
#slider {
    position: relative;
	height: 155px;
	max-height:800px;
	background:url(slider_images/img01.jpg)no-repeat top center;
	background-size: 100%;
}
#home #slider {
    height: auto;
	background: none;
    background-size: cover;
}
#slider .nivoSlider {
	height: auto !important;
    position: absolute !important;
    left: 50% !important;
	top: 50% !important;
    -webkit-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
}
/*#slider .nivoSlider:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.28);
    z-index: 6;
}*/
#slider .nivoSlider img {
	width: 100% !important;
	height: auto !important;
}
.nivo-caption {
	font-family: "";
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    background: none!important;
    font-size: 30px;
    font-weight: 700;
	top:50% !important;
	bottom:inherit !important;
	-webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}
.nivo-directionNav {
	display: none;
}
.nivo-controlNav {
	position: absolute;
    bottom: 0;
    width: 100%;
	display: none;
}
.nivo-controlNav a {
	display: inline-block;
    width: 23px;
    height: 23px;
    border: 2px solid transparent;
	color: transparent !important;
    border-radius: 50%;
    background: none;
    position: relative;
    margin: 0 25px 0 0;
	cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.nivo-controlNav a:hover, .nivo-controlNav a:focus, .nivo-controlNav a.active {
    background: none !important;
    border-color: white;
}
.nivo-controlNav a:after {
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    top: 4px;
    left: 4px;
    background: white;
    border-radius: 50%;
    transform: scale(1);
    transition: 333ms all;
    background-color: #669de2;
}
.nivo-controlNav a:hover:after, .nivo-controlNav a:focus:after, .nivo-controlNav a.active:after {
	transform: scale(0);	
}

/* ==================== 
   NAVEGACIÃ“N
   ==================== */

#navegacion {
	position: absolute;
    top: 35px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
#navegacion.fixed {
	top: 35px;
    position: absolute;
    z-index: initial;
}
#navegacion nav {
	display: table;
    position: relative;
    box-sizing: border-box;
	box-shadow:none;
	    width: 100%;
}
#navegacion #navHeader {
	float:right;
	z-index:10;
	padding-right: 20px;
}
#navegacion ul li a {
    color: #435499;
    height: 120px;
    line-height: 120px;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 12px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
#navegacion ul li:hover > a, #navegacion ul li > a:hover {
	background: none;
	color: #7ba5df !important;
}
#navegacion ul li.dropDownMenu > ul {
    background: #7ba5df !important;
    height: auto !important;
    right: 0;
    top: 90px;
}
#navegacion #operationList > li > a.title {
    padding-right: 0 !important;
}
#navegacion #operationList > li > ul > li.dropDownMenu > ul {
	top:0 !important;
	margin-top: 0 !important;
}
#navegacion ul li.dropDownMenu ul li a {
	color: #fff !important;
	border-right: none !important;
	margin: 0 10px;
}
#navegacion ul li.dropDownMenu ul li a:hover {
	color: #fff !important;
	background: #445599 !important;
}
#navegacion ul li.dropDownMenu ul li.dropDownMenu a, #navegacion ul li.dropDownMenu ul li a {
	color: #fff !important;
	padding: 0px 10px;
	height: 50px;
	line-height: 50px;
}
#navegacion ul li.dropDownMenu ul li.dropDownMenu:hover > a,#navegacion ul li.dropDownMenu ul li.dropDownMenu a:hover {
	color: #fff !important;
}
#navegacion ul li.dropDownMenu:hover ul li:hover {
	 background: #445599 !important;
}
#navegacion ul li.dropDownMenu:hover ul li a {
	background: none !important;
}
#navegacion ul li.dropDownMenu ul li a:hover {
	background: none !important;
	color: #fff !important;
}
#navegacion ul li.dropDownMenu:hover > a {
	border-bottom: none !important;
}
#navegacion ul li.dropDownMenu:hover > a:after {
	display: none;
}
#navLinks .dropDownMenu > a > i {
	float: left;
	margin-top: 52px;
	margin-right: 5px;
}
#navLinks .dropDownMenu > a > span {
	float: left;
}
#navegacion #operationList > li > ul > li.dropDownMenu > a > i {
	margin: 17px 8px 0 0;
}
#navLinks > li.dropDownMenu > ul:before, #operationList > li.dropDownMenu > ul:before {
	content: "";
	position: absolute;
	top: -10px;
	right: 20px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #2e353e;
}

/* ====================
   FAVORITOS
   ==================== */

#navegacion ul#favoritos {
}
#navegacion ul#favoritos li > a > i:before {
	content: "\f004";
}
#navegacion ul#favoritos > li:hover > a {
}
#navegacion ul#favoritos > li > div {
	background: rgba(255, 255, 255, 0.8);
	width:100% !important;
	padding: 0 10px;
    box-sizing: border-box;
}
#navegacion ul#favoritos > li > div > div > div > ul > li.promocion {
	background: #fff;
	height: auto;
	padding: 0px !important;
	margin: 20px 10px;
}
#navegacion ul#favoritos > li > div > div > div > ul > li.promocion:hover {
}
#navegacion ul#favoritos > li:hover > div a {
	height: 82px;
}
#navegacion ul#favoritos > li > div > div > div > ul > li.promocion figure {
	height:auto !important;
}
#navegacion ul#favoritos > li > div > div > div > ul > li.promocion h3 {
	top: 0px;
	left: 0px;
	padding: 5px 10px;
    background: #394682;
	color: #fff;
    position: relative;
    margin: 0;
	width: 100%;
	text-align:center;
	opacity: 1 !important;
}
#navegacion ul#favoritos > li > div > div > div > ul > li.promocion h3 a {
	padding: 0 !important;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 22px !important;
	line-height: 22px;
	color: #fff !important;
	text-shadow: none;
	text-transform:initial;
	letter-spacing:0px;
}
#navegacion ul#favoritos > li > div > div > div ul li.promocion .contenido {
	padding: 0;
	height:auto;
	margin:0 auto;
	width:100%;
	left:0;
	top:0;
	opacity:1;
}
#navegacion ul#favoritos > li > div > div > div ul li.promocion .contenido .descripcionCaracteristicas {
    height: 35px;
	padding:0;
}
#navegacion ul#favoritos > li > div > div > div ul li.promocion .contenido .descripcionCaracteristicas .caracteristicas {
    padding: 0 5px;
}
#navegacion ul#favoritos > li > div > div > div ul li.promocion .contenido .descripcionCaracteristicas .caracteristicas li {
	text-align:center;
	display:block;
	width:100%;
	color:#000;
	margin:10px 0;
}
#navegacion ul#favoritos > li > div > div > div ul li.promocion .contenido .descripcionCaracteristicas .caracteristicas li i{
	display:none;
}
#navegacion ul#favoritos > li > div > div > div ul li.promocion .contenido .descripcionCaracteristicas .caracteristicas li span {
	display:inline-block;
	color:#000;
	font-weight:700;
	margin-right:2px;
}
#navegacion ul#favoritos > li > div > div > div > ul > li.promocion .contenido .precio {
	background: none !important;
    color: #292929 !important;
    font-weight: 700;
    text-align: center;
    position: relative;
    border: none;
    height: auto;
    margin-top: 7px !important;
}
#navegacion nav ul#favoritos > li > a span {
	display:none !important; /* Ultimos inmuebles vistos */
}

/* ====================
   IDIOMAS
   ==================== */
#navegacion ul#idiomas {
	position: absolute;
	top: -35px;
	right: 23px;
}
#navegacion ul#idiomas li.dropDownMenu ul {
	top: 34px;
	right: -10px;
}
#navegacion ul#idiomas li.dropDownMenu > ul:before {
	display:none;
}
#navegacion ul#idiomas li.dropDownMenu ul li a {
    height: 35px;
    line-height: 35px;
	padding: 12px 10px;
	text-align: center;
	margin:0 auto;
	width: inherit;
}
#navegacion ul#idiomas li ul li a {
}
#navegacion ul#idiomas li.dropDownMenu a.langSelect {
	height: 35px;
    line-height: 35px;
	padding: 0 !important;
	z-index: 12;
	position: relative;
	text-align: center;
}
#navegacion ul#idiomas > li.dropDownMenu:hover > a.langSelect {
	background: none!important;
}
#navegacion ul#idiomas li.dropDownMenu > a.langSelect > i {
	display: none;
}
#navegacion ul#idiomas li ul li:hover > a {
	background:#000 !important;
}
#navegacion ul#idiomas li a span > span:last-child {
	display:none;
}

/* ====================
   DATOS CONTACTO HEADER 
   ==================== */
   
header .datosContacto {
	width: 100% !important;
    top: 0px;
    background: #669de2;
    margin-left: 0 !important;
    left: 0 !important;
	z-index: 10;
}
#home header .datosContacto {
    background: none;
}
header .datosContacto address {
	margin:0 auto;
	float:none;
	background:none;
	padding:0;
}
header .datosContacto address ul {
    width: auto;
	padding-left: 15px;
}
header .datosContacto address ul li {
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    margin: 0;
	margin-right: 10px;
    height: 35px;
    line-height: 35px;
}
header .datosContacto address ul li a {
	color: #fff;
}
header .datosContacto address ul li a.masInfoContact {
	display: none;
}
header .datosContacto address ul li i {
    color: #fff;
}

header .datosContacto address ul li.agencia ,header .datosContacto address ul li.direccion, header .datosContacto address ul li.poblacionProvincia, header .datosContacto address ul li.fax {
	display:none;
}
header .datosContacto address ul.socialLinks {
    margin: 0;
    padding: 0;
    border: none;
	margin-right: 10px;
}
header .datosContacto address ul.socialLinks  li {
    font-size: 16px;
}
header .datosContacto address ul.socialLinks  li i {
	color: #fff;
	-webkit-transition: all ease .25s;
    -moz-transition: all ease .25s;
         transition: all ease .25s;
}
header .datosContacto address ul.socialLinks li:hover i {
    color: #000;
}

/* ==================== 
   BUSCADOR 
   ==================== */
#buscador {
	display:none;
	position: relative;
    background: none;
    width: 100% !important;
	margin:35px 0 !important;
	left:0;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	     transition: all .2s;
}
#home #buscador {
	display:block;
}
#buscador > div{
    margin: 0 auto;
    display: table;
    position: relative;
    background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
#buscador ul.tabs {
    position: absolute;
    top: 17px;
	left: 0;
    border-bottom: 1px solid transparent;
	display:none;
}
#buscador .tabs li {
    text-align: left;
    padding-left: 12px;
}
#buscador ul.tabs li a {
    position: relative;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 900;
    color: #9b9b9b;
    text-transform: uppercase;
    border-radius: 0;
    letter-spacing: 0;
}
#buscador > div > ul > li:nth-child(2) {
    display: none;
}
#buscador ul.tabs li:first-child a {
	padding-left: 0;
}
#buscador ul.tabs li:last-child a  {
	border-right: none !important;
}
#buscador ul.tabs li.activo a, #buscador ul.tabs li.activo a:hover, #buscador ul.tabs li a:hover {
	background: none;
    color: #ffffff;
    border: none;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}
#buscador ul.tabs li a i {
	display: none;
}

#buscador .busquedaAvanzada {
	top:inherit;
	bottom:0;
}

#buscador .busquedaAvanzada > a {
    right: 10px;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    color: #fff !important;
    font-weight: 500;
    background: none;
    text-align: center;
    top: -155px;
    left: inherit;
    border-radius: 3px;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}
#buscador .busquedaAvanzada > a:hover {
	background: #7ba5df;
    border-color: transparent;
}
#buscador .busquedaAvanzada > a > i {
	display: none;
}
#buscador div#openProperty form, #buscador div#openNew form {
    box-sizing: inherit !important;
}
#buscador div#openProperty form div.line, #buscador div#openNew form div.line {
}
#buscador #numero_ref {
    margin-bottom: 0;
    margin-top: 15px;
}
#buscador div#openProperty form div.line > div, #buscador div#openNew form div.line > div {
    box-sizing: initial !important;
}
#buscador div#openProperty form div.line label, #buscador div#openNew form div.line label {
    color: #445599;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    top: .7rem;
    z-index: 1;
	font-family: 'Montserrat', sans-serif;
}
#buscador div#openProperty form div.line.filled label, #buscador div#openProperty form div.line.active label, #buscador div#openNew form div.line.filled label, #buscador div#openNew form div.line.active label {
}
#buscador form div.line input[type="text"], #buscador form div.line .globalSelector , #buscador form div.line .globalSelector div.value {
    height: 40px;
}
#buscador form div.line .globalSelector > i {
    box-sizing: initial !important;
}
#buscador form div.line .globalSelector div.value {
	z-index: 2;
	max-width: 344px;
}
#buscador form div.line .globalSelector div.value a {
	background: #e4e8ef;
    border-radius: 4px;
}
#buscador div#openProperty form button, #buscador div#openNew form button{
    padding: 0 12px;
    height: 35px;
    margin: 19px 0 0;
	text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}
#buscador div#openProperty form:first-child button, #buscador div#openNew form:first-child button {
	background: #000;
}
#buscador div#openProperty form button:hover, #buscador div#openNew form button:hover{
	background: #7ba5df;
}

.ui-slider .ui-slider-handle {
    background: #7ba5df !important;
    border: 3px solid #459 !important;
    width: 20px !important;
    height: 20px !important;
	top: -8px !important;
}
.ui-widget-header {
    background: #445599 !important;
}
#buscador div#openProperty form:first-child button, #buscador div#openNew form:first-child button {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px;
    position: absolute;
    top: 0;
    right: 2px;
    color: transparent;
    border-radius: 2px;
    padding: 0;
    text-align: center;
    background: #445599;
}
#buscador div#openProperty form:first-child button:before, #buscador div#openNew form:first-child button:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f061";
    color: #fff;
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
}
#buscador div#openProperty {
}
#buscador div form:first-child fieldset {
    border-bottom: none;
}
#buscador #price-range, #buscador #price-rangep {
    width: 87%;
    border: none !important;
    border-radius: 2px !important;
    height: 5px;
    background: #ffffff !important;
	bottom: 5px;
}
.globalSelector ul li a:hover {
    background: #445599 !important;
}

/* ====================
   BUSQUEDA AVANZADA
   ==================== */
.busquedaAvanzada .modal span.titulo {
    background: #000;
}
.busquedaAvanzada .modalContainer .modal {
    border-bottom: 45px solid #000;
}
.busquedaAvanzada form fieldset div.line > div input[type="text"], .busquedaAvanzada form fieldset div.line > div select {
	
}
.busquedaAvanzada .modal form .colIzq div.line {
    width: 31.3% !important;
}
.busquedaAvanzada .modal form .colDcha fieldset:nth-child(1) div.line {
    width: 48% !important;
}
#buscador .busquedaAvanzada .modal form button.btn {
	width:150px !important;
	margin-left: -75px;
	border-radius: 3px !important;
    background-color: #445599 !important;
}

/* ====================
   SECTION
   ==================== */
section {
	    width: 100%;
}
#home section {
	margin-top: 100px;
}
section article.offers {
}

/* ====================
   MAIN TEXT
   ==================== */
article#mainText {	
	background:none;
	display: none;
}
article#mainText .datosContacto {
	display: none;
}
article#mainText .welcome {
	width:100%;
}

/* ====================
   	BUSQUEDAS DESTACADAS
   ==================== */
.highlighted_searches {
    display: none;
}

/* ====================
   BOX PROMOCION
   ==================== */
.etiqueta {
	 z-index: 9;
}
.promocion {
	background-color: #e0e0e0;
	padding:0 !important;
	margin-bottom: 20px !important;
	overflow:hidden;
}
.promocion figure {
	height: 219px;
    overflow: hidden;
}
.promocion figure .mask{
}
.promocion figure div.mask div.referencia {
} 
.promocion figure div.mask div.referencia span.tipo {
}
.promocion figure div.mask div.referencia span.numeroRef {
}
.promocion figure div.mask div.referencia span.numeroRef:before {
	display: none !important;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    color: #000;
    font-size: 16px;
	content: "\f02b";
}
.promocion h3 {
	font-weight: 600;
	font-size: 17px;
    text-transform: none;
    color: #000;
    padding-left: 15px;
    text-align: left;
    margin: 10px 0;
	transition: all ease .25s;
    -webkit-transition: all ease .25s;
    -moz-transition: all ease .25s;
}
.promocion .contenido .descripcionCaracteristicas {
	padding: 0 10px;
}
.promocion .contenido .descripcionCaracteristicas p {
	font-weight: 600;
	font-size: 17px;
    text-transform: none;
    color: #000;
    text-align: left;
    margin: 10px 0;
	transition: all ease .25s;
    -webkit-transition: all ease .25s;
    -moz-transition: all ease .25s;
}
.promocion .acciones {
	display:none;
}
.promocion .acciones a {
}
.promocion .contenido .precio {
	
}

/* ====================
   BOX VENTA Y ALQUILER 
   ==================== */

.venta, .alquiler {
    background-color: rgba(228, 232, 239, 0.6);
	-webkit-box-shadow: none;
    	    box-shadow: none;
	border-bottom: 3px solid #babfc7;
	padding:0 !important;
	margin-bottom: 20px !important;
	overflow:hidden;
}
.venta figure, .alquiler figure {
}
.venta figure .mask, .alquiler figure .mask {
	height: auto !important;
	z-index: 9;
	background: none !important;
	display: block;
}
.venta figure div.mask div.referencia, .alquiler figure div.mask div.referencia {
	background: none;
}
.venta figure div.mask div.referencia span.tipo, .alquiler figure div.mask div.referencia span.tipo {
	display:none;
}
.venta figure div.mask div.referencia span.numeroRef, .alquiler figure div.mask div.referencia span.numeroRef {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
}
.venta figure div.mask div.referencia span.numeroRef:before, .alquiler figure div.mask div.referencia span.numeroRef:before {
	display: none !important;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    color: #000;
    font-size: 16px;
	content: "\f02b";
}
.venta figure:hover .sliderPropiedad.sliderMini, .alquiler figure:hover .sliderPropiedad.sliderMini {
	transform: none !important;
}
.venta figure .sliderPropiedad.sliderMini .swiper-slide > a , .alquiler figure .sliderPropiedad.sliderMini .swiper-slide > a {
    display: block;
}
.venta:hover figure a img, .alquiler:hover figure a img {
}
.venta h3, .alquiler h3{
	font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    padding-left: 10px;
    text-align: left;
    margin: 10px 0;
    text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px;
    -webkit-transition: all ease .25s;
    -moz-transition: all ease .25s;
    transition: all ease .25s;
    position: absolute;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    top: 0;
    z-index: 8;
}
.venta .contenido, .alquiler .contenido {
}
.venta .contenido .descripcionCaracteristicas , .alquiler .contenido .descripcionCaracteristicas {
    min-height: 50px;
    padding: 0 15px;
    height: auto;
}
.venta .contenido .descripcionCaracteristicas h4, .alquiler .contenido .descripcionCaracteristicas h4 {
    font-weight: 400;
    font-size: 16px;
    text-transform: none;
    text-align: left;
    margin: 18px 0 12px;
	transition: all ease .25s;
    -webkit-transition: all ease .25s;
    -moz-transition: all ease .25s;
	width: 58%;
	font-family: 'Montserrat', sans-serif;
}
.venta .contenido .descripcionCaracteristicas h4 i.wxp-ubicacion, .alquiler .contenido .descripcionCaracteristicas h4 i.wxp-ubicacion{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
	display: none;
}
.venta .contenido .descripcionCaracteristicas h4 i.wxp-ubicacion:before, .alquiler .contenido .descripcionCaracteristicas h4 i.wxp-ubicacion:before{
	content: "\f041";
	color: #669de2;
}
.venta .contenido .descripcionCaracteristicas h4 a, .alquiler .contenido .descripcionCaracteristicas h4 a {
    color: #424b56;
}
.venta .contenido .descripcionCaracteristicas ul.caracteristicas, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas {
    list-style: none;
}
.venta .contenido .descripcionCaracteristicas ul.caracteristicas li, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li {
	width: auto;
    float: left;
    margin: 0 25px 0 0;
}
.venta .contenido .descripcionCaracteristicas ul.caracteristicas li.banos, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.banos {
	display: block !important;
}
.venta .contenido .descripcionCaracteristicas ul.caracteristicas li span, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li span {
	display: none;
}
.venta .contenido .descripcionCaracteristicas ul.caracteristicas li i , .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li i {
	display: inline-block !important;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
	color: #7ba5df;
    font-size: 16px;
}
.venta .contenido .descripcionCaracteristicas ul.caracteristicas li.habitaciones i:before , .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.habitaciones i:before {
	content: "\f236";
}
.venta .contenido .descripcionCaracteristicas ul.caracteristicas  li.banos  i:before , .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.banos i:before {
    content: "\f2cd";
}
.venta .contenido .descripcionCaracteristicas ul.caracteristicas li.supHabitable i:before , .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas  li.supHabitable i:before {
    content: "\f015";
}
.venta .contenido .descripcionCaracteristicas ul.caracteristicas  li.supConstruida  i:before , .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.supConstruida i:before {
    content: "\f0b2";
}
.venta .contenido .descripcionCaracteristicas .descripcion, .alquiler .contenido .descripcionCaracteristicas .descripcion {
    font-size: 14px;
    line-height: 25px;
    color: #000;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	float: none;
	display: none;
}
.venta .acciones, .alquiler .acciones {
    display: none;
}
.venta .contenido .precio, .alquiler .contenido .precio {
	font-size: 18px;
    text-transform: none;
    background: none;
    color: #424b56;
    text-align: left;
    transition: all ease .25s;
    -webkit-transition: all ease .25s;
    -moz-transition: all ease .25s;
    padding: 0;
    width: 45%;
    margin: 0;
    position: absolute;
    bottom: 5px;
    right: 0;
    text-align: right;
    padding-right: 15px;
	height: 40px;
}
.venta .contenido .precio p, .alquiler .contenido .precio p {
	line-height: 40px;
}
.venta .contenido .precio p span, .alquiler .contenido .precio p span {
    font-weight: 500;
}
.venta .contenido .precio .antes, .alquiler .contenido .precio .antes {
    margin: 0;
    color: #868a8b;
	line-height: 0 !important;
	float: none !important;
}

/* ====================
   FORMULARIO ALERTAS BÃšSQUEDAS
   ==================== */


/* ====================
   MAILING LIST
   ==================== */
aside {
}
aside #mailingList {
}
aside #mailingList > div {
}
aside #mailingList h3 {
	font-weight: 600;
	font-size: 17px;
    text-transform: none;
	color: #000;
}
aside #mailingList p {
}
aside #mailingList form {
}
aside #mailingList form .line:first-child {
	position: relative;
}
aside #mailingList form .line:first-child:before {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0e0";
    color: #fff;
    width: 44px;
    height: 39px;
    line-height: 38px;
    border-radius: 3px 0 0 3px;
    background-color: #7ba5df;
    border: 1px solid #d0d0d0;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 17px;
}
aside #mailingList form .line input[type="text"] {
	padding-left:50px;
}
aside #mailingList form .line button {
	color: #fff;
}
aside #mailingList form .line button:hover {
}
aside #mailingList form .line.checkbox p a {
    font-size: 11px;
    font-weight: 400;
}
form div.line.checkbox input[type="checkbox"] {
    margin-left: 1px;
}
aside #mailingList form .line.checkbox p a {
    font-size: 12px;
}

/* ====================
   RESULTS
   ==================== */

#results article.headerPage{
}
#results article.headerPage h1 {
	font-size: 32px;
    text-decoration: none;
    font-weight: 300;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #669de2;
    border-bottom: 1px solid rgb(200, 200, 200);
}
#results article.headerResults {
	background: none;
	padding: 0;
}
#results article.headerResults .breadcrumbs {
}
#results article.headerResults .breadcrumbs > ul > li > a {
}
#results article.headerResults .filtroResultados {
}
#results article.headerResults .filtroResultados ul li a i {
    margin-left: 5px;
}
#results article.headerResults .filtroResultados > ul > li > ul {
	width: 410px;
	top: 50px;
    visibility: visible;
    text-align: left;
    padding: 15px;
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
    	 box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    transition: transform 0.5s ease 0s, opacity 0.6s ease 0s, max-height 0.6s step-end 0s, max-width 0.6s step-end 0s, padding 0.6s step-end 0s;
}
#results article.headerResults .filtroResultados #filtroResultadoAbrir > ul > li {
    color: transparent;
	margin-bottom:10px;
}
#results article.headerResults .filtroResultados #filtroResultadoAbrir strong {
    display: block;
    background: none;
    line-height: 10px;
    text-transform: capitalize;
    padding-left: 5px;
    font-size: 15px;
    color: #000;
}
#results article.headerResults .filtroResultados #filtroResultadoAbrir li a {
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 20px;
    padding: 5px 10px;
    opacity: .6;
    transition: all ease .25s;
    -webkit-transition: all ease .25s;
    -moz-transition: all ease .25s;
}
#results article.headerResults .filtroResultados #filtroResultadoAbrir li a:hover {
    opacity: 1;
	border: 1px solid rgba(0, 0, 0, 1);
}
#results article.headerResults .vistaResultados ul li a {
    width: 35px;
    height: 35px;
    align-items: center;
    display: flex;
    justify-content: center;
	border-radius: 3px;
}
#results article.headerResults .vistaResultados ul li a:hover, .vistaResultados ul li a.activo {
    border: 1px solid #394682;
    background: #394682;
}
#results article.paginacion {
	padding:0;
}
#results article.paginacion .resultados {
	color: #b6b6b6;
    font-size: 17px;
}
#results article.paginacion .resultados a {
	color: #669de2;
}
#results article.paginacion ul li span, #results article.paginacion ul li a {
    width: 32px !important;
    height: 32px !important;
    border-radius: 16px !important;
    line-height: 32px !important;
    text-align: center !important;
	border:1px solid transparent;
	color: #008489;
}
#results article.paginacion ul li a.prev, #results article.paginacion ul li a.next {
	border-color: #008489 ;
    color: #008489;
}
#results article.paginacion ul li span.activa, #results article.paginacion ul li a:hover {
	color:#fff;
    background: #008489;
}
#results article.offers {
	position: relative;
}
#results article.offers #tooMuchResults{
	right:0;
}
#results article.offers #listOffers {
	float:right;
}

/* BOX VERTICAL */

#results .box_vertical .venta, #results .box_vertical .alquiler {
}
#results .box_vertical figure {
}
#results .box_vertical figure img {
}

/* BOX HORIZONTAL */

#results .box_horizontal .venta, #results .box_horizontal .alquiler {
	width:100% !important;
    background: #fff;
    padding-top: 35px !important;
    padding-bottom: 10px !important;
    margin: 0 !important;
    transition: background-color 75ms linear;
}
#results .box_horizontal .venta:hover, #results .box_horizontal .alquiler:hover {
	background: #f6f7f9;
}
#results .box_horizontal .venta figure, #results .box_horizontal .alquiler figure  {
}
#results .box_horizontal .venta figure img, #results .box_horizontal .alquiler figure img {
}
#results .box_horizontal .venta figure div.mask, #results .box_horizontal .alquiler figure div.mask {
	bottom: inherit !important;
}
#results .box_horizontal .venta h3 , #results .box_horizontal .alquiler h3 {
	margin-top: 0;
}
#results .box_horizontal .venta .contenido, #results .box_horizontal .alquiler .contenido {
	margin: 0;
    margin-top: 20px;
    padding: 0 0 0 25px;
}
#results .box_horizontal .venta .contenido .descripcionCaracteristicas, #results .box_horizontal .alquiler .contenido .descripcionCaracteristicas{
	padding: 0;
	height: auto;
}
#results .box_horizontal .venta .contenido .acciones, #results .box_horizontal .alquiler .contenido .acciones {
    display: block;
    background: #394682;
    float: right;
    padding: 10px 30px;
    border-radius: 3px;
    margin-bottom: 0px;
	margin-right: 15px;
}
#results .box_horizontal .venta .contenido .acciones a, #results .box_horizontal .alquiler .contenido .acciones a {
	color:#fff;
}
#results .box_horizontal .venta .contenido .acciones a i, #results .box_horizontal .alquiler .contenido .acciones a i {
	display: none;
}
#results .box_horizontal .venta .contenido .descripcionCaracteristicas h4, #results .alquiler .contenido .descripcionCaracteristicas h4 {    
}
#results .box_horizontal .venta .contenido .descripcionCaracteristicas h4 a, #results .alquiler .contenido .descripcionCaracteristicas h4 a {
	color: #575757;
}
#results .box_horizontal .venta .contenido .descripcionCaracteristicas .descripcion, #results .box_horizontal .alquiler .contenido .descripcionCaracteristicas .descripcion {
	font-size: 16px;
	display: block;
    color: #575757;
}
#results .box_horizontal .venta .contenido .descripcionCaracteristicas .caracteristicas, #results .box_horizontal .alquiler .contenido .descripcionCaracteristicas .caracteristicas {
	display: table;
    margin-top: 15px;
}
#results .box_horizontal .venta .contenido .descripcionCaracteristicas .caracteristicas li, #results .box_horizontal .alquiler .contenido .descripcionCaracteristicas .caracteristicas li {
}
#results .box_horizontal .venta .contenido .descripcionCaracteristicas ul.caracteristicas li span, #results .box_horizontal .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li span {
}
#results .box_horizontal .venta .contenido .precio, #results .box_horizontal .alquiler .contenido .precio {
    height: 25px;
    top: 58px;
    right: 0;
    bottom: inherit;
    left: inherit;
    width: 60%;
    opacity: 1;
    padding: 0 25px;
    text-align: left;
	color:#000;
	border:none;
}
#results .box_horizontal .venta .contenido .precio p, #results .box_horizontal .alquiler .contenido .precio p{
  	line-height: 25px;
}
#results .box_horizontal .venta .contenido .precio p.antes, #results .box_horizontal .alquiler .contenido .precio p.antes{
	float: left !important;
    margin-right: 12px;
    margin: 15px 12px 0px 0px;
}
#results .box_horizontal .venta .contenido .precio p span, #results .box_horizontal .alquiler .contenido .precio p span{
  	font-weight: bold;
	color: #394682;
}
#results article.offers #leyenda {
	float: left;
	border-radius: 3px;
    border: none;
    margin-bottom: 25px;
    padding: 0 28px 0 0;
	-webkit-animation-name: fadeInLeft;
  	animation-name: fadeInLeft;
}
#results article.offers #leyenda span.titulo {
    margin: 0;
    padding: 15px 0px 0;
    font-size: 26px;
    border-bottom: none;
}
#results article.offers #leyenda span.titulo i {
	display: none;
}
#results article.offers #leyenda span.titulo:after {
}
#results article.offers #leyenda form {
	padding: 0;
}
#results article.offers #leyenda form .line {
    padding: 22px 0 24px;
    border-top: 1px solid #cdcdd1;
	margin: 0;
}
#results article.offers #leyenda form .line.filtro_precio div span, #results article.offers #leyenda form .line.filtro_m2 div span {
    margin-bottom:5px;
}
#results article.offers #leyenda form .line.filtro_precio div input, #results article.offers #leyenda form .line.filtro_m2 div input {
    width: 100%;
    margin: 0;
    border-radius: 3px;
    border: 1px solid #cdcdd1;
}
#results article.offers #leyenda form .line label {
	font-size: 18px;
    margin-bottom: 16px;
	font-weight: 400;
	text-transform:none;
    color: #000;
}
#results article.offers #leyenda form .line .desplegado span,  #results article.offers #leyenda form .line ul li, article.offers #leyenda form .line.checkboxNum div span {
	position: relative;
    padding-left: 20px;
    display: block;
    width: 100%;
	margin-bottom: 12px;
}
#results article.offers #leyenda form .line.filtro_precio label, #results article.offers #leyenda form .line.filtro_m2 label {
}
#results article.offers #leyenda form .line.filtro_precio div span, #results article.offers #leyenda form .line.filtro_m2 div span, #results article.offers #leyenda > form > fieldset > div.line.filtro_m2:after {
}
#results article.offers #leyenda form .line:last-child {
	border:none !important;
	padding: 0;
}
#results article.offers #leyenda form .line button {
	width:100% !important;
}

/* ====================
   RESULTS CON MAPA
   ==================== */

#results #slider {
}
#results section {
}
#results article#mapa_results, #results article.offers #leyenda {
	top: 0px;
}
#results article#mapa_results{
}
#results article.headerPage, #results article.headerResults, #results article.paginacion, #results article#offers,#results article.offers #leyenda { 
}
.wxp-map-icon span {
	 background-color: #000 !important;
}
.wxp-map-icon-animated span, .wxp-map-icon-hover span {
	 background-color: #333 !important;
}
.wxp-map-icon img {
    border: 7px solid #000 !important;
}
.wxp-map-icon-hover div img, .wxp-map-icon-animated div img {
	border: 7px solid #333!important;
}
#results .venta.wxp-map-icon-selected h3, #results .alquiler.wxp-map-icon-selected h3,  #results .venta:hover h3, #results .alquiler:hover h3{
/*	background:#333;
	color:#fff;*/
}
#results article#offers.box_mapa + article + article#mapa_results {
    display: block !important;
    position: absolute !important;
    top: 7.5% !important;
    right: 0;
	left: inherit !important;
    height: 550px !important;
    width: 73% !important;
	z-index: 0;
}
#results label:after {
}

#formAlertaBusqueda .titulo {
    background: #669de2;
}
#formAlertaBusqueda .titulo h3 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}


/* ====================
   FORMULARIO CAPTACION
   ==================== */

#captacion form fieldset legend {
	margin: 0;
    padding: 10px 10px 5px;
    margin-bottom: 20px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid lightgray;
    font-size: 17px;
    padding-left: 0;
	z-index: 0;
	background:none;
}
#captacion label {
}
#captacion form input[type="text"], #captacion form select, #captacion form textarea {
    background: #efefef;
    border: none;
}
#captacion .checkbox a {
}
#captacion form#frm {
    padding: 10px 0;
}
#captacion form .detalleInmueble div.line.labelCheckbox {
	position: relative;
	padding-left: 22px;
}
#captacion form div.line div button {
}


/* ====================
   FICHA
   ==================== */
#details #bgContent {
    margin-top:5px;
}   
#details #slider {
}
#details section {
	margin-top: 0;
}
#details .headerResults {
	width:100%;
	border-bottom: 1px solid #ebebeb;
	background: #fff;
	padding: 0;
}
#details .breadcrumbs {
	margin:0 auto;
	float: none;
}
#details .breadcrumbs li.activo {
	padding-right: 0;
}
#details #detalle{
}
#details #detalle #ficha{
}
#details #detalle #ficha .header {
	width: 100% !important;
	margin-bottom: 0;
}
#details #detalle #ficha .header:before {
}
#details #detalle #ficha .header:after {
}
#details #detalle #ficha .header img{
}
#details #detalle #ficha .header .headerTitulo {
	margin:0 auto;
	background: none;
	border:none;
	padding: 10px 0;
}
#details #detalle #ficha .header .headerTitulo .headerLeft {
}
#details #detalle #ficha .header .headerTitulo .headerLeft h1 {
	font-size: 32px;
    text-decoration: none;
    font-weight: 300;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #669de2;
    border-bottom: 1px solid rgb(200, 200, 200);
}
#details #detalle #ficha .header .headerTitulo .headerLeft h1::first-letter {
    font-weight: 600;
    color: #394682;
}
#details #detalle #ficha .header .headerTitulo .headerLeft p {
	color: #a1b4cc;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 3px;
}
#details #detalle #ficha .header .headerTitulo .headerRight {
}
#details #detalle #ficha .header .headerTitulo .headerRight p.precio {
	color: #394682;
}
#detalle #ficha .header .caracteristicasPrincipales {
    display: table;
    margin-bottom: 20px;
	float: right;
	width: 326px;
}
#detalle #ficha .header .caracteristicasPrincipales ul li {
	float: left;
    padding: 9px 0px;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    margin: 5px;
    border: 2px solid #669de2;
    background: #669de2;
    width: 150px;
}
#detalle #ficha .header .caracteristicasPrincipales ul li i {
	color: #fff;
}
#detalle #ficha .header .caracteristicasPrincipales ul li#sup_util i {
}
#detalle #ficha .header .caracteristicasPrincipales ul li#sup_util i:before {
	content: "\f015";
}
#detalle #ficha .header .caracteristicasPrincipales ul li#sup_parcela i {
}
#detalle #ficha .header .caracteristicasPrincipales ul li#sup_parcela i:before {
	content: "\f0b2";
}
#detalle #ficha .header .caracteristicasPrincipales ul li#habitaciones i {
}
#detalle #ficha .header .caracteristicasPrincipales ul li#habitaciones i:before {
	content: "\f236";
}
#detalle #ficha .header .caracteristicasPrincipales ul li#banos i {
}
#detalle #ficha .header .caracteristicasPrincipales ul li#banos i:before {
	content: "\f2cd";
}
#detalle #ficha .header .caracteristicasPrincipales ul li strong {
    text-transform: uppercase;
    color: #0da498;
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 5px 0;
    padding: 0px;
	display: none;
}
#details #detalle #ficha .header .actionBar {
	position: absolute;
    top: -82px;
    border: 0;
    width: 60%;
}
#details #detalle #ficha .header .actionBar ul {
}
#details #detalle #ficha .header .actionBar ul li {
}
#details #detalle #ficha .header .actionBar ul li a {
	font-size: 12px;
    color: #394682;
    font-family: 'Montserrat', sans-serif;
}
#details #detalle #ficha .header .actionBar ul li i {
	color: #394682;
}
#details #detalle #ficha .actionBar a.hazOferta {
	font-size: 13px;
    color: #fff;
    padding: 1px 12px;
    background: #669de2;
}
#details #detalle #ficha .actionBar a.hazOferta:hover {
}
#details #detalle #ficha .actionBar ul li.share div.addthis_toolbox a {
    padding: 7px 0;
}
#details #detalle #ficha .actionBar ul li.share > i {
    top: -15px;
}
#detalle #ficha div.colIzq {
} 
#detalle #ficha div.colIzq #descripcionFicha {
    display: none;
    float: none;
	width: 100%;
}
#detalle #ficha div.colIzq .groupTabs {
	margin-bottom: 10px;
}
#detalle #ficha div.colIzq .groupTabs .tabs {
	border:none;
}
#detalle #ficha div.colIzq .groupTabs .tabs li {
    width: 25%;
    text-align: center;
}
#detalle #ficha div.colIzq .groupTabs .tabs li a {
	border-top: 2px solid #669de2;
    border-bottom: 2px solid #669de2;
    border-right: 2px solid #669de2;
	color:#669de2;
	text-transform:uppercase;
	margin:0;
	border-radius: 0;
	font-weight: 500;
}
#detalle #ficha div.colIzq .groupTabs .tabs li.activo a, #detalle #ficha div.colIzq .groupTabs .tabs li a:hover {
	background: #669de2;
	color: #fff;
	border-top: 2px solid #669de2;
    border-bottom: 2px solid #669de2;
    border-right: 2px solid #669de2;
}
#detalle #ficha div.colIzq .groupTabs .tabs li:first-child a {
	border-left: 2px solid #669de2;
}
#detalle #ficha div.colIzq .groupTabs .tabs li a i {
	display: none;
}
#detalle #ficha div.colIzq .groupTabs #etiqueta {
}
#detalle #ficha div.colIzq .groupTabs #etiqueta .etiqueta {
	width: 210px;
    padding: 17px 35px !important;
    text-align: center;
    top: 60px !important;
}
#detalle #ficha div.colIzq .groupTabs #etiqueta .etiqueta:after {
	display:none;
}
#detalle #ficha div.colIzq .groupTabs .sliderPropiedad {
	background: none;
}
#detalle #ficha div.colIzq .groupTabs .googleMaps #mapa {
	z-index: 0;
}
#detalle #ficha div.colIzq .detallesFicha {
	margin-top: 30px;
	width: 100% !important;	
}
#detalle #ficha div.colIzq .detallesFicha h3 {
    padding: 10px 0;
    font-size: 20px;
    text-decoration: none;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #669de2;
    border-bottom: 1px solid rgb(200, 200, 200);
} 
#detalle #ficha div.colIzq .detallesFicha h3 i {
	display:none;
} 
#detalle #ficha div.colIzq .detallesFicha ul {
	padding: 0;
}
#detalle #ficha div.colIzq .detallesFicha ul li {
    border-bottom: 1px solid #efefef;
    margin: 5px 3% 11px 0px;
    padding: 0px;
    width: 47%;
    float: left;
    text-align: right;
    height: 25px;
}
#detalle #ficha div.colIzq .detallesFicha ul li:nth-child(2n) {
}
#detalle #ficha div.colIzq .detallesFicha ul li i {
	display: none;
}
#detalle #ficha div.colIzq .detallesFicha ul li strong {
    float: left;
    font-weight: 600;
    padding-right: 10px;
    color: #3a3a3a;
}
#detalle #ficha div.colIzq #descripcionFicha2 {
	display:block;
}
#detalle #ficha div.colDch {
}
#detalle #ficha div.colDch #formMasInfo {
	width:100%;
	float: none;
	margin-bottom: 15px;
}
#detalle #formMasInfo #contenido h3 {
	padding: 10px 0;
    font-size: 18px;
    text-decoration: none;
    font-weight: 300;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #669de2;
    border-bottom: 1px solid rgb(200, 200, 200);
}
#detalle #formMasInfo #contenido h3 i {
	display:none;
}
#detalle #formMasInfo #contenido > p:nth-child(2){
}
#detalle #formMasInfo #contenido form {
	margin-bottom: 30px;
	border-top: 5px solid #babfc7;
	border-radius: 0;
	padding: 15px 10px 0;
	background: #eff1f5;
}
#detalle #formMasInfo #contenido form div.line{
}
#detalle #formMasInfo #contenido form div.line label{
}
#detalle #formMasInfo #contenido form div.line.checkbox p a {
}
#detalle #formMasInfo #contenido form button {
    padding: 10px 0;
    height: auto;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
}
#detalle #formMasInfo #contenido p:nth-child(4) {
	background: #f0f0f0;
    margin: 0;
    padding: 20px 10px 0 10px;
	border-top: 5px solid #cdcdcd;
}
#detalle #formMasInfo #contenido .tlf {
	background: #f0f0f0;
    padding: 10px 10px 30px 10px;
    margin: 0;
}
#detalle #formMasInfo #contenido .tlf:before {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f095";
	margin-right: 8px;
    font-size: 23px;
}
#detalle #formMasInfo #contenido > a {
	display: none;
}
.colDch .certificacion_A , .colDch .certificacion_B , .colDch .certificacion_C , .colDch .certificacion_D , .colDch .certificacion_E , .colDch .certificacion_F , .colDch .certificacion_G {
	/*display:none;*/
}
#details .offers h2 {
    text-transform: lowercase;
}
#details .offers h2:first-letter {
    text-transform: uppercase;
}
#detalle #fichaScroll {
    top: 0px;
    left: 0px;
    width: 100%;
    margin-left: 0;
    z-index: 100000;
    background: #669de2;
    box-shadow: 0 4px 4px 0 rgba(70,70,70,0.4);
}
#detalle #fichaScroll div {
    float: none;
    margin: 0 auto;
}
#detalle #fichaScroll figure {
    float: left !important;
    width: 95px !important;
}
#detalle #fichaScroll figure img {
    width: 100%;
}
#detalle #fichaScroll > div > div {
    position: relative;
    top: 0px;
}
#detalle #fichaScroll div ul li {
    width: auto;
    color: #fff;
	font-size: 15px;
    float: left;
    margin-left: 20px;
	margin-top: 16px;
}
#fichaScroll div ul li i {
    color: #ffffff;
}
#detalle  #fichaScroll div ul li.precio {
    font-weight: bold;
    float: right;
    font-size: 22px;
    top: -2px;
    position: relative;
}

/* ====================
   CONTACTO
   ==================== */

#contact #bgContent {
	position: relative;
}
#contact section {
	margin-top: 0;
    padding-top: 10px;
}
#contacto .mapa {
    height: 340px;
    position: relative !important;
    left: 0;
    top: 0;
    background: #e3e3e3 url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/img/no-results.png)no-repeat center top;
}
#contacto .texto {
}
#contacto .datosContacto{
	background: none;
}
#contacto .datosContacto .sucursales {
	padding: 0;
	border:none;
}
#contacto .datosContacto .sucursales .sucursal {    
	padding: 0;
	padding-bottom: 20px;
    border: 1px solid #d5d9dd;
    margin-bottom: 25px;	
}
#contacto .datosContacto .sucursales .sucursal:nth-child(2n+1) {
	background: none;
}
#contacto .datosContacto .sucursales .sucursal address ul li, #contacto .datosContacto .sucursales .sucursal ul li a {
    color: #7b838b;
    font-size: 15px;
    margin-bottom: 10px;
}
#contacto .datosContacto .sucursales .sucursal address ul li {
	margin: 10px 20px;
}
#contacto .datosContacto .sucursales .sucursal address ul li.agencia {
	margin: 0;
    margin-bottom: 25px;
    padding: 15px 20px;
    font-size: 1em;
    background: #efefef;
    border-bottom: 1px solid #d5d9dd;
	font-weight: 500;
}
#contacto .datosContacto .sucursales .sucursal address ul li a:last-child {
	display: none;
}
#contacto .datosContacto form div.line {
	position: relative;
}
#contacto .datosContacto form div.line:before {
	content:"";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    font-size: 1.7rem;
    transition: color .2s;
	color: #575757;
}
#contacto .datosContacto form div.line:nth-child(1):before {
    content: "\f2bd";
}
#contacto .datosContacto form div.line:nth-child(2):before {
	content: "\f2b6";
}
#contacto .datosContacto form div.line:nth-child(3):before {
	content: "\f095";
}
#contacto .datosContacto form div.line:nth-child(4):before {
    content: "\f040";
}
#contacto form input[type="text"],#contacto form textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
	margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem);
}
#contacto form label {
    width: calc(100% - 3rem - 1.5rem);
    margin-left: 2.2rem;
    left: .75rem;
    color: #9e9e9e;
    position: absolute;
    top: 0;
    font-size: 0.9rem;
    cursor: text;
    transition: .2s ease-out;
    text-align: initial;
    font-weight: 400;
}
#contacto form input[type="text"]:focus label , #contacto form textarea:focus label {
	font-size: .8rem;
	color:#000;
	transform:translateY(-140%);
}
#contacto form input[type="text"]:focus:before , #contacto form textarea:focus:before {
	color:red;
}
#contacto .datosContacto form div.line button.btn {
    width: 135px !important;
    border: none;
    color: #fff;
    outline: none !important;
    padding: 0 1em !important;
    font-size: 15px !important;
    height: 45px !important;
    line-height: 40px !important;
    transition: all 0.2s;
    overflow: hidden;
	border-radius: 3px !important;
    background-color: #445599 !important;
}
#contacto .datosContacto form div.line button.btn:hover {
	background: #748391 !important;
}
#contacto .datosContacto form div.line button.btn i {
	display: none!important;
}


/* ====================
   MODAL
   ==================== */
.modalContainer {
}
.modalContainer .modal {
	border-bottom: 45px solid #2e353e;
}
.modalContainer .modal span.titulo {
   background: #2e353e;
}
.modalContainer .modal form fieldset div.line.labelHorizontal label, .modalContainer .modal form fieldset div.line label {
	color: #50585e !important;
}
.modalContainer .modal form .colDcha {
	float: right !important;
}
.modalContainer .modal form fieldset div.line {
	border:none;
}
.modalContainer form fieldset div.line > div input[type="text"], .busquedaAvanzada form fieldset div.line > div select {
}
.modalContainer .modal form button.btn {
   color: #fff;
   background:#4f5b66;
}
.modalContainer .modal form button.btn:hover {
   background: #000 !important;
}

/* ====================
   FOOTER
   ==================== */

footer {
	background: #2e353e;
    color: #fff;
	position: relative;
    z-index: 0;
	padding: 10px 0 0px 0;
	margin-top: 0px;
	clear:both;
}
#home footer {
}
footer:after {
	content: "";
    width: 100%;
    height: 100%;
    background: rgba(80, 43, 126, 0.83);
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
	display: none;
}
footer a {
}
footer #datosContactoFooter {
    position: relative;
    z-index: 2;
}
footer #datosContactoFooter {
}
footer #datosContactoFooter div {
}
footer #datosContactoFooter div > i {
}
footer #datosContactoFooter div.email > i:before {
    content: "\f2b7";
}
footer #datosContactoFooter div.direccion > i:before {
    content: "\f278";
}
footer #datosContactoFooter div.socialLinks{
}
footer #datosContactoFooter div.socialLinks ul li{
}
footer #datosContactoFooter div.socialLinks ul li a i {
    font-size: 20px;
}
footer #datosContactoFooter div span {
	font-size: 15px;
}
footer #creditos {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	position: relative;
}
#home footer #creditos {
	position: absolute;
}
footer a, #creditos a {
	color: #fff;
}
footer #creditos .left{
}
footer #creditos .right {
}
footer #creditos .right p a {
    background-image: url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/img/logoinmoweb2_blanco.png) !important;
}

/* ====================
   RESPONSIVE
   ==================== */
@media screen and (min-width: 0) and (max-width: 767px) {
	#slider, .mainText, aside, #home #logo:after, footer #datosContactoFooter div.socialLinks > i, #navegacion nav div > ul > li:hover > a:before, #navegacion nav ul#favoritos > li:hover > a:before , .box_vertical .etiqueta:before, article#mainText, .breadcrumbs , #blog .headerResults, #detalle #ficha .header .caracteristicasPrincipales{
		display: none;
	}
	.offers , .row {
		display:block;
	}
	#bgContent, #home #bgContent {
		margin-top:0;
		padding:0;
	}
	.headerRight {
		border-top: 1px solid #fff;
	}
	.ui-widget.ui-widget-content {
		width: 95%;
	}
	.flecha {
		right: 0;
		margin-right: 15px;
		bottom: 15px;
	}
	.column_child {
		width: 100%!important;
		float: none !important;
	}
	header , #home header {
	    height: auto;
		background: #fff;
	}
	#logo, #home #logo {
		top: 0;
		left: 0;
		margin: 0px;
		position: relative;
		padding: 10px 0;
		height: auto;
	}	
	#logo a img, #home #logo a img {
	    width: 80% !important;
	}
	/*NAVEGACION - MOVIL*/
	#navegacion {
		position: relative !important;
		top: 0px !important;
		background: #669de2;
	}
	#navegacion nav {
		padding: 0;
    	width: 100%;
		background:none;
	}
	#navegacion #navHeader {
	    padding: 5px;
		box-sizing: border-box;
		width: 100%;
		right: 0;
		margin: 0 !important;
	}
	#navegacion #navHeader #navLinks {
	    position: absolute;
		background: #2e353e;
		left: 0;
		width: 100%;
		padding: 0px 10px;
		box-sizing: border-box;
		display: none;
		z-index: 9999999;
		top: 48px;
	}
	#navegacion #navHeader #navLinks li {
		float: none;
	    border-bottom: 1px solid rgba(217, 217, 217, .4);
	}
	#navegacion #navHeader #navLinks .dropDownMenu ul {
		background: none !important;
		display: block;
	}
	#navegacion #navLinks > li.dropDownMenu > ul:before, #navegacion #operationList > li.dropDownMenu > ul:before, #navegacion #idiomas > li.dropDownMenu > ul:before {
		display:none;
	}
	#navLinks .dropDownMenu > a > i {
		margin-top: 20px;
	}
	#navegacion ul li a {
		padding-left: 10px !important;
		height: 50px;
    	line-height: 50px;
		color: #fff;
	}
	#navegacion #navHeader #navToggle, #navegacion #navHeader #searchToggle {
		display: inline-block;
	}
	#navegacion #navHeader #navToggle button, #navegacion #navHeader #searchToggle button {
		margin: 0px;
		padding: 6px 10px;
		background: #445499;
		color: #fff;
		border-radius: 3px;
		border: none;
	}
	#navegacion #navHeader #navToggle button:hover, #navegacion #navHeader #searchToggle button:hover {
		background: #000;
		color: #fff;
	}
	#navegacion ul#idiomas {
    	top: 7px !important;
		left: inherit;
		right: 0px;
    	z-index: 1000;
	}
	#navegacion ul#idiomas li.dropDownMenu ul {
   		top: 42px;
		right: 0;
	}
	#navegacion ul#idiomas > li > a {
		margin: 0;
	    color: #fff;
		height: 50px;
    	line-height: 50px;
		padding:0;
	}
	#navegacion ul#idiomas > li > a > i {
		color: #fff;
	}
	#navegacion ul#idiomas li a {
		padding: 0 10px !important;
	}
	/*BUSCADOR - MOVIL*/
	#buscador, #home #buscador {
		z-index: 1000;
		display:none;
		left:0;
	    top: 0px !important;
        position: relative;
		margin: 0 0 135px !important;
		outline: none;
		padding: 0;
		background: #bbbec1;
	}
	#buscador > div {
		height: auto;
		padding-top: 10px;
    	padding-bottom: 30px;
		background: #eff1f5;
		width: 100% !important;
	}
	#buscador div#openProperty {
    	padding-top: 0;
	}
	#buscador div form {
		border: none !important;
	}
	#buscador .tabs {
		top: 0 !important;
		left: 0 !important;
		position: relative !important;
		margin-bottom: 20px;
	}
	#buscador .tabs li {
		    width: 100%;
		text-align: center;
	}
	#buscador ul.tabs li a {
		border:none !important;
		margin: 0 !important;
    	padding: 0 !important;
	}
	#buscador .busquedaAvanzada {
		display: block;
		bottom: 0;
		top: inherit;
		right: 0;
		left: inherit;
	}
	#buscador .busquedaAvanzada > a {
		width: 100%;
		right: 0;
		text-align: center;
		background: #669de2;
		top: 0;
	}
	#buscador div#openProperty form, #buscador div#openNew form, #buscador div#openNew form:first-child  {
		width: 100% !important;
		padding: 0 10px !important;
	}
	#buscador div form#globalForm div.line , #buscador div form#refForm div.line, #buscador div#openNew form div.line, #buscador div#openNew form:last-child div.line {
		width: 100% !important;
		margin: 10px 0 !important;
	}
	#buscador #price-range, #buscador #price-rangep {
    	width: 90%;
	}
	#buscador div#openProperty form:first-child button, #buscador div#openNew form:first-child button {
    	top: 10px;
	}
	#buscador div#openProperty form div.line label, #buscador div#openNew form div.line label {

	}
	#buscador div#openProperty form fieldset button, #buscador div form:first-child fieldset button, #buscador div form:last-child fieldset button {
		width:100% !important;
		margin: 19px 0 15px !important;
		height: 38px;
	}
	#buscador div form:first-child {
		padding:10px;
	}
	#buscador div#openProperty form:last-child div.line:last-child {
		width:100% !important;
	}
	#buscador form div.line .globalSelector div.value {
    	max-width: 310px;
    	margin-left: -15px;
	}
	/*SECTION - MOVIL*/
	section, #home section {
		float: none;
		width: 100%;
		margin: 0 !important;
	    padding: 0px 10px;
    	box-sizing: border-box;
		margin-top: 20px !important
	}
	/*BOXES - MOVIL*/
	.promocion,	.venta, .alquiler {
		height: auto !important;
		width:100% !important;
   		padding: 0 !important;
		margin: 0px 0px 20px !important;
		float:none !important;
	}
	.promocion .contenido .precio {
		position: relative; 
	}
	.box_vertical .promocion, .box_vertical .venta, .box_vertical .alquiler {

	}
	/*RESULTS - MOVIL*/	
	#results header {
		position:relative !important;
	}
	#results section {
		padding-top: 10px !important;
	}
	#results article.headerPage, #results article.headerResults, #results article.paginacion, #results article#offers, #results article.offers #leyenda {
		width:100% !important;
	}
	#results article.offers #leyenda form .line .desplegado span, #results article.offers #leyenda form .line ul li, article.offers #leyenda form .line.checkboxNum div span {
		padding-left: 25px;
		margin-bottom: 15px;
		font-size: 16px;
	}
	article.offers #leyenda form .line.filtro_precio div span, article.offers #leyenda form .line.filtro_precio div input, article.offers #leyenda form .line.filtro_m2 div span, article.offers #leyenda form .line.filtro_m2 div input {
		float: none;
	}
	#results article.offers #leyenda form .line.filtro_precio div span, #results article.offers #leyenda form .line.filtro_m2 div span, #results article.offers #leyenda > form > fieldset > div.line.filtro_m2:after {
		display: block;
		width: 100%;
		float: none;
	}
	#results article.offers #leyenda {
		padding: 0;
	}
	
	/*FICHA - MOVIL*/	
	#details section {
	    margin-top: 0 !important;
		position: inherit;
	}
	#details #detalle {
		padding: 0;
	}
	#detalle #ficha .header {
    	height: auto !important;
	}
	#detalle #ficha .header img {
		max-width:inherit !important;
		width:auto !important;
	}
	#detalle #ficha div.colIzq #descripcionFicha p, #detalle #ficha div.colIzq #descripcionFicha2 p {
		text-align: justify;
	}
	#ficha h1 {
    	text-align: center;
	}
	#ficha #etiqueta {
		position: relative;
		z-index: 9;
	}
	#details #detalle #ficha .header .actionBar {
		width:100%;
		position: fixed;
		bottom:0;
		left: 0;
		z-index: 12;
		background-color: #eff1f5;
		padding: 2px 0;
    	border: none !important;
		top: inherit;
	}
	#detalle #ficha .actionBar ul li {
		width: 60px;
		height: 50px !important;
		padding: 0 !important;
		display: inline-block;
		margin: 0;
    	border-right: 1px solid rgba(120, 120, 120, 0.4) !important;
	}
	#detalle #ficha .actionBar ul li.share div.addthis_toolbox {
		position: absolute;
		top: 0;
	}
	#details #detalle #ficha .header .actionBar ul li i, #details #detalle #ficha .actionBar a.hazOferta i {
		color: #787878;	
		background: #eff1f5;
		padding: 0;
		align-items: center;
		display: flex;
		justify-content:center;
		width: 100%;
		height: 100%;
	}
	#details #detalle #ficha .actionBar a.hazOferta i {
		font-size: 16px;
	}
	#details #detalle #ficha .actionBar ul li.share > i {
		top: 0 !important;
		margin: 0 !important;
	}
	#detalle #ficha .actionBar ul li a, #details #detalle #ficha .actionBar a.hazOferta {
		font-size: 14px;
		width: 100%;
		height: 100%;
		color: transparent !important;
		padding: 0;
		border: none !important;
	}
	#details #detalle #ficha .actionBar ul li.share div.addthis_toolbox a {
		padding: 0;
		margin: 0;
	}
	#details #detalle #ficha .actionBar a.hazOferta {
		display: inline-block;
		border-radius: 0 !important;
		float: left;
		clear: inherit;
		margin: 0 1px;
		width:60px;
		height: 50px;
    	border-right: 1px solid rgba(120, 120, 120, 0.4) !important;
		background: #dbdbdb;
	}
	#detalle #ficha div.colDch { 
		margin-top:0;
	}
	#ficha > div.colIzq > div:nth-child(4) > p {
		text-align:justify;
	}
	#detalle #ficha .header .headerTitulo .headerRight {
		position: relative;
		border:none;
	}
	#ficha #sliderPropiedad {
		width: 320px;
	}
	#detalle #ficha div.colIzq .groupTabs .googleMaps #mapa, #detalle #ficha div.colIzq .groupTabs .videos iframe {
		height: 260px;
	}
	/*FOOTER - MOVIL*/
	footer {
       padding-top: 20px !important;
	    padding-bottom: 20px !important;
	}
	footer #datosContactoFooter {
		background: none;
	}
	#home footer #datosContactoFooter {
    	padding: 0;
	}
	footer #datosContactoFooter div {
		width: 100% !important;
		padding: 0 10px !important;
		text-align: center !important;
		display: block;
		top: 0 !important;
		margin-bottom: 20px;
	}
	footer #datosContactoFooter div > i {
		position: relative !important;
		display: block !important;
		margin: 10px auto 10px auto !important;
		font-size: 25px !important;
		padding: 0 !important;
		height: auto;
	}
	footer #creditos .right:before {
		margin-right: 0;
	}
	footer #creditos {
		position: relative !important;
	    padding: 0;
		margin-top: 37px;
	}
	footer #creditos .left {
		margin-top: 17px;
		float: none;
		top: 0;
		text-align: center;
	}
	footer #creditos .right {
		float: none;
		width: 100%;
		text-align: center;
	}
	footer #creditos .right p {
		float: none;
	    margin: 10px 0 0 !important;
	}
	footer #creditos .right p a {
		margin: auto;
	}
	footer #creditos .right p.mls_logo img {
		margin: auto;
	}
	
	/*CONTACTO - MOVIL*/
	#contact section {
		margin-top: 0 !important;
		padding-top: 200px;
	}
	#contacto .mapa {
		height: 200px;
	}
	#contacto .datosContacto {
		padding: 0;
	}
	#contacto .datosContacto form div.line button.btn {
		width:100% !important;
	}
}

@media screen and (min-width: 0) and (max-width: 767px) and (orientation: landscape) {

}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	#buscador > div, #home .row , header .datosContacto address, #fichaScroll div , .home_section > div, #details .breadcrumbs, #details #detalle #ficha .header .headerTitulo {
		width: 768px;
	}
	#logo, #home #logo {
    	top: 44px;
	}
	#home #slider {
		height: 510px;
	}
	#home #bgContent {
    	margin-top: -215px;
	}
	#buscador div#openProperty form div.line label, #buscador div#openNew form div.line label {
    	font-size: 12px !important;
	}
	#buscador div#openProperty form:first-child button, #buscador div#openNew form:first-child button {
		width: 100% !important;
		top: 71px;
	}
	#navegacion ul#navLinks > li > a, #navegacion ul#operationList > li > a {
		padding: 40px 12px 0 !important;
	}
	#navegacion ul#favoritos > li > div > div > div > ul > li.promocion {
		width: calc(100% * (1/5) - 0px - 1px) !important;
	}
	#navegacion ul#idiomas {
		right: 10px;
	}
	#navegacion ul li.dropDownMenu > ul {
    	top: 121px;
	}
	#bgContent.globalSelector > ul, #gtypeContent.globalSelector > ul {
		width: 100%;
	}
	#buscador .busquedaAvanzada > a {
		right: 10px;
		top: -210px;
	}
	.promocion {

	}
	.venta, .alquiler {

	}
	#results article.offers #leyenda {
		padding: 0 10px 0 15px;
	}
	#results article#offers.box_mapa + article + article#mapa_results {
		right: 15px;
		width: 71% !important;
	}
	#results article.offers #leyenda span.titulo {
		font-size: 21px;
	}
	#results .box_vertical .promocion {
	}
	#results .box_vertical .venta, #results .box_vertical .alquiler {
	}
	#results .box_vertical .venta h3, #results .box_vertical .alquiler h3 {
	    width: 55% !important;
		float: left;
		position: relative;
		top: 0;
		left: 0;
		opacity: 1;
    	padding: 0 20px;
	}
	#results .box_vertical .venta figure, #results .box_vertical .alquiler figure {
    	width: 45% !important;
		overflow: hidden;
		float: left;
	}
	#results .box_vertical .venta .contenido, #results .box_vertical .alquiler .contenido {
		float: left;
		width: 55% !important;
		padding: 5px 20px;
		box-sizing: border-box;
	 	margin-top: 20px;
	}
	#results .box_vertical .contenido, #results .box_vertical .contenido {
		padding: 0;
		margin-top: 0;
	}
	#results .box_vertical .venta .contenido .descripcionCaracteristicas, #results .box_vertical .alquiler .contenido .descripcionCaracteristicas {
		padding: 0;
    	height: auto;
		min-height: 50px;
	}
	#results .box_vertical .venta .contenido .descripcionCaracteristicas .descripcion, #results .box_vertical .alquiler .contenido .descripcionCaracteristicas .descripcion {
		display: none;
	}
	#results .box_vertical  .venta .contenido .precio, #results .box_vertical .alquiler .contenido .precio {
		height: 25px;
		top: 25px;
		right: 0;
		bottom: inherit;
		left: inherit;
		width: 55%;
		opacity: 1;
		padding: 0 20px;
		position: absolute;
	}
	#results .box_vertical .venta .contenido .descripcionCaracteristicas .caracteristicas, #results .box_vertical .alquiler .contenido .descripcionCaracteristicas .caracteristicas {
		display: table;
		margin-top: 15px;
	}
	#results .box_vertical .venta .contenido .descripcionCaracteristicas ul.caracteristicas li, #results .box_vertical .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li {
	    width: auto;
		float: left;
		margin: 0 25px 0 0;
	}
	#results .box_vertical .venta .contenido .descripcionCaracteristicas ul.caracteristicas li span, #results .box_vertical .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li span {
		display: none;
	}
	#results .box_horizontal .venta .contenido .acciones, #results .box_horizontal .alquiler .contenido .acciones {
		display: none;
	}
	.promocion figure img {	
	}
	.venta figure img, .alquiler figure img {	
	}
	#results .box_vertical .venta figure img, #results .box_vertical .alquiler figure img {
	}
	.venta .contenido .descripcionCaracteristicas .descripcion, .alquiler .contenido .descripcionCaracteristicas .descripcion {
	}
	#detalle #ficha div.colIzq, #detalle #ficha div.colDch {
		width: 100%;
		float: none;
	} 
	#captacion form .localizacionInmueble div.line:nth-child(2), #captacion form .localizacionInmueble div.line:nth-child(3), #captacion form .localizacionInmueble div.line:nth-child(4), #captacion form .localizacionInmueble div.line:nth-child(5) {
		width: 100%;
	}
	#captacion form .detalleInmueble div.line {
		width: 45.3%;
	}
	#buscador label {
		font-size: 12px;
	}
	#detalle #ficha div .detallesFicha ul li {
		width: 50%;
	}
	article#mainText .welcome, article#mainText div > h2 , h1, h2 {
		padding: 0 10px;
	}
	#results article.offers #listOffers {
		float: right;
		padding-right: 15px;
	}
	.vistaResultados ul li:nth-child(2){
		display: none;
	}
	#detalle #ficha div.colIzq .detallesFicha {
		padding: 0 15px !important;
	}
	#detalle #ficha .header .caracteristicasPrincipales {
		margin-left: 15px;
	}
	#details #detalle #ficha .header .headerTitulo {
		margin: 0;
	}
	#buscador #tipo_propiedad, #buscador #tipo_operacion {
	}
	.venta figure, .alquiler figure {
    	min-height: 214px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1259px) {
	#buscador > div, #home .row , header .datosContacto address, #fichaScroll div , .home_section > div, #details .breadcrumbs, #details #detalle #ficha .header .headerTitulo {
		width: 984px;
	}
	#home #slider {
		height: 680px;
	}
	#home #logo, #logo {
    	top: 59px;
	}
	#navegacion ul li a {
		font-size: 13px;
    	padding: 0px 10px;
	}
	#home #logo a img, #logo a img {
    	width: 420px;
	}
	#navegacion ul#favoritos > li > div > div > div > ul > li.promocion {
		width: calc(100% * (1/7) - 0px - 1px) !important;
	}
	.promocion {
	}
	.venta, .alquiler {
	}
	#results .box_vertical .promocion {

	}
	#results .box_vertical .venta, #results .box_vertical .alquiler {
	}
	#results .box_horizontal .venta, #results .box_horizontal .alquiler {
		width:100% !important;
	}
	#results .box_horizontal .venta figure, #results .box_horizontal .alquiler figure {
		width: 45% !important;
	}
	#results .box_horizontal .venta h3, #results .box_horizontal .alquiler h3 , #results .box_horizontal .venta .contenido, #results .box_horizontal .alquiler .contenido, #results .box_horizontal .venta .contenido .precio, #results .box_horizontal .alquiler .contenido .precio{
		width: 55% !important;
	}
	.promocion figure img {	
	}
	#results .box_horizontal .venta .contenido .descripcionCaracteristicas, #results .box_horizontal .alquiler .contenido .descripcionCaracteristicas {
		min-height: 100px;
	}
	.venta figure img, .alquiler figure img {	
	}
	#results .box_vertical .venta figure img, #results .box_vertical .alquiler figure img {
	}
	#results .box_horizontal .venta figure img, #results .box_horizontal .alquiler figure img {
	}
	#results .box_horizontal .venta .contenido .descripcionCaracteristicas, #results .box_horizontal .alquiler .contenido .descripcionCaracteristicas {
		min-height: 100px;
	}
	.venta .contenido .descripcionCaracteristicas .descripcion, .alquiler .contenido .descripcionCaracteristicas .descripcion {
	}
	#detalle #ficha div.colIzq {
		width: 68%;
	} 
	#detalle #ficha div.colDch {
		width:30%;
	} 
	#captacion form .localizacionInmueble div.line:nth-child(2), #captacion form .localizacionInmueble div.line:nth-child(3), #captacion form .localizacionInmueble div.line:nth-child(4), #captacion form .localizacionInmueble div.line:nth-child(5) {
		width: 48.4%;
	}
	#captacion form .detalleInmueble div.line {
		width: 21.8%;
	}
	#buscador label {
	}
	#buscador > div {
	}
	#buscador div#openProperty form button, #buscador div#openNew form button {
    	padding: 0 11px;
	}
	#detalle #ficha div .detallesFicha ul li {
		width: 50%;
	}	
	.venta .contenido .descripcionCaracteristicas ul.caracteristicas li, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li {
    	margin: 0 15px 0 0;
	}
	.venta .contenido .precio, .alquiler .contenido .precio {
    	font-size: 16px;
	}
	#details #detalle #ficha .header .actionBar ul li a {
		font-size: 11px;
		padding: 10px 5px;
	}
	#details #detalle #ficha .header .actionBar ul li i {
		display: none;
	}
	.breadcrumbs > ul > li {
    	padding: 0px 10px 0px 0px;
		font-size: 12px;
	}
	.breadcrumbs > ul > li:after {
    	margin-left: 7px;
	}
	.venta figure, .alquiler figure {
    	min-height: 179px;
	}
	#results .box_vertical .venta figure, #results .box_vertical .alquiler figure {
    	min-height: 204px;
	}
}

@media screen and (min-width: 1260px) {
	#buscador > div, #home .row, #fichaScroll div , .home_section > div , #details .breadcrumbs, #details #detalle #ficha .header .headerTitulo {
		width: 1220px;
	}
	#home #slider {
		height: 780px;
	}
	#navegacion ul#favoritos > li > div > div > div > ul > li.promocion {
    	width: calc(100% * (1/8) - 0px - 1px) !important;
	}
	.promocion {
	}
	.venta, .alquiler {
	}
	#results .box_vertical .promocion {
	}
	#results .box_vertical .venta, #results .box_vertical .alquiler {
	}
	#results .box_horizontal .venta, #results .box_horizontal .alquiler {
		width: 100% !important;
	}
	.promocion figure img {
	}
	.venta figure img, .alquiler figure img {
	}
	#results .box_vertical .venta figure img, #results .box_vertical .alquiler figure img {
	}
	#results .box_horizontal .venta figure img, #results .box_horizontal .alquiler figure img {
	}
	#results .box_vertical .venta .contenido .descripcionCaracteristicas .caracteristicas li, #results .box_vertical .alquiler .contenido .descripcionCaracteristicas .caracteristicas li {
		margin: 0 18px 0 0;
	}
	#results .box_horizontal .venta .contenido .descripcionCaracteristicas .caracteristicas li, #results .box_horizontal .alquiler .contenido .descripcionCaracteristicas .caracteristicas li {
		margin: 0 25px 0 0;
	}
	.venta .contenido .descripcionCaracteristicas .descripcion, .alquiler .contenido .descripcionCaracteristicas .descripcion {
	}
	#detalle #ficha div.colIzq {
		width: 70%;
		margin-top: -65px;
	}
	#detalle #ficha div.colDch {
		width: 27%;
	}	
	#captacion form .localizacionInmueble div.line:nth-child(2), #captacion form .localizacionInmueble div.line:nth-child(3), #captacion form .localizacionInmueble div.line:nth-child(4), #captacion form .localizacionInmueble div.line:nth-child(5) {
		width: 48.4%;
	}
	.venta figure, .alquiler figure {
    	min-height: 221px;
	}
	#results .box_vertical .venta figure, #results .box_vertical .alquiler figure {
    	min-height: 165px;
	}
}
@media screen and (min-width: 1260px) and (max-width: 1385px) {
	#navegacion ul li a {
		font-size: 13px;
		padding: 0px 10px;
	}
	#home #logo a img, #logo a img {
    	width: 450px !important;
	}
	#home #logo, #logo {
    	top: 59px !important;
	}
}


/* ie 8 */
@media \0screen {
}

@media print {
	
	#detalle {
		padding-top: 50px;
	}
	#detalle #ficha .header .headerTitulo {
		top: -50px;
	}
	#detalle #ficha .header .headerTitulo .headerLeft h1 {
		font-size: 1.6em;
	}
	#detalle #ficha .header .headerTitulo p {
		font-size: 15px;
	}
	#detalle #ficha .header .caracteristicasPrincipales ul li {
		font-size: 18px;
		width: 100px;
		height: 70px;
		padding-top: 0px;
		margin: 0 20px;
	}
	#detalle #ficha .header .caracteristicasPrincipales {
		margin-top: -50px;
	}
	#detalle #ficha {
		margin-top: -40px;
	}
	#detalle .colIzq .detallesFicha#descripcionFicha p {
		font-size: 12px;
	}
	#detalle #ficha div.colIzq {
		width:100% !important;
	}
	#detalle #ficha div.colIzq .groupTabs .googleMaps, #detalle #ficha div.colIzq .groupTabs .videos {
		display:none !important;
	}
	#detalle #ficha .header {
		height: 200px;
	}
}