*{
    margin:0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html{
    font-family:Montserrat,  'Lato', sans-serif;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #aaa;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ---------- CARGANDO --------------- */
#cargando { border: 1px solid #ccc; background: #f8f8f8; display: block; margin: 75px auto; padding:15px; text-align: center; }
span[class*="l-"] { height: 4px; width: 4px; display: inline-block;	margin: 12px 2px; background: #000; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%;	-webkit-animation: loader 4s infinite; -webkit-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);	-webkit-animation-fill-mode: both; -moz-animation: loader 4s infinite; -moz-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415); -moz-animation-fill-mode: both; -ms-animation: loader 4s infinite; -ms-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415); -ms-animation-fill-mode: both;	animation: loader 4s infinite; animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415); animation-fill-mode: both; }
span.l-1 {-webkit-animation-delay: 1s;animation-delay: 1s;-ms-animation-delay: 1s;-moz-animation-delay: 1s;}
span.l-2 {-webkit-animation-delay: 0.8s;animation-delay: 0.8s;-ms-animation-delay: 0.8s;-moz-animation-delay: 0.8s;}
span.l-3 {-webkit-animation-delay: 0.6s;animation-delay: 0.6s;-ms-animation-delay: 0.6s;-moz-animation-delay: 0.6s;}
span.l-4 {-webkit-animation-delay: 0.4s;animation-delay: 0.4s;-ms-animation-delay: 0.4s;-moz-animation-delay: 0.4s;}
span.l-5 {-webkit-animation-delay: 0.2s;animation-delay: 0.2s;-ms-animation-delay: 0.2s;-moz-animation-delay: 0.2s;}
span.l-6 {-webkit-animation-delay: 0;animation-delay: 0;-ms-animation-delay: 0;-moz-animation-delay: 0;}
@-webkit-keyframes loader { 0% {-webkit-transform: translateX(-30px); opacity: 0;} 25% {opacity: 1;} 50% {-webkit-transform: translateX(30px); opacity: 0;} 100% {opacity: 0;} }
@-moz-keyframes loader { 0% {-moz-transform: translateX(-30px); opacity: 0;} 25% {opacity: 1;} 50% {-moz-transform: translateX(30px); opacity: 0;} 100% {opacity: 0;} }
@-keyframes loader { 0% {-transform: translateX(-30px); opacity: 0;} 25% {opacity: 1;} 50% {-transform: translateX(30px); opacity: 0;} 100% {opacity: 0;} }
@-ms-keyframes loader { 0% {-ms-transform: translateX(-30px); opacity: 0;} 25% {opacity: 1;} 50% {-ms-transform: translateX(30px); opacity: 0;}	100% {opacity: 0;} }

/* ---------- ESTRUCTURA --------------- */
#minifichas .col-lg-1, #minifichas .col-lg-2, #minifichas .col-lg-3, #minifichas .col-lg-4, #minifichas .col-lg-5, #minifichas .col-lg-6, #minifichas .col-lg-7, #minifichas .col-lg-8, #minifichas .col-lg-9, #minifichas .col-lg-10, #minifichas .col-lg-11 {
    position: relative !important;
}

#header_ancho{
    float:left;
    width: 100%;
	/* margin-bottom: 40px;*/
	position: relative;
	z-index: 999;
}

#header_out{
	width: 100%;
	height: 120px;
	background: #fff;
	/*
	-webkit-box-shadow: 0px 10px 5px 0px rgba(214,211,214,1);
	-moz-box-shadow: 0px 10px 5px 0px rgba(214,211,214,1);
	box-shadow: 0px 10px 5px 0px rgba(214,211,214,1);
	*/
}

#header{
    width: 100%;
    max-width: 1170px;
	margin: 0 auto;
}

#logo{
	width: 666px;
	height: 120px;
	float: left;
    margin-left: 0px;
    background: url("./images/logo.png") no-repeat center left;
    background-size:contain;
}

#menu{
	min-width: 600px;
	float: left;
}

#trabajo {
	text-align: right;
	width: 100%;
	float: right;
	margin-right: 15px;
	margin-top: 10px;
}

#menu_out{
	width: 100%;
	height: 50px;
	background-color: #000;
	font-family:Montserrat,  'PT Sans', sans-serif;
}

#menu_contenedor {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

/* Buscador por referencia */
#buscador_referencia {
	float: right;
	display: flex;
	flex-wrap: wrap;
	width: 260px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	right: 0;
	bottom: 30px;
	padding-left: 10px;
	background: var(--main-bg-color);
}

#buscador_referencia_texto {
	float: left;
	order: 1;
	color: #FFF;
	padding-right: 5px;
}

#buscador_referencia_input {
	float: left;
	order: 2;
}

#buscador_referencia_boton {
	float: right;
	order: 3;
}

#buscador_referencia_submit {
    color: #fff;
    width: 30px;
    height: 23px;
    margin-left: 4px !important;
    background-color: #000001;
    font-weight: 900;
    padding: 0 !important;
    margin: 14px 0 0 0;
    text-align: center !important;
    line-height: 21px;
    /*border: 1px solid;*/
}

#caja_buscador_referencia {
	height: 25px;
	width: 105px;
	border: 1px solid;
	font-weight: 900;
	margin-left: 4px;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}

/* --------------- FOTOS -------------- */
#fotos_ancho{
	display: block;
	width: 100%;
	height: 80px;
}

#fotos_slider {
    position: absolute;
    width: 100%;
    z-index: 0;
}

.owl-item li {
	height: 411px;
	list-style: none;
	background-size: cover;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 1;
}

#fotos_out{
    width: 100%;
    max-width: 1170px;
	margin: calc(100vh/2 - 140px) auto;
	height: 80px;
	position: relative;
	padding: 1%;
    box-sizing: border-box;
}

#fotos{
	width: 100%;
	height: 80px;
}

#fotos font, .elementContainer font {
	color: #FFF;
}

/* --------------- CONTENIDO -------------- */
#contenido_ancho{
	float: left;
	width: 100%;
	padding-bottom: 30px;
	padding-top: 30px;
	background: #f5f5f5;
	/*margin-top: 108px;*/
	margin-bottom: 50px;
}

#contenido_out{
    width: 100%;
    max-width: 1170px;
    margin: 0px auto 40px auto;
}

#contenido{
	width: 99%;
	float: left;
	padding: 0px 5px;
}



/* ------------------- PORTADA ---------------- */
#portada1{
	float:left;
	width: 100%;
	background-color: white;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(214,211,214,1);
	-moz-box-shadow: 4px 4px 5px 0px rgba(214,211,214,1);
	box-shadow: 4px 4px 5px 0px rgba(214,211,214,1);
	border: 1px solid #ddd;
	padding: 10px;
	box-sizing: border-box;
}

#portada2{
	float:left;
	width: 30%;
	height: 300px;
}

#portada3{
	float:left;
	width: 30%;
	margin-left:5%;
}

#portada4{
	float:left;
	width: 30%;
	margin-left:5%;
}


.titulo_modulo{
	color:#FF00BF;
	font-size: 28px;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
	font-weight: 900;
}

.example1{
	color:#FF00BF;
	font-size: 28px;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;	
}

.titulo_modulo a{
	color:#FF00BF;
	text-decoration: none;
}



/* --------------- INMUEBLES PORTADA -------------- */
#div_inmuebles_ancho{
    float:left;
    width: 100%;
	position: relative;
	background-color: #F5F5F5;
	width: 100%;
	height: 200%;
	padding-top: 30px;
}

#div_inmuebles_ancho::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /* background-color: #F5F5F5;*/
    z-index: 0;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#div_inmuebles_out{
    width: 990px;
    margin: 0px auto;
    height: 600px;
}

#div_inmuebles{
    width: 100%;
    float:left;
}

#div_inmuebles_titulo i, #div_inmuebles_mas i{
	color: #000;
}


/* --------------- PIE DE PAGINA -------------- */
#pie_pagina_ancho{
	float: left;
	width: 100%;
	background-color: #000;
	line-height: 30px;
	border-top: 1px solid #fff;
}

#div_direccion_ancho{
    float:left;
    width: 100%;
    background: #000;
    padding-top: 10px;
}

#div_direccion_horario > p > a > img {
	margin-top: 16px;
	width: 100%;
}

#div_direccion_ancho p, #div_direccion_ancho b, #div_direccion_ancho i {
	color: #fff !important;
}

#div_direccion_out{
    width: 990px;
    margin: 10px auto;
    height: 160px;
}

#pie_pagina_out{
	width: 990px;
	height: 30px;
	margin: 5px auto;
	text-align: center;
}

#div_direccion{
    width: 100%;
    float:left;
    text-align: left;
    color:#fff;
}

#pie_pagina{
	width: 100%;
	float: left;
	color: #fff;
	text-align: center;
}

#pie_pagina a {
    color: #fff;
    text-decoration: none;
}

#pie_pagina i{
    color:#fff;	
}

#pie_pagina b{
    color:#fff;
    font-weight: bold;
    margin-bottom: 10px;
}

#pie_pagina p{
	color:#fff;
}

#div_direccion_datos{
	width: 30%;
	float:left;
}

#div_direccion_horario{
	width: 30%;
	float:left;
	margin-left: 4.5%;
}

#div_direccion_enlaces {
	width: 30%;
	float: left;
	margin-left: 4.5%;
}

#div_direccion_datos ul, #div_direccion_enlaces ul {
	list-style: none;
}

#div_direccion_datos li, #div_direccion_enlaces li {
	color: #fff;
	padding: 6px 0px 6px 0px;
	overflow: hidden;
	width: 300px;
	margin: 0 auto;
}

#div_direccion_datos li {
    padding: 5px 0 0 0;
    min-height: 30px;
    display: block;
    position: relative;
}

#div_direccion_datos li i {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 13pt;
    border: 1px solid #fff;
    margin-right: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#div_direccion_enlaces li {
    border-top: 1px solid #fff;
    position: relative;
	line-height: 35px;
}

#div_direccion_enlaces li a::after {
    content: "\f0da";
    display: inline-block;
    font-family:Montserrat,  FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#div_direccion_datos ul li a, #div_direccion_enlaces ul li a{
	color: #fff;
	display: inline-block;
}

/* ------------------- LISTADO ---------------- */
.ul_blogtitulares{
	margin:0px;
	padding: 0px;
}

.blogtitulares{
	list-style: none;
	background: url("./images/topo.png") no-repeat 0px 5px;
	padding-left:20px; 
}

.blogtitulares_titulo{
	color:#636363;
	margin-bottom: 10px;	
}

.blogtitulares_titulo a{
	color:#636363;
	text-decoration: none;
	font-weight: bold;
}



.botones{
    background: #fe0000;
    color:white;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #000000;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-top: 30px;
    width: 90px;
}

#contenido ul{
	margin:0px;
	padding: 0px;
	margin-top: 14px;
}

#contenido ul li{
	list-style: none;
	background: url("./images/topo.png") no-repeat 0px 6px;
	padding-left:20px;
	margin-bottom: 14px;
}

#contenido p{
	margin-bottom: 14px;
}

#titulo{
	color:#000;
	font-size: 28px;
	float: left;
    width: 100%;
    margin: 20px auto;
	text-align: center;
	font-weight: bold;
}

/* --------------- ARTICULO CON DESTACADOS -------------- */

#articulofotos_texto{
	width: 590px;
	float:left;
	margin: 0 10px;
	box-sizing: border-box;
}

#articulofotos_fotos{
	width: 320px;
	float: right;
	margin-top: 34px;
	margin: 0 10px;
	box-sizing: border-box;
}

#articulofotos_fotos img{
	width: 100%;
}

#articulofotos_destacado{
	width: 350px;
	float:left;
	margin-top: 10px;
	background:  #246245;
}

#articulofotos_destacado_titulo{
	height: 30px;
	font-size: 24px;
	line-height: 30px;
	color: #FFFFFF;
	width:340px;
	font-weight:bold;
	margin: 5px;
	margin-bottom: 15px;
}

#articulofotos_destacado_texto{
	color: #FFFFFF;
	width:340px;
	font-weight:bold;
	margin: 5px;
	margin-bottom: 15px;
}

#articulofotos_destacado_texto ul{
	margin:0px;
	padding: 0px;
}


#articulofotos_destacado_texto ul li{
	color:white;
	font-weight: normal;
	list-style: none;
	background: url(./images/topo_blanco.png) no-repeat top left;
}

#articulofotos_destacado_texto a{
	text-decoration: none;
	color:white;
}

/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* ----------------- FORMULARIO DE CONTACTO ----------------- */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
#formularioContacto {
    width: 100%;
    float: left;
    padding: 0px;
}

.formularioContactoLinea{
	float:left;
	width: 100%;
	margin-bottom: 15px;
}

.formularioContactoNombre{
	float:left;
	width: 30%;
}

.formularioContactoCampo{
	float:right;
	width: 68%;	
}

.formularioContactoInput{
	border: 1px solid #ddd;
	width: 100%;
}

.formularioContactoAncho{
	float:left;
	width: 100%;	
}

#formularioContactoBoton{
    width: 100%;
    height:40px;
    line-height: 40px;
    background: var(--main-bg-color);
    border:0px;
    color:#fff;
	border-radius: 7px;
}

form input {
    padding-left: 5px;
    padding-right: 5px;
}

form textarea {
    padding: 5px;
}

/* CONTACTO LOCALIZACION */
#contactolocalizacion_mapa{
	float:right;
	height:auto;
	width: 100%;
	height: 400px;
	margin: 20px auto;
}

/* CONTACTO FORMULARIO */

form a {
	color: #000 !important;
}

form a:hover, form a:focus {
    color: #2a6496 !important;
    text-decoration: underline;
}

#contactolocalizacion_formulario{
	float:left;
	width: 58%;
	margin: 20px 5px 20px 5px;
}

#contactolocalizacion_formulario_titulo{
	width: 100%;
	background-color:#d5a262;
	color:#fff;
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	margin-bottom: 8px;
	font-family:Montserrat,  'Open Sans', sans-serif;
}

#contactolocalizacion_formulario_nombre{
	float:left;
	width: 100%;
	height: 35px;
	margin-bottom: 7px;
	text-align: center;
}

#contactolocalizacion_formulario_email{
	float:left;
	width: 100%;
	height: 35px;
	margin-bottom: 7px;	
	text-align: center;
}

#contactolocalizacion_formulario_asunto{
	float:left;
	width: 100%;
	height: 35px;
	margin-bottom: 7px;	
	text-align: center;
}

#contactolocalizacion_formulario_mensaje{
	float:left;
	width: 100%;
	height: 130px;
	text-align: center;
}

#contactolocalizacion_formulario_enviar{
	float:left;
	width: 100%;
	height: 35px;
	margin-top: 10px;
}

/* Mapas y Leaflet */

#map_canvas {
width: 100% !important;
height: 500px !important;
margin: 0px auto;
}

.leaflet-popup {
	width: 265px !important;
	max-width: 265px !important;
	max-height: 280px !important;
	z-index: 1001 !important;
}

.leaflet-popup-content {
	width: 100% !important;
	padding: 8px 8px !important;
	margin: 0px !important;
	box-sizing: border-box;
}

.leaflet-container a.leaflet-popup-close-button {
	width: 20px !important;
	height: 20px !important;
	z-index: 1002 !important;
	top: unset !important;
	bottom: 0;
	margin-bottom: 20px;
}

#miniFichaTitular {
	width: 100% !important;
	min-height: 17px;
}

#miniFichaTitular a{
    text-decoration:none;
}

.miniFichaTitularTitulo {
	font-weight: 900;
	text-align: center;
	margin-bottom: 5px;
    color:#000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#miniFichaDescripcion {
	width: 100% !important;
	max-height: 200px !important;
	text-align: justify;
	overflow: auto !important;
}

#miniFichaEnlace{
	width: 100% !important;
	text-align: center;
	margin-top: 10px;
}

#miniFichaBoton{
    width: 50%;
    margin-left:25%;
    height:20px;
    line-height: 20px;
    background: var(--main-bg-color);
    color:white;
}

.leaflet-container a {
    text-decoration: none;
}

/* Subir Inmueble */
#publicaFormulario {
    font-size: 14px;
    width: 100%;
}

.publicaTitulo {
    background: #000 !important;
    display: table;
    float: left;
    clear: both;
    padding: 5px;
    color: #fff;
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.publicaOpciones{
    float: left;
    clear: both;
    width: 100%;
	margin: 10px auto;
}

.publicaCaracteristica{
    float:left;
    height: 50px;
    width: 31.333333%;
    margin: 1%;
	position: relative;
}

.publicaCaracteristicaAncho{
    float:left;
    height: 200px;
    width: 95%;       
}

.publicaBoton{
    /*height:30px;*/
    font-size:20px;
    width: 200px;
    margin: 0 auto;
    display:block;
    background: var(--main-bg-color);
    border:0px;
    color:#fff;
	border-radius: 7px !important;
	padding: 10px 35px 10px 35px !important;
}

.publicaBoton:hover, #minifichas_boton:hover, #enlaceAMapa:hover, #fotos #minifichas_filtro #minifichas_boton:hover, #enlaceAListado:hover, #formularioContactoBoton:hover, #calcular:hover, #minimini:hover .botonNaranja {
	/*
    background: -webkit-linear-gradient(#81be32, #8fc34c);
    background: -o-linear-gradient(#81be32, #8fc34c);
    background: -moz-linear-gradient(#81be32, #8fc34c);
    background: linear-gradient(#81be32, #8fc34c);
	*/
	background: var(--hover-bg-color);
}

div.jfilestyle input {
    width: 100px !important;
    box-sizing: border-box;
	height: 32px;
}

/* Otros */

#clickviviendas {
    float: left;
    width: 110px;
    text-align: left;
    margin-left: 5px;
}

#avisolegal {
    float: right;
    width: 100px;
    text-align: right;
    margin-right: 5px;
}

div.jfilestyle input {
	width: 100px !important;
	box-sizing: border-box;
}

.portada_circular {
    width: 32%;
    height: auto;
    margin: 0 auto;
    display: inline-block;
}

.portada_circular h4 {
	text-align: center;
	border-bottom: none;
	background: transparent;
	font-size: 18px;
	line-height: 50px;
	text-indent: 0;
	text-transform: uppercase;
}

.portada_circular h4 a {
	text-decoration: none;
	color: #000;
}

/* Traductor */
.goog-te-gadget-simple {
    background-color: #000 !important;
	height: 30px !important;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    color: #fff !important;
}

.goog-te-gadget img {
    display: none !important;
}

font {
	color: black;
}

.flexnav li ul li a font, #minifichas_boton font, #div_inmuebles_titulo font, .minificha_precio font, #pie_pagina_ancho font, #enlaceAMapa font, #enlaceAListado font, #miniFichaBoton font, .fichaZonaTitulo font, #fichaDescripcionTitulo font, #fichaCaracteristicasTitulo font, #fichaFotosTitulo font, #fichaMapaTitulo font, #fichaVideoTitulo font, #fichaOtrosPisosTitulo font, #contactolocalizacion_titulo font, #contactolocalizacion_formulario_titulo font, .publicaTitulo font, .price font, #div_direccion_ancho p font, #div_direccion_ancho b font, #div_direccion_ancho i font, #div_direccion_datos li font, #div_direccion_datos ul li a font, #div_direccion_enlaces ul li a font, figcaption font, #fichaTitular font, .flexnav li a font, #buscador_referencia_texto font, .fichaTitularVolver > a font, #footer font, .bottomBar font, .topBarText font {
	color: #FFF;
}

#divTituloRRSS font, #fichaFormulario_titulo font, .flexnav li:hover font, #fichaTitularLeft font, #fichaPrecio font, #fichaTitularBottomLeft font, #fichaTitularBottomRight font, #fichaTitularBottomBottom font, #fichaCaracteristicasTitulo font, #fichaDescripcionTitulo font, #fichaVideoTitulo font, #fichaMapaTitulo font, #fichaCalificacionTitulo font {
	color: var(--main-bg-color) !important;
}

@media screen and (max-width:990px) {
	#contenido_ancho {
		margin-top: 130px;
	}
	
    #header_out{
		width: 100%;
		height: 100px;
    }
	
	#superior_cabecera, #superior_idiomas {
		width: 180px !important;
		min-width: 180px !important;
	}
    
    #boton_cabecera{
	margin-top: 3px;
    }
    
    #logo{
		width: 187px;
		height: 94px;
		float: left;
		margin: 3px 0px 3px 5px;
		background: url("./images/logo.png") no-repeat center center;
		background-size: contain;
    }
	
	#telefono {
		line-height: 18px  !important;
	}

    #menu_out{
		width: 100%;
		height: 50px;
		background-color: #000;
    }
    
    
    #fotos_ancho{
		float:left;
		width: 100%;
		height: 250px;
    }
	
	.owl-item li {
		height: 250px;
	}
    
    #fotos_out{
	width: 100%;
	background: none;
    }
    
    #fotos{
		width: 98%;
		margin: 0px 1%;
		float:left;
		background: transparent;
		margin-top:5px;
		text-align: center;
    }
	
    
    #contenido_out{
	width: 98%;
    }
    
    #div_inmuebles_ancho{
	width: 98%;
	float:left;
	height: auto;
	margin-left: 1%;
    }
    
    #div_inmuebles_out{
	width: 100%;
	height: auto;
    }
	
    #div_direccion_ancho{
		width: 100%;
		float: left;
		height: auto;
    }
    
    #div_direccion_out{
	width: 100%;
	height: auto;
    }
    
    #div_direccion_logo{
	width: 100%;
	float:left;
	text-align: center;
	margin-left: 0px;
    }
    
    #div_direccion_logo_foto{
	width: 98%;
	margin-left:1%;
    }
    
    #div_direccion_datos, #div_direccion_horario, #div_direccion_enlaces{
		width: 96%;
		float: left;
		text-align: center;
		margin: 5px 5px 20px 5px;
    }
	
	#div_direccion_datos li {
		text-align: left;
	}
    
    #pie_pagina_out{
	width: 100%;
    }
    
    #enlaces{
	width: 100%;
    }

    #articulofotos_texto,#articulofotos_fotos,#articulofotos_destacado{
	width: 100%;
    }
    
    #portada1,#portada2,#portada3,#portada4{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	margin-left:0px;
	margin-right: 0px;
    }
    
    #menu{
	width: 100%;
	margin-top: 0px;
	min-width: unset;
    }
	
	#menu_contenedor {
		width: 100%;
	}
	
	#contactolocalizacion_direccion, #contactolocalizacion_formulario{
    width: 98%;
	}
	
	#contact_name, #contact_telefono, #contact_email, #contact_subject, #contact_text{
	width: 96%;
	}
	
	#buscador_referencia {
		margin-top: 0px;
	}
	
	#buscador_referencia_texto {
		color: #000;
	}
	
	#header .fa-facebook-square, #header .fa-instagram {
		margin-top: 0px;
	}
	
	#trabajo {
		width: 100%;
		float: right;
		text-align: right;
		margin-left: 5px;
		margin-top: 2px;
		font-size: 15px;
		position: inherit;
	}
	
	.publicaCaracteristica {
		width: 49% !important;
		height: auto;
	}
	
	div.publicaCaracteristica > input:not([type="checkbox"]):not([type="radio"]) {
		max-width: 200px !important;
		width: 200px !important;
	}
}

@media screen and (min-width:651px) and (max-width:990px) {
	#logo {
		width: 187px !important;
		height: 94px !important;
	}
	
	#map_canvas {
		width: 100% !important;
	}
	
	#div_direccion_datos, #div_direccion_horario{
		width: 48% !important;
	}
	
	#div_direccion_enlaces{
		width: 96% !important;
	}
}

@media screen and (min-width:501px) and (max-width:649px) {	
	#clickviviendas, #avisolegal {
		width: 100% !important;
		text-align: center !important;
		margin: 10px 0px !important;
	}
	#pie_pagina_out {
		margin: 0px auto !important;
	}
}

@media all and (max-width: 500px) {	
	#buscador_referencia {
		margin-top: 0px;
		width: 250px !important;
	}
	
	#caja_buscador_referencia {
		width: 85px !important;
	}

	#contactolocalizacion_titulo {
		font-size: 20px;
	}

	#contactolocalizacion_mapa {
		width: 310px;
		height: 310px;
	}
	
	#map_canvas {
		width: 300px !important;
		height: 300px !important;
	}
	
	#fotos_ancho{
		height: 250px !important;
    }
	
	#clickviviendas, #avisolegal {
		width: 100% !important;
		text-align: center;
		margin: 10px 0px !important;
	}
	
	#trabajo {
		display: none !important;
	}
	
	#header_out{
		height: 240px !important;
	}
	
	#superior_cabecera {
		width: 100% !important;
		box-sizing: border-box;
		margin-right: 0px;
	}
	
	#superior_idiomas {
		width: 100% !important;
		text-align: center;
		box-sizing: border-box;
	}
	
	#logo {
		width: 100% !important;
		margin: 0 auto !important;
		height: 120px;
	}
	
	#telefono {
		margin: 5px auto 0 auto !important;
		padding: 0 !important;
		width: 100% !important;
		text-align: center !important;
		line-height: 26px  !important;
	}
	
	.fa-facebook-square::before, .fa-instagram::before {
		vertical-align: middle !important;
	}
	
	#superior {
		width: 80px !important;
		text-align: center !important;
		margin: 0 !important;
	}
	
	#superior .fa-facebook-square, #superior .fa-instagram {
		margin: 7px 5px !important;
	}
	
	#header .fa-facebook-square {
		float: none !important;
	}
	
	.publicaCaracteristica {
		width: 100% !important;
	}
	
	.span {
		width: 97% !important;
	}
	
	#fotos #minifichas_filtro {
		margin-top: 20px !important;
	}
}

/*******************************************************************/
/*******************************************************************/
/*******		   ICONOS INMUEBLES		  **********/
/*******************************************************************/
/*******************************************************************/

.icono_email{
    background: url("./images/portatil.png") no-repeat top left;
    width: 54px;
    height: 30px;
    float:left;
    margin-top: 6px;
    display:inline;
}

.icono_telefono{
    background: url("./images/movil.png") no-repeat top left;
    width: 36px;
    height: 30px;
    float:left;
    margin-top: 6px;
    display:inline;
}



#map {
	width: 800px; 
	height: 600px; 
	border: 1px solid #ccc;
}

#progress {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 400px;
    top: 300px;
    width: 200px;
    height: 20px;
    margin-top: -20px;
    margin-left: -100px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    padding: 2px;
}

#progress-bar {
    width: 0;
    height: 100%;
    background-color: #76A6FC;
    border-radius: 4px;
}

.g-recaptcha {
	width: 100%;  
}

.g-recaptcha > div {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0; 
	margin: 0 auto;
}

.formularioContactoLinea > .g-recaptcha > div {
    transform-origin: 0% 0 !important;
    -webkit-transform-origin: 0% 0 !important; 
}


/* OBLIGARTORIOS PARA LA PARTE DE EDICIîN */

.div_editar{
	width: 640px;
	text-align:center;
	float:left;
	margin-bottom:20px;
}

.div_editar div{
	display:inline;
}

.div_editar form{
	display:inline;
	margin: 5px;
}

.boton_editar{
	background: white;
	border: 1px solid black;
	padding: 5px 20px;
}
