<script>
	jQuery(document).ready(function($){
		$('.btn-buscar').click(function(){
			var referencia = $('#referencia').val();
			if(referencia != ''){ 
				window.location.href = '/en/property-details/PropertyID.'+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 = 'property.'+modo+'/'; }
				if(venta != ''){ url_venta = 'Mode.'+venta+'/'; }else{ url_venta = 'Mode.For-Sale/'; }
				if(tipo != ''){ url_tipo = 'type.'+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 = 'features.'+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.casa-excelente.com/wp-content/plugins/cntrlz-resale/web/shortcode/utiles/guardar-busqueda.php";
				var formData = new FormData();
				formData.append('url_envia','/en/results/'+url_envia);
				$.ajax({ type:"POST",url:url,data:formData,contentType:false,processData:false,datatype:"text",success:function(respuesta){ 
					window.location.href = '/en/results/'+url_envia;
				}});
			}
		});
	});
</script>

<div style="display:none;">https://www.api-inmobiliaria.es/index.php?modo=location&idioma=1&api=resales&usu=excelente&pass=pdwl9sSkP</div>
<input type="hidden" id="lang-localidades" value="Locations">
<input type="hidden" id="lang-caracteristicas" value="Features">
<input type="hidden" id="modo-busqueda" value="All-properties">
<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="Reference" />
		</div>
				<div>
			<select id="modo-venta" class="venta">
				<option value="">Sale / Rent</option>
				<option value="For-Sale">For Sale</option>
				<option value="Long-term-rent">Long term rent</option>
				<option value="Short-term-rental">Short term rental</option>
			</select>
		</div>
		<div class="ultima-caja">
			<select id="tipo-propiedad" multiple class="tipos" style="display:none;">
				<option value='all'>Property type</option>
															<option value="1-2">
											Ground Floor Apartment										</option>
																				<option value="1-4">
											Middle Floor Apartment										</option>
																				<option value="1-5">
											Top Floor Apartment										</option>
																				<option value="1-6">
											Penthouse										</option>
																				<option value="1-7">
											Penthouse Duplex										</option>
																				<option value="1-8">
											Duplex										</option>
																				<option value="1-9">
											Ground Floor Studio										</option>
																				<option value="1-10">
											Middle Floor Studio										</option>
																				<option value="1-11">
											Top Floor Studio										</option>
																				<option value="2-2">
											Detached Villa										</option>
																				<option value="2-4">
											Semi-Detached House										</option>
																				<option value="2-5">
											Townhouse										</option>
																				<option value="2-6">
											Finca - Cortijo										</option>
																				<option value="2-9">
											Bungalow										</option>
																				<option value="2-10">
											Quad										</option>
																				<option value="2-12">
											Castle										</option>
																				<option value="2-13">
											City Palace										</option>
																				<option value="2-14">
											Wooden Cabin										</option>
																				<option value="2-15">
											Wooden House										</option>
																				<option value="2-16">
											Mobile Home										</option>
																				<option value="2-17">
											Cave House										</option>
																				<option value="3-2">
											Residential Plot										</option>
																				<option value="3-3">
											Commercial Plot										</option>
																				<option value="3-4">
											Land										</option>
																				<option value="3-5">
											Land with Ruin										</option>
																				<option value="4-2">
											Bar										</option>
																				<option value="4-3">
											Restaurant										</option>
																				<option value="4-4">
											Café										</option>
																				<option value="4-5">
											Hotel										</option>
																				<option value="4-6">
											Hostel										</option>
																				<option value="4-7">
											Guest House										</option>
																				<option value="4-8">
											Bed and Breakfast										</option>
																				<option value="4-9">
											Shop										</option>
																				<option value="4-10">
											Office										</option>
																				<option value="4-11">
											Storage Room										</option>
																				<option value="4-12">
											Parking Space										</option>
																				<option value="4-13">
											Farm										</option>
																				<option value="4-15">
											Night Club										</option>
																				<option value="4-16">
											Warehouse										</option>
																				<option value="4-17">
											Garage										</option>
																				<option value="4-18">
											Business										</option>
																				<option value="4-19">
											Mooring										</option>
																				<option value="4-20">
											Stables										</option>
																				<option value="4-21">
											Kiosk										</option>
																				<option value="4-22">
											Chiringuito										</option>
																				<option value="4-23">
											Beach Bar										</option>
																				<option value="4-24">
											Mechanics										</option>
																				<option value="4-25">
											Hairdressers										</option>
																				<option value="4-26">
											Photography Studio										</option>
																				<option value="4-27">
											Laundry										</option>
																				<option value="4-28">
											Aparthotel										</option>
																				<option value="4-29">
											Apartment Complex										</option>
																				<option value="4-30">
											Residential Home										</option>
																				<option value="4-32">
											Vineyard										</option>
																				<option value="4-33">
											Olive Grove										</option>
																				<option value="4-34">
											Car Park										</option>
																				<option value="4-35">
											Commercial Premises										</option>
																				<option value="4-36">
											Campsite										</option>
																				<option value="4-37">
											With Residence										</option>
																				<option value="4-38">
											Building										</option>
																				<option value="4-100">
											Other										</option>
													</select>
			<div class="select-input-check">
			  <div class="selected-values" id="select-input-check">Property type</div>
			  <ul class="options-list" id="options-list-tipos" style="display: none;">
														<li>
																				<input type="checkbox" id="tipo-apartment" value="apartment"><label for="tipo-apartment">Apartment</label>
																			<ul>
																																			<li><input type="checkbox" id="tipo-1-2" value="1-2"><label for="tipo-1-2">Ground Floor Apartment</label></li>
																																			<li><input type="checkbox" id="tipo-1-4" value="1-4"><label for="tipo-1-4">Middle Floor Apartment</label></li>
																																			<li><input type="checkbox" id="tipo-1-5" value="1-5"><label for="tipo-1-5">Top Floor Apartment</label></li>
																																			<li><input type="checkbox" id="tipo-1-6" value="1-6"><label for="tipo-1-6">Penthouse</label></li>
																																			<li><input type="checkbox" id="tipo-1-7" value="1-7"><label for="tipo-1-7">Penthouse Duplex</label></li>
																																			<li><input type="checkbox" id="tipo-1-8" value="1-8"><label for="tipo-1-8">Duplex</label></li>
																																			<li><input type="checkbox" id="tipo-1-9" value="1-9"><label for="tipo-1-9">Ground Floor Studio</label></li>
																																			<li><input type="checkbox" id="tipo-1-10" value="1-10"><label for="tipo-1-10">Middle Floor Studio</label></li>
																																			<li><input type="checkbox" id="tipo-1-11" value="1-11"><label for="tipo-1-11">Top Floor Studio</label></li>
																					</ul>
																		</li>
																	<li>
																				<input type="checkbox" id="tipo-house" value="house"><label for="tipo-house">House</label>
																			<ul>
																																			<li><input type="checkbox" id="tipo-2-2" value="2-2"><label for="tipo-2-2">Detached Villa</label></li>
																																			<li><input type="checkbox" id="tipo-2-4" value="2-4"><label for="tipo-2-4">Semi-Detached House</label></li>
																																			<li><input type="checkbox" id="tipo-2-5" value="2-5"><label for="tipo-2-5">Townhouse</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">Castle</label></li>
																																			<li><input type="checkbox" id="tipo-2-13" value="2-13"><label for="tipo-2-13">City Palace</label></li>
																																			<li><input type="checkbox" id="tipo-2-14" value="2-14"><label for="tipo-2-14">Wooden Cabin</label></li>
																																			<li><input type="checkbox" id="tipo-2-15" value="2-15"><label for="tipo-2-15">Wooden House</label></li>
																																			<li><input type="checkbox" id="tipo-2-16" value="2-16"><label for="tipo-2-16">Mobile Home</label></li>
																																			<li><input type="checkbox" id="tipo-2-17" value="2-17"><label for="tipo-2-17">Cave House</label></li>
																					</ul>
																		</li>
																	<li>
																				<input type="checkbox" id="tipo-plot" value="plot"><label for="tipo-plot">Plot</label>
																			<ul>
																																			<li><input type="checkbox" id="tipo-3-2" value="3-2"><label for="tipo-3-2">Residential Plot</label></li>
																																			<li><input type="checkbox" id="tipo-3-3" value="3-3"><label for="tipo-3-3">Commercial Plot</label></li>
																																			<li><input type="checkbox" id="tipo-3-4" value="3-4"><label for="tipo-3-4">Land</label></li>
																																			<li><input type="checkbox" id="tipo-3-5" value="3-5"><label for="tipo-3-5">Land with Ruin</label></li>
																					</ul>
																		</li>
																	<li>
																				<input type="checkbox" id="tipo-commercial" value="commercial"><label for="tipo-commercial">Commercial</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">Restaurant</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">Hostel</label></li>
																																			<li><input type="checkbox" id="tipo-4-7" value="4-7"><label for="tipo-4-7">Guest House</label></li>
																																			<li><input type="checkbox" id="tipo-4-8" value="4-8"><label for="tipo-4-8">Bed and Breakfast</label></li>
																																			<li><input type="checkbox" id="tipo-4-9" value="4-9"><label for="tipo-4-9">Shop</label></li>
																																			<li><input type="checkbox" id="tipo-4-10" value="4-10"><label for="tipo-4-10">Office</label></li>
																																			<li><input type="checkbox" id="tipo-4-11" value="4-11"><label for="tipo-4-11">Storage Room</label></li>
																																			<li><input type="checkbox" id="tipo-4-12" value="4-12"><label for="tipo-4-12">Parking Space</label></li>
																																			<li><input type="checkbox" id="tipo-4-13" value="4-13"><label for="tipo-4-13">Farm</label></li>
																																			<li><input type="checkbox" id="tipo-4-15" value="4-15"><label for="tipo-4-15">Night Club</label></li>
																																			<li><input type="checkbox" id="tipo-4-16" value="4-16"><label for="tipo-4-16">Warehouse</label></li>
																																			<li><input type="checkbox" id="tipo-4-17" value="4-17"><label for="tipo-4-17">Garage</label></li>
																																			<li><input type="checkbox" id="tipo-4-18" value="4-18"><label for="tipo-4-18">Business</label></li>
																																			<li><input type="checkbox" id="tipo-4-19" value="4-19"><label for="tipo-4-19">Mooring</label></li>
																																			<li><input type="checkbox" id="tipo-4-20" value="4-20"><label for="tipo-4-20">Stables</label></li>
																																			<li><input type="checkbox" id="tipo-4-21" value="4-21"><label for="tipo-4-21">Kiosk</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">Beach Bar</label></li>
																																			<li><input type="checkbox" id="tipo-4-24" value="4-24"><label for="tipo-4-24">Mechanics</label></li>
																																			<li><input type="checkbox" id="tipo-4-25" value="4-25"><label for="tipo-4-25">Hairdressers</label></li>
																																			<li><input type="checkbox" id="tipo-4-26" value="4-26"><label for="tipo-4-26">Photography Studio</label></li>
																																			<li><input type="checkbox" id="tipo-4-27" value="4-27"><label for="tipo-4-27">Laundry</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">Apartment Complex</label></li>
																																			<li><input type="checkbox" id="tipo-4-30" value="4-30"><label for="tipo-4-30">Residential Home</label></li>
																																			<li><input type="checkbox" id="tipo-4-32" value="4-32"><label for="tipo-4-32">Vineyard</label></li>
																																			<li><input type="checkbox" id="tipo-4-33" value="4-33"><label for="tipo-4-33">Olive Grove</label></li>
																																			<li><input type="checkbox" id="tipo-4-34" value="4-34"><label for="tipo-4-34">Car Park</label></li>
																																			<li><input type="checkbox" id="tipo-4-35" value="4-35"><label for="tipo-4-35">Commercial Premises</label></li>
																																			<li><input type="checkbox" id="tipo-4-36" value="4-36"><label for="tipo-4-36">Campsite</label></li>
																																			<li><input type="checkbox" id="tipo-4-37" value="4-37"><label for="tipo-4-37">With Residence</label></li>
																																			<li><input type="checkbox" id="tipo-4-38" value="4-38"><label for="tipo-4-38">Building</label></li>
																																			<li><input type="checkbox" id="tipo-4-100" value="4-100"><label for="tipo-4-100">Other</label></li>
																					</ul>
																		</li>
																  	</ul>
			</div>
		</div>
	</div>
	<div class="grid-cntrlz-three-t">
		<div class="zona-precios">
			
		    <link rel="stylesheet" href="https://www.casa-excelente.com/wp-content/plugins/cntrlz-resale/web/shortcode/utiles/ion.rangeSlider.min.css"/>
		    <script src="https://www.casa-excelente.com/wp-content/plugins/cntrlz-resale/web/shortcode/utiles/jquery.min.js"></script>
		    <script src="https://www.casa-excelente.com/wp-content/plugins/cntrlz-resale/web/shortcode/utiles/ion.rangeSlider.min.js"></script>
		    <div class="label-form-pmr">Price:</div>
			<input type="text" class="js-range-slider" id="rango-precios" name="rango" value="" />
		    <script>
			var custom_values = [10000,15000,20000,25000,30000,35000,40000,45000,50000,100000,150000,200000,250000,300000,350000,400000,450000,500000,750000,1000000,1250000,1500000,1750000,2000000,2250000,2500000,3000000,3500000,4500000,4500000,9500000,14500000,19500000];				var my_from = custom_values.indexOf(5000);
				var my_to = custom_values.indexOf(19500000);
				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="">Bedrooms</option>
				<option value="1">1 Bedroom</option><option value="1x">1 or more bedrooms</option><option value="2">2 Bedrooms</option><option value="2x">2 or more bedrooms</option><option value="3">3 Bedrooms</option><option value="3x">3 or more bedrooms</option><option value="4">4 Bedrooms</option><option value="4x">4 or more bedrooms</option><option value="5">5 Bedrooms</option><option value="5x">5 or more bedrooms</option><option value="6">6 Bedrooms</option><option value="6x">6 or more bedrooms</option><option value="7">7 Bedrooms</option><option value="7x">7 or more bedrooms</option><option value="8">8 Bedrooms</option><option value="8x">8 or more bedrooms</option><option value="9">9 Bedrooms</option><option value="9x">9 or more bedrooms</option>			</select>
		</div>
		<div class="ultima-caja centrar">
			<select id="wc" class="wc">
				<option value=''>bathroom</option>
				<option value="1">1 bathroom</option><option value="1x">1 or more bathrooms</option><option value="2">2 bathrooms</option><option value="2x">2 or more bathrooms</option><option value="3">3 bathrooms</option><option value="3x">3 or more bathrooms</option><option value="4">4 bathrooms</option><option value="4x">4 or more bathrooms</option><option value="5">5 bathrooms</option><option value="5x">5 or more bathrooms</option><option value="6">6 bathrooms</option><option value="6x">6 or more bathrooms</option><option value="7">7 bathrooms</option><option value="7x">7 or more bathrooms</option><option value="8">8 bathrooms</option><option value="8x">8 or more bathrooms</option><option value="9">9 bathrooms</option><option value="9x">9 or more bathrooms</option>			</select>
		</div>
	</div>
	<div class="grid-cntrlz-two">
		<div>
			<select id="localizacion" name="busca_localidades" class="localizar" multiple="multiple" style="display:none;">
				<option value=''>All Locations</option>
					<option value="costa-del-sol">Costa del Sol</option><option value="algeciras">Algeciras</option><option value="san-roque">San Roque</option><option value="la-linea">La Línea</option><option value="la-alcaidesa">La Alcaidesa</option><option value="san-roque-club">San Roque Club</option><option value="sotogrande">Sotogrande</option><option value="sotogrande-alto">Sotogrande Alto</option><option value="sotogrande-costa">Sotogrande Costa</option><option value="sotogrande-marina">Sotogrande Marina</option><option value="sotogrande-puerto">Sotogrande Puerto</option><option value="guadiaro">Guadiaro</option><option value="torreguadiaro">Torreguadiaro</option><option value="pueblo-nuevo-de-guadiaro">Pueblo Nuevo de Guadiaro</option><option value="san-enrique">San Enrique</option><option value="san-martin-de-tesorillo">San Martín de Tesorillo</option><option value="san-diego">San Diego</option><option value="punta-chullera">Punta Chullera</option><option value="la-duquesa">La Duquesa</option><option value="san-luis-de-sabinillas">San Luis de Sabinillas</option><option value="gaucin">Gaucín</option><option value="benarraba">Benarrabá</option><option value="manilva">Manilva</option><option value="casares">Casares</option><option value="casares-playa">Casares Playa</option><option value="casares-pueblo">Casares Pueblo</option><option value="dona-julia">Doña Julia</option><option value="valle-romano">Valle Romano</option><option value="estepona">Estepona</option><option value="selwo">Selwo</option><option value="genalguacil">Genalguacil</option><option value="new-golden-mile">New Golden Mile</option><option value="benamara">Benamara</option><option value="el-padron">El Padron</option><option value="el-presidente">El Presidente</option><option value="bel-air">Bel Air</option><option value="costalita">Costalita</option><option value="cartajima">Cartajima</option><option value="cancelada">Cancelada</option><option value="los-flamingos">Los Flamingos</option><option value="el-paraiso">El Paraiso</option><option value="diana-park">Diana Park</option><option value="atalaya">Atalaya</option><option value="valle-del-sol">Valle del Sol</option><option value="guadalmina-alta">Guadalmina Alta</option><option value="guadalmina-baja">Guadalmina Baja</option><option value="hacienda-del-sol">Hacienda del Sol</option><option value="benahavis">Benahavís</option><option value="la-heredia">La Heredia</option><option value="el-madronal">El Madroñal</option><option value="la-zagaleta">La Zagaleta</option><option value="los-arqueros">Los Arqueros</option><option value="los-almendros">Los Almendros</option><option value="san-pedro-de-alcantara">San Pedro de Alcántara</option><option value="cortijo-blanco">Cortijo Blanco</option><option value="benalauria">Benalauría</option><option value="cortes-de-la-frontera">Cortes de la Frontera</option><option value="benaojan">Benaoján</option><option value="juzcar">Júzcar</option><option value="ronda">Ronda</option><option value="arriate">Arriate</option><option value="estacion-de-gaucin">Estación de Gaucin</option><option value="cuevas-del-becerro">Cuevas del Becerro</option><option value="monte-halcones">Monte Halcones</option><option value="la-quinta">La Quinta</option><option value="la-campana">La Campana</option><option value="aloha">Aloha</option><option value="las-brisas">Las Brisas</option><option value="nueva-andalucia">Nueva Andalucía</option><option value="puerto-banus">Puerto Banús</option><option value="the-golden-mile">The Golden Mile</option><option value="marbella">Marbella</option><option value="sierra-blanca">Sierra Blanca</option><option value="nagueles">Nagüeles</option><option value="istan">Istán</option><option value="ojen">Ojén</option><option value="monda">Monda</option><option value="guaro">Guaro</option><option value="tolox">Tolox</option><option value="el-burgo">El Burgo</option><option value="yunquera">Yunquera</option><option value="alozaina">Alozaina</option><option value="coin">Coín</option><option value="torre-real">Torre Real</option><option value="rio-real">Río Real</option><option value="bahia-de-marbella">Bahía de Marbella</option><option value="santa-clara">Santa Clara</option><option value="los-monteros">Los Monteros</option><option value="altos-de-los-monteros">Altos de los Monteros</option><option value="las-chapas">Las Chapas</option><option value="hacienda-las-chapas">Hacienda Las Chapas</option><option value="el-rosario">El Rosario</option><option value="costabella">Costabella</option><option value="la-mairena">La Mairena</option><option value="reserva-de-marbella">Reserva de Marbella</option><option value="elviria">Elviria</option><option value="marbesa">Marbesa</option><option value="carib-playa">Carib Playa</option><option value="artola">Artola</option><option value="cabopino">Cabopino</option><option value="puerto-de-cabopino">Puerto de Cabopino</option><option value="calahonda">Calahonda</option><option value="calanova-golf">Calanova Golf</option><option value="calypso">Calypso</option><option value="riviera-del-sol">Riviera del Sol</option><option value="miraflores">Miraflores</option><option value="torrenueva">Torrenueva</option><option value="la-cala">La Cala</option><option value="la-cala-golf">La Cala Golf</option><option value="la-cala-de-mijas">La Cala de Mijas</option><option value="la-cala-hills">La Cala Hills</option><option value="el-chaparral">El Chaparral</option><option value="el-faro">El Faro</option><option value="mijas-costa">Mijas Costa</option><option value="mijas">Mijas</option><option value="mijas-golf">Mijas Golf</option><option value="sierrezuela">Sierrezuela</option><option value="el-coto">El Coto</option><option value="campo-mijas">Campo Mijas</option><option value="alhaurin-el-grande">Alhaurín el Grande</option><option value="alhaurin-golf">Alhaurin Golf</option><option value="lauro-golf">Lauro Golf</option><option value="alhaurin-de-la-torre">Alhaurín de la Torre</option><option value="valtocado">Valtocado</option><option value="cerros-del-aguila">Cerros del Aguila</option><option value="las-lagunas">Las Lagunas</option><option value="fuengirola">Fuengirola</option><option value="los-boliches">Los Boliches</option><option value="los-pacos">Los Pacos</option><option value="torreblanca">Torreblanca</option><option value="carvajal">Carvajal</option><option value="la-capellania">La Capellania</option><option value="torrequebrada">Torrequebrada</option><option value="torremuelle">Torremuelle</option><option value="benalmadena-costa">Benalmadena Costa</option><option value="benalmadena-pueblo">Benalmadena Pueblo</option><option value="benalmadena">Benalmadena</option><option value="arroyo-de-la-miel">Arroyo de la Miel</option><option value="montemar">Montemar</option><option value="la-carihuela">La Carihuela</option><option value="el-pinillo">El Pinillo</option><option value="torremolinos">Torremolinos</option><option value="torremolinos-centro">Torremolinos Centro</option><option value="bajondillo">Bajondillo</option><option value="la-colina">La Colina</option><option value="playamar">Playamar</option><option value="los-alamos">Los Alamos</option><option value="fuente-de-piedra">Fuente de Piedra</option><option value="zalea">Zalea</option><option value="ardales">Ardales</option><option value="casarabonela">Casarabonela</option><option value="alora">Alora</option><option value="pizarra">Pizarra</option><option value="cartama">Cártama</option><option value="estacion-de-cartama">Estacion de Cartama</option><option value="gibralgalia">Gibralgalia</option><option value="casabermeja">Casabermeja</option><option value="mollina">Mollina</option><option value="antequera">Antequera</option><option value="almogia">Almogía</option><option value="valle-de-abdalajis">Valle de Abdalajis</option><option value="villanueva-de-la-concepcion">Villanueva De La Concepcion</option><option value="villanueva-del-rosario">Villanueva del Rosario</option><option value="archidona">Archidona</option><option value="villanueva-del-trabuco">Villanueva del Trabuco</option><option value="bailen-miraflores">Bailen Miraflores</option><option value="malaga">Málaga</option><option value="malaga-centro">Málaga Centro</option><option value="puerto-de-la-torre">Puerto de la Torre</option><option value="malaga-este">Málaga Este</option><option value="alameda">Alameda</option><option value="canete-la-real">Cañete la Real</option><option value="cuevas-bajas">Cuevas Bajas</option><option value="villanueva-de-algaidas">Villanueva de Algaidas</option><option value="cuevas-de-san-marcos">Cuevas De San Marcos</option><option value="jubrique">Jubrique</option><option value="teba">Teba</option><option value="higueron">Higueron</option>			</select>
						<div class="select-input-check-localizacion">
				<div class="selected-values-localizacion" id="select-input-check-localizacion">All Locations</div>
			</div>
		</div>
		<div class="ultima-caja">
			<select id="detacado" class="destacado" multiple="multiple" style="display:none;">
															<option value="Beachfront">Beachfront</option>
											<option value="Frontline-Golf">Frontline Golf</option>
											<option value="Town">Town</option>
											<option value="Suburban">Suburban</option>
											<option value="Country">Country</option>
											<option value="Commercial-Area">Commercial Area</option>
											<option value="Beachside">Beachside</option>
											<option value="Port">Port</option>
											<option value="Village">Village</option>
											<option value="Mountain-Pueblo">Mountain Pueblo</option>
											<option value="Close-To-Golf">Close To Golf</option>
											<option value="Close-To-Port">Close To Port</option>
											<option value="Close-To-Shops">Close To Shops</option>
											<option value="Close-To-Sea">Close To Sea</option>
											<option value="Close-To-Town">Close To Town</option>
											<option value="Close-To-Schools">Close To Schools</option>
											<option value="Close-To-Skiing">Close To Skiing</option>
											<option value="Close-To-Forest">Close To Forest</option>
											<option value="Marina">Marina</option>
											<option value="Close-To-Marina">Close To Marina</option>
											<option value="Urbanisation">Urbanisation</option>
											<option value="Front-Line-Beach-Complex">Front Line Beach Complex</option>
																				<option value="North-Facing">North Facing</option>
											<option value="North-East-Orientation">North East Orientation</option>
											<option value="East-Facing">East Facing</option>
											<option value="South-East-Orientation">South East Orientation</option>
											<option value="South-Facing">South Facing</option>
											<option value="South-West-Orientation">South West Orientation</option>
											<option value="West-Facing">West Facing</option>
											<option value="North-West-Orientation">North West Orientation</option>
																				<option value="Excellent-Condition">Excellent Condition</option>
											<option value="Good-Condition">Good Condition</option>
											<option value="Fair-Condition">Fair Condition</option>
											<option value="Renovation-Required">Renovation Required</option>
											<option value="Recently-Renovated">Recently Renovated</option>
											<option value="Recently-Refurbished">Recently Refurbished</option>
											<option value="Restoration-Required">Restoration Required</option>
											<option value="New-Construction">New Construction</option>
																				<option value="Communal-Pool">Communal Pool</option>
											<option value="Private-Pool">Private Pool</option>
											<option value="Indoor-Pool">Indoor Pool</option>
											<option value="Heated-Pool">Heated Pool</option>
											<option value="Room-For-Pool">Room For Pool</option>
											<option value="Childrens-Pool">Childrens Pool</option>
																				<option value="Air-Conditioning">Air Conditioning</option>
											<option value="Pre-Installed-A/C">Pre Installed A/C</option>
											<option value="Hot-A/C">Hot A/C</option>
											<option value="Cold-A/C">Cold A/C</option>
											<option value="Central-Heating">Central Heating</option>
											<option value="Fireplace">Fireplace</option>
											<option value="U/F-Heating">U/F Heating</option>
											<option value="U/F/H-Bathrooms">U/F/H Bathrooms</option>
																				<option value="Sea-Views">Sea Views</option>
											<option value="Mountain-Views">Mountain Views</option>
											<option value="Golf-Views">Golf Views</option>
											<option value="Beach-Views">Beach Views</option>
											<option value="Port-Views">Port Views</option>
											<option value="Country-Views">Country Views</option>
											<option value="Panoramic-Views">Panoramic Views</option>
											<option value="Garden-Views">Garden Views</option>
											<option value="Pool-Views">Pool Views</option>
											<option value="Courtyard-Views">Courtyard Views</option>
											<option value="Lake-Views">Lake Views</option>
											<option value="Urban-Views">Urban Views</option>
											<option value="Ski-Views">Ski Views</option>
											<option value="Forest-Views">Forest Views</option>
											<option value="Street-Views">Street Views</option>
																				<option value="Covered-Terrace">Covered Terrace</option>
											<option value="Lift">Lift</option>
											<option value="Fitted-Wardrobes">Fitted Wardrobes</option>
											<option value="Near-Transport">Near Transport</option>
											<option value="Private-Terrace">Private Terrace</option>
											<option value="Solarium">Solarium</option>
											<option value="Satellite-TV">Satellite TV</option>
											<option value="WiFi">WiFi</option>
											<option value="Gym">Gym</option>
											<option value="Sauna">Sauna</option>
											<option value="Games-Room">Games Room</option>
											<option value="Paddle-Tennis">Paddle Tennis</option>
											<option value="Tennis-Court">Tennis Court</option>
											<option value="Guest-Apartment">Guest Apartment</option>
											<option value="Guest-House">Guest House</option>
											<option value="Storage-Room">Storage Room</option>
											<option value="Utility-Room">Utility Room</option>
											<option value="Ensuite-Bathroom">Ensuite Bathroom</option>
											<option value="Wood-Flooring">Wood Flooring</option>
											<option value="Disabled-Access">Disabled Access</option>
											<option value="Marble-Flooring">Marble Flooring</option>
											<option value="Jacuzzi">Jacuzzi</option>
											<option value="Bar">Bar</option>
											<option value="Barbeque">Barbeque</option>
											<option value="Double-Glazing">Double Glazing</option>
											<option value="Domotics">Domotics</option>
											<option value="24-Hour-Reception">24 Hour Reception</option>
											<option value="Restaurant-On-Site">Restaurant On Site</option>
											<option value="Car-Hire-Facility">Car Hire Facility</option>
											<option value="Courtesy-Bus">Courtesy Bus</option>
											<option value="Day-Care">Day Care</option>
											<option value="Near-Mosque">Near Mosque</option>
											<option value="Staff-Accommodation">Staff Accommodation</option>
											<option value="Stables">Stables</option>
											<option value="Near-Church">Near Church</option>
											<option value="Basement">Basement</option>
											<option value="Fiber-Optic">Fiber Optic</option>
																				<option value="Fully-Furnished">Fully Furnished</option>
											<option value="Part-Furnished">Part Furnished</option>
											<option value="Not-Furnished">Not Furnished</option>
											<option value="Optional-Furniture">Optional Furniture</option>
																				<option value="Fully-Fitted-Kitchen">Fully Fitted Kitchen</option>
											<option value="Partially-Fitted-Kitchen">Partially Fitted Kitchen</option>
											<option value="Not-Fitted-Kitchen">Not Fitted Kitchen</option>
											<option value="Kitchen-Lounge">Kitchen-Lounge</option>
																				<option value="Communal-Garden">Communal Garden</option>
											<option value="Private-Garden">Private Garden</option>
											<option value="Landscaped-Garden">Landscaped Garden</option>
											<option value="Easy-Maintenance-Garden">Easy Maintenance Garden</option>
																				<option value="Gated-Complex">Gated Complex</option>
											<option value="Electric-Blinds">Electric Blinds</option>
											<option value="Entry-Phone">Entry Phone</option>
											<option value="Alarm-System">Alarm System</option>
											<option value="24-Hour-Security">24 Hour Security</option>
											<option value="Safe">Safe</option>
																				<option value="Underground-Parking">Underground Parking</option>
											<option value="Garage">Garage</option>
											<option value="Covered-Parking">Covered Parking</option>
											<option value="Open-Parking">Open Parking</option>
											<option value="Street-Parking">Street Parking</option>
											<option value="Multiple-Parking-Spaces">Multiple Parking Spaces</option>
											<option value="Communal-Parking">Communal Parking</option>
											<option value="Private-Parking">Private Parking</option>
											<option value="EV-charge-point">EV charge point</option>
																				<option value="Electricity">Electricity</option>
											<option value="Drinkable-Water">Drinkable Water</option>
											<option value="Telephone">Telephone</option>
											<option value="Gas">Gas</option>
											<option value="Photovoltaic-solar-panels">Photovoltaic solar panels</option>
											<option value="Solar-water-heating">Solar water heating</option>
																				<option value="Bargain">Bargain</option>
											<option value="Beachfront">Beachfront</option>
											<option value="Cheap">Cheap</option>
											<option value="Distressed">Distressed</option>
											<option value="Golf">Golf</option>
											<option value="Holiday-Homes">Holiday Homes</option>
											<option value="Investment">Investment</option>
											<option value="Luxury">Luxury</option>
											<option value="Off-Plan">Off Plan</option>
											<option value="Reduced">Reduced</option>
											<option value="Repossession">Repossession</option>
											<option value="Resale">Resale</option>
											<option value="With-Planning-Permission">With Planning Permission</option>
											<option value="Contemporary">Contemporary</option>
											<option value="New-Development">New Development</option>
																				<option value="Plot">Plot</option>
											<option value="With-License">With License</option>
											<option value="Without-License">Without License</option>
											<option value="Residential">Residential</option>
											<option value="Commercial">Commercial</option>
											<option value="Project">Project</option>
											<option value="Rustic">Rustic</option>
											<option value="Urbanised">Urbanised</option>
											<option value="Fully-Approved">Fully Approved</option>
											<option value="Not-Started">Not Started</option>
											<option value="Partially-Complete">Partially Complete</option>
											<option value="Fully-Complete">Fully Complete</option>
											<option value="Hotel">Hotel</option>
											<option value="Hostel">Hostel</option>
											<option value="Bed-and-Breakfast">Bed and Breakfast</option>
											<option value="Bar">Bar</option>
											<option value="Restaurant">Restaurant</option>
											<option value="Shop">Shop</option>
											<option value="Office">Office</option>
											<option value="Apartments">Apartments</option>
											<option value="Town-Houses">Town Houses</option>
											<option value="Villas">Villas</option>
											<option value="Nursing-Home">Nursing Home</option>
											<option value="Hospital">Hospital</option>
											<option value="School">School</option>
											<option value="Sports-Centre">Sports Centre</option>
											<option value="Equestrian-Centre">Equestrian Centre</option>
											<option value="Golf-Course">Golf Course</option>
											<option value="Garage-Space">Garage Space</option>
											<option value="Warehouse">Warehouse</option>
											<option value="Leasehold">Leasehold</option>
											<option value="Gymnasium">Gymnasium</option>
																				<option value="Bank-Guarantee-Required">Bank Guarantee Required</option>
											<option value="References-Required">References Required</option>
											<option value="Smoking-Allowed">Smoking Allowed</option>
											<option value="Pets-Allowed">Pets Allowed</option>
												</select>
			<div class="select-input-check-destacado">
				<div class="selected-values-destacado" id="select-input-check-destacado">Features</div>
				<div class="options-list-destacado" id="options-list-destacado" style="display:none;">
											<button class="accordion">Setting</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Beachfront" value="Beachfront"><label for="destacado-Beachfront">Beachfront</label></li>
																	<li><input type="checkbox" id="destacado-Frontline-Golf" value="Frontline-Golf"><label for="destacado-Frontline-Golf">Frontline Golf</label></li>
																	<li><input type="checkbox" id="destacado-Town" value="Town"><label for="destacado-Town">Town</label></li>
																	<li><input type="checkbox" id="destacado-Suburban" value="Suburban"><label for="destacado-Suburban">Suburban</label></li>
																	<li><input type="checkbox" id="destacado-Country" value="Country"><label for="destacado-Country">Country</label></li>
																	<li><input type="checkbox" id="destacado-Commercial-Area" value="Commercial-Area"><label for="destacado-Commercial-Area">Commercial Area</label></li>
																	<li><input type="checkbox" id="destacado-Beachside" value="Beachside"><label for="destacado-Beachside">Beachside</label></li>
																	<li><input type="checkbox" id="destacado-Port" value="Port"><label for="destacado-Port">Port</label></li>
																	<li><input type="checkbox" id="destacado-Village" value="Village"><label for="destacado-Village">Village</label></li>
																	<li><input type="checkbox" id="destacado-Mountain-Pueblo" value="Mountain-Pueblo"><label for="destacado-Mountain-Pueblo">Mountain Pueblo</label></li>
																	<li><input type="checkbox" id="destacado-Close-To-Golf" value="Close-To-Golf"><label for="destacado-Close-To-Golf">Close To Golf</label></li>
																	<li><input type="checkbox" id="destacado-Close-To-Port" value="Close-To-Port"><label for="destacado-Close-To-Port">Close To Port</label></li>
																	<li><input type="checkbox" id="destacado-Close-To-Shops" value="Close-To-Shops"><label for="destacado-Close-To-Shops">Close To Shops</label></li>
																	<li><input type="checkbox" id="destacado-Close-To-Sea" value="Close-To-Sea"><label for="destacado-Close-To-Sea">Close To Sea</label></li>
																	<li><input type="checkbox" id="destacado-Close-To-Town" value="Close-To-Town"><label for="destacado-Close-To-Town">Close To Town</label></li>
																	<li><input type="checkbox" id="destacado-Close-To-Schools" value="Close-To-Schools"><label for="destacado-Close-To-Schools">Close To Schools</label></li>
																	<li><input type="checkbox" id="destacado-Close-To-Skiing" value="Close-To-Skiing"><label for="destacado-Close-To-Skiing">Close To Skiing</label></li>
																	<li><input type="checkbox" id="destacado-Close-To-Forest" value="Close-To-Forest"><label for="destacado-Close-To-Forest">Close To Forest</label></li>
																	<li><input type="checkbox" id="destacado-Marina" value="Marina"><label for="destacado-Marina">Marina</label></li>
																	<li><input type="checkbox" id="destacado-Close-To-Marina" value="Close-To-Marina"><label for="destacado-Close-To-Marina">Close To Marina</label></li>
																	<li><input type="checkbox" id="destacado-Urbanisation" value="Urbanisation"><label for="destacado-Urbanisation">Urbanisation</label></li>
																	<li><input type="checkbox" id="destacado-Front-Line-Beach-Complex" value="Front-Line-Beach-Complex"><label for="destacado-Front-Line-Beach-Complex">Front Line Beach Complex</label></li>
															</ul>
						</div>
											<button class="accordion">Orientation</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-North-Facing" value="North-Facing"><label for="destacado-North-Facing">North Facing</label></li>
																	<li><input type="checkbox" id="destacado-North-East-Orientation" value="North-East-Orientation"><label for="destacado-North-East-Orientation">North East Orientation</label></li>
																	<li><input type="checkbox" id="destacado-East-Facing" value="East-Facing"><label for="destacado-East-Facing">East Facing</label></li>
																	<li><input type="checkbox" id="destacado-South-East-Orientation" value="South-East-Orientation"><label for="destacado-South-East-Orientation">South East Orientation</label></li>
																	<li><input type="checkbox" id="destacado-South-Facing" value="South-Facing"><label for="destacado-South-Facing">South Facing</label></li>
																	<li><input type="checkbox" id="destacado-South-West-Orientation" value="South-West-Orientation"><label for="destacado-South-West-Orientation">South West Orientation</label></li>
																	<li><input type="checkbox" id="destacado-West-Facing" value="West-Facing"><label for="destacado-West-Facing">West Facing</label></li>
																	<li><input type="checkbox" id="destacado-North-West-Orientation" value="North-West-Orientation"><label for="destacado-North-West-Orientation">North West Orientation</label></li>
															</ul>
						</div>
											<button class="accordion">Condition</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Excellent-Condition" value="Excellent-Condition"><label for="destacado-Excellent-Condition">Excellent Condition</label></li>
																	<li><input type="checkbox" id="destacado-Good-Condition" value="Good-Condition"><label for="destacado-Good-Condition">Good Condition</label></li>
																	<li><input type="checkbox" id="destacado-Fair-Condition" value="Fair-Condition"><label for="destacado-Fair-Condition">Fair Condition</label></li>
																	<li><input type="checkbox" id="destacado-Renovation-Required" value="Renovation-Required"><label for="destacado-Renovation-Required">Renovation Required</label></li>
																	<li><input type="checkbox" id="destacado-Recently-Renovated" value="Recently-Renovated"><label for="destacado-Recently-Renovated">Recently Renovated</label></li>
																	<li><input type="checkbox" id="destacado-Recently-Refurbished" value="Recently-Refurbished"><label for="destacado-Recently-Refurbished">Recently Refurbished</label></li>
																	<li><input type="checkbox" id="destacado-Restoration-Required" value="Restoration-Required"><label for="destacado-Restoration-Required">Restoration Required</label></li>
																	<li><input type="checkbox" id="destacado-New-Construction" value="New-Construction"><label for="destacado-New-Construction">New Construction</label></li>
															</ul>
						</div>
											<button class="accordion">Pool</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Communal-Pool" value="Communal-Pool"><label for="destacado-Communal-Pool">Communal Pool</label></li>
																	<li><input type="checkbox" id="destacado-Private-Pool" value="Private-Pool"><label for="destacado-Private-Pool">Private Pool</label></li>
																	<li><input type="checkbox" id="destacado-Indoor-Pool" value="Indoor-Pool"><label for="destacado-Indoor-Pool">Indoor Pool</label></li>
																	<li><input type="checkbox" id="destacado-Heated-Pool" value="Heated-Pool"><label for="destacado-Heated-Pool">Heated Pool</label></li>
																	<li><input type="checkbox" id="destacado-Room-For-Pool" value="Room-For-Pool"><label for="destacado-Room-For-Pool">Room For Pool</label></li>
																	<li><input type="checkbox" id="destacado-Childrens-Pool" value="Childrens-Pool"><label for="destacado-Childrens-Pool">Childrens Pool</label></li>
															</ul>
						</div>
											<button class="accordion">Climate Control</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Air-Conditioning" value="Air-Conditioning"><label for="destacado-Air-Conditioning">Air Conditioning</label></li>
																	<li><input type="checkbox" id="destacado-Pre-Installed-A/C" value="Pre-Installed-A/C"><label for="destacado-Pre-Installed-A/C">Pre Installed A/C</label></li>
																	<li><input type="checkbox" id="destacado-Hot-A/C" value="Hot-A/C"><label for="destacado-Hot-A/C">Hot A/C</label></li>
																	<li><input type="checkbox" id="destacado-Cold-A/C" value="Cold-A/C"><label for="destacado-Cold-A/C">Cold A/C</label></li>
																	<li><input type="checkbox" id="destacado-Central-Heating" value="Central-Heating"><label for="destacado-Central-Heating">Central Heating</label></li>
																	<li><input type="checkbox" id="destacado-Fireplace" value="Fireplace"><label for="destacado-Fireplace">Fireplace</label></li>
																	<li><input type="checkbox" id="destacado-U/F-Heating" value="U/F-Heating"><label for="destacado-U/F-Heating">U/F Heating</label></li>
																	<li><input type="checkbox" id="destacado-U/F/H-Bathrooms" value="U/F/H-Bathrooms"><label for="destacado-U/F/H-Bathrooms">U/F/H Bathrooms</label></li>
															</ul>
						</div>
											<button class="accordion">Views</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Sea-Views" value="Sea-Views"><label for="destacado-Sea-Views">Sea Views</label></li>
																	<li><input type="checkbox" id="destacado-Mountain-Views" value="Mountain-Views"><label for="destacado-Mountain-Views">Mountain Views</label></li>
																	<li><input type="checkbox" id="destacado-Golf-Views" value="Golf-Views"><label for="destacado-Golf-Views">Golf Views</label></li>
																	<li><input type="checkbox" id="destacado-Beach-Views" value="Beach-Views"><label for="destacado-Beach-Views">Beach Views</label></li>
																	<li><input type="checkbox" id="destacado-Port-Views" value="Port-Views"><label for="destacado-Port-Views">Port Views</label></li>
																	<li><input type="checkbox" id="destacado-Country-Views" value="Country-Views"><label for="destacado-Country-Views">Country Views</label></li>
																	<li><input type="checkbox" id="destacado-Panoramic-Views" value="Panoramic-Views"><label for="destacado-Panoramic-Views">Panoramic Views</label></li>
																	<li><input type="checkbox" id="destacado-Garden-Views" value="Garden-Views"><label for="destacado-Garden-Views">Garden Views</label></li>
																	<li><input type="checkbox" id="destacado-Pool-Views" value="Pool-Views"><label for="destacado-Pool-Views">Pool Views</label></li>
																	<li><input type="checkbox" id="destacado-Courtyard-Views" value="Courtyard-Views"><label for="destacado-Courtyard-Views">Courtyard Views</label></li>
																	<li><input type="checkbox" id="destacado-Lake-Views" value="Lake-Views"><label for="destacado-Lake-Views">Lake Views</label></li>
																	<li><input type="checkbox" id="destacado-Urban-Views" value="Urban-Views"><label for="destacado-Urban-Views">Urban Views</label></li>
																	<li><input type="checkbox" id="destacado-Ski-Views" value="Ski-Views"><label for="destacado-Ski-Views">Ski Views</label></li>
																	<li><input type="checkbox" id="destacado-Forest-Views" value="Forest-Views"><label for="destacado-Forest-Views">Forest Views</label></li>
																	<li><input type="checkbox" id="destacado-Street-Views" value="Street-Views"><label for="destacado-Street-Views">Street Views</label></li>
															</ul>
						</div>
											<button class="accordion">Features</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Covered-Terrace" value="Covered-Terrace"><label for="destacado-Covered-Terrace">Covered Terrace</label></li>
																	<li><input type="checkbox" id="destacado-Lift" value="Lift"><label for="destacado-Lift">Lift</label></li>
																	<li><input type="checkbox" id="destacado-Fitted-Wardrobes" value="Fitted-Wardrobes"><label for="destacado-Fitted-Wardrobes">Fitted Wardrobes</label></li>
																	<li><input type="checkbox" id="destacado-Near-Transport" value="Near-Transport"><label for="destacado-Near-Transport">Near Transport</label></li>
																	<li><input type="checkbox" id="destacado-Private-Terrace" value="Private-Terrace"><label for="destacado-Private-Terrace">Private Terrace</label></li>
																	<li><input type="checkbox" id="destacado-Solarium" value="Solarium"><label for="destacado-Solarium">Solarium</label></li>
																	<li><input type="checkbox" id="destacado-Satellite-TV" value="Satellite-TV"><label for="destacado-Satellite-TV">Satellite TV</label></li>
																	<li><input type="checkbox" id="destacado-WiFi" value="WiFi"><label for="destacado-WiFi">WiFi</label></li>
																	<li><input type="checkbox" id="destacado-Gym" value="Gym"><label for="destacado-Gym">Gym</label></li>
																	<li><input type="checkbox" id="destacado-Sauna" value="Sauna"><label for="destacado-Sauna">Sauna</label></li>
																	<li><input type="checkbox" id="destacado-Games-Room" value="Games-Room"><label for="destacado-Games-Room">Games Room</label></li>
																	<li><input type="checkbox" id="destacado-Paddle-Tennis" value="Paddle-Tennis"><label for="destacado-Paddle-Tennis">Paddle Tennis</label></li>
																	<li><input type="checkbox" id="destacado-Tennis-Court" value="Tennis-Court"><label for="destacado-Tennis-Court">Tennis Court</label></li>
																	<li><input type="checkbox" id="destacado-Guest-Apartment" value="Guest-Apartment"><label for="destacado-Guest-Apartment">Guest Apartment</label></li>
																	<li><input type="checkbox" id="destacado-Guest-House" value="Guest-House"><label for="destacado-Guest-House">Guest House</label></li>
																	<li><input type="checkbox" id="destacado-Storage-Room" value="Storage-Room"><label for="destacado-Storage-Room">Storage Room</label></li>
																	<li><input type="checkbox" id="destacado-Utility-Room" value="Utility-Room"><label for="destacado-Utility-Room">Utility Room</label></li>
																	<li><input type="checkbox" id="destacado-Ensuite-Bathroom" value="Ensuite-Bathroom"><label for="destacado-Ensuite-Bathroom">Ensuite Bathroom</label></li>
																	<li><input type="checkbox" id="destacado-Wood-Flooring" value="Wood-Flooring"><label for="destacado-Wood-Flooring">Wood Flooring</label></li>
																	<li><input type="checkbox" id="destacado-Disabled-Access" value="Disabled-Access"><label for="destacado-Disabled-Access">Disabled Access</label></li>
																	<li><input type="checkbox" id="destacado-Marble-Flooring" value="Marble-Flooring"><label for="destacado-Marble-Flooring">Marble Flooring</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-Barbeque" value="Barbeque"><label for="destacado-Barbeque">Barbeque</label></li>
																	<li><input type="checkbox" id="destacado-Double-Glazing" value="Double-Glazing"><label for="destacado-Double-Glazing">Double Glazing</label></li>
																	<li><input type="checkbox" id="destacado-Domotics" value="Domotics"><label for="destacado-Domotics">Domotics</label></li>
																	<li><input type="checkbox" id="destacado-24-Hour-Reception" value="24-Hour-Reception"><label for="destacado-24-Hour-Reception">24 Hour Reception</label></li>
																	<li><input type="checkbox" id="destacado-Restaurant-On-Site" value="Restaurant-On-Site"><label for="destacado-Restaurant-On-Site">Restaurant On Site</label></li>
																	<li><input type="checkbox" id="destacado-Car-Hire-Facility" value="Car-Hire-Facility"><label for="destacado-Car-Hire-Facility">Car Hire Facility</label></li>
																	<li><input type="checkbox" id="destacado-Courtesy-Bus" value="Courtesy-Bus"><label for="destacado-Courtesy-Bus">Courtesy Bus</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-Near-Mosque" value="Near-Mosque"><label for="destacado-Near-Mosque">Near Mosque</label></li>
																	<li><input type="checkbox" id="destacado-Staff-Accommodation" value="Staff-Accommodation"><label for="destacado-Staff-Accommodation">Staff Accommodation</label></li>
																	<li><input type="checkbox" id="destacado-Stables" value="Stables"><label for="destacado-Stables">Stables</label></li>
																	<li><input type="checkbox" id="destacado-Near-Church" value="Near-Church"><label for="destacado-Near-Church">Near Church</label></li>
																	<li><input type="checkbox" id="destacado-Basement" value="Basement"><label for="destacado-Basement">Basement</label></li>
																	<li><input type="checkbox" id="destacado-Fiber-Optic" value="Fiber-Optic"><label for="destacado-Fiber-Optic">Fiber Optic</label></li>
															</ul>
						</div>
											<button class="accordion">Furniture</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Fully-Furnished" value="Fully-Furnished"><label for="destacado-Fully-Furnished">Fully Furnished</label></li>
																	<li><input type="checkbox" id="destacado-Part-Furnished" value="Part-Furnished"><label for="destacado-Part-Furnished">Part Furnished</label></li>
																	<li><input type="checkbox" id="destacado-Not-Furnished" value="Not-Furnished"><label for="destacado-Not-Furnished">Not Furnished</label></li>
																	<li><input type="checkbox" id="destacado-Optional-Furniture" value="Optional-Furniture"><label for="destacado-Optional-Furniture">Optional Furniture</label></li>
															</ul>
						</div>
											<button class="accordion">Kitchen</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Fully-Fitted-Kitchen" value="Fully-Fitted-Kitchen"><label for="destacado-Fully-Fitted-Kitchen">Fully Fitted Kitchen</label></li>
																	<li><input type="checkbox" id="destacado-Partially-Fitted-Kitchen" value="Partially-Fitted-Kitchen"><label for="destacado-Partially-Fitted-Kitchen">Partially Fitted Kitchen</label></li>
																	<li><input type="checkbox" id="destacado-Not-Fitted-Kitchen" value="Not-Fitted-Kitchen"><label for="destacado-Not-Fitted-Kitchen">Not Fitted Kitchen</label></li>
																	<li><input type="checkbox" id="destacado-Kitchen-Lounge" value="Kitchen-Lounge"><label for="destacado-Kitchen-Lounge">Kitchen-Lounge</label></li>
															</ul>
						</div>
											<button class="accordion">Garden</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Communal-Garden" value="Communal-Garden"><label for="destacado-Communal-Garden">Communal Garden</label></li>
																	<li><input type="checkbox" id="destacado-Private-Garden" value="Private-Garden"><label for="destacado-Private-Garden">Private Garden</label></li>
																	<li><input type="checkbox" id="destacado-Landscaped-Garden" value="Landscaped-Garden"><label for="destacado-Landscaped-Garden">Landscaped Garden</label></li>
																	<li><input type="checkbox" id="destacado-Easy-Maintenance-Garden" value="Easy-Maintenance-Garden"><label for="destacado-Easy-Maintenance-Garden">Easy Maintenance Garden</label></li>
															</ul>
						</div>
											<button class="accordion">Security</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Gated-Complex" value="Gated-Complex"><label for="destacado-Gated-Complex">Gated Complex</label></li>
																	<li><input type="checkbox" id="destacado-Electric-Blinds" value="Electric-Blinds"><label for="destacado-Electric-Blinds">Electric Blinds</label></li>
																	<li><input type="checkbox" id="destacado-Entry-Phone" value="Entry-Phone"><label for="destacado-Entry-Phone">Entry Phone</label></li>
																	<li><input type="checkbox" id="destacado-Alarm-System" value="Alarm-System"><label for="destacado-Alarm-System">Alarm System</label></li>
																	<li><input type="checkbox" id="destacado-24-Hour-Security" value="24-Hour-Security"><label for="destacado-24-Hour-Security">24 Hour Security</label></li>
																	<li><input type="checkbox" id="destacado-Safe" value="Safe"><label for="destacado-Safe">Safe</label></li>
															</ul>
						</div>
											<button class="accordion">Parking</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Underground-Parking" value="Underground-Parking"><label for="destacado-Underground-Parking">Underground Parking</label></li>
																	<li><input type="checkbox" id="destacado-Garage" value="Garage"><label for="destacado-Garage">Garage</label></li>
																	<li><input type="checkbox" id="destacado-Covered-Parking" value="Covered-Parking"><label for="destacado-Covered-Parking">Covered Parking</label></li>
																	<li><input type="checkbox" id="destacado-Open-Parking" value="Open-Parking"><label for="destacado-Open-Parking">Open Parking</label></li>
																	<li><input type="checkbox" id="destacado-Street-Parking" value="Street-Parking"><label for="destacado-Street-Parking">Street Parking</label></li>
																	<li><input type="checkbox" id="destacado-Multiple-Parking-Spaces" value="Multiple-Parking-Spaces"><label for="destacado-Multiple-Parking-Spaces">Multiple Parking Spaces</label></li>
																	<li><input type="checkbox" id="destacado-Communal-Parking" value="Communal-Parking"><label for="destacado-Communal-Parking">Communal Parking</label></li>
																	<li><input type="checkbox" id="destacado-Private-Parking" value="Private-Parking"><label for="destacado-Private-Parking">Private Parking</label></li>
																	<li><input type="checkbox" id="destacado-EV-charge-point" value="EV-charge-point"><label for="destacado-EV-charge-point">EV charge point</label></li>
															</ul>
						</div>
											<button class="accordion">Utilities</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Electricity" value="Electricity"><label for="destacado-Electricity">Electricity</label></li>
																	<li><input type="checkbox" id="destacado-Drinkable-Water" value="Drinkable-Water"><label for="destacado-Drinkable-Water">Drinkable Water</label></li>
																	<li><input type="checkbox" id="destacado-Telephone" value="Telephone"><label for="destacado-Telephone">Telephone</label></li>
																	<li><input type="checkbox" id="destacado-Gas" value="Gas"><label for="destacado-Gas">Gas</label></li>
																	<li><input type="checkbox" id="destacado-Photovoltaic-solar-panels" value="Photovoltaic-solar-panels"><label for="destacado-Photovoltaic-solar-panels">Photovoltaic solar panels</label></li>
																	<li><input type="checkbox" id="destacado-Solar-water-heating" value="Solar-water-heating"><label for="destacado-Solar-water-heating">Solar water heating</label></li>
															</ul>
						</div>
											<button class="accordion">Category</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Bargain" value="Bargain"><label for="destacado-Bargain">Bargain</label></li>
																	<li><input type="checkbox" id="destacado-Beachfront" value="Beachfront"><label for="destacado-Beachfront">Beachfront</label></li>
																	<li><input type="checkbox" id="destacado-Cheap" value="Cheap"><label for="destacado-Cheap">Cheap</label></li>
																	<li><input type="checkbox" id="destacado-Distressed" value="Distressed"><label for="destacado-Distressed">Distressed</label></li>
																	<li><input type="checkbox" id="destacado-Golf" value="Golf"><label for="destacado-Golf">Golf</label></li>
																	<li><input type="checkbox" id="destacado-Holiday-Homes" value="Holiday-Homes"><label for="destacado-Holiday-Homes">Holiday Homes</label></li>
																	<li><input type="checkbox" id="destacado-Investment" value="Investment"><label for="destacado-Investment">Investment</label></li>
																	<li><input type="checkbox" id="destacado-Luxury" value="Luxury"><label for="destacado-Luxury">Luxury</label></li>
																	<li><input type="checkbox" id="destacado-Off-Plan" value="Off-Plan"><label for="destacado-Off-Plan">Off Plan</label></li>
																	<li><input type="checkbox" id="destacado-Reduced" value="Reduced"><label for="destacado-Reduced">Reduced</label></li>
																	<li><input type="checkbox" id="destacado-Repossession" value="Repossession"><label for="destacado-Repossession">Repossession</label></li>
																	<li><input type="checkbox" id="destacado-Resale" value="Resale"><label for="destacado-Resale">Resale</label></li>
																	<li><input type="checkbox" id="destacado-With-Planning-Permission" value="With-Planning-Permission"><label for="destacado-With-Planning-Permission">With Planning Permission</label></li>
																	<li><input type="checkbox" id="destacado-Contemporary" value="Contemporary"><label for="destacado-Contemporary">Contemporary</label></li>
																	<li><input type="checkbox" id="destacado-New-Development" value="New-Development"><label for="destacado-New-Development">New Development</label></li>
															</ul>
						</div>
											<button class="accordion">Plots and Ventures</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Plot" value="Plot"><label for="destacado-Plot">Plot</label></li>
																	<li><input type="checkbox" id="destacado-With-License" value="With-License"><label for="destacado-With-License">With License</label></li>
																	<li><input type="checkbox" id="destacado-Without-License" value="Without-License"><label for="destacado-Without-License">Without License</label></li>
																	<li><input type="checkbox" id="destacado-Residential" value="Residential"><label for="destacado-Residential">Residential</label></li>
																	<li><input type="checkbox" id="destacado-Commercial" value="Commercial"><label for="destacado-Commercial">Commercial</label></li>
																	<li><input type="checkbox" id="destacado-Project" value="Project"><label for="destacado-Project">Project</label></li>
																	<li><input type="checkbox" id="destacado-Rustic" value="Rustic"><label for="destacado-Rustic">Rustic</label></li>
																	<li><input type="checkbox" id="destacado-Urbanised" value="Urbanised"><label for="destacado-Urbanised">Urbanised</label></li>
																	<li><input type="checkbox" id="destacado-Fully-Approved" value="Fully-Approved"><label for="destacado-Fully-Approved">Fully Approved</label></li>
																	<li><input type="checkbox" id="destacado-Not-Started" value="Not-Started"><label for="destacado-Not-Started">Not Started</label></li>
																	<li><input type="checkbox" id="destacado-Partially-Complete" value="Partially-Complete"><label for="destacado-Partially-Complete">Partially Complete</label></li>
																	<li><input type="checkbox" id="destacado-Fully-Complete" value="Fully-Complete"><label for="destacado-Fully-Complete">Fully Complete</label></li>
																	<li><input type="checkbox" id="destacado-Hotel" value="Hotel"><label for="destacado-Hotel">Hotel</label></li>
																	<li><input type="checkbox" id="destacado-Hostel" value="Hostel"><label for="destacado-Hostel">Hostel</label></li>
																	<li><input type="checkbox" id="destacado-Bed-and-Breakfast" value="Bed-and-Breakfast"><label for="destacado-Bed-and-Breakfast">Bed and Breakfast</label></li>
																	<li><input type="checkbox" id="destacado-Bar" value="Bar"><label for="destacado-Bar">Bar</label></li>
																	<li><input type="checkbox" id="destacado-Restaurant" value="Restaurant"><label for="destacado-Restaurant">Restaurant</label></li>
																	<li><input type="checkbox" id="destacado-Shop" value="Shop"><label for="destacado-Shop">Shop</label></li>
																	<li><input type="checkbox" id="destacado-Office" value="Office"><label for="destacado-Office">Office</label></li>
																	<li><input type="checkbox" id="destacado-Apartments" value="Apartments"><label for="destacado-Apartments">Apartments</label></li>
																	<li><input type="checkbox" id="destacado-Town-Houses" value="Town-Houses"><label for="destacado-Town-Houses">Town Houses</label></li>
																	<li><input type="checkbox" id="destacado-Villas" value="Villas"><label for="destacado-Villas">Villas</label></li>
																	<li><input type="checkbox" id="destacado-Nursing-Home" value="Nursing-Home"><label for="destacado-Nursing-Home">Nursing Home</label></li>
																	<li><input type="checkbox" id="destacado-Hospital" value="Hospital"><label for="destacado-Hospital">Hospital</label></li>
																	<li><input type="checkbox" id="destacado-School" value="School"><label for="destacado-School">School</label></li>
																	<li><input type="checkbox" id="destacado-Sports-Centre" value="Sports-Centre"><label for="destacado-Sports-Centre">Sports Centre</label></li>
																	<li><input type="checkbox" id="destacado-Equestrian-Centre" value="Equestrian-Centre"><label for="destacado-Equestrian-Centre">Equestrian Centre</label></li>
																	<li><input type="checkbox" id="destacado-Golf-Course" value="Golf-Course"><label for="destacado-Golf-Course">Golf Course</label></li>
																	<li><input type="checkbox" id="destacado-Garage-Space" value="Garage-Space"><label for="destacado-Garage-Space">Garage Space</label></li>
																	<li><input type="checkbox" id="destacado-Warehouse" value="Warehouse"><label for="destacado-Warehouse">Warehouse</label></li>
																	<li><input type="checkbox" id="destacado-Leasehold" value="Leasehold"><label for="destacado-Leasehold">Leasehold</label></li>
																	<li><input type="checkbox" id="destacado-Gymnasium" value="Gymnasium"><label for="destacado-Gymnasium">Gymnasium</label></li>
															</ul>
						</div>
											<button class="accordion">Rentals</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Bank-Guarantee-Required" value="Bank-Guarantee-Required"><label for="destacado-Bank-Guarantee-Required">Bank Guarantee Required</label></li>
																	<li><input type="checkbox" id="destacado-References-Required" value="References-Required"><label for="destacado-References-Required">References Required</label></li>
																	<li><input type="checkbox" id="destacado-Smoking-Allowed" value="Smoking-Allowed"><label for="destacado-Smoking-Allowed">Smoking Allowed</label></li>
																	<li><input type="checkbox" id="destacado-Pets-Allowed" value="Pets-Allowed"><label for="destacado-Pets-Allowed">Pets Allowed</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">Sort By</option>
				<option value="price-ascending">Price (ascending)</option>
				<option value="price-descending">Price (descending)</option>
				<option value="location">Location</option>
				<option value="last-date">Listed date</option>
			</select>
		</div>
		<div>
			<input type="submit" class="btn-buscar" value='Search' />
		</div>
		<div class="ultima-caja">
			<a href="#" id="reset-formulario" class="btn-reset gris">Clear form</a>
		</div>
	</div>
</div>
<div class="caja-opciones" id="caja-opciones" style="display:none;">
	<div class="options-list-localizacion" id="options-list-localizacion" style="display:none;">
	<button class="accordion-loc"><div>Costa del Sol</div><div><a class="orden-location" href="#"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 384 512"><path d="M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"/></svg></a> <a class="orden-alfab" href="#"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 576 512"><path d="M183.6 42.4C177.5 35.8 169 32 160 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L128 146.3V448c0 17.7 14.3 32 32 32s32-14.3 32-32V146.3l32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 320c0 17.7 14.3 32 32 32h50.7l-73.4 73.4c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H429.3l73.4-73.4c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8H352c-17.7 0-32 14.3-32 32zM416 32c-12.1 0-23.2 6.8-28.6 17.7l-64 128-16 32c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l7.2-14.3h88.4l7.2 14.3c7.9 15.8 27.1 22.2 42.9 14.3s22.2-27.1 14.3-42.9l-16-32-64-128C439.2 38.8 428.1 32 416 32zM395.8 176L416 135.6 436.2 176H395.8z"/></svg></a> <a id="close-pop-up" class="close-pop-up" href="#"><svg viewPort="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg"><line x1="1" y1="11" x2="11" y2="1" stroke="black" stroke-width="2"/><line x1="1" y1="1" x2="11" y2="11" stroke="black" stroke-width="2"/></svg></a> </div></button><div class="panel" style="display:block"><ul class="contenido-localizaciones">					<li><input type="checkbox" id="localizacion-alameda" value="alameda"><label for="localizacion-alameda">Alameda</label></li>
										<li><input type="checkbox" id="localizacion-algeciras" value="algeciras"><label for="localizacion-algeciras">Algeciras</label></li>
										<li><input type="checkbox" id="localizacion-alhaurin-golf" value="alhaurin-golf"><label for="localizacion-alhaurin-golf">Alhaurin Golf</label></li>
										<li><input type="checkbox" id="localizacion-alhaurin-de-la-torre" value="alhaurin-de-la-torre"><label for="localizacion-alhaurin-de-la-torre">Alhaurín de la Torre</label></li>
										<li><input type="checkbox" id="localizacion-alhaurin-el-grande" value="alhaurin-el-grande"><label for="localizacion-alhaurin-el-grande">Alhaurín el Grande</label></li>
										<li><input type="checkbox" id="localizacion-almogia" value="almogia"><label for="localizacion-almogia">Almogía</label></li>
										<li><input type="checkbox" id="localizacion-aloha" value="aloha"><label for="localizacion-aloha">Aloha</label></li>
										<li><input type="checkbox" id="localizacion-alora" value="alora"><label for="localizacion-alora">Alora</label></li>
										<li><input type="checkbox" id="localizacion-alozaina" value="alozaina"><label for="localizacion-alozaina">Alozaina</label></li>
										<li><input type="checkbox" id="localizacion-altos-de-los-monteros" value="altos-de-los-monteros"><label for="localizacion-altos-de-los-monteros">Altos de los Monteros</label></li>
										<li><input type="checkbox" id="localizacion-antequera" value="antequera"><label for="localizacion-antequera">Antequera</label></li>
										<li><input type="checkbox" id="localizacion-archidona" value="archidona"><label for="localizacion-archidona">Archidona</label></li>
										<li><input type="checkbox" id="localizacion-ardales" value="ardales"><label for="localizacion-ardales">Ardales</label></li>
										<li><input type="checkbox" id="localizacion-arriate" value="arriate"><label for="localizacion-arriate">Arriate</label></li>
										<li><input type="checkbox" id="localizacion-arroyo-de-la-miel" value="arroyo-de-la-miel"><label for="localizacion-arroyo-de-la-miel">Arroyo de la Miel</label></li>
										<li><input type="checkbox" id="localizacion-artola" value="artola"><label for="localizacion-artola">Artola</label></li>
										<li><input type="checkbox" id="localizacion-atalaya" value="atalaya"><label for="localizacion-atalaya">Atalaya</label></li>
										<li><input type="checkbox" id="localizacion-bahia-de-marbella" value="bahia-de-marbella"><label for="localizacion-bahia-de-marbella">Bahía de Marbella</label></li>
										<li><input type="checkbox" id="localizacion-bailen-miraflores" value="bailen-miraflores"><label for="localizacion-bailen-miraflores">Bailen Miraflores</label></li>
										<li><input type="checkbox" id="localizacion-bajondillo" value="bajondillo"><label for="localizacion-bajondillo">Bajondillo</label></li>
										<li><input type="checkbox" id="localizacion-bel-air" value="bel-air"><label for="localizacion-bel-air">Bel Air</label></li>
										<li><input type="checkbox" id="localizacion-benahavis" value="benahavis"><label for="localizacion-benahavis">Benahavís</label></li>
										<li><input type="checkbox" id="localizacion-benalauria" value="benalauria"><label for="localizacion-benalauria">Benalauría</label></li>
										<li><input type="checkbox" id="localizacion-benalmadena" value="benalmadena"><label for="localizacion-benalmadena">Benalmadena</label></li>
										<li><input type="checkbox" id="localizacion-benalmadena-costa" value="benalmadena-costa"><label for="localizacion-benalmadena-costa">Benalmadena Costa</label></li>
										<li><input type="checkbox" id="localizacion-benalmadena-pueblo" value="benalmadena-pueblo"><label for="localizacion-benalmadena-pueblo">Benalmadena Pueblo</label></li>
										<li><input type="checkbox" id="localizacion-benamara" value="benamara"><label for="localizacion-benamara">Benamara</label></li>
										<li><input type="checkbox" id="localizacion-benaojan" value="benaojan"><label for="localizacion-benaojan">Benaoján</label></li>
										<li><input type="checkbox" id="localizacion-benarraba" value="benarraba"><label for="localizacion-benarraba">Benarrabá</label></li>
										<li><input type="checkbox" id="localizacion-cabopino" value="cabopino"><label for="localizacion-cabopino">Cabopino</label></li>
										<li><input type="checkbox" id="localizacion-calahonda" value="calahonda"><label for="localizacion-calahonda">Calahonda</label></li>
										<li><input type="checkbox" id="localizacion-calanova-golf" value="calanova-golf"><label for="localizacion-calanova-golf">Calanova Golf</label></li>
										<li><input type="checkbox" id="localizacion-calypso" value="calypso"><label for="localizacion-calypso">Calypso</label></li>
										<li><input type="checkbox" id="localizacion-campo-mijas" value="campo-mijas"><label for="localizacion-campo-mijas">Campo Mijas</label></li>
										<li><input type="checkbox" id="localizacion-cancelada" value="cancelada"><label for="localizacion-cancelada">Cancelada</label></li>
										<li><input type="checkbox" id="localizacion-carib-playa" value="carib-playa"><label for="localizacion-carib-playa">Carib Playa</label></li>
										<li><input type="checkbox" id="localizacion-cartajima" value="cartajima"><label for="localizacion-cartajima">Cartajima</label></li>
										<li><input type="checkbox" id="localizacion-carvajal" value="carvajal"><label for="localizacion-carvajal">Carvajal</label></li>
										<li><input type="checkbox" id="localizacion-casabermeja" value="casabermeja"><label for="localizacion-casabermeja">Casabermeja</label></li>
										<li><input type="checkbox" id="localizacion-casarabonela" value="casarabonela"><label for="localizacion-casarabonela">Casarabonela</label></li>
										<li><input type="checkbox" id="localizacion-casares" value="casares"><label for="localizacion-casares">Casares</label></li>
										<li><input type="checkbox" id="localizacion-casares-playa" value="casares-playa"><label for="localizacion-casares-playa">Casares Playa</label></li>
										<li><input type="checkbox" id="localizacion-casares-pueblo" value="casares-pueblo"><label for="localizacion-casares-pueblo">Casares Pueblo</label></li>
										<li><input type="checkbox" id="localizacion-canete-la-real" value="canete-la-real"><label for="localizacion-canete-la-real">Cañete la Real</label></li>
										<li><input type="checkbox" id="localizacion-cerros-del-aguila" value="cerros-del-aguila"><label for="localizacion-cerros-del-aguila">Cerros del Aguila</label></li>
										<li><input type="checkbox" id="localizacion-cortes-de-la-frontera" value="cortes-de-la-frontera"><label for="localizacion-cortes-de-la-frontera">Cortes de la Frontera</label></li>
										<li><input type="checkbox" id="localizacion-cortijo-blanco" value="cortijo-blanco"><label for="localizacion-cortijo-blanco">Cortijo Blanco</label></li>
										<li><input type="checkbox" id="localizacion-costabella" value="costabella"><label for="localizacion-costabella">Costabella</label></li>
										<li><input type="checkbox" id="localizacion-costalita" value="costalita"><label for="localizacion-costalita">Costalita</label></li>
										<li><input type="checkbox" id="localizacion-coin" value="coin"><label for="localizacion-coin">Coín</label></li>
										<li><input type="checkbox" id="localizacion-cuevas-bajas" value="cuevas-bajas"><label for="localizacion-cuevas-bajas">Cuevas Bajas</label></li>
										<li><input type="checkbox" id="localizacion-cuevas-de-san-marcos" value="cuevas-de-san-marcos"><label for="localizacion-cuevas-de-san-marcos">Cuevas De San Marcos</label></li>
										<li><input type="checkbox" id="localizacion-cuevas-del-becerro" value="cuevas-del-becerro"><label for="localizacion-cuevas-del-becerro">Cuevas del Becerro</label></li>
										<li><input type="checkbox" id="localizacion-cartama" value="cartama"><label for="localizacion-cartama">Cártama</label></li>
										<li><input type="checkbox" id="localizacion-diana-park" value="diana-park"><label for="localizacion-diana-park">Diana Park</label></li>
										<li><input type="checkbox" id="localizacion-dona-julia" value="dona-julia"><label for="localizacion-dona-julia">Doña Julia</label></li>
										<li><input type="checkbox" id="localizacion-el-burgo" value="el-burgo"><label for="localizacion-el-burgo">El Burgo</label></li>
										<li><input type="checkbox" id="localizacion-el-chaparral" value="el-chaparral"><label for="localizacion-el-chaparral">El Chaparral</label></li>
										<li><input type="checkbox" id="localizacion-el-coto" value="el-coto"><label for="localizacion-el-coto">El Coto</label></li>
										<li><input type="checkbox" id="localizacion-el-faro" value="el-faro"><label for="localizacion-el-faro">El Faro</label></li>
										<li><input type="checkbox" id="localizacion-el-madronal" value="el-madronal"><label for="localizacion-el-madronal">El Madroñal</label></li>
										<li><input type="checkbox" id="localizacion-el-padron" value="el-padron"><label for="localizacion-el-padron">El Padron</label></li>
										<li><input type="checkbox" id="localizacion-el-paraiso" value="el-paraiso"><label for="localizacion-el-paraiso">El Paraiso</label></li>
										<li><input type="checkbox" id="localizacion-el-pinillo" value="el-pinillo"><label for="localizacion-el-pinillo">El Pinillo</label></li>
										<li><input type="checkbox" id="localizacion-el-presidente" value="el-presidente"><label for="localizacion-el-presidente">El Presidente</label></li>
										<li><input type="checkbox" id="localizacion-el-rosario" value="el-rosario"><label for="localizacion-el-rosario">El Rosario</label></li>
										<li><input type="checkbox" id="localizacion-elviria" value="elviria"><label for="localizacion-elviria">Elviria</label></li>
										<li><input type="checkbox" id="localizacion-estacion-de-cartama" value="estacion-de-cartama"><label for="localizacion-estacion-de-cartama">Estacion de Cartama</label></li>
										<li><input type="checkbox" id="localizacion-estacion-de-gaucin" value="estacion-de-gaucin"><label for="localizacion-estacion-de-gaucin">Estación de Gaucin</label></li>
										<li><input type="checkbox" id="localizacion-estepona" value="estepona"><label for="localizacion-estepona">Estepona</label></li>
										<li><input type="checkbox" id="localizacion-fuengirola" value="fuengirola"><label for="localizacion-fuengirola">Fuengirola</label></li>
										<li><input type="checkbox" id="localizacion-fuente-de-piedra" value="fuente-de-piedra"><label for="localizacion-fuente-de-piedra">Fuente de Piedra</label></li>
										<li><input type="checkbox" id="localizacion-gaucin" value="gaucin"><label for="localizacion-gaucin">Gaucín</label></li>
										<li><input type="checkbox" id="localizacion-genalguacil" value="genalguacil"><label for="localizacion-genalguacil">Genalguacil</label></li>
										<li><input type="checkbox" id="localizacion-gibralgalia" value="gibralgalia"><label for="localizacion-gibralgalia">Gibralgalia</label></li>
										<li><input type="checkbox" id="localizacion-guadalmina-alta" value="guadalmina-alta"><label for="localizacion-guadalmina-alta">Guadalmina Alta</label></li>
										<li><input type="checkbox" id="localizacion-guadalmina-baja" value="guadalmina-baja"><label for="localizacion-guadalmina-baja">Guadalmina Baja</label></li>
										<li><input type="checkbox" id="localizacion-guadiaro" value="guadiaro"><label for="localizacion-guadiaro">Guadiaro</label></li>
										<li><input type="checkbox" id="localizacion-guaro" value="guaro"><label for="localizacion-guaro">Guaro</label></li>
										<li><input type="checkbox" id="localizacion-hacienda-las-chapas" value="hacienda-las-chapas"><label for="localizacion-hacienda-las-chapas">Hacienda Las Chapas</label></li>
										<li><input type="checkbox" id="localizacion-hacienda-del-sol" value="hacienda-del-sol"><label for="localizacion-hacienda-del-sol">Hacienda del Sol</label></li>
										<li><input type="checkbox" id="localizacion-higueron" value="higueron"><label for="localizacion-higueron">Higueron</label></li>
										<li><input type="checkbox" id="localizacion-istan" value="istan"><label for="localizacion-istan">Istán</label></li>
										<li><input type="checkbox" id="localizacion-jubrique" value="jubrique"><label for="localizacion-jubrique">Jubrique</label></li>
										<li><input type="checkbox" id="localizacion-juzcar" value="juzcar"><label for="localizacion-juzcar">Júzcar</label></li>
										<li><input type="checkbox" id="localizacion-la-alcaidesa" value="la-alcaidesa"><label for="localizacion-la-alcaidesa">La Alcaidesa</label></li>
										<li><input type="checkbox" id="localizacion-la-cala" value="la-cala"><label for="localizacion-la-cala">La Cala</label></li>
										<li><input type="checkbox" id="localizacion-la-cala-golf" value="la-cala-golf"><label for="localizacion-la-cala-golf">La Cala Golf</label></li>
										<li><input type="checkbox" id="localizacion-la-cala-hills" value="la-cala-hills"><label for="localizacion-la-cala-hills">La Cala Hills</label></li>
										<li><input type="checkbox" id="localizacion-la-cala-de-mijas" value="la-cala-de-mijas"><label for="localizacion-la-cala-de-mijas">La Cala de Mijas</label></li>
										<li><input type="checkbox" id="localizacion-la-campana" value="la-campana"><label for="localizacion-la-campana">La Campana</label></li>
										<li><input type="checkbox" id="localizacion-la-capellania" value="la-capellania"><label for="localizacion-la-capellania">La Capellania</label></li>
										<li><input type="checkbox" id="localizacion-la-carihuela" value="la-carihuela"><label for="localizacion-la-carihuela">La Carihuela</label></li>
										<li><input type="checkbox" id="localizacion-la-colina" value="la-colina"><label for="localizacion-la-colina">La Colina</label></li>
										<li><input type="checkbox" id="localizacion-la-duquesa" value="la-duquesa"><label for="localizacion-la-duquesa">La Duquesa</label></li>
										<li><input type="checkbox" id="localizacion-la-heredia" value="la-heredia"><label for="localizacion-la-heredia">La Heredia</label></li>
										<li><input type="checkbox" id="localizacion-la-linea" value="la-linea"><label for="localizacion-la-linea">La Línea</label></li>
										<li><input type="checkbox" id="localizacion-la-mairena" value="la-mairena"><label for="localizacion-la-mairena">La Mairena</label></li>
										<li><input type="checkbox" id="localizacion-la-quinta" value="la-quinta"><label for="localizacion-la-quinta">La Quinta</label></li>
										<li><input type="checkbox" id="localizacion-la-zagaleta" value="la-zagaleta"><label for="localizacion-la-zagaleta">La Zagaleta</label></li>
										<li><input type="checkbox" id="localizacion-las-brisas" value="las-brisas"><label for="localizacion-las-brisas">Las Brisas</label></li>
										<li><input type="checkbox" id="localizacion-las-chapas" value="las-chapas"><label for="localizacion-las-chapas">Las Chapas</label></li>
										<li><input type="checkbox" id="localizacion-las-lagunas" value="las-lagunas"><label for="localizacion-las-lagunas">Las Lagunas</label></li>
										<li><input type="checkbox" id="localizacion-lauro-golf" value="lauro-golf"><label for="localizacion-lauro-golf">Lauro Golf</label></li>
										<li><input type="checkbox" id="localizacion-los-alamos" value="los-alamos"><label for="localizacion-los-alamos">Los Alamos</label></li>
										<li><input type="checkbox" id="localizacion-los-almendros" value="los-almendros"><label for="localizacion-los-almendros">Los Almendros</label></li>
										<li><input type="checkbox" id="localizacion-los-arqueros" value="los-arqueros"><label for="localizacion-los-arqueros">Los Arqueros</label></li>
										<li><input type="checkbox" id="localizacion-los-boliches" value="los-boliches"><label for="localizacion-los-boliches">Los Boliches</label></li>
										<li><input type="checkbox" id="localizacion-los-flamingos" value="los-flamingos"><label for="localizacion-los-flamingos">Los Flamingos</label></li>
										<li><input type="checkbox" id="localizacion-los-monteros" value="los-monteros"><label for="localizacion-los-monteros">Los Monteros</label></li>
										<li><input type="checkbox" id="localizacion-los-pacos" value="los-pacos"><label for="localizacion-los-pacos">Los Pacos</label></li>
										<li><input type="checkbox" id="localizacion-manilva" value="manilva"><label for="localizacion-manilva">Manilva</label></li>
										<li><input type="checkbox" id="localizacion-marbella" value="marbella"><label for="localizacion-marbella">Marbella</label></li>
										<li><input type="checkbox" id="localizacion-marbesa" value="marbesa"><label for="localizacion-marbesa">Marbesa</label></li>
										<li><input type="checkbox" id="localizacion-mijas" value="mijas"><label for="localizacion-mijas">Mijas</label></li>
										<li><input type="checkbox" id="localizacion-mijas-costa" value="mijas-costa"><label for="localizacion-mijas-costa">Mijas Costa</label></li>
										<li><input type="checkbox" id="localizacion-mijas-golf" value="mijas-golf"><label for="localizacion-mijas-golf">Mijas Golf</label></li>
										<li><input type="checkbox" id="localizacion-miraflores" value="miraflores"><label for="localizacion-miraflores">Miraflores</label></li>
										<li><input type="checkbox" id="localizacion-mollina" value="mollina"><label for="localizacion-mollina">Mollina</label></li>
										<li><input type="checkbox" id="localizacion-monda" value="monda"><label for="localizacion-monda">Monda</label></li>
										<li><input type="checkbox" id="localizacion-monte-halcones" value="monte-halcones"><label for="localizacion-monte-halcones">Monte Halcones</label></li>
										<li><input type="checkbox" id="localizacion-montemar" value="montemar"><label for="localizacion-montemar">Montemar</label></li>
										<li><input type="checkbox" id="localizacion-malaga" value="malaga"><label for="localizacion-malaga">Málaga</label></li>
										<li><input type="checkbox" id="localizacion-malaga-centro" value="malaga-centro"><label for="localizacion-malaga-centro">Málaga Centro</label></li>
										<li><input type="checkbox" id="localizacion-malaga-este" value="malaga-este"><label for="localizacion-malaga-este">Málaga Este</label></li>
										<li><input type="checkbox" id="localizacion-nagueles" value="nagueles"><label for="localizacion-nagueles">Nagüeles</label></li>
										<li><input type="checkbox" id="localizacion-new-golden-mile" value="new-golden-mile"><label for="localizacion-new-golden-mile">New Golden Mile</label></li>
										<li><input type="checkbox" id="localizacion-nueva-andalucia" value="nueva-andalucia"><label for="localizacion-nueva-andalucia">Nueva Andalucía</label></li>
										<li><input type="checkbox" id="localizacion-ojen" value="ojen"><label for="localizacion-ojen">Ojén</label></li>
										<li><input type="checkbox" id="localizacion-pizarra" value="pizarra"><label for="localizacion-pizarra">Pizarra</label></li>
										<li><input type="checkbox" id="localizacion-playamar" value="playamar"><label for="localizacion-playamar">Playamar</label></li>
										<li><input type="checkbox" id="localizacion-pueblo-nuevo-de-guadiaro" value="pueblo-nuevo-de-guadiaro"><label for="localizacion-pueblo-nuevo-de-guadiaro">Pueblo Nuevo de Guadiaro</label></li>
										<li><input type="checkbox" id="localizacion-puerto-banus" value="puerto-banus"><label for="localizacion-puerto-banus">Puerto Banús</label></li>
										<li><input type="checkbox" id="localizacion-puerto-de-cabopino" value="puerto-de-cabopino"><label for="localizacion-puerto-de-cabopino">Puerto de Cabopino</label></li>
										<li><input type="checkbox" id="localizacion-puerto-de-la-torre" value="puerto-de-la-torre"><label for="localizacion-puerto-de-la-torre">Puerto de la Torre</label></li>
										<li><input type="checkbox" id="localizacion-punta-chullera" value="punta-chullera"><label for="localizacion-punta-chullera">Punta Chullera</label></li>
										<li><input type="checkbox" id="localizacion-reserva-de-marbella" value="reserva-de-marbella"><label for="localizacion-reserva-de-marbella">Reserva de Marbella</label></li>
										<li><input type="checkbox" id="localizacion-riviera-del-sol" value="riviera-del-sol"><label for="localizacion-riviera-del-sol">Riviera del Sol</label></li>
										<li><input type="checkbox" id="localizacion-ronda" value="ronda"><label for="localizacion-ronda">Ronda</label></li>
										<li><input type="checkbox" id="localizacion-rio-real" value="rio-real"><label for="localizacion-rio-real">Río Real</label></li>
										<li><input type="checkbox" id="localizacion-san-diego" value="san-diego"><label for="localizacion-san-diego">San Diego</label></li>
										<li><input type="checkbox" id="localizacion-san-enrique" value="san-enrique"><label for="localizacion-san-enrique">San Enrique</label></li>
										<li><input type="checkbox" id="localizacion-san-luis-de-sabinillas" value="san-luis-de-sabinillas"><label for="localizacion-san-luis-de-sabinillas">San Luis de Sabinillas</label></li>
										<li><input type="checkbox" id="localizacion-san-martin-de-tesorillo" value="san-martin-de-tesorillo"><label for="localizacion-san-martin-de-tesorillo">San Martín de Tesorillo</label></li>
										<li><input type="checkbox" id="localizacion-san-pedro-de-alcantara" value="san-pedro-de-alcantara"><label for="localizacion-san-pedro-de-alcantara">San Pedro de Alcántara</label></li>
										<li><input type="checkbox" id="localizacion-san-roque" value="san-roque"><label for="localizacion-san-roque">San Roque</label></li>
										<li><input type="checkbox" id="localizacion-san-roque-club" value="san-roque-club"><label for="localizacion-san-roque-club">San Roque Club</label></li>
										<li><input type="checkbox" id="localizacion-santa-clara" value="santa-clara"><label for="localizacion-santa-clara">Santa Clara</label></li>
										<li><input type="checkbox" id="localizacion-selwo" value="selwo"><label for="localizacion-selwo">Selwo</label></li>
										<li><input type="checkbox" id="localizacion-sierra-blanca" value="sierra-blanca"><label for="localizacion-sierra-blanca">Sierra Blanca</label></li>
										<li><input type="checkbox" id="localizacion-sierrezuela" value="sierrezuela"><label for="localizacion-sierrezuela">Sierrezuela</label></li>
										<li><input type="checkbox" id="localizacion-sotogrande" value="sotogrande"><label for="localizacion-sotogrande">Sotogrande</label></li>
										<li><input type="checkbox" id="localizacion-sotogrande-alto" value="sotogrande-alto"><label for="localizacion-sotogrande-alto">Sotogrande Alto</label></li>
										<li><input type="checkbox" id="localizacion-sotogrande-costa" value="sotogrande-costa"><label for="localizacion-sotogrande-costa">Sotogrande Costa</label></li>
										<li><input type="checkbox" id="localizacion-sotogrande-marina" value="sotogrande-marina"><label for="localizacion-sotogrande-marina">Sotogrande Marina</label></li>
										<li><input type="checkbox" id="localizacion-sotogrande-puerto" value="sotogrande-puerto"><label for="localizacion-sotogrande-puerto">Sotogrande Puerto</label></li>
										<li><input type="checkbox" id="localizacion-teba" value="teba"><label for="localizacion-teba">Teba</label></li>
										<li><input type="checkbox" id="localizacion-the-golden-mile" value="the-golden-mile"><label for="localizacion-the-golden-mile">The Golden Mile</label></li>
										<li><input type="checkbox" id="localizacion-tolox" value="tolox"><label for="localizacion-tolox">Tolox</label></li>
										<li><input type="checkbox" id="localizacion-torre-real" value="torre-real"><label for="localizacion-torre-real">Torre Real</label></li>
										<li><input type="checkbox" id="localizacion-torreblanca" value="torreblanca"><label for="localizacion-torreblanca">Torreblanca</label></li>
										<li><input type="checkbox" id="localizacion-torreguadiaro" value="torreguadiaro"><label for="localizacion-torreguadiaro">Torreguadiaro</label></li>
										<li><input type="checkbox" id="localizacion-torremolinos" value="torremolinos"><label for="localizacion-torremolinos">Torremolinos</label></li>
										<li><input type="checkbox" id="localizacion-torremolinos-centro" value="torremolinos-centro"><label for="localizacion-torremolinos-centro">Torremolinos Centro</label></li>
										<li><input type="checkbox" id="localizacion-torremuelle" value="torremuelle"><label for="localizacion-torremuelle">Torremuelle</label></li>
										<li><input type="checkbox" id="localizacion-torrenueva" value="torrenueva"><label for="localizacion-torrenueva">Torrenueva</label></li>
										<li><input type="checkbox" id="localizacion-torrequebrada" value="torrequebrada"><label for="localizacion-torrequebrada">Torrequebrada</label></li>
										<li><input type="checkbox" id="localizacion-valle-romano" value="valle-romano"><label for="localizacion-valle-romano">Valle Romano</label></li>
										<li><input type="checkbox" id="localizacion-valle-de-abdalajis" value="valle-de-abdalajis"><label for="localizacion-valle-de-abdalajis">Valle de Abdalajis</label></li>
										<li><input type="checkbox" id="localizacion-valle-del-sol" value="valle-del-sol"><label for="localizacion-valle-del-sol">Valle del Sol</label></li>
										<li><input type="checkbox" id="localizacion-valtocado" value="valtocado"><label for="localizacion-valtocado">Valtocado</label></li>
										<li><input type="checkbox" id="localizacion-villanueva-de-la-concepcion" value="villanueva-de-la-concepcion"><label for="localizacion-villanueva-de-la-concepcion">Villanueva De La Concepcion</label></li>
										<li><input type="checkbox" id="localizacion-villanueva-de-algaidas" value="villanueva-de-algaidas"><label for="localizacion-villanueva-de-algaidas">Villanueva de Algaidas</label></li>
										<li><input type="checkbox" id="localizacion-villanueva-del-rosario" value="villanueva-del-rosario"><label for="localizacion-villanueva-del-rosario">Villanueva del Rosario</label></li>
										<li><input type="checkbox" id="localizacion-villanueva-del-trabuco" value="villanueva-del-trabuco"><label for="localizacion-villanueva-del-trabuco">Villanueva del Trabuco</label></li>
										<li><input type="checkbox" id="localizacion-yunquera" value="yunquera"><label for="localizacion-yunquera">Yunquera</label></li>
										<li><input type="checkbox" id="localizacion-zalea" value="zalea"><label for="localizacion-zalea">Zalea</label></li>
					</ul></div>	</div>
</div>
<p class="num-resultados">Number of results: 7928</p>
<script>
	jQuery('#modo-venta').on('change', function(){
		const url = 'https://www.casa-excelente.com/wp-content/plugins/cntrlz-resale/ver-precio.php';
		const variable = jQuery('#modo-venta').val();
		let formData = new FormData();
		formData.append('id_modo', variable);
		formData.append('titulo','Price');
		jQuery.ajax({ type:"POST",url:url,data:formData,contentType:false,processData:false,datatype:"text",success:function(respuesta){
			jQuery('.zona-precios').html(respuesta);
		}});
	});
	jQuery('.orden-location').on('click', function(e){
		e.preventDefault();
		const url = 'https://www.casa-excelente.com/wp-content/plugins/cntrlz-resale/ver-orden.php';
		const ordenar = '{"ProvinceAreaName":"Costa del Sol","Locations":{"Location":["Algeciras","San Roque","La L\u00ednea","La Alcaidesa","San Roque Club","Sotogrande","Sotogrande Alto","Sotogrande Costa","Sotogrande Marina","Sotogrande Puerto","Guadiaro","Torreguadiaro","Pueblo Nuevo de Guadiaro","San Enrique","San Mart\u00edn de Tesorillo","San Diego","Punta Chullera","La Duquesa","San Luis de Sabinillas","Gauc\u00edn","Benarrab\u00e1","Manilva","Casares","Casares Playa","Casares Pueblo","Do\u00f1a Julia","Valle Romano","Estepona","Selwo","Genalguacil","New Golden Mile","Benamara","El Padron","El Presidente","Bel Air","Costalita","Cartajima","Cancelada","Los Flamingos","El Paraiso","Diana Park","Atalaya","Valle del Sol","Guadalmina Alta","Guadalmina Baja","Hacienda del Sol","Benahav\u00eds","La Heredia","El Madro\u00f1al","La Zagaleta","Los Arqueros","Los Almendros","San Pedro de Alc\u00e1ntara","Cortijo Blanco","Benalaur\u00eda","Cortes de la Frontera","Benaoj\u00e1n","J\u00fazcar","Ronda","Arriate","Estaci\u00f3n de Gaucin","Cuevas del Becerro","Monte Halcones","La Quinta","La Campana","Aloha","Las Brisas","Nueva Andaluc\u00eda","Puerto Ban\u00fas","The Golden Mile","Marbella","Sierra Blanca","Nag\u00fceles","Ist\u00e1n","Oj\u00e9n","Monda","Guaro","Tolox","El Burgo","Yunquera","Alozaina","Co\u00edn","Torre Real","R\u00edo Real","Bah\u00eda de Marbella","Santa Clara","Los Monteros","Altos de los Monteros","Las Chapas","Hacienda Las Chapas","El Rosario","Costabella","La Mairena","Reserva de Marbella","Elviria","Marbesa","Carib Playa","Artola","Cabopino","Puerto de Cabopino","Calahonda","Calanova Golf","Calypso","Riviera del Sol","Miraflores","Torrenueva","La Cala","La Cala Golf","La Cala de Mijas","La Cala Hills","El Chaparral","El Faro","Mijas Costa","Mijas","Mijas Golf","Sierrezuela","El Coto","Campo Mijas","Alhaur\u00edn el Grande","Alhaurin Golf","Lauro Golf","Alhaur\u00edn de la Torre","Valtocado","Cerros del Aguila","Las Lagunas","Fuengirola","Los Boliches","Los Pacos","Torreblanca","Carvajal","La Capellania","Torrequebrada","Torremuelle","Benalmadena Costa","Benalmadena Pueblo","Benalmadena","Arroyo de la Miel","Montemar","La Carihuela","El Pinillo","Torremolinos","Torremolinos Centro","Bajondillo","La Colina","Playamar","Los Alamos","Fuente de Piedra","Zalea","Ardales","Casarabonela","Alora","Pizarra","C\u00e1rtama","Estacion de Cartama","Gibralgalia","Casabermeja","Mollina","Antequera","Almog\u00eda","Valle de Abdalajis","Villanueva De La Concepcion","Villanueva del Rosario","Archidona","Villanueva del Trabuco","Bailen Miraflores","M\u00e1laga","M\u00e1laga Centro","Puerto de la Torre","M\u00e1laga Este","Alameda","Ca\u00f1ete la Real","Cuevas Bajas","Villanueva de Algaidas","Cuevas De San Marcos","Jubrique","Teba","Higueron"]}}';
		const marcados = jQuery('#localizacion').val();
		let formData = new FormData();
		formData.append('ordenar', ordenar);
		formData.append('marcados', marcados);
		jQuery.ajax({ type:"POST",url:url,data:formData,contentType:false,processData:false,datatype:"text",success:function(respuesta){
			jQuery('.contenido-localizaciones').html(respuesta);
		}});
	});
	jQuery('.orden-alfab').on('click', function(e){
		e.preventDefault();
		const url = 'https://www.casa-excelente.com/wp-content/plugins/cntrlz-resale/ver-orden.php';
		const ordenar = '{"ProvinceAreaName":"Costa del Sol","Locations":{"Location":["Alameda","Algeciras","Alhaurin Golf","Alhaur\u00edn de la Torre","Alhaur\u00edn el Grande","Almog\u00eda","Aloha","Alora","Alozaina","Altos de los Monteros","Antequera","Archidona","Ardales","Arriate","Arroyo de la Miel","Artola","Atalaya","Bah\u00eda de Marbella","Bailen Miraflores","Bajondillo","Bel Air","Benahav\u00eds","Benalaur\u00eda","Benalmadena","Benalmadena Costa","Benalmadena Pueblo","Benamara","Benaoj\u00e1n","Benarrab\u00e1","Cabopino","Calahonda","Calanova Golf","Calypso","Campo Mijas","Cancelada","Carib Playa","Cartajima","Carvajal","Casabermeja","Casarabonela","Casares","Casares Playa","Casares Pueblo","Ca\u00f1ete la Real","Cerros del Aguila","Cortes de la Frontera","Cortijo Blanco","Costabella","Costalita","Co\u00edn","Cuevas Bajas","Cuevas De San Marcos","Cuevas del Becerro","C\u00e1rtama","Diana Park","Do\u00f1a Julia","El Burgo","El Chaparral","El Coto","El Faro","El Madro\u00f1al","El Padron","El Paraiso","El Pinillo","El Presidente","El Rosario","Elviria","Estacion de Cartama","Estaci\u00f3n de Gaucin","Estepona","Fuengirola","Fuente de Piedra","Gauc\u00edn","Genalguacil","Gibralgalia","Guadalmina Alta","Guadalmina Baja","Guadiaro","Guaro","Hacienda Las Chapas","Hacienda del Sol","Higueron","Ist\u00e1n","Jubrique","J\u00fazcar","La Alcaidesa","La Cala","La Cala Golf","La Cala Hills","La Cala de Mijas","La Campana","La Capellania","La Carihuela","La Colina","La Duquesa","La Heredia","La L\u00ednea","La Mairena","La Quinta","La Zagaleta","Las Brisas","Las Chapas","Las Lagunas","Lauro Golf","Los Alamos","Los Almendros","Los Arqueros","Los Boliches","Los Flamingos","Los Monteros","Los Pacos","Manilva","Marbella","Marbesa","Mijas","Mijas Costa","Mijas Golf","Miraflores","Mollina","Monda","Monte Halcones","Montemar","M\u00e1laga","M\u00e1laga Centro","M\u00e1laga Este","Nag\u00fceles","New Golden Mile","Nueva Andaluc\u00eda","Oj\u00e9n","Pizarra","Playamar","Pueblo Nuevo de Guadiaro","Puerto Ban\u00fas","Puerto de Cabopino","Puerto de la Torre","Punta Chullera","Reserva de Marbella","Riviera del Sol","Ronda","R\u00edo Real","San Diego","San Enrique","San Luis de Sabinillas","San Mart\u00edn de Tesorillo","San Pedro de Alc\u00e1ntara","San Roque","San Roque Club","Santa Clara","Selwo","Sierra Blanca","Sierrezuela","Sotogrande","Sotogrande Alto","Sotogrande Costa","Sotogrande Marina","Sotogrande Puerto","Teba","The Golden Mile","Tolox","Torre Real","Torreblanca","Torreguadiaro","Torremolinos","Torremolinos Centro","Torremuelle","Torrenueva","Torrequebrada","Valle Romano","Valle de Abdalajis","Valle del Sol","Valtocado","Villanueva De La Concepcion","Villanueva de Algaidas","Villanueva del Rosario","Villanueva del Trabuco","Yunquera","Zalea"]}}';
		const marcados = jQuery('#localizacion').val();
		let formData = new FormData();
		formData.append('ordenar', ordenar);
		formData.append('marcados', marcados);
		jQuery.ajax({ type:"POST",url:url,data:formData,contentType:false,processData:false,datatype:"text",success:function(respuesta){
			jQuery('.contenido-localizaciones').html(respuesta);
		}});
	});
</script>
<div class="paginar">
			<div class="half-pagination"><ul class="pagination pagination_nojax"><li class="active"><a href="https://www.casa-excelente.com/en/results/property.All-properties/pag.1/">1</a></li>	<li><a href="https://www.casa-excelente.com/en/results/property.All-properties/pag.2/">2</a></li>	<li><a href="https://www.casa-excelente.com/en/results/property.All-properties/pag.3/">3</a></li>	<li><a href="https://www.casa-excelente.com/en/results/property.All-properties/pag.4/">4</a></li>	<li><a href="https://www.casa-excelente.com/en/results/property.All-properties/pag.5/">5</a></li>	<li><a href="https://www.casa-excelente.com/en/results/property.All-properties/pag.6/">6</a></li>	<li><a href="https://www.casa-excelente.com/en/results/property.All-properties/pag.7/">7</a></li>	<li><a href="https://www.casa-excelente.com/en/results/property.All-properties/pag.8/">8</a></li>	<li><a href="https://www.casa-excelente.com/en/results/property.All-properties/pag.9/">9</a></li>	<li><a href="https://www.casa-excelente.com/en/results/property.All-properties/pag.10/">10</a></li>					<li class="roundright"><a href="https://www.casa-excelente.com/en/results/property.All-properties/pag.2/"><i class="fas fa-angle-right"></i></a></li>				<li class="roundright"><a href="https://www.casa-excelente.com/en/results/property.All-properties/pag.793/"><i class="fas fa-angle-double-right"></i></a></li>	</ul></div></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="/en/results/cod-loc.nueva-andalucia" rel="tag">Nueva Andalucía</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.casa-excelente.com/en/property-details/PropertyID.R5131015/Nueva-Andalucía/"><img src="https://cdn.resales-online.com/public/nngce32394/properties/8db7ce5073c011f086ca02a3ded47a2d/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1768656557" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5131015 - Nueva Andalucía" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.casa-excelente.com/en/property-details/PropertyID.R5131015/Nueva-Andalucía/">R5131015 - Nueva Andalucía</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                 &euro; 599.900</div>
								<div class="listing_details the_grid_view">Modern Mediterranean Living in Nueva Andalucía’s Newest Luxury Enclave

Experience a refined blend of Man</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>150 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.casa-excelente.com/en/property-details/PropertyID.R5131015/Nueva-Andalucía/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.casa-excelente.com/en/property-details/PropertyID.R5131015/Nueva-Andalucía/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.casa-excelente.com/en/property-details/PropertyID.R5131015/Nueva-Andalucía/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=I'm interested in&body=https://www.casa-excelente.com/en/property-details/PropertyID.R5131015/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 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="/en/results/cod-loc.nueva-andalucia" rel="tag">Nueva Andalucía</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.casa-excelente.com/en/property-details/PropertyID.R5384701/Nueva-Andalucía/"><img src="https://cdn.resales-online.com/public/nngce32394/properties/0d3b7141524011f182490652962539d5/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1779134083" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5384701 - Nueva Andalucía" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.casa-excelente.com/en/property-details/PropertyID.R5384701/Nueva-Andalucía/">R5384701 - Nueva Andalucía</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                 &euro; 549.900</div>
								<div class="listing_details the_grid_view">Townhouse-Style Duplex Near Puerto Banús – Huge Garden Sanctuary & Reform Potential

Just approximately 5</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>119 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.casa-excelente.com/en/property-details/PropertyID.R5384701/Nueva-Andalucía/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.casa-excelente.com/en/property-details/PropertyID.R5384701/Nueva-Andalucía/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.casa-excelente.com/en/property-details/PropertyID.R5384701/Nueva-Andalucía/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=I'm interested in&body=https://www.casa-excelente.com/en/property-details/PropertyID.R5384701/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 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="/en/results/cod-loc.calahonda" rel="tag">Calahonda</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.casa-excelente.com/en/property-details/PropertyID.R5216278/Calahonda/"><img src="https://cdn.resales-online.com/public/6pcoehzhpl/properties/b96be44eba2911f09ebd02a3ded47a2d/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1771431624" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5216278 - Calahonda" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.casa-excelente.com/en/property-details/PropertyID.R5216278/Calahonda/">R5216278 - Calahonda</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                 &euro; 399.000</div>
								<div class="listing_details the_grid_view">Modern apartment with panoramic sea views in Calahonda

We present a tastefully renovated elevated groundflo</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>2								</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>100 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.casa-excelente.com/en/property-details/PropertyID.R5216278/Calahonda/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.casa-excelente.com/en/property-details/PropertyID.R5216278/Calahonda/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.casa-excelente.com/en/property-details/PropertyID.R5216278/Calahonda/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=I'm interested in&body=https://www.casa-excelente.com/en/property-details/PropertyID.R5216278/Calahonda/" 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="/en/results/cod-loc.calahonda" rel="tag">Calahonda</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.casa-excelente.com/en/property-details/PropertyID.R5348719/Calahonda/"><img src="https://cdn.resales-online.com/public/6pcoehzhpl/properties/04ce0aa02e6411f186110660515b2fcd/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1779145094" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5348719 - Calahonda" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.casa-excelente.com/en/property-details/PropertyID.R5348719/Calahonda/">R5348719 - Calahonda</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                 &euro; 485.000</div>
								<div class="listing_details the_grid_view">Bright townhouse located in the lower part of Calahonda, just 300 meters from the beach and within walking dis</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>139 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.casa-excelente.com/en/property-details/PropertyID.R5348719/Calahonda/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.casa-excelente.com/en/property-details/PropertyID.R5348719/Calahonda/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.casa-excelente.com/en/property-details/PropertyID.R5348719/Calahonda/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=I'm interested in&body=https://www.casa-excelente.com/en/property-details/PropertyID.R5348719/Calahonda/" 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="/en/results/cod-loc.cabopino" rel="tag">Cabopino</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.casa-excelente.com/en/property-details/PropertyID.R5360389/Cabopino/"><img src="https://cdn.resales-online.com/public/6pcoehzhpl/properties/b5cb00e83a2d11f182490652962539d5/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1776428518" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5360389 - Cabopino" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.casa-excelente.com/en/property-details/PropertyID.R5360389/Cabopino/">R5360389 - Cabopino</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                 &euro; 943.000</div>
								<div class="listing_details the_grid_view">Exclusive townhouse in Cabopino – just steps from the sea and the marina

Located in one of Cabopino’s m</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>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>220 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.casa-excelente.com/en/property-details/PropertyID.R5360389/Cabopino/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.casa-excelente.com/en/property-details/PropertyID.R5360389/Cabopino/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.casa-excelente.com/en/property-details/PropertyID.R5360389/Cabopino/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=I'm interested in&body=https://www.casa-excelente.com/en/property-details/PropertyID.R5360389/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="/en/results/cod-loc.calahonda" rel="tag">Calahonda</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.casa-excelente.com/en/property-details/PropertyID.R5025967/Calahonda/"><img src="https://cdn.resales-online.com/public/6pcoehzhpl/properties/67899c8b26a911f0ad0102e0405b089b/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1779098088" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5025967 - Calahonda" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.casa-excelente.com/en/property-details/PropertyID.R5025967/Calahonda/">R5025967 - Calahonda</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                 &euro; 459.000</div>
								<div class="listing_details the_grid_view">Discover this two-storey semi-detached house located in the quiet and well connected area of Calypso, in Calah</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>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>120 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.casa-excelente.com/en/property-details/PropertyID.R5025967/Calahonda/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.casa-excelente.com/en/property-details/PropertyID.R5025967/Calahonda/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.casa-excelente.com/en/property-details/PropertyID.R5025967/Calahonda/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=I'm interested in&body=https://www.casa-excelente.com/en/property-details/PropertyID.R5025967/Calahonda/" 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="/en/results/cod-loc.the-golden-mile" rel="tag">The Golden Mile</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.casa-excelente.com/en/property-details/PropertyID.R4777684/The-Golden-Mile/"><img src="https://cdn.resales-online.com/public/ui51lcs6ek/properties/f191015e37cb11ef857e0217bc231ef4/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1721052769" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R4777684 - The Golden Mile" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.casa-excelente.com/en/property-details/PropertyID.R4777684/The-Golden-Mile/">R4777684 - The Golden Mile</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                 &euro; 1.600.000</div>
								<div class="listing_details the_grid_view">Take advantage of the opportunity to own a property located on the second line of the beach in the heart of th</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>334 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.casa-excelente.com/en/property-details/PropertyID.R4777684/The-Golden-Mile/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.casa-excelente.com/en/property-details/PropertyID.R4777684/The-Golden-Mile/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.casa-excelente.com/en/property-details/PropertyID.R4777684/The-Golden-Mile/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=I'm interested in&body=https://www.casa-excelente.com/en/property-details/PropertyID.R4777684/The-Golden-Mile/" 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="/en/results/cod-loc.el-paraiso" rel="tag">El Paraiso</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.casa-excelente.com/en/property-details/PropertyID.R5220130/El-Paraiso/"><img src="https://cdn.resales-online.com/public/6pcoehzhpl/properties/df4e9676be4811f09ebd02a3ded47a2d/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1762884835" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5220130 - El Paraiso" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.casa-excelente.com/en/property-details/PropertyID.R5220130/El-Paraiso/">R5220130 - El Paraiso</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                 &euro; 2.950.000</div>
								<div class="listing_details the_grid_view">Andalusian villa with panoramic sea views and large plot in El Paraíso, Estepona

In the prestigious area o</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>380 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.casa-excelente.com/en/property-details/PropertyID.R5220130/El-Paraiso/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.casa-excelente.com/en/property-details/PropertyID.R5220130/El-Paraiso/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.casa-excelente.com/en/property-details/PropertyID.R5220130/El-Paraiso/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=I'm interested in&body=https://www.casa-excelente.com/en/property-details/PropertyID.R5220130/El-Paraiso/" 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="/en/results/cod-loc.estepona" rel="tag">Estepona</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.casa-excelente.com/en/property-details/PropertyID.R4921282/Estepona/"><img src="https://cdn.resales-online.com/public/6pcoehzhpl/properties/944929e3d1dc11ef8ce602e0405b089b/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1744298467" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R4921282 - Estepona" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.casa-excelente.com/en/property-details/PropertyID.R4921282/Estepona/">R4921282 - Estepona</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                 &euro; 950.000</div>
								<div class="listing_details the_grid_view">Charming Semi-detached Villa with Golf Views in Valle Romano

This elegant villa, meticulously designed, is </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>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>291 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.casa-excelente.com/en/property-details/PropertyID.R4921282/Estepona/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.casa-excelente.com/en/property-details/PropertyID.R4921282/Estepona/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.casa-excelente.com/en/property-details/PropertyID.R4921282/Estepona/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=I'm interested in&body=https://www.casa-excelente.com/en/property-details/PropertyID.R4921282/Estepona/" 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.casa-excelente.com/en/results/property.All-properties/pag.1/">1</a></li>	<li><a href="https://www.casa-excelente.com/en/results/property.All-properties/pag.2/">2</a></li>	<li><a href="https://www.casa-excelente.com/en/results/property.All-properties/pag.3/">3</a></li>	<li><a href="https://www.casa-excelente.com/en/results/property.All-properties/pag.4/">4</a></li>	<li><a href="https://www.casa-excelente.com/en/results/property.All-properties/pag.5/">5</a></li>	<li><a href="https://www.casa-excelente.com/en/results/property.All-properties/pag.6/">6</a></li>	<li><a href="https://www.casa-excelente.com/en/results/property.All-properties/pag.7/">7</a></li>	<li><a href="https://www.casa-excelente.com/en/results/property.All-properties/pag.8/">8</a></li>	<li><a href="https://www.casa-excelente.com/en/results/property.All-properties/pag.9/">9</a></li>	<li><a href="https://www.casa-excelente.com/en/results/property.All-properties/pag.10/">10</a></li>					<li class="roundright"><a href="https://www.casa-excelente.com/en/results/property.All-properties/pag.2/"><i class="fas fa-angle-right"></i></a></li>				<li class="roundright"><a href="https://www.casa-excelente.com/en/results/property.All-properties/pag.793/"><i class="fas fa-angle-double-right"></i></a></li>	</ul></div></div>{"id":30827,"date":"2022-12-25T18:47:03","date_gmt":"2022-12-25T18:47:03","guid":{"rendered":"https:\/\/casa-excelente.com\/example-result\/"},"modified":"2023-04-19T09:06:36","modified_gmt":"2023-04-19T09:06:36","slug":"results","status":"publish","type":"page","link":"https:\/\/www.casa-excelente.com\/en\/results\/","title":{"rendered":"Results"},"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":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.7 (Yoast SEO v20.13) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Results - Casa Excelente<\/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.casa-excelente.com\/en\/results\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Results\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.casa-excelente.com\/en\/results\/\" \/>\n<meta property=\"og:site_name\" content=\"Casa Excelente\" \/>\n<meta property=\"article:modified_time\" content=\"2023-04-19T09:06:36+00:00\" \/>\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.casa-excelente.com\/en\/results\/\",\"url\":\"https:\/\/www.casa-excelente.com\/en\/results\/\",\"name\":\"Results - Casa Excelente\",\"isPartOf\":{\"@id\":\"https:\/\/www.casa-excelente.com\/#website\"},\"datePublished\":\"2022-12-25T18:47:03+00:00\",\"dateModified\":\"2023-04-19T09:06:36+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.casa-excelente.com\/en\/results\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.casa-excelente.com\/en\/results\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.casa-excelente.com\/en\/results\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.casa-excelente.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Results\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.casa-excelente.com\/#website\",\"url\":\"https:\/\/www.casa-excelente.com\/\",\"name\":\"Casa Excelente\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.casa-excelente.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Results - Casa Excelente","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.casa-excelente.com\/en\/results\/","og_locale":"en_US","og_type":"article","og_title":"Results","og_url":"https:\/\/www.casa-excelente.com\/en\/results\/","og_site_name":"Casa Excelente","article_modified_time":"2023-04-19T09:06:36+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.casa-excelente.com\/en\/results\/","url":"https:\/\/www.casa-excelente.com\/en\/results\/","name":"Results - Casa Excelente","isPartOf":{"@id":"https:\/\/www.casa-excelente.com\/#website"},"datePublished":"2022-12-25T18:47:03+00:00","dateModified":"2023-04-19T09:06:36+00:00","breadcrumb":{"@id":"https:\/\/www.casa-excelente.com\/en\/results\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.casa-excelente.com\/en\/results\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.casa-excelente.com\/en\/results\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.casa-excelente.com\/"},{"@type":"ListItem","position":2,"name":"Results"}]},{"@type":"WebSite","@id":"https:\/\/www.casa-excelente.com\/#website","url":"https:\/\/www.casa-excelente.com\/","name":"Casa Excelente","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.casa-excelente.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.casa-excelente.com\/en\/wp-json\/wp\/v2\/pages\/30827"}],"collection":[{"href":"https:\/\/www.casa-excelente.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.casa-excelente.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.casa-excelente.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.casa-excelente.com\/en\/wp-json\/wp\/v2\/comments?post=30827"}],"version-history":[{"count":1,"href":"https:\/\/www.casa-excelente.com\/en\/wp-json\/wp\/v2\/pages\/30827\/revisions"}],"predecessor-version":[{"id":30915,"href":"https:\/\/www.casa-excelente.com\/en\/wp-json\/wp\/v2\/pages\/30827\/revisions\/30915"}],"wp:attachment":[{"href":"https:\/\/www.casa-excelente.com\/en\/wp-json\/wp\/v2\/media?parent=30827"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}