
<script>
	jQuery(document).ready(function($){
		$('.btn-buscar').click(function(){
			var referencia = $('#referencia').val();
			if(referencia != ''){ 
				window.location.href = '/es/detalles-propiedad/Referencia.'+referencia;
			}else{
				var url_modo = '';
				var url_venta = '';
				var url_tipo = '';
				var url_loc = '';
				var url_cuartos = '';
				var url_wc = '';
				var url_precio_min = '';
				var url_precio_max = '';
				var url_detacado = '';
				var url_ordenar = '';
				var modo = $('#modo-busqueda').val();
				var venta = $('#modo-venta').val();
				var tipo = $('#tipo-propiedad').val();
				var loc = $('#localizacion').val();
				var cuartos = $('#cuartos').val();
				var wc = $('#wc').val();
				var rango_precios = $('#rango-precios').val();
				var partes_rango_precios = rango_precios.split(';');
				var precio_min = partes_rango_precios[0];
				var precio_max = partes_rango_precios[1];
				var detacado = $('#detacado').val();
				var ordenar = $('.ordenar-form-pmr').val();

				if(modo != ''){ url_modo = 'propiedades.'+modo+'/'; }
				if(venta != ''){ url_venta = 'Modo.En-venta/'; }else{ url_venta = 'Modo.En-venta/'; }
				if(tipo != ''){ url_tipo = 'tipo.'+tipo+'/'; }
				if(cuartos != ''){ url_cuartos = 'cod-cuarto.'+cuartos+'/'; }
				if(wc != ''){ url_wc = 'cod-wc.'+wc+'/'; }
				if(precio_min != ''){ 	url_precio_min = 'cod-precio-min.'+precio_min+'/'; }
				if(precio_max != ''){ 	url_precio_max = 'cod-precio-max.'+precio_max+'/'; }
				if(ordenar != ''){ url_ordenar = 'order-by.'+ordenar+'/'; }else{ url_ordenar = 'order-by.price-ascending/'; }

				if(detacado != ''){ var i = 1; detacado.forEach(function(val){ if(i > 1){ url_detacado += ','; } url_detacado += val; i++; }); url_detacado = 'extras.'+url_detacado+'/'; }
				if(loc != ''){ var i = 1; loc.forEach(function(val){ if(i > 1){ url_loc += ','; } url_loc += val; i++; }); url_loc = 'cod-loc.'+url_loc+'/'; }
				var url_envia = url_modo+url_venta+url_tipo+url_loc+url_cuartos+url_wc+url_precio_min+url_precio_max+url_detacado+url_ordenar;
				var url = "https://www.antaraproperties.com/wp-content/plugins/cntrlz-resale/web/shortcode/utiles/guardar-busqueda.php";
				var formData = new FormData();
				formData.append('url_envia','/es/resultado/'+url_envia);
				$.ajax({ type:"POST",url:url,data:formData,contentType:false,processData:false,datatype:"text",success:function(respuesta){ 
					window.location.href = '/es/resultado/'+url_envia;
				}});
			}
		});
	});
</script>

<input type="hidden" id="lang-localidades" value="Localizaciones">
<input type="hidden" id="lang-caracteristicas" value="Características">


<div class="buscador-pmr">
	<div class="fondo-azul-pmr"></div>
	<div class="grid-cntrlz-three">
		<div>
			<input type="text" id="referencia" class="referencia" value="" placeholder="Referencia De propiedad" />
		</div>
		<div>
			<select id="modo-busqueda" class="propiedades">
								<option value="Todas-las-propiedades">Todas las propiedades</option>
								<option value="Propiedades-de-Antara">Propiedades de Antara</option>
			</select>	
		</div>
		<div class="ultima-caja">

			<select id="tipo-propiedad" multiple class="tipos" style="display:none;">
				<option value='all'>Tipo de propiedad</option>
															<option value="1-2">
											Apartamento Planta Baja										</option>
																				<option value="1-4">
											Apartamento Planta Media										</option>
																				<option value="1-5">
											Apartamento en Planta Última										</option>
																				<option value="1-6">
											Ático										</option>
																				<option value="1-7">
											Ático Dúplex										</option>
																				<option value="1-8">
											Dúplex										</option>
																				<option value="1-9">
											Estudio en Planta Baja										</option>
																				<option value="1-10">
											Estudio Planta Media										</option>
																				<option value="1-11">
											Estudio Planta Superior										</option>
																				<option value="2-2">
											Villa - Chalet										</option>
																				<option value="2-4">
											Pareada										</option>
																				<option value="2-5">
											Adosada										</option>
																				<option value="2-6">
											Finca - Cortijo										</option>
																				<option value="2-9">
											Bungalow										</option>
																				<option value="2-10">
											Quad										</option>
																				<option value="2-12">
											Castillo										</option>
																				<option value="2-13">
											Palacete de Ciudad										</option>
																				<option value="2-14">
											Cabaña de Madera										</option>
																				<option value="2-15">
											Casa de Madera										</option>
																				<option value="2-16">
											Autocaravana										</option>
																				<option value="2-17">
											Casa Cueva										</option>
																				<option value="3-2">
											Terreno Urbano										</option>
																				<option value="3-3">
											Terreno Comercial										</option>
																				<option value="3-4">
											Terreno Rustico										</option>
																				<option value="3-5">
											Terreno con Ruina										</option>
																				<option value="4-2">
											Bar										</option>
																				<option value="4-3">
											Restaurante										</option>
																				<option value="4-4">
											Café										</option>
																				<option value="4-5">
											Hotel										</option>
																				<option value="4-6">
											Hostal										</option>
																				<option value="4-7">
											Casa de Invitados										</option>
																				<option value="4-8">
											Cama y Desayuno										</option>
																				<option value="4-9">
											Tienda										</option>
																				<option value="4-10">
											Oficina										</option>
																				<option value="4-11">
											Trastero - Almacén										</option>
																				<option value="4-12">
											Aparcamiento										</option>
																				<option value="4-13">
											Granja										</option>
																				<option value="4-15">
											Club Nocturno										</option>
																				<option value="4-16">
											Nave industrial										</option>
																				<option value="4-17">
											Garaje										</option>
																				<option value="4-18">
											Negocio										</option>
																				<option value="4-19">
											Amarre										</option>
																				<option value="4-20">
											Establos										</option>
																				<option value="4-21">
											Quiosco										</option>
																				<option value="4-22">
											Chiringuito										</option>
																				<option value="4-23">
											Bar en la Playa										</option>
																				<option value="4-24">
											Mecánica										</option>
																				<option value="4-25">
											Peluquerías										</option>
																				<option value="4-26">
											Estudio de fotografía										</option>
																				<option value="4-27">
											Lavandería										</option>
																				<option value="4-28">
											Aparthotel										</option>
																				<option value="4-29">
											Edificio residencial										</option>
																				<option value="4-30">
											Residencia de Mayores										</option>
																				<option value="4-32">
											Viñedo										</option>
																				<option value="4-33">
											Olivar										</option>
																				<option value="4-34">
											Plazas Aparcamiento Múltiple										</option>
																				<option value="4-35">
											Local comercial										</option>
																				<option value="4-36">
											Cámping										</option>
																				<option value="4-37">
											Con Lugar de Residencia										</option>
																				<option value="4-38">
											Edificio comercial										</option>
																				<option value="4-100">
											Otro										</option>
													</select>

			<div class="select-input-check">
			  <div class="selected-values" id="select-input-check">Tipo de propiedad</div>
			  <ul class="options-list" id="options-list-tipos" style="display: none;">
											
						


									<li>
																				<input type="checkbox" id="tipo-apartamento" value="apartamento"><label for="tipo-apartamento">Apartamento</label>
																			<ul>
																																			<li><input type="checkbox" id="tipo-1-2" value="1-2"><label for="tipo-1-2">Apartamento Planta Baja</label></li>
																																			<li><input type="checkbox" id="tipo-1-4" value="1-4"><label for="tipo-1-4">Apartamento Planta Media</label></li>
																																			<li><input type="checkbox" id="tipo-1-5" value="1-5"><label for="tipo-1-5">Apartamento en Planta Última</label></li>
																																			<li><input type="checkbox" id="tipo-1-6" value="1-6"><label for="tipo-1-6">Ático</label></li>
																																			<li><input type="checkbox" id="tipo-1-7" value="1-7"><label for="tipo-1-7">Ático Dúplex</label></li>
																																			<li><input type="checkbox" id="tipo-1-8" value="1-8"><label for="tipo-1-8">Dúplex</label></li>
																																			<li><input type="checkbox" id="tipo-1-9" value="1-9"><label for="tipo-1-9">Estudio en Planta Baja</label></li>
																																			<li><input type="checkbox" id="tipo-1-10" value="1-10"><label for="tipo-1-10">Estudio Planta Media</label></li>
																																			<li><input type="checkbox" id="tipo-1-11" value="1-11"><label for="tipo-1-11">Estudio Planta Superior</label></li>
																					</ul>
																		</li>


								


									<li>
																				<input type="checkbox" id="tipo-casa" value="casa"><label for="tipo-casa">Casa</label>
																			<ul>
																																			<li><input type="checkbox" id="tipo-2-2" value="2-2"><label for="tipo-2-2">Villa - Chalet</label></li>
																																			<li><input type="checkbox" id="tipo-2-4" value="2-4"><label for="tipo-2-4">Pareada</label></li>
																																			<li><input type="checkbox" id="tipo-2-5" value="2-5"><label for="tipo-2-5">Adosada</label></li>
																																			<li><input type="checkbox" id="tipo-2-6" value="2-6"><label for="tipo-2-6">Finca - Cortijo</label></li>
																																			<li><input type="checkbox" id="tipo-2-9" value="2-9"><label for="tipo-2-9">Bungalow</label></li>
																																			<li><input type="checkbox" id="tipo-2-10" value="2-10"><label for="tipo-2-10">Quad</label></li>
																																			<li><input type="checkbox" id="tipo-2-12" value="2-12"><label for="tipo-2-12">Castillo</label></li>
																																			<li><input type="checkbox" id="tipo-2-13" value="2-13"><label for="tipo-2-13">Palacete de Ciudad</label></li>
																																			<li><input type="checkbox" id="tipo-2-14" value="2-14"><label for="tipo-2-14">Cabaña de Madera</label></li>
																																			<li><input type="checkbox" id="tipo-2-15" value="2-15"><label for="tipo-2-15">Casa de Madera</label></li>
																																			<li><input type="checkbox" id="tipo-2-16" value="2-16"><label for="tipo-2-16">Autocaravana</label></li>
																																			<li><input type="checkbox" id="tipo-2-17" value="2-17"><label for="tipo-2-17">Casa Cueva</label></li>
																					</ul>
																		</li>


								


									<li>
																				<input type="checkbox" id="tipo-terreno" value="terreno"><label for="tipo-terreno">Terreno</label>
																			<ul>
																																			<li><input type="checkbox" id="tipo-3-2" value="3-2"><label for="tipo-3-2">Terreno Urbano</label></li>
																																			<li><input type="checkbox" id="tipo-3-3" value="3-3"><label for="tipo-3-3">Terreno Comercial</label></li>
																																			<li><input type="checkbox" id="tipo-3-4" value="3-4"><label for="tipo-3-4">Terreno Rustico</label></li>
																																			<li><input type="checkbox" id="tipo-3-5" value="3-5"><label for="tipo-3-5">Terreno con Ruina</label></li>
																					</ul>
																		</li>


								


									<li>
																				<input type="checkbox" id="tipo-comercial" value="comercial"><label for="tipo-comercial">Comercial</label>
																			<ul>
																																			<li><input type="checkbox" id="tipo-4-2" value="4-2"><label for="tipo-4-2">Bar</label></li>
																																			<li><input type="checkbox" id="tipo-4-3" value="4-3"><label for="tipo-4-3">Restaurante</label></li>
																																			<li><input type="checkbox" id="tipo-4-4" value="4-4"><label for="tipo-4-4">Café</label></li>
																																			<li><input type="checkbox" id="tipo-4-5" value="4-5"><label for="tipo-4-5">Hotel</label></li>
																																			<li><input type="checkbox" id="tipo-4-6" value="4-6"><label for="tipo-4-6">Hostal</label></li>
																																			<li><input type="checkbox" id="tipo-4-7" value="4-7"><label for="tipo-4-7">Casa de Invitados</label></li>
																																			<li><input type="checkbox" id="tipo-4-8" value="4-8"><label for="tipo-4-8">Cama y Desayuno</label></li>
																																			<li><input type="checkbox" id="tipo-4-9" value="4-9"><label for="tipo-4-9">Tienda</label></li>
																																			<li><input type="checkbox" id="tipo-4-10" value="4-10"><label for="tipo-4-10">Oficina</label></li>
																																			<li><input type="checkbox" id="tipo-4-11" value="4-11"><label for="tipo-4-11">Trastero - Almacén</label></li>
																																			<li><input type="checkbox" id="tipo-4-12" value="4-12"><label for="tipo-4-12">Aparcamiento</label></li>
																																			<li><input type="checkbox" id="tipo-4-13" value="4-13"><label for="tipo-4-13">Granja</label></li>
																																			<li><input type="checkbox" id="tipo-4-15" value="4-15"><label for="tipo-4-15">Club Nocturno</label></li>
																																			<li><input type="checkbox" id="tipo-4-16" value="4-16"><label for="tipo-4-16">Nave industrial</label></li>
																																			<li><input type="checkbox" id="tipo-4-17" value="4-17"><label for="tipo-4-17">Garaje</label></li>
																																			<li><input type="checkbox" id="tipo-4-18" value="4-18"><label for="tipo-4-18">Negocio</label></li>
																																			<li><input type="checkbox" id="tipo-4-19" value="4-19"><label for="tipo-4-19">Amarre</label></li>
																																			<li><input type="checkbox" id="tipo-4-20" value="4-20"><label for="tipo-4-20">Establos</label></li>
																																			<li><input type="checkbox" id="tipo-4-21" value="4-21"><label for="tipo-4-21">Quiosco</label></li>
																																			<li><input type="checkbox" id="tipo-4-22" value="4-22"><label for="tipo-4-22">Chiringuito</label></li>
																																			<li><input type="checkbox" id="tipo-4-23" value="4-23"><label for="tipo-4-23">Bar en la Playa</label></li>
																																			<li><input type="checkbox" id="tipo-4-24" value="4-24"><label for="tipo-4-24">Mecánica</label></li>
																																			<li><input type="checkbox" id="tipo-4-25" value="4-25"><label for="tipo-4-25">Peluquerías</label></li>
																																			<li><input type="checkbox" id="tipo-4-26" value="4-26"><label for="tipo-4-26">Estudio de fotografía</label></li>
																																			<li><input type="checkbox" id="tipo-4-27" value="4-27"><label for="tipo-4-27">Lavandería</label></li>
																																			<li><input type="checkbox" id="tipo-4-28" value="4-28"><label for="tipo-4-28">Aparthotel</label></li>
																																			<li><input type="checkbox" id="tipo-4-29" value="4-29"><label for="tipo-4-29">Edificio residencial</label></li>
																																			<li><input type="checkbox" id="tipo-4-30" value="4-30"><label for="tipo-4-30">Residencia de Mayores</label></li>
																																			<li><input type="checkbox" id="tipo-4-32" value="4-32"><label for="tipo-4-32">Viñedo</label></li>
																																			<li><input type="checkbox" id="tipo-4-33" value="4-33"><label for="tipo-4-33">Olivar</label></li>
																																			<li><input type="checkbox" id="tipo-4-34" value="4-34"><label for="tipo-4-34">Plazas Aparcamiento Múltiple</label></li>
																																			<li><input type="checkbox" id="tipo-4-35" value="4-35"><label for="tipo-4-35">Local comercial</label></li>
																																			<li><input type="checkbox" id="tipo-4-36" value="4-36"><label for="tipo-4-36">Cámping</label></li>
																																			<li><input type="checkbox" id="tipo-4-37" value="4-37"><label for="tipo-4-37">Con Lugar de Residencia</label></li>
																																			<li><input type="checkbox" id="tipo-4-38" value="4-38"><label for="tipo-4-38">Edificio comercial</label></li>
																																			<li><input type="checkbox" id="tipo-4-100" value="4-100"><label for="tipo-4-100">Otro</label></li>
																					</ul>
																		</li>


								
								  </ul>
			</div>

		</div>
	</div>
	<div class="grid-cntrlz-three-t">
		<div>
		    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ion-rangeslider/2.3.1/css/ion.rangeSlider.min.css"/>
		    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
		    <script src="https://cdnjs.cloudflare.com/ajax/libs/ion-rangeslider/2.3.1/js/ion.rangeSlider.min.js"></script>

		    <div class="label-form-pmr">Precio:</div>
			<input type="text" class="js-range-slider" id="rango-precios" name="rango" value="" />

		    <script>
			var custom_values = [75000,100000,150000,200000,250000,300000,350000,400000,450000,500000,550000,600000,650000,700000,750000,800000,850000,900000,950000,1000000,1250000,1500000,1750000,2000000,2500000,3000000,4000000,5000000,7500000,10000000,15000000,20000000,25000000];				var my_from = custom_values.indexOf(50000);
				var my_to = custom_values.indexOf(25000000);
				jQuery("#rango-precios").ionRangeSlider({
					type:"double",
					grid: true,
					from: my_from,
					to: my_to,
					values: custom_values
				});
		    </script>

		</div>
		<div class="centrar">
			<select id="cuartos" class="cuartos">
				<option value="">Dormitorios</option>
				<option value="1">1 Dormitorio</option><option value="1x">1 o más dormitorios</option><option value="2">2 Dormitorios</option><option value="2x">2 o más dormitorios</option><option value="3">3 Dormitorios</option><option value="3x">3 o más dormitorios</option><option value="4">4 Dormitorios</option><option value="4x">4 o más dormitorios</option><option value="5">5 Dormitorios</option><option value="5x">5 o más dormitorios</option><option value="6">6 Dormitorios</option><option value="6x">6 o más dormitorios</option><option value="7">7 Dormitorios</option><option value="7x">7 o más dormitorios</option><option value="8">8 Dormitorios</option><option value="8x">8 o más dormitorios</option><option value="9">9 Dormitorios</option><option value="9x">9 o más dormitorios</option>			</select>
		</div>
		<div class="ultima-caja centrar">
			<select id="wc" class="wc">
				<option value=''>Cuartos de Baño</option>
				<option value="1">1 Cuarto de baño</option><option value="1x">1 o más baños</option><option value="2">2 Cuartos de baño</option><option value="2x">2 o más baños</option><option value="3">3 Cuartos de baño</option><option value="3x">3 o más baños</option><option value="4">4 Cuartos de baño</option><option value="4x">4 o más baños</option><option value="5">5 Cuartos de baño</option><option value="5x">5 o más baños</option><option value="6">6 Cuartos de baño</option><option value="6x">6 o más baños</option><option value="7">7 Cuartos de baño</option><option value="7x">7 o más baños</option><option value="8">8 Cuartos de baño</option><option value="8x">8 o más baños</option><option value="9">9 Cuartos de baño</option><option value="9x">9 o más baños</option>			</select>
		</div>
	</div>



	<div class="grid-cntrlz-two">
		<div>
						<select id="localizacion" name="busca_localidades" class="localizar" multiple="multiple">
				<option value=''>Todas las localizaciones</option>
					<optgroup label="Málaga"><option value="malaga">Málaga</option><option value="503-viviendas">503 Viviendas</option><option value="alameda">Alameda</option><option value="alcaucin">Alcaucín</option><option value="alfarnate">Alfarnate</option><option value="alfarnatejo">Alfarnatejo</option><option value="algarrobo">Algarrobo</option><option value="algarrobo-costa">Algarrobo Costa</option><option value="alhaurin-de-la-torre">Alhaurín de la Torre</option><option value="alhaurin-el-grande">Alhaurín el Grande</option><option value="alhaurin-golf">Alhaurin Golf</option><option value="almachar">Almachar</option><option value="almayate">Almayate</option><option value="almayate-alto">Almayate Alto</option><option value="almogia">Almogía</option><option value="aloha">Aloha</option><option value="alora">Alora</option><option value="alozaina">Alozaina</option><option value="altos-de-los-monteros">Altos de los Monteros</option><option value="antequera">Antequera</option><option value="archez">Árchez</option><option value="archidona">Archidona</option><option value="ardales">Ardales</option><option value="arenas">Arenas</option><option value="arriate">Arriate</option><option value="arroyo-de-la-miel">Arroyo de la Miel</option><option value="arroyo-de-los-angeles">Arroyo de los Ángeles</option><option value="artola">Artola</option><option value="atajate">Atajate</option><option value="atalaya">Atalaya</option><option value="bahia-de-marbella">Bahía de Marbella</option><option value="bailen-miraflores">Bailen Miraflores</option><option value="bajondillo">Bajondillo</option><option value="bel-air">Bel Air</option><option value="benahavis">Benahavís</option><option value="benajarafe">Benajarafe</option><option value="benalauria">Benalauría</option><option value="benalmadena">Benalmadena</option><option value="benalmadena-costa">Benalmadena Costa</option><option value="benalmadena-pueblo">Benalmadena Pueblo</option><option value="benamara">Benamara</option><option value="benamargosa">Benamargosa</option><option value="benamocarra">Benamocarra</option><option value="benaojan">Benaoján</option><option value="benarraba">Benarrabá</option><option value="bobadilla">Bobadilla</option><option value="cabopino">Cabopino</option><option value="cajiz">Cajiz</option><option value="cala-del-moral">Cala del Moral</option><option value="calahonda">Calahonda</option><option value="calanova-golf">Calanova Golf</option><option value="caleta-de-velez">Caleta de Vélez</option><option value="calypso">Calypso</option><option value="campanillas">Campanillas</option><option value="campo-mijas">Campo Mijas</option><option value="cancelada">Cancelada</option><option value="canete-la-real">Cañete la Real</option><option value="canillas-de-aceituno">Canillas de Aceituno</option><option value="canillas-de-albaida">Canillas de Albaida</option><option value="capuchinos">Capuchinos</option><option value="carib-playa">Carib Playa</option><option value="cartajima">Cartajima</option><option value="cartama">Cártama</option><option value="carvajal">Carvajal</option><option value="casabermeja">Casabermeja</option><option value="casarabonela">Casarabonela</option><option value="casares">Casares</option><option value="casares-playa">Casares Playa</option><option value="casares-pueblo">Casares Pueblo</option><option value="centro-historico">Centro Histórico</option><option value="cerrado-de-calderon">Cerrado de Calderón</option><option value="cerros-del-aguila">Cerros del Aguila</option><option value="chilches">Chilches</option><option value="churriana">Churriana</option><option value="ciudad-jardin">Ciudad Jardín</option><option value="coin">Coín</option><option value="colmenar">Colmenar</option><option value="comares">Comares</option><option value="competa">Cómpeta</option><option value="conde-de-urena">Conde de Ureña</option><option value="cortes-de-la-frontera">Cortes de la Frontera</option><option value="cortijo-blanco">Cortijo Blanco</option><option value="cortijo-de-maza">Cortijo de Maza</option><option value="corumbela">Corumbela</option><option value="costabella">Costabella</option><option value="costalita">Costalita</option><option value="cuevas-bajas">Cuevas Bajas</option><option value="cuevas-de-san-marcos">Cuevas De San Marcos</option><option value="cuevas-del-becerro">Cuevas del Becerro</option><option value="diana-park">Diana Park</option><option value="dona-julia">Doña Julia</option><option value="dos-hermanas">Dos Hermanas</option><option value="el-atabal">El Atabal</option><option value="el-borge">El Borge</option><option value="el-burgo">El Burgo</option><option value="el-candado">El Candado</option><option value="el-chaparral">El Chaparral</option><option value="el-chorro">El Chorro</option><option value="el-coto">El Coto</option><option value="el-ejido">El Ejido</option><option value="el-faro">El Faro</option><option value="el-hornillo">El Hornillo</option><option value="el-madronal">El Madroñal</option><option value="el-morche">El Morche</option><option value="el-padron">El Padron</option><option value="el-palo">El Palo</option><option value="el-paraiso">El Paraiso</option><option value="el-pinillo">El Pinillo</option><option value="el-presidente">El Presidente</option><option value="el-rosario">El Rosario</option><option value="el-torcal">El Torcal</option><option value="elviria">Elviria</option><option value="entrerrios">Entrerrios</option><option value="estacion-de-cartama">Estacion de Cartama</option><option value="estacion-de-gaucin">Estación de Gaucin</option><option value="estepona">Estepona</option><option value="finca-el-pato">Finca El Pato</option><option value="frigiliana">Frigiliana</option><option value="fuengirola">Fuengirola</option><option value="fuente-de-piedra">Fuente de Piedra</option><option value="gaucin">Gaucín</option><option value="genalguacil">Genalguacil</option><option value="gibralgalia">Gibralgalia</option><option value="guadalmar">Guadalmar</option><option value="guadalmina-alta">Guadalmina Alta</option><option value="guadalmina-baja">Guadalmina Baja</option><option value="guaro">Guaro</option><option value="hacienda-del-sol">Hacienda del Sol</option><option value="hacienda-las-chapas">Hacienda Las Chapas</option><option value="higueron">Higueron</option><option value="huelin">Huelin</option><option value="humilladero">Humilladero</option><option value="istan">Istán</option><option value="iznate">Iznate</option><option value="jubrique">Jubrique</option><option value="juzcar">Júzcar</option><option value="la-cala">La Cala</option><option value="la-cala-de-mijas">La Cala de Mijas</option><option value="la-cala-del-moral">La Cala del Moral</option><option value="la-cala-golf">La Cala Golf</option><option value="la-cala-hills">La Cala Hills</option><option value="la-campana">La Campana</option><option value="la-capellania">La Capellania</option><option value="la-carihuela">La Carihuela</option><option value="la-colina">La Colina</option><option value="la-duquesa">La Duquesa</option><option value="la-heredia">La Heredia</option><option value="la-mairena">La Mairena</option><option value="la-merced">La Merced</option><option value="la-quinta">La Quinta</option><option value="la-trinidad">La Trinidad</option><option value="la-victoria">La Victoria</option><option value="la-vinuela">La Viñuela</option><option value="la-zagaleta">La Zagaleta</option><option value="lagos">Lagos</option><option value="las-brisas">Las Brisas</option><option value="las-chapas">Las Chapas</option><option value="las-flores">Las Flores</option><option value="las-lagunas">Las Lagunas</option><option value="lauro-golf">Lauro Golf</option><option value="limonar">Limonar</option><option value="los-alamos">Los Alamos</option><option value="los-almendros">Los Almendros</option><option value="los-arqueros">Los Arqueros</option><option value="los-boliches">Los Boliches</option><option value="los-flamingos">Los Flamingos</option><option value="los-monteros">Los Monteros</option><option value="los-pacos">Los Pacos</option><option value="los-tilos">Los Tilos</option><option value="macharaviaya">Macharaviaya</option><option value="malaga">Málaga</option><option value="malaga-centro">Málaga Centro</option><option value="malaga-este">Málaga Este</option><option value="malagueta">Malagueta</option><option value="manilva">Manilva</option><option value="marbella">Marbella</option><option value="marbesa">Marbesa</option><option value="maro">Maro</option><option value="martiricos">Martiricos</option><option value="mayorazgo">Mayorazgo</option><option value="mijas">Mijas</option><option value="mijas-costa">Mijas Costa</option><option value="mijas-golf">Mijas Golf</option><option value="miraflores">Miraflores</option><option value="moclinejo">Moclinejo</option><option value="mollina">Mollina</option><option value="monda">Monda</option><option value="monte-halcones">Monte Halcones</option><option value="monte-sancha">Monte Sancha</option><option value="montemar">Montemar</option><option value="montes-de-malaga">Montes de Málaga</option><option value="nagueles">Nagüeles</option><option value="nerja">Nerja</option><option value="new-golden-mile">New Golden Mile</option><option value="nueva-andalucia">Nueva Andalucía</option><option value="ojen">Ojén</option><option value="olletas">Olletas</option><option value="pacifico">Pacífico</option><option value="parque-clavero">Parque Clavero</option><option value="pedregalejo">Pedregalejo</option><option value="perchel-norte">Perchel Norte</option><option value="perchel-sur">Perchel Sur</option><option value="periana">Periana</option><option value="pinares-de-san-anton">Pinares de San Antón</option><option value="pizarra">Pizarra</option><option value="playamar">Playamar</option><option value="portada-alta">Portada Alta</option><option value="puerto-banus">Puerto Banús</option><option value="puerto-de-cabopino">Puerto de Cabopino</option><option value="puerto-de-la-torre">Puerto de la Torre</option><option value="pujerra">Pujerra</option><option value="punta-chullera">Punta Chullera</option><option value="reserva-de-marbella">Reserva de Marbella</option><option value="rincon-de-la-victoria">Rincón de la Victoria</option><option value="rio-real">Río Real</option><option value="riogordo">Riogordo</option><option value="riviera-del-sol">Riviera del Sol</option><option value="ronda">Ronda</option><option value="salares">Salares</option><option value="san-luis-de-sabinillas">San Luis de Sabinillas</option><option value="san-pedro-de-alcantara">San Pedro de Alcántara</option><option value="santa-clara">Santa Clara</option><option value="santa-rosalia">Santa Rosalía</option><option value="sayalonga">Sayalonga</option><option value="sedella">Sedella</option><option value="selwo">Selwo</option><option value="serrato">Serrato</option><option value="sierra-blanca">Sierra Blanca</option><option value="sierra-de-yeguas">Sierra de Yeguas</option><option value="sierrezuela">Sierrezuela</option><option value="soho">Soho</option><option value="suarez">Suárez</option><option value="teatinos">Teatinos</option><option value="teba">Teba</option><option value="the-golden-mile">The Golden Mile</option><option value="tolox">Tolox</option><option value="torre-de-benagalbon">Torre de Benagalbón</option><option value="torre-del-mar">Torre del Mar</option><option value="torre-real">Torre Real</option><option value="torreblanca">Torreblanca</option><option value="torremolinos">Torremolinos</option><option value="torremolinos-centro">Torremolinos Centro</option><option value="torremuelle">Torremuelle</option><option value="torrenueva">Torrenueva</option><option value="torrequebrada">Torrequebrada</option><option value="torrox">Torrox</option><option value="torrox-costa">Torrox Costa</option><option value="totalan">Totalán</option><option value="valle-de-abdalajis">Valle de Abdalajis</option><option value="valle-del-sol">Valle del Sol</option><option value="valle-romano">Valle Romano</option><option value="valle-niza">Valle-Niza</option><option value="valtocado">Valtocado</option><option value="velez-malaga">Vélez-Málaga</option><option value="victoria-eugenia">Victoria Eugenia</option><option value="villanueva-de-algaidas">Villanueva de Algaidas</option><option value="villanueva-de-la-concepcion">Villanueva De La Concepcion</option><option value="villanueva-de-tapia">Villanueva de Tapia</option><option value="villanueva-del-rosario">Villanueva del Rosario</option><option value="vinuela">Viñuela</option><option value="yunquera">Yunquera</option><option value="zalea">Zalea</option></optgroup>			</select>
		</div>
		<div class="ultima-caja">


			<select id="detacado" class="destacado" multiple="multiple" style="display:none;">
															<option value="Primera-línea-de-Playa">Primera línea de Playa</option>
											<option value="Primera-línea-de-Golf">Primera línea de Golf</option>
											<option value="Ciudad">Ciudad</option>
											<option value="Suburbano">Suburbano</option>
											<option value="Campo">Campo</option>
											<option value="Área-Comercial">Área Comercial</option>
											<option value="Lado-de-la-Playa">Lado de la Playa</option>
											<option value="Puerto">Puerto</option>
											<option value="Pueblo">Pueblo</option>
											<option value="Pueblo-de-Montaña">Pueblo de Montaña</option>
											<option value="Cerca-de-Golf">Cerca de Golf</option>
											<option value="Cerca-de-Puerto">Cerca de Puerto</option>
											<option value="Cerca-de-Tiendas">Cerca de Tiendas</option>
											<option value="Cerca-del-Mar">Cerca del Mar</option>
											<option value="Cerca-de-Cuidad">Cerca de Cuidad</option>
											<option value="Cerca-de-Colegios">Cerca de Colegios</option>
											<option value="Cerca-de-Esqui">Cerca de Esqui</option>
											<option value="Cerca-de-los-Bosques">Cerca de los Bosques</option>
											<option value="Marina">Marina</option>
											<option value="Cerca-de-Marina">Cerca de Marina</option>
											<option value="Urbanización">Urbanización</option>
											<option value="Complejo-1ª-Línea-de-Playa">Complejo 1ª Línea de Playa</option>
																				<option value="Orientación-Norte">Orientación Norte</option>
											<option value="Orientación-Noreste">Orientación Noreste</option>
											<option value="Orientación-Este">Orientación Este</option>
											<option value="Orientación-Sureste">Orientación Sureste</option>
											<option value="Orientación-Sur">Orientación Sur</option>
											<option value="Orientación-Suroeste">Orientación Suroeste</option>
											<option value="Orientación-Oeste">Orientación Oeste</option>
											<option value="Orientación-Noroeste">Orientación Noroeste</option>
																				<option value="Excelente-estado-de-conservación">Excelente estado de conservación</option>
											<option value="Buen-estado-de-conservación">Buen estado de conservación</option>
											<option value="Regular-estado-de-conservación">Regular estado de conservación</option>
											<option value="Necesita-Reformas">Necesita Reformas</option>
											<option value="Reformado-Recientemente">Reformado Recientemente</option>
											<option value="Renovado-Recientemente">Renovado Recientemente</option>
											<option value="Requiere-Restauración">Requiere Restauración</option>
											<option value="Nueva-Construcción">Nueva Construcción</option>
																				<option value="Piscina-Comunitaria">Piscina Comunitaria</option>
											<option value="Piscina-Privada">Piscina Privada</option>
											<option value="Piscina-Cubierta">Piscina Cubierta</option>
											<option value="Con-Calefacción">Con Calefacción</option>
											<option value="Sitio-para-Piscina">Sitio para Piscina</option>
											<option value="Piscina-de-Niños">Piscina de Niños</option>
																				<option value="Aire-Acondicionado">Aire Acondicionado</option>
											<option value="A/A-Preinstalado">A/A Preinstalado</option>
											<option value="A/A-Caliente">A/A Caliente</option>
											<option value="A/A-Frio">A/A Frio</option>
											<option value="Calefacción-Central.">Calefacción Central.</option>
											<option value="Chimenea">Chimenea</option>
											<option value="Suelo-Radiante">Suelo Radiante</option>
											<option value="Baño">Baño</option>
																				<option value="Vistas-al-Mar">Vistas al Mar</option>
											<option value="Vistas-a-Montaña">Vistas a Montaña</option>
											<option value="Vistas-a-Golf">Vistas a Golf</option>
											<option value="Vistas-a-Playa">Vistas a Playa</option>
											<option value="Vistas-a-Puerto">Vistas a Puerto</option>
											<option value="Vistas-al-Campo">Vistas al Campo</option>
											<option value="Vistas-Panorámicas">Vistas Panorámicas</option>
											<option value="Vistas-a-Jardín">Vistas a Jardín</option>
											<option value="Vistas-a-Piscina">Vistas a Piscina</option>
											<option value="Vistas-a-Patio">Vistas a Patio</option>
											<option value="Vistas-a-Lago">Vistas a Lago</option>
											<option value="Vistas-Urbanas">Vistas Urbanas</option>
											<option value="Vistas-a-Esqui">Vistas a Esqui</option>
											<option value="Vistas-a-Bosques">Vistas a Bosques</option>
											<option value="Vistas-a-Calle">Vistas a Calle</option>
																				<option value="Terraza-Cubierta">Terraza Cubierta</option>
											<option value="Ascensor">Ascensor</option>
											<option value="Armarios-Empotrados">Armarios Empotrados</option>
											<option value="Cerca-de-Transporte">Cerca de Transporte</option>
											<option value="Terraza-Privada">Terraza Privada</option>
											<option value="Solario">Solario</option>
											<option value="TV-Satélite">TV Satélite</option>
											<option value="WiFi">WiFi</option>
											<option value="Gimnasio">Gimnasio</option>
											<option value="Sauna">Sauna</option>
											<option value="Sala-de-Juegos">Sala de Juegos</option>
											<option value="Paddle-Tenis">Paddle Tenis</option>
											<option value="Pista-de-Tenis">Pista de Tenis</option>
											<option value="Aprtmnt.-Huéspedes">Aprtmnt. Huéspedes</option>
											<option value="Casa-de-Huéspedes">Casa de Huéspedes</option>
											<option value="Trastero---Almacén">Trastero - Almacén</option>
											<option value="Lavadero">Lavadero</option>
											<option value="Baño-En-Suite">Baño En-Suite</option>
											<option value="Suelo-de-Madera">Suelo de Madera</option>
											<option value="Acceso-para-minusválidos">Acceso para minusválidos</option>
											<option value="Suelos-de-Mármol">Suelos de Mármol</option>
											<option value="Jacuzzi">Jacuzzi</option>
											<option value="Bar">Bar</option>
											<option value="Barbacoa">Barbacoa</option>
											<option value="Doble-acristalamiento">Doble acristalamiento</option>
											<option value="Domotica">Domotica</option>
											<option value="24-Horas-Recepción">24 Horas Recepción</option>
											<option value="Restaurant">Restaurant</option>
											<option value="Alquiler-de-Coches">Alquiler de Coches</option>
											<option value="Servicio-de-Autobuses">Servicio de Autobuses</option>
											<option value="Day-Care">Day Care</option>
											<option value="Cerca-de-la-Mezquita">Cerca de la Mezquita</option>
											<option value="Alojamiento-del-personal">Alojamiento del personal</option>
											<option value="Establos">Establos</option>
											<option value="Cerca-de-una-Iglesia">Cerca de una Iglesia</option>
											<option value="Sótano">Sótano</option>
											<option value="Fibra-óptica">Fibra óptica</option>
																				<option value="Completamente-Amueblada">Completamente Amueblada</option>
											<option value="Parcialmente-Amueblada">Parcialmente Amueblada</option>
											<option value="Sin-Amueblar">Sin Amueblar</option>
											<option value="Opcionales">Opcionales</option>
																				<option value="Cocina-Equipada">Cocina Equipada</option>
											<option value="Cocina-Parcialmente-Equipada">Cocina Parcialmente Equipada</option>
											<option value="Cocina-No-Equipada">Cocina No Equipada</option>
											<option value="Cocina-Comedor">Cocina Comedor</option>
																				<option value="Jardín-Comunitario">Jardín Comunitario</option>
											<option value="Jardín-Privado">Jardín Privado</option>
											<option value="Jardín-Paisajistico">Jardín Paisajistico</option>
											<option value="Jardín-de-fácil-mantenimiento">Jardín de fácil mantenimiento</option>
																				<option value="Recinto-Cerrado">Recinto Cerrado</option>
											<option value="Persianas-Eléctricas">Persianas Eléctricas</option>
											<option value="Portero-Automático">Portero Automático</option>
											<option value="Alarma">Alarma</option>
											<option value="Seguridad-24-Horas">Seguridad 24 Horas</option>
											<option value="Caja-fuerte">Caja fuerte</option>
																				<option value="Párking-Subterráneo">Párking Subterráneo</option>
											<option value="Garaje">Garaje</option>
											<option value="Párking-Cubierto">Párking Cubierto</option>
											<option value="Párking-Libre">Párking Libre</option>
											<option value="Párking-en-Calle">Párking en Calle</option>
											<option value="Más-de-un-aparcamiento">Más de un aparcamiento</option>
											<option value="Párking-Comunitario">Párking Comunitario</option>
											<option value="Párking-Privado">Párking Privado</option>
											<option value="Punto-de-carga-VE">Punto de carga VE</option>
																				<option value="Electricidad">Electricidad</option>
											<option value="Agua-Potable">Agua Potable</option>
											<option value="Teléfono">Teléfono</option>
											<option value="Gas">Gas</option>
											<option value="Paneles-solares-fotovoltaicos">Paneles solares fotovoltaicos</option>
											<option value="Paneles-Solares-Térmicas">Paneles Solares Térmicas</option>
																				<option value="Ganga">Ganga</option>
											<option value="Frente-a-la-playa">Frente a la playa</option>
											<option value="Barato">Barato</option>
											<option value="Urge-venta">Urge venta</option>
											<option value="Golf">Golf</option>
											<option value="Casas-de-vacaciónes">Casas de vacaciónes</option>
											<option value="Inversion">Inversion</option>
											<option value="Lujo">Lujo</option>
											<option value="Pre-construcción">Pre-construcción</option>
											<option value="Reducido">Reducido</option>
											<option value="Reposesión">Reposesión</option>
											<option value="Reventa">Reventa</option>
											<option value="Con-Permiso-de-Planificación">Con Permiso de Planificación</option>
											<option value="Contemporáneo">Contemporáneo</option>
											<option value="Nueva-Promoción">Nueva Promoción</option>
																				<option value="Terreno">Terreno</option>
											<option value="Con-Licencia">Con Licencia</option>
											<option value="Sin-Licencia">Sin Licencia</option>
											<option value="Residencial">Residencial</option>
											<option value="Comercial">Comercial</option>
											<option value="Proyecto">Proyecto</option>
											<option value="Rústico">Rústico</option>
											<option value="Urbanístico">Urbanístico</option>
											<option value="Totalmente-Aprobado">Totalmente Aprobado</option>
											<option value="Sin-Comenzar">Sin Comenzar</option>
											<option value="Parcialmente-Terminada">Parcialmente Terminada</option>
											<option value="Totalmente-Terminada">Totalmente Terminada</option>
											<option value="Hotel">Hotel</option>
											<option value="Hostal">Hostal</option>
											<option value="Pensión-y-desayuno">Pensión y desayuno</option>
											<option value="Bar">Bar</option>
											<option value="Restaurante">Restaurante</option>
											<option value="Tienda">Tienda</option>
											<option value="Oficina">Oficina</option>
											<option value="Apartamentos">Apartamentos</option>
											<option value="Casa-Unifamiliares">Casa Unifamiliares</option>
											<option value="Villas">Villas</option>
											<option value="Residencia-de-Ancianos">Residencia de Ancianos</option>
											<option value="Hospital">Hospital</option>
											<option value="Colegio">Colegio</option>
											<option value="Centro-Deportivo">Centro Deportivo</option>
											<option value="Centro-Ecuestre">Centro Ecuestre</option>
											<option value="Campo-de-Golf">Campo de Golf</option>
											<option value="Garaje">Garaje</option>
											<option value="Nave-industrial">Nave industrial</option>
											<option value="En-Arriendo">En Arriendo</option>
											<option value="Gymnasium">Gymnasium</option>
																				<option value="Aval-Bancario-Requerido">Aval Bancario Requerido</option>
											<option value="Referencias-Requeridas">Referencias Requeridas</option>
											<option value="Permitido-Fumar">Permitido Fumar</option>
											<option value="Mascotas-Permitidas">Mascotas Permitidas</option>
												</select>


			<div class="select-input-check-destacado">
				<div class="selected-values-destacado" id="select-input-check-destacado">Características</div>
				<div class="options-list-destacado" id="options-list-destacado" style="display:none;">
											<button class="accordion">Posición</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Primera-línea-de-Playa" value="Primera-línea-de-Playa"><label for="destacado-Primera-línea-de-Playa">Primera línea de Playa</label></li>
																	<li><input type="checkbox" id="destacado-Primera-línea-de-Golf" value="Primera-línea-de-Golf"><label for="destacado-Primera-línea-de-Golf">Primera línea de Golf</label></li>
																	<li><input type="checkbox" id="destacado-Ciudad" value="Ciudad"><label for="destacado-Ciudad">Ciudad</label></li>
																	<li><input type="checkbox" id="destacado-Suburbano" value="Suburbano"><label for="destacado-Suburbano">Suburbano</label></li>
																	<li><input type="checkbox" id="destacado-Campo" value="Campo"><label for="destacado-Campo">Campo</label></li>
																	<li><input type="checkbox" id="destacado-Área-Comercial" value="Área-Comercial"><label for="destacado-Área-Comercial">Área Comercial</label></li>
																	<li><input type="checkbox" id="destacado-Lado-de-la-Playa" value="Lado-de-la-Playa"><label for="destacado-Lado-de-la-Playa">Lado de la Playa</label></li>
																	<li><input type="checkbox" id="destacado-Puerto" value="Puerto"><label for="destacado-Puerto">Puerto</label></li>
																	<li><input type="checkbox" id="destacado-Pueblo" value="Pueblo"><label for="destacado-Pueblo">Pueblo</label></li>
																	<li><input type="checkbox" id="destacado-Pueblo-de-Montaña" value="Pueblo-de-Montaña"><label for="destacado-Pueblo-de-Montaña">Pueblo de Montaña</label></li>
																	<li><input type="checkbox" id="destacado-Cerca-de-Golf" value="Cerca-de-Golf"><label for="destacado-Cerca-de-Golf">Cerca de Golf</label></li>
																	<li><input type="checkbox" id="destacado-Cerca-de-Puerto" value="Cerca-de-Puerto"><label for="destacado-Cerca-de-Puerto">Cerca de Puerto</label></li>
																	<li><input type="checkbox" id="destacado-Cerca-de-Tiendas" value="Cerca-de-Tiendas"><label for="destacado-Cerca-de-Tiendas">Cerca de Tiendas</label></li>
																	<li><input type="checkbox" id="destacado-Cerca-del-Mar" value="Cerca-del-Mar"><label for="destacado-Cerca-del-Mar">Cerca del Mar</label></li>
																	<li><input type="checkbox" id="destacado-Cerca-de-Cuidad" value="Cerca-de-Cuidad"><label for="destacado-Cerca-de-Cuidad">Cerca de Cuidad</label></li>
																	<li><input type="checkbox" id="destacado-Cerca-de-Colegios" value="Cerca-de-Colegios"><label for="destacado-Cerca-de-Colegios">Cerca de Colegios</label></li>
																	<li><input type="checkbox" id="destacado-Cerca-de-Esqui" value="Cerca-de-Esqui"><label for="destacado-Cerca-de-Esqui">Cerca de Esqui</label></li>
																	<li><input type="checkbox" id="destacado-Cerca-de-los-Bosques" value="Cerca-de-los-Bosques"><label for="destacado-Cerca-de-los-Bosques">Cerca de los Bosques</label></li>
																	<li><input type="checkbox" id="destacado-Marina" value="Marina"><label for="destacado-Marina">Marina</label></li>
																	<li><input type="checkbox" id="destacado-Cerca-de-Marina" value="Cerca-de-Marina"><label for="destacado-Cerca-de-Marina">Cerca de Marina</label></li>
																	<li><input type="checkbox" id="destacado-Urbanización" value="Urbanización"><label for="destacado-Urbanización">Urbanización</label></li>
																	<li><input type="checkbox" id="destacado-Complejo-1ª-Línea-de-Playa" value="Complejo-1ª-Línea-de-Playa"><label for="destacado-Complejo-1ª-Línea-de-Playa">Complejo 1ª Línea de Playa</label></li>
															</ul>
						</div>
											<button class="accordion">Orientación</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Orientación-Norte" value="Orientación-Norte"><label for="destacado-Orientación-Norte">Orientación Norte</label></li>
																	<li><input type="checkbox" id="destacado-Orientación-Noreste" value="Orientación-Noreste"><label for="destacado-Orientación-Noreste">Orientación Noreste</label></li>
																	<li><input type="checkbox" id="destacado-Orientación-Este" value="Orientación-Este"><label for="destacado-Orientación-Este">Orientación Este</label></li>
																	<li><input type="checkbox" id="destacado-Orientación-Sureste" value="Orientación-Sureste"><label for="destacado-Orientación-Sureste">Orientación Sureste</label></li>
																	<li><input type="checkbox" id="destacado-Orientación-Sur" value="Orientación-Sur"><label for="destacado-Orientación-Sur">Orientación Sur</label></li>
																	<li><input type="checkbox" id="destacado-Orientación-Suroeste" value="Orientación-Suroeste"><label for="destacado-Orientación-Suroeste">Orientación Suroeste</label></li>
																	<li><input type="checkbox" id="destacado-Orientación-Oeste" value="Orientación-Oeste"><label for="destacado-Orientación-Oeste">Orientación Oeste</label></li>
																	<li><input type="checkbox" id="destacado-Orientación-Noroeste" value="Orientación-Noroeste"><label for="destacado-Orientación-Noroeste">Orientación Noroeste</label></li>
															</ul>
						</div>
											<button class="accordion">Estado</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Excelente-estado-de-conservación" value="Excelente-estado-de-conservación"><label for="destacado-Excelente-estado-de-conservación">Excelente estado de conservación</label></li>
																	<li><input type="checkbox" id="destacado-Buen-estado-de-conservación" value="Buen-estado-de-conservación"><label for="destacado-Buen-estado-de-conservación">Buen estado de conservación</label></li>
																	<li><input type="checkbox" id="destacado-Regular-estado-de-conservación" value="Regular-estado-de-conservación"><label for="destacado-Regular-estado-de-conservación">Regular estado de conservación</label></li>
																	<li><input type="checkbox" id="destacado-Necesita-Reformas" value="Necesita-Reformas"><label for="destacado-Necesita-Reformas">Necesita Reformas</label></li>
																	<li><input type="checkbox" id="destacado-Reformado-Recientemente" value="Reformado-Recientemente"><label for="destacado-Reformado-Recientemente">Reformado Recientemente</label></li>
																	<li><input type="checkbox" id="destacado-Renovado-Recientemente" value="Renovado-Recientemente"><label for="destacado-Renovado-Recientemente">Renovado Recientemente</label></li>
																	<li><input type="checkbox" id="destacado-Requiere-Restauración" value="Requiere-Restauración"><label for="destacado-Requiere-Restauración">Requiere Restauración</label></li>
																	<li><input type="checkbox" id="destacado-Nueva-Construcción" value="Nueva-Construcción"><label for="destacado-Nueva-Construcción">Nueva Construcción</label></li>
															</ul>
						</div>
											<button class="accordion">Piscina</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Piscina-Comunitaria" value="Piscina-Comunitaria"><label for="destacado-Piscina-Comunitaria">Piscina Comunitaria</label></li>
																	<li><input type="checkbox" id="destacado-Piscina-Privada" value="Piscina-Privada"><label for="destacado-Piscina-Privada">Piscina Privada</label></li>
																	<li><input type="checkbox" id="destacado-Piscina-Cubierta" value="Piscina-Cubierta"><label for="destacado-Piscina-Cubierta">Piscina Cubierta</label></li>
																	<li><input type="checkbox" id="destacado-Con-Calefacción" value="Con-Calefacción"><label for="destacado-Con-Calefacción">Con Calefacción</label></li>
																	<li><input type="checkbox" id="destacado-Sitio-para-Piscina" value="Sitio-para-Piscina"><label for="destacado-Sitio-para-Piscina">Sitio para Piscina</label></li>
																	<li><input type="checkbox" id="destacado-Piscina-de-Niños" value="Piscina-de-Niños"><label for="destacado-Piscina-de-Niños">Piscina de Niños</label></li>
															</ul>
						</div>
											<button class="accordion">Climatización</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Aire-Acondicionado" value="Aire-Acondicionado"><label for="destacado-Aire-Acondicionado">Aire Acondicionado</label></li>
																	<li><input type="checkbox" id="destacado-A/A-Preinstalado" value="A/A-Preinstalado"><label for="destacado-A/A-Preinstalado">A/A Preinstalado</label></li>
																	<li><input type="checkbox" id="destacado-A/A-Caliente" value="A/A-Caliente"><label for="destacado-A/A-Caliente">A/A Caliente</label></li>
																	<li><input type="checkbox" id="destacado-A/A-Frio" value="A/A-Frio"><label for="destacado-A/A-Frio">A/A Frio</label></li>
																	<li><input type="checkbox" id="destacado-Calefacción-Central." value="Calefacción-Central."><label for="destacado-Calefacción-Central.">Calefacción Central.</label></li>
																	<li><input type="checkbox" id="destacado-Chimenea" value="Chimenea"><label for="destacado-Chimenea">Chimenea</label></li>
																	<li><input type="checkbox" id="destacado-Suelo-Radiante" value="Suelo-Radiante"><label for="destacado-Suelo-Radiante">Suelo Radiante</label></li>
																	<li><input type="checkbox" id="destacado-Baño" value="Baño"><label for="destacado-Baño">Baño</label></li>
															</ul>
						</div>
											<button class="accordion">Vistas</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Vistas-al-Mar" value="Vistas-al-Mar"><label for="destacado-Vistas-al-Mar">Vistas al Mar</label></li>
																	<li><input type="checkbox" id="destacado-Vistas-a-Montaña" value="Vistas-a-Montaña"><label for="destacado-Vistas-a-Montaña">Vistas a Montaña</label></li>
																	<li><input type="checkbox" id="destacado-Vistas-a-Golf" value="Vistas-a-Golf"><label for="destacado-Vistas-a-Golf">Vistas a Golf</label></li>
																	<li><input type="checkbox" id="destacado-Vistas-a-Playa" value="Vistas-a-Playa"><label for="destacado-Vistas-a-Playa">Vistas a Playa</label></li>
																	<li><input type="checkbox" id="destacado-Vistas-a-Puerto" value="Vistas-a-Puerto"><label for="destacado-Vistas-a-Puerto">Vistas a Puerto</label></li>
																	<li><input type="checkbox" id="destacado-Vistas-al-Campo" value="Vistas-al-Campo"><label for="destacado-Vistas-al-Campo">Vistas al Campo</label></li>
																	<li><input type="checkbox" id="destacado-Vistas-Panorámicas" value="Vistas-Panorámicas"><label for="destacado-Vistas-Panorámicas">Vistas Panorámicas</label></li>
																	<li><input type="checkbox" id="destacado-Vistas-a-Jardín" value="Vistas-a-Jardín"><label for="destacado-Vistas-a-Jardín">Vistas a Jardín</label></li>
																	<li><input type="checkbox" id="destacado-Vistas-a-Piscina" value="Vistas-a-Piscina"><label for="destacado-Vistas-a-Piscina">Vistas a Piscina</label></li>
																	<li><input type="checkbox" id="destacado-Vistas-a-Patio" value="Vistas-a-Patio"><label for="destacado-Vistas-a-Patio">Vistas a Patio</label></li>
																	<li><input type="checkbox" id="destacado-Vistas-a-Lago" value="Vistas-a-Lago"><label for="destacado-Vistas-a-Lago">Vistas a Lago</label></li>
																	<li><input type="checkbox" id="destacado-Vistas-Urbanas" value="Vistas-Urbanas"><label for="destacado-Vistas-Urbanas">Vistas Urbanas</label></li>
																	<li><input type="checkbox" id="destacado-Vistas-a-Esqui" value="Vistas-a-Esqui"><label for="destacado-Vistas-a-Esqui">Vistas a Esqui</label></li>
																	<li><input type="checkbox" id="destacado-Vistas-a-Bosques" value="Vistas-a-Bosques"><label for="destacado-Vistas-a-Bosques">Vistas a Bosques</label></li>
																	<li><input type="checkbox" id="destacado-Vistas-a-Calle" value="Vistas-a-Calle"><label for="destacado-Vistas-a-Calle">Vistas a Calle</label></li>
															</ul>
						</div>
											<button class="accordion">Caracteristicas</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Terraza-Cubierta" value="Terraza-Cubierta"><label for="destacado-Terraza-Cubierta">Terraza Cubierta</label></li>
																	<li><input type="checkbox" id="destacado-Ascensor" value="Ascensor"><label for="destacado-Ascensor">Ascensor</label></li>
																	<li><input type="checkbox" id="destacado-Armarios-Empotrados" value="Armarios-Empotrados"><label for="destacado-Armarios-Empotrados">Armarios Empotrados</label></li>
																	<li><input type="checkbox" id="destacado-Cerca-de-Transporte" value="Cerca-de-Transporte"><label for="destacado-Cerca-de-Transporte">Cerca de Transporte</label></li>
																	<li><input type="checkbox" id="destacado-Terraza-Privada" value="Terraza-Privada"><label for="destacado-Terraza-Privada">Terraza Privada</label></li>
																	<li><input type="checkbox" id="destacado-Solario" value="Solario"><label for="destacado-Solario">Solario</label></li>
																	<li><input type="checkbox" id="destacado-TV-Satélite" value="TV-Satélite"><label for="destacado-TV-Satélite">TV Satélite</label></li>
																	<li><input type="checkbox" id="destacado-WiFi" value="WiFi"><label for="destacado-WiFi">WiFi</label></li>
																	<li><input type="checkbox" id="destacado-Gimnasio" value="Gimnasio"><label for="destacado-Gimnasio">Gimnasio</label></li>
																	<li><input type="checkbox" id="destacado-Sauna" value="Sauna"><label for="destacado-Sauna">Sauna</label></li>
																	<li><input type="checkbox" id="destacado-Sala-de-Juegos" value="Sala-de-Juegos"><label for="destacado-Sala-de-Juegos">Sala de Juegos</label></li>
																	<li><input type="checkbox" id="destacado-Paddle-Tenis" value="Paddle-Tenis"><label for="destacado-Paddle-Tenis">Paddle Tenis</label></li>
																	<li><input type="checkbox" id="destacado-Pista-de-Tenis" value="Pista-de-Tenis"><label for="destacado-Pista-de-Tenis">Pista de Tenis</label></li>
																	<li><input type="checkbox" id="destacado-Aprtmnt.-Huéspedes" value="Aprtmnt.-Huéspedes"><label for="destacado-Aprtmnt.-Huéspedes">Aprtmnt. Huéspedes</label></li>
																	<li><input type="checkbox" id="destacado-Casa-de-Huéspedes" value="Casa-de-Huéspedes"><label for="destacado-Casa-de-Huéspedes">Casa de Huéspedes</label></li>
																	<li><input type="checkbox" id="destacado-Trastero---Almacén" value="Trastero---Almacén"><label for="destacado-Trastero---Almacén">Trastero - Almacén</label></li>
																	<li><input type="checkbox" id="destacado-Lavadero" value="Lavadero"><label for="destacado-Lavadero">Lavadero</label></li>
																	<li><input type="checkbox" id="destacado-Baño-En-Suite" value="Baño-En-Suite"><label for="destacado-Baño-En-Suite">Baño En-Suite</label></li>
																	<li><input type="checkbox" id="destacado-Suelo-de-Madera" value="Suelo-de-Madera"><label for="destacado-Suelo-de-Madera">Suelo de Madera</label></li>
																	<li><input type="checkbox" id="destacado-Acceso-para-minusválidos" value="Acceso-para-minusválidos"><label for="destacado-Acceso-para-minusválidos">Acceso para minusválidos</label></li>
																	<li><input type="checkbox" id="destacado-Suelos-de-Mármol" value="Suelos-de-Mármol"><label for="destacado-Suelos-de-Mármol">Suelos de Mármol</label></li>
																	<li><input type="checkbox" id="destacado-Jacuzzi" value="Jacuzzi"><label for="destacado-Jacuzzi">Jacuzzi</label></li>
																	<li><input type="checkbox" id="destacado-Bar" value="Bar"><label for="destacado-Bar">Bar</label></li>
																	<li><input type="checkbox" id="destacado-Barbacoa" value="Barbacoa"><label for="destacado-Barbacoa">Barbacoa</label></li>
																	<li><input type="checkbox" id="destacado-Doble-acristalamiento" value="Doble-acristalamiento"><label for="destacado-Doble-acristalamiento">Doble acristalamiento</label></li>
																	<li><input type="checkbox" id="destacado-Domotica" value="Domotica"><label for="destacado-Domotica">Domotica</label></li>
																	<li><input type="checkbox" id="destacado-24-Horas-Recepción" value="24-Horas-Recepción"><label for="destacado-24-Horas-Recepción">24 Horas Recepción</label></li>
																	<li><input type="checkbox" id="destacado-Restaurant" value="Restaurant"><label for="destacado-Restaurant">Restaurant</label></li>
																	<li><input type="checkbox" id="destacado-Alquiler-de-Coches" value="Alquiler-de-Coches"><label for="destacado-Alquiler-de-Coches">Alquiler de Coches</label></li>
																	<li><input type="checkbox" id="destacado-Servicio-de-Autobuses" value="Servicio-de-Autobuses"><label for="destacado-Servicio-de-Autobuses">Servicio de Autobuses</label></li>
																	<li><input type="checkbox" id="destacado-Day-Care" value="Day-Care"><label for="destacado-Day-Care">Day Care</label></li>
																	<li><input type="checkbox" id="destacado-Cerca-de-la-Mezquita" value="Cerca-de-la-Mezquita"><label for="destacado-Cerca-de-la-Mezquita">Cerca de la Mezquita</label></li>
																	<li><input type="checkbox" id="destacado-Alojamiento-del-personal" value="Alojamiento-del-personal"><label for="destacado-Alojamiento-del-personal">Alojamiento del personal</label></li>
																	<li><input type="checkbox" id="destacado-Establos" value="Establos"><label for="destacado-Establos">Establos</label></li>
																	<li><input type="checkbox" id="destacado-Cerca-de-una-Iglesia" value="Cerca-de-una-Iglesia"><label for="destacado-Cerca-de-una-Iglesia">Cerca de una Iglesia</label></li>
																	<li><input type="checkbox" id="destacado-Sótano" value="Sótano"><label for="destacado-Sótano">Sótano</label></li>
																	<li><input type="checkbox" id="destacado-Fibra-óptica" value="Fibra-óptica"><label for="destacado-Fibra-óptica">Fibra óptica</label></li>
															</ul>
						</div>
											<button class="accordion">Muebles</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Completamente-Amueblada" value="Completamente-Amueblada"><label for="destacado-Completamente-Amueblada">Completamente Amueblada</label></li>
																	<li><input type="checkbox" id="destacado-Parcialmente-Amueblada" value="Parcialmente-Amueblada"><label for="destacado-Parcialmente-Amueblada">Parcialmente Amueblada</label></li>
																	<li><input type="checkbox" id="destacado-Sin-Amueblar" value="Sin-Amueblar"><label for="destacado-Sin-Amueblar">Sin Amueblar</label></li>
																	<li><input type="checkbox" id="destacado-Opcionales" value="Opcionales"><label for="destacado-Opcionales">Opcionales</label></li>
															</ul>
						</div>
											<button class="accordion">Cocina</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Cocina-Equipada" value="Cocina-Equipada"><label for="destacado-Cocina-Equipada">Cocina Equipada</label></li>
																	<li><input type="checkbox" id="destacado-Cocina-Parcialmente-Equipada" value="Cocina-Parcialmente-Equipada"><label for="destacado-Cocina-Parcialmente-Equipada">Cocina Parcialmente Equipada</label></li>
																	<li><input type="checkbox" id="destacado-Cocina-No-Equipada" value="Cocina-No-Equipada"><label for="destacado-Cocina-No-Equipada">Cocina No Equipada</label></li>
																	<li><input type="checkbox" id="destacado-Cocina-Comedor" value="Cocina-Comedor"><label for="destacado-Cocina-Comedor">Cocina Comedor</label></li>
															</ul>
						</div>
											<button class="accordion">Jardin</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Jardín-Comunitario" value="Jardín-Comunitario"><label for="destacado-Jardín-Comunitario">Jardín Comunitario</label></li>
																	<li><input type="checkbox" id="destacado-Jardín-Privado" value="Jardín-Privado"><label for="destacado-Jardín-Privado">Jardín Privado</label></li>
																	<li><input type="checkbox" id="destacado-Jardín-Paisajistico" value="Jardín-Paisajistico"><label for="destacado-Jardín-Paisajistico">Jardín Paisajistico</label></li>
																	<li><input type="checkbox" id="destacado-Jardín-de-fácil-mantenimiento" value="Jardín-de-fácil-mantenimiento"><label for="destacado-Jardín-de-fácil-mantenimiento">Jardín de fácil mantenimiento</label></li>
															</ul>
						</div>
											<button class="accordion">Seguridad</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Recinto-Cerrado" value="Recinto-Cerrado"><label for="destacado-Recinto-Cerrado">Recinto Cerrado</label></li>
																	<li><input type="checkbox" id="destacado-Persianas-Eléctricas" value="Persianas-Eléctricas"><label for="destacado-Persianas-Eléctricas">Persianas Eléctricas</label></li>
																	<li><input type="checkbox" id="destacado-Portero-Automático" value="Portero-Automático"><label for="destacado-Portero-Automático">Portero Automático</label></li>
																	<li><input type="checkbox" id="destacado-Alarma" value="Alarma"><label for="destacado-Alarma">Alarma</label></li>
																	<li><input type="checkbox" id="destacado-Seguridad-24-Horas" value="Seguridad-24-Horas"><label for="destacado-Seguridad-24-Horas">Seguridad 24 Horas</label></li>
																	<li><input type="checkbox" id="destacado-Caja-fuerte" value="Caja-fuerte"><label for="destacado-Caja-fuerte">Caja fuerte</label></li>
															</ul>
						</div>
											<button class="accordion">Aparcamiento</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Párking-Subterráneo" value="Párking-Subterráneo"><label for="destacado-Párking-Subterráneo">Párking Subterráneo</label></li>
																	<li><input type="checkbox" id="destacado-Garaje" value="Garaje"><label for="destacado-Garaje">Garaje</label></li>
																	<li><input type="checkbox" id="destacado-Párking-Cubierto" value="Párking-Cubierto"><label for="destacado-Párking-Cubierto">Párking Cubierto</label></li>
																	<li><input type="checkbox" id="destacado-Párking-Libre" value="Párking-Libre"><label for="destacado-Párking-Libre">Párking Libre</label></li>
																	<li><input type="checkbox" id="destacado-Párking-en-Calle" value="Párking-en-Calle"><label for="destacado-Párking-en-Calle">Párking en Calle</label></li>
																	<li><input type="checkbox" id="destacado-Más-de-un-aparcamiento" value="Más-de-un-aparcamiento"><label for="destacado-Más-de-un-aparcamiento">Más de un aparcamiento</label></li>
																	<li><input type="checkbox" id="destacado-Párking-Comunitario" value="Párking-Comunitario"><label for="destacado-Párking-Comunitario">Párking Comunitario</label></li>
																	<li><input type="checkbox" id="destacado-Párking-Privado" value="Párking-Privado"><label for="destacado-Párking-Privado">Párking Privado</label></li>
																	<li><input type="checkbox" id="destacado-Punto-de-carga-VE" value="Punto-de-carga-VE"><label for="destacado-Punto-de-carga-VE">Punto de carga VE</label></li>
															</ul>
						</div>
											<button class="accordion">Servicios Públicos</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Electricidad" value="Electricidad"><label for="destacado-Electricidad">Electricidad</label></li>
																	<li><input type="checkbox" id="destacado-Agua-Potable" value="Agua-Potable"><label for="destacado-Agua-Potable">Agua Potable</label></li>
																	<li><input type="checkbox" id="destacado-Teléfono" value="Teléfono"><label for="destacado-Teléfono">Teléfono</label></li>
																	<li><input type="checkbox" id="destacado-Gas" value="Gas"><label for="destacado-Gas">Gas</label></li>
																	<li><input type="checkbox" id="destacado-Paneles-solares-fotovoltaicos" value="Paneles-solares-fotovoltaicos"><label for="destacado-Paneles-solares-fotovoltaicos">Paneles solares fotovoltaicos</label></li>
																	<li><input type="checkbox" id="destacado-Paneles-Solares-Térmicas" value="Paneles-Solares-Térmicas"><label for="destacado-Paneles-Solares-Térmicas">Paneles Solares Térmicas</label></li>
															</ul>
						</div>
											<button class="accordion">Categoría</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Ganga" value="Ganga"><label for="destacado-Ganga">Ganga</label></li>
																	<li><input type="checkbox" id="destacado-Frente-a-la-playa" value="Frente-a-la-playa"><label for="destacado-Frente-a-la-playa">Frente a la playa</label></li>
																	<li><input type="checkbox" id="destacado-Barato" value="Barato"><label for="destacado-Barato">Barato</label></li>
																	<li><input type="checkbox" id="destacado-Urge-venta" value="Urge-venta"><label for="destacado-Urge-venta">Urge venta</label></li>
																	<li><input type="checkbox" id="destacado-Golf" value="Golf"><label for="destacado-Golf">Golf</label></li>
																	<li><input type="checkbox" id="destacado-Casas-de-vacaciónes" value="Casas-de-vacaciónes"><label for="destacado-Casas-de-vacaciónes">Casas de vacaciónes</label></li>
																	<li><input type="checkbox" id="destacado-Inversion" value="Inversion"><label for="destacado-Inversion">Inversion</label></li>
																	<li><input type="checkbox" id="destacado-Lujo" value="Lujo"><label for="destacado-Lujo">Lujo</label></li>
																	<li><input type="checkbox" id="destacado-Pre-construcción" value="Pre-construcción"><label for="destacado-Pre-construcción">Pre-construcción</label></li>
																	<li><input type="checkbox" id="destacado-Reducido" value="Reducido"><label for="destacado-Reducido">Reducido</label></li>
																	<li><input type="checkbox" id="destacado-Reposesión" value="Reposesión"><label for="destacado-Reposesión">Reposesión</label></li>
																	<li><input type="checkbox" id="destacado-Reventa" value="Reventa"><label for="destacado-Reventa">Reventa</label></li>
																	<li><input type="checkbox" id="destacado-Con-Permiso-de-Planificación" value="Con-Permiso-de-Planificación"><label for="destacado-Con-Permiso-de-Planificación">Con Permiso de Planificación</label></li>
																	<li><input type="checkbox" id="destacado-Contemporáneo" value="Contemporáneo"><label for="destacado-Contemporáneo">Contemporáneo</label></li>
																	<li><input type="checkbox" id="destacado-Nueva-Promoción" value="Nueva-Promoción"><label for="destacado-Nueva-Promoción">Nueva Promoción</label></li>
															</ul>
						</div>
											<button class="accordion">Terreno / Comercial</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Terreno" value="Terreno"><label for="destacado-Terreno">Terreno</label></li>
																	<li><input type="checkbox" id="destacado-Con-Licencia" value="Con-Licencia"><label for="destacado-Con-Licencia">Con Licencia</label></li>
																	<li><input type="checkbox" id="destacado-Sin-Licencia" value="Sin-Licencia"><label for="destacado-Sin-Licencia">Sin Licencia</label></li>
																	<li><input type="checkbox" id="destacado-Residencial" value="Residencial"><label for="destacado-Residencial">Residencial</label></li>
																	<li><input type="checkbox" id="destacado-Comercial" value="Comercial"><label for="destacado-Comercial">Comercial</label></li>
																	<li><input type="checkbox" id="destacado-Proyecto" value="Proyecto"><label for="destacado-Proyecto">Proyecto</label></li>
																	<li><input type="checkbox" id="destacado-Rústico" value="Rústico"><label for="destacado-Rústico">Rústico</label></li>
																	<li><input type="checkbox" id="destacado-Urbanístico" value="Urbanístico"><label for="destacado-Urbanístico">Urbanístico</label></li>
																	<li><input type="checkbox" id="destacado-Totalmente-Aprobado" value="Totalmente-Aprobado"><label for="destacado-Totalmente-Aprobado">Totalmente Aprobado</label></li>
																	<li><input type="checkbox" id="destacado-Sin-Comenzar" value="Sin-Comenzar"><label for="destacado-Sin-Comenzar">Sin Comenzar</label></li>
																	<li><input type="checkbox" id="destacado-Parcialmente-Terminada" value="Parcialmente-Terminada"><label for="destacado-Parcialmente-Terminada">Parcialmente Terminada</label></li>
																	<li><input type="checkbox" id="destacado-Totalmente-Terminada" value="Totalmente-Terminada"><label for="destacado-Totalmente-Terminada">Totalmente Terminada</label></li>
																	<li><input type="checkbox" id="destacado-Hotel" value="Hotel"><label for="destacado-Hotel">Hotel</label></li>
																	<li><input type="checkbox" id="destacado-Hostal" value="Hostal"><label for="destacado-Hostal">Hostal</label></li>
																	<li><input type="checkbox" id="destacado-Pensión-y-desayuno" value="Pensión-y-desayuno"><label for="destacado-Pensión-y-desayuno">Pensión y desayuno</label></li>
																	<li><input type="checkbox" id="destacado-Bar" value="Bar"><label for="destacado-Bar">Bar</label></li>
																	<li><input type="checkbox" id="destacado-Restaurante" value="Restaurante"><label for="destacado-Restaurante">Restaurante</label></li>
																	<li><input type="checkbox" id="destacado-Tienda" value="Tienda"><label for="destacado-Tienda">Tienda</label></li>
																	<li><input type="checkbox" id="destacado-Oficina" value="Oficina"><label for="destacado-Oficina">Oficina</label></li>
																	<li><input type="checkbox" id="destacado-Apartamentos" value="Apartamentos"><label for="destacado-Apartamentos">Apartamentos</label></li>
																	<li><input type="checkbox" id="destacado-Casa-Unifamiliares" value="Casa-Unifamiliares"><label for="destacado-Casa-Unifamiliares">Casa Unifamiliares</label></li>
																	<li><input type="checkbox" id="destacado-Villas" value="Villas"><label for="destacado-Villas">Villas</label></li>
																	<li><input type="checkbox" id="destacado-Residencia-de-Ancianos" value="Residencia-de-Ancianos"><label for="destacado-Residencia-de-Ancianos">Residencia de Ancianos</label></li>
																	<li><input type="checkbox" id="destacado-Hospital" value="Hospital"><label for="destacado-Hospital">Hospital</label></li>
																	<li><input type="checkbox" id="destacado-Colegio" value="Colegio"><label for="destacado-Colegio">Colegio</label></li>
																	<li><input type="checkbox" id="destacado-Centro-Deportivo" value="Centro-Deportivo"><label for="destacado-Centro-Deportivo">Centro Deportivo</label></li>
																	<li><input type="checkbox" id="destacado-Centro-Ecuestre" value="Centro-Ecuestre"><label for="destacado-Centro-Ecuestre">Centro Ecuestre</label></li>
																	<li><input type="checkbox" id="destacado-Campo-de-Golf" value="Campo-de-Golf"><label for="destacado-Campo-de-Golf">Campo de Golf</label></li>
																	<li><input type="checkbox" id="destacado-Garaje" value="Garaje"><label for="destacado-Garaje">Garaje</label></li>
																	<li><input type="checkbox" id="destacado-Nave-industrial" value="Nave-industrial"><label for="destacado-Nave-industrial">Nave industrial</label></li>
																	<li><input type="checkbox" id="destacado-En-Arriendo" value="En-Arriendo"><label for="destacado-En-Arriendo">En Arriendo</label></li>
																	<li><input type="checkbox" id="destacado-Gymnasium" value="Gymnasium"><label for="destacado-Gymnasium">Gymnasium</label></li>
															</ul>
						</div>
											<button class="accordion">Alquileres</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Aval-Bancario-Requerido" value="Aval-Bancario-Requerido"><label for="destacado-Aval-Bancario-Requerido">Aval Bancario Requerido</label></li>
																	<li><input type="checkbox" id="destacado-Referencias-Requeridas" value="Referencias-Requeridas"><label for="destacado-Referencias-Requeridas">Referencias Requeridas</label></li>
																	<li><input type="checkbox" id="destacado-Permitido-Fumar" value="Permitido-Fumar"><label for="destacado-Permitido-Fumar">Permitido Fumar</label></li>
																	<li><input type="checkbox" id="destacado-Mascotas-Permitidas" value="Mascotas-Permitidas"><label for="destacado-Mascotas-Permitidas">Mascotas Permitidas</label></li>
															</ul>
						</div>
									</div>
			</div>



		</div>
	</div>
	<div class="grid-cntrlz-three">
		<div>
			<select name="ordenar" class="ordenar-form-pmr">
				<option value="" selected="selected">Ordenar por</option>
				<option value="precio-ascendente">Precio (ascendente)</option>
				<option value="precio-descendente">Precio (descendente)</option>
				<option value="localizacion">Localidad</option>
				<option value="ultima-fecha">Última publicación</option>
			</select>
		</div>
		<div>
			<input type="submit" class="btn-buscar" value='Buscar' />
		</div>
		<div class="ultima-caja">
			<a href="#" id="reset-formulario" class="btn-reset gris">Nueva búsqueda</a>
		</div>
	</div>
</div>
<p class="num-resultados">Numero de resultados: 8087</p><div class="paginar">
			<div class="half-pagination"><ul class="pagination pagination_nojax"><li class="active"><a href="https://www.antaraproperties.com/es/resultado/property.All-properties/pag.1/">1</a></li>	<li><a href="https://www.antaraproperties.com/es/resultado/property.All-properties/pag.2/">2</a></li>	<li><a href="https://www.antaraproperties.com/es/resultado/property.All-properties/pag.3/">3</a></li>	<li><a href="https://www.antaraproperties.com/es/resultado/property.All-properties/pag.4/">4</a></li>	<li><a href="https://www.antaraproperties.com/es/resultado/property.All-properties/pag.5/">5</a></li>	<li><a href="https://www.antaraproperties.com/es/resultado/property.All-properties/pag.6/">6</a></li>	<li><a href="https://www.antaraproperties.com/es/resultado/property.All-properties/pag.7/">7</a></li>	<li><a href="https://www.antaraproperties.com/es/resultado/property.All-properties/pag.8/">8</a></li>	<li><a href="https://www.antaraproperties.com/es/resultado/property.All-properties/pag.9/">9</a></li>	<li><a href="https://www.antaraproperties.com/es/resultado/property.All-properties/pag.10/">10</a></li>					<li class="roundright"><a href="https://www.antaraproperties.com/es/resultado/property.All-properties/pag.2/"><i class="fas fa-angle-right"></i></a></li>				<li class="roundright"><a href="https://www.antaraproperties.com/es/resultado/property.All-properties/pag.809/"><i class="fas fa-angle-double-right"></i></a></li>	</ul></div></div>

<div style="display:none;">
	</div>


<style>
	.prop_social {
	    position: relative;
	    top: unset;
	    right: unset;
	    float: right;
	}
</style>


	<section class="property-items" style="margin-left: -20px;">
		<div id="listing_ajax_container" class="grid-cntrlz-three">
							
				<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display:none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/es/resultado/cod-loc.cabopino" rel="tag">Cabopino</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5317318/Cabopino/"><img src="https://cdn.resales-online.com/public/6pcoehzhpl/properties/30fd045513b511f1866f069f3d650d4b/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1776159529" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5317318 - Cabopino" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5317318/Cabopino/">R5317318 - Cabopino</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                649.000 &euro;                                 </div>
								<div class="listing_details the_grid_view">Vivienda adosada en esquina con vistas al mar en Artola – Cabopino, ubicada junto al campo de golf y a solo </div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>3								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>3								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>111 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5317318/Cabopino/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5317318/Cabopino/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5317318/Cabopino/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=Estoy interesado en&body=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5317318/Cabopino/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
							
				<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display:none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/es/resultado/cod-loc.mijas-costa" rel="tag">Mijas Costa</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5316946/Mijas-Costa/"><img src="https://cdn.resales-online.com/public/71gem70cuh/properties/003b593f133111f1866f069f3d650d4b/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1772127582" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5316946 - Mijas Costa" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5316946/Mijas-Costa/">R5316946 - Mijas Costa</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                223.500 &euro;                                 </div>
								<div class="listing_details the_grid_view">Precioso apartamento de un dormitorio en venta cerca de todos los servicios. Bonita cocina americana, amplio b</div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>1								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>1								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>58 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5316946/Mijas-Costa/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5316946/Mijas-Costa/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5316946/Mijas-Costa/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=Estoy interesado en&body=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5316946/Mijas-Costa/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
							
				<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display:none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/es/resultado/cod-loc.la-duquesa" rel="tag">La Duquesa</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5350951/La-Duquesa/"><img src="https://cdn.resales-online.com/public/q8sjeevech/properties/2d837dfd31ce11f186110660515b2fcd/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1776158807" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5350951 - La Duquesa" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5350951/La-Duquesa/">R5350951 - La Duquesa</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                325.000 &euro;                                 </div>
								<div class="listing_details the_grid_view">AMPLIO DÚPLEX DE 3 DORMITORIOS CON DOS AMPLIAS TERRAZAS EN PRIMERA LÍNEA DE GOLF 

Ubicado en una de las u</div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>3								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>3								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>142 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5350951/La-Duquesa/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5350951/La-Duquesa/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5350951/La-Duquesa/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=Estoy interesado en&body=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5350951/La-Duquesa/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
							
				<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display:none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/es/resultado/cod-loc.riviera-del-sol" rel="tag">Riviera del Sol</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5048389/Riviera-del-Sol/"><img src="https://cdn.resales-online.com/public/0dajlvabho/properties/9eddf0ef370211f0ad0102e0405b089b/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1776934562" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5048389 - Riviera del Sol" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5048389/Riviera-del-Sol/">R5048389 - Riviera del Sol</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                550.000 &euro;                                 </div>
								<div class="listing_details the_grid_view">Apartamento frente a la playa de 3 dormitorios en necesidad de renovación pero con potencial masivo para una </div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>3								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>2								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>214 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5048389/Riviera-del-Sol/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5048389/Riviera-del-Sol/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5048389/Riviera-del-Sol/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=Estoy interesado en&body=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5048389/Riviera-del-Sol/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
							
				<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display:none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/es/resultado/cod-loc.los-almendros" rel="tag">Los Almendros</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5321914/Los-Almendros/"><img src="https://cdn.resales-online.com/public/4igsp94qm4/properties/19520bb918bb11f1866f069f3d650d4b/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1772736651" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5321914 - Los Almendros" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5321914/Los-Almendros/">R5321914 - Los Almendros</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                2.150.000 &euro;                                 </div>
								<div class="listing_details the_grid_view">INMUEBLE OKUPADO. OPORTUNIDAD PARA INVERSORES.
El precio del inmueble ha sido fijado en atención a que el in</div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>5								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>6								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>919 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5321914/Los-Almendros/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5321914/Los-Almendros/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5321914/Los-Almendros/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=Estoy interesado en&body=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5321914/Los-Almendros/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
							
				<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display:none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/es/resultado/cod-loc.torrequebrada" rel="tag">Torrequebrada</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5364130/Torrequebrada/"><img src="https://cdn.resales-online.com/public/4igsp94qm4/properties/213fa0533e6d11f182490652962539d5/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1776932182" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5364130 - Torrequebrada" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5364130/Torrequebrada/">R5364130 - Torrequebrada</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                795.000 &euro;                                 </div>
								<div class="listing_details the_grid_view">¡Oportunidad única en una de las zonas más exclusivas de la Costa del Sol!

Descubre esta espectacular vi</div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>4								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>4								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>231 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5364130/Torrequebrada/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5364130/Torrequebrada/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5364130/Torrequebrada/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=Estoy interesado en&body=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5364130/Torrequebrada/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
							
				<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display:none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/es/resultado/cod-loc.santa-clara" rel="tag">Santa Clara</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5333029/Santa-Clara/"><img src="https://cdn.resales-online.com/public/j50iqa74vg/properties/99c69bc2212f11f1866f069f3d650d4b/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1773833549" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5333029 - Santa Clara" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5333029/Santa-Clara/">R5333029 - Santa Clara</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                2.550.000 &euro;                                 </div>
								<div class="listing_details the_grid_view">Villa Exclusiva en Santa Clara 

Oportunidad única de adquirir una elegante villa adosada en el prestigioso</div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>4								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>4								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>347 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5333029/Santa-Clara/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5333029/Santa-Clara/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5333029/Santa-Clara/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=Estoy interesado en&body=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5333029/Santa-Clara/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
							
				<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display:none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/es/resultado/cod-loc.la-quinta" rel="tag">La Quinta</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5006041/La-Quinta/"><img src="https://cdn.resales-online.com/public/kummhh55a5/properties/efa7c56f106e11f08cfb02e0405b089b/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1764754323" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5006041 - La Quinta" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5006041/La-Quinta/">R5006041 - La Quinta</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                620.000 &euro;                                 </div>
								<div class="listing_details the_grid_view">Presentamos una atractiva vivienda de dos plantas que combina comodidad y funcionalidad, ideal tanto para fami</div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>4								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>3								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>183 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5006041/La-Quinta/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5006041/La-Quinta/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5006041/La-Quinta/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=Estoy interesado en&body=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R5006041/La-Quinta/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
							
				<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display:none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/es/resultado/cod-loc.nueva-andalucia" rel="tag">Nueva Andalucía</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R4357495/Nueva-Andalucía/"><img src="https://cdn.resales-online.com/public/dmbme36kle/properties/514326e315de11eea7b50217bc231ef4/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1765090969" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R4357495 - Nueva Andalucía" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R4357495/Nueva-Andalucía/">R4357495 - Nueva Andalucía</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                3.700.000 &euro;                                 </div>
								<div class="listing_details the_grid_view">Ubicada en una pequeña comunidad cerrada, con vistas al golf, esta propiedad es sin duda una joya.
La propie</div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>6								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>5								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>404 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R4357495/Nueva-Andalucía/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R4357495/Nueva-Andalucía/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R4357495/Nueva-Andalucía/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=Estoy interesado en&body=https://www.antaraproperties.com/es/detalles-propiedad/Referencia.R4357495/Nueva-Andalucía/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
					</div>
	</section>
<div class="paginar">
			<div class="half-pagination"><ul class="pagination pagination_nojax"><li class="active"><a href="https://www.antaraproperties.com/es/resultado/property.All-properties/pag.1/">1</a></li>	<li><a href="https://www.antaraproperties.com/es/resultado/property.All-properties/pag.2/">2</a></li>	<li><a href="https://www.antaraproperties.com/es/resultado/property.All-properties/pag.3/">3</a></li>	<li><a href="https://www.antaraproperties.com/es/resultado/property.All-properties/pag.4/">4</a></li>	<li><a href="https://www.antaraproperties.com/es/resultado/property.All-properties/pag.5/">5</a></li>	<li><a href="https://www.antaraproperties.com/es/resultado/property.All-properties/pag.6/">6</a></li>	<li><a href="https://www.antaraproperties.com/es/resultado/property.All-properties/pag.7/">7</a></li>	<li><a href="https://www.antaraproperties.com/es/resultado/property.All-properties/pag.8/">8</a></li>	<li><a href="https://www.antaraproperties.com/es/resultado/property.All-properties/pag.9/">9</a></li>	<li><a href="https://www.antaraproperties.com/es/resultado/property.All-properties/pag.10/">10</a></li>					<li class="roundright"><a href="https://www.antaraproperties.com/es/resultado/property.All-properties/pag.2/"><i class="fas fa-angle-right"></i></a></li>				<li class="roundright"><a href="https://www.antaraproperties.com/es/resultado/property.All-properties/pag.809/"><i class="fas fa-angle-double-right"></i></a></li>	</ul></div></div>{"id":30819,"date":"2022-12-25T18:47:03","date_gmt":"2022-12-25T18:47:03","guid":{"rendered":"https:\/\/www.antaraproperties.com\/?page_id=30819"},"modified":"2023-01-12T23:04:51","modified_gmt":"2023-01-12T23:04:51","slug":"resultado","status":"publish","type":"page","link":"https:\/\/www.antaraproperties.com\/es\/resultado\/","title":{"rendered":"Resultado"},"content":{"rendered":"\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-30819","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Resultado - Antara Properties<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.antaraproperties.com\/es\/resultado\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Resultado - Antara Properties\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.antaraproperties.com\/es\/resultado\/\" \/>\n<meta property=\"og:site_name\" content=\"Antara Properties\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/people\/Antara-Properties\/100065013463030\/\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-12T23:04:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.antaraproperties.com\/wp-content\/uploads\/2023\/06\/logo-antara-yoast.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"696\" \/>\n\t<meta property=\"og:image:height\" content=\"696\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.antaraproperties.com\/es\/resultado\/\",\"url\":\"https:\/\/www.antaraproperties.com\/es\/resultado\/\",\"name\":\"Resultado - Antara Properties\",\"isPartOf\":{\"@id\":\"https:\/\/www.antaraproperties.com\/es\/#website\"},\"datePublished\":\"2022-12-25T18:47:03+00:00\",\"dateModified\":\"2023-01-12T23:04:51+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.antaraproperties.com\/es\/resultado\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.antaraproperties.com\/es\/resultado\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.antaraproperties.com\/es\/resultado\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.antaraproperties.com\/es\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Resultado\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.antaraproperties.com\/es\/#website\",\"url\":\"https:\/\/www.antaraproperties.com\/es\/\",\"name\":\"Antara Properties\",\"description\":\"New property developments on the Costa Del Sol\",\"publisher\":{\"@id\":\"https:\/\/www.antaraproperties.com\/es\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.antaraproperties.com\/es\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.antaraproperties.com\/es\/#organization\",\"name\":\"Antara Properties\",\"url\":\"https:\/\/www.antaraproperties.com\/es\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/www.antaraproperties.com\/es\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.antaraproperties.com\/wp-content\/uploads\/2023\/06\/logo-antara-yoast.jpg\",\"contentUrl\":\"https:\/\/www.antaraproperties.com\/wp-content\/uploads\/2023\/06\/logo-antara-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"Antara Properties\"},\"image\":{\"@id\":\"https:\/\/www.antaraproperties.com\/es\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/people\/Antara-Properties\/100065013463030\/\",\"https:\/\/www.instagram.com\/antara.properties\/?hl=es\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Resultado - Antara Properties","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.antaraproperties.com\/es\/resultado\/","og_locale":"es_ES","og_type":"article","og_title":"Resultado - Antara Properties","og_url":"https:\/\/www.antaraproperties.com\/es\/resultado\/","og_site_name":"Antara Properties","article_publisher":"https:\/\/www.facebook.com\/people\/Antara-Properties\/100065013463030\/","article_modified_time":"2023-01-12T23:04:51+00:00","og_image":[{"width":696,"height":696,"url":"https:\/\/www.antaraproperties.com\/wp-content\/uploads\/2023\/06\/logo-antara-yoast.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.antaraproperties.com\/es\/resultado\/","url":"https:\/\/www.antaraproperties.com\/es\/resultado\/","name":"Resultado - Antara Properties","isPartOf":{"@id":"https:\/\/www.antaraproperties.com\/es\/#website"},"datePublished":"2022-12-25T18:47:03+00:00","dateModified":"2023-01-12T23:04:51+00:00","breadcrumb":{"@id":"https:\/\/www.antaraproperties.com\/es\/resultado\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.antaraproperties.com\/es\/resultado\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.antaraproperties.com\/es\/resultado\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.antaraproperties.com\/es\/"},{"@type":"ListItem","position":2,"name":"Resultado"}]},{"@type":"WebSite","@id":"https:\/\/www.antaraproperties.com\/es\/#website","url":"https:\/\/www.antaraproperties.com\/es\/","name":"Antara Properties","description":"New property developments on the Costa Del Sol","publisher":{"@id":"https:\/\/www.antaraproperties.com\/es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.antaraproperties.com\/es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/www.antaraproperties.com\/es\/#organization","name":"Antara Properties","url":"https:\/\/www.antaraproperties.com\/es\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.antaraproperties.com\/es\/#\/schema\/logo\/image\/","url":"https:\/\/www.antaraproperties.com\/wp-content\/uploads\/2023\/06\/logo-antara-yoast.jpg","contentUrl":"https:\/\/www.antaraproperties.com\/wp-content\/uploads\/2023\/06\/logo-antara-yoast.jpg","width":696,"height":696,"caption":"Antara Properties"},"image":{"@id":"https:\/\/www.antaraproperties.com\/es\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/people\/Antara-Properties\/100065013463030\/","https:\/\/www.instagram.com\/antara.properties\/?hl=es"]}]}},"_links":{"self":[{"href":"https:\/\/www.antaraproperties.com\/es\/wp-json\/wp\/v2\/pages\/30819","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.antaraproperties.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.antaraproperties.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.antaraproperties.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.antaraproperties.com\/es\/wp-json\/wp\/v2\/comments?post=30819"}],"version-history":[{"count":0,"href":"https:\/\/www.antaraproperties.com\/es\/wp-json\/wp\/v2\/pages\/30819\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.antaraproperties.com\/es\/wp-json\/wp\/v2\/media?parent=30819"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}