Villa i Moraira_Teulada - Nybygget - Lexington Realty
Lexington Realty ejendomsmægler på Costa Blanca. Alicante, Santa Pola, Gran Alacant
Tilbage til søgeresultater
zoom
Ref: N6425
Nybygget
Villa i Moraira_Teulada - Nybygget

Villa i Moraira_Teulada - Nybygget

Ref: N6425
  • 4 Soveværelser 4
  • 4 Badeværelser 4
  • Boligareal 346m² 346m²
  • Grundareal 13000m² 13000m²
  • 13000 Privat
1.695.000€
Details
  • Boligtype Villa
  • Nyt eller brugt Nybygget
  • Kyst Costa Blanca Syd
  • Område Moraira_Teulada
  • Swimming pool Privat
  • Have Privat
  • Udsigt Havudsigt
Områder
  • Boligareal 346 m²
  • Grundareal 13000 m²

Energi certifikat: Pending

Faciliteter
  • Tæt på skoler
  • Tagterrasse
  • Kælder
  • Pre-installed air conditioning

Newly built villa in Teulada with mountain views

On the ground floor we find a large living-dining area and open plan kitchen, master bedroom with walking wardrobe and bathroom, front terrace with access to the pool.

On the first floor is 3 bedrooms with fitted wardrobes, 3 bathrooms en suite.

As well here you have basement of 81m2 with wine celler.

Villa will be build using high quality materials.

The kitchen will be chosen by the client, kitchen cabinets, worktop and appliances.

Air conditioning with climate control system (condense) in the living rooms and bedrooms.
Mitsubishi brand.

The swimming pool will be built with an outdoor
shower (hot/cold water connection).

Automatic entrance gate for the cars with remote control and automatic pedestrian door.

Garden to be chosen by the client.

Moraira is a small town with with good restaurants, bars and plenty of supermarkets around.

There is a very pleasant beach right next to town that is great for families.

The seafront offers tremendous views of Penon Ifach across the bay in Calpe. The coast road getting there is well worth doing with some spectacular views.

Moraira situated about 1 hour 15 minutes North up the A7 from Alicante airport its fairly easy to get to. It's about the same distance or a little less South from Valencia airport.

Kontakt os vedrørende denne bolig

Lexington Realty

C/ Finlandia 19, Bl. 1, Loc. 2
Commercial Centre Gran Alacant
03130 Santa Pola, ALICANTE

+34 966 69 51 52
contact@lexington-realty.com

Estoy de acuerdo

Utilizamos cookies propias y de terceros para realizar análisis de uso y de medición de nuestra web para mejorar nuestros servicios. Si continua navegando, consideramos que acepta su uso. Para obtener más información aquí.


2025-02-17T10:58:03+01:00info
Database connected
2025-02-17T10:58:03+01:00sql7 ms
SELECT *, clave FROM lexington_traducciones
2025-02-17T10:58:03+01:00sql0 ms
SELECT clave, valor FROM lexington_config
2025-02-17T10:58:03+01:00sql1 ms
	SELECT id, clave, parent_id, privado, formulario,
					titulo_dk AS titulo, banner,
					link_dk AS link,
					slug_dk AS slug,
					meta_key_dk AS meta_key,
					meta_descr_dk AS meta_descr,
					art_dk AS text
					FROM lexington_articulos 
					 WHERE slug_dk = 'ejendomme-til-salg' 
					
2025-02-17T10:58:03+01:00sql0 ms
	SELECT id, clave, 
					titulo_dk AS title,
					link_dk AS link,
					slug_dk AS slug,
					art_dk AS text,
					meta_descr_dk AS meta,
					(SELECT img.file_name as file_name
        FROM lexington_images_articulos img
        WHERE img.parent_id = main.id
        ORDER BY img.orden ASC
        LIMIT 1) AS file_name 
					FROM lexington_articulos main
					WHERE parent_id = 48
					ORDER BY orden
					
2025-02-17T10:58:03+01:00sql0 ms
SELECT file_name FROM lexington_images_articulos WHERE parent_id = 48 ORDER BY orden
2025-02-17T10:58:03+01:00sql0 ms
SELECT file_name FROM lexington_files_articulos WHERE parent_id = 48 ORDER BY orden
2025-02-17T10:58:03+01:00sql2 ms
 	SELECT *, id, clave, link_dk AS link,  titulo_dk AS titulo,
					slug_dk AS slug, header_menu, footer_menu, parent_id, orden
					FROM lexington_articulos
					ORDER BY orden
					
2025-02-17T10:58:03+01:00sql0 ms
SELECT slug_en, slug_dk, slug_se, slug_no, slug_fr, slug_nl, slug_de, slug_es, slug_pl FROM lexington_articulos WHERE clave = 'viviendas-comprar'
2025-02-17T10:58:03+01:00sql0 ms
SELECT slug_en, slug_dk, slug_se, slug_no, slug_fr, slug_nl, slug_de, slug_es, slug_pl FROM lexington_articulos WHERE clave = 'viviendas-comprar'
2025-02-17T10:58:03+01:00sql0 ms
SELECT slug_en, slug_dk, slug_se, slug_no, slug_fr, slug_nl, slug_de, slug_es, slug_pl FROM lexington_articulos WHERE clave = 'viviendas-comprar'
2025-02-17T10:58:03+01:00sql1 ms
	SELECT main.*, titulo_dk AS titulo,
					descripcion_dk AS descripcion,
					loc.nombre as localidad, loc.descr_dk AS localidad_descr,
					cos.provincia, main.fecha_creado, direccion,
					loc.costa_id,
					zon.nombre as zona,
					main.codigo_postal, 
					tip.nombre_thinkspain,
					cla.nombre_dk as clase,
					tip.nombre_dk as tipo, 
					cos.nombre_dk as costa,
					pis.nombre_dk as piscina,
					jar.nombre_dk as jardin,
					ori.nombre_dk as orientacion,
					par.nombre_dk as parking,
					vis.nombre_dk as vistas
					FROM lexington_viviendas main
					LEFT JOIN lexington_localidades loc
						ON main.localidad_id = loc.id
					LEFT JOIN lexington_zonas zon
						ON main.zona_id = zon.id
					LEFT OUTER JOIN lexington_costas cos
						ON loc.costa_id = cos.id
					LEFT JOIN lexington_clases cla
						ON main.clase_id = cla.id
					LEFT JOIN lexington_tipos tip
						ON main.tipo_id = tip.id
					LEFT JOIN lexington_piscinas pis
						ON main.piscina_id = pis.id
					LEFT JOIN lexington_jardines jar
						ON main.jardin_id = jar.id
					LEFT JOIN lexington_orientaciones ori
						ON main.orientacion_id = ori.id
					LEFT JOIN lexington_parkings par
						ON main.parking_id = par.id
					LEFT JOIN lexington_vistas vis
						ON main.vista_id = vis.id	
						
					WHERE main.id = 11266
2025-02-17T10:58:03+01:00sql0 ms
SELECT parent_id, file_name FROM lexington_images_viviendas WHERE parent_id = 11266 ORDER BY orden
2025-02-17T10:58:03+01:00sql0 ms
SELECT parent_id, file_name FROM lexington_files_viviendas WHERE parent_id = 11266 ORDER BY orden
2025-02-17T10:58:03+01:00sql0 ms
SELECT id, nombre_dk as nombre FROM lexington_opciones ORDER BY orden
2025-02-17T10:58:03+01:00sql0 ms
SELECT slug_en, slug_dk, slug_se, slug_no, slug_fr, slug_nl, slug_de, slug_es, slug_pl FROM lexington_articulos WHERE clave = 'viviendas-comprar'
2025-02-17T10:58:03+01:00sql48 ms
					SELECT main.id AS main_id, referencia, dormitorios, banos, sup_vivienda,
					sup_parcela, precio_de_venta, main.fecha_creado, precio_desde,
					descripcion_dk AS descripcion,
					piscina_id AS piscina, zon.nombre as zona, main.opciones_json AS opciones,
					 
					
					lat, lon, reservado, vendido, reducido, agente,
					main.titulo_dk AS titulo, 
					loc.nombre AS localidad,
					tip.nombre_dk AS tipo, 
					cla.id AS clase_id, cla.nombre_dk AS clase,
					cos.nombre_dk AS costa, loc.costa_id,
					opciones_json,
					
						(SELECT img.file_name as file_name
						FROM lexington_images_viviendas img
						WHERE img.parent_id = main.id
						ORDER BY img.orden ASC, img.id ASC
						LIMIT 1) AS file_name
					FROM lexington_viviendas main
					LEFT JOIN lexington_localidades loc ON main.localidad_id = loc.id
					LEFT JOIN lexington_zonas zon ON main.zona_id = zon.id
					LEFT JOIN lexington_tipos tip ON main.tipo_id = tip.id
					LEFT JOIN lexington_clases cla ON main.clase_id = cla.id
					LEFT OUTER JOIN lexington_costas cos ON loc.costa_id = cos.id
					WHERE 1 = 1
		 AND (precio_de_venta >= 1271250) AND (precio_de_venta <= 2118750) AND (costa_id = 2) AND (tipo_id = 5) AND (main.id != 11266) AND (visible = 1) ORDER BY RAND() LIMIT 3
2025-02-17T10:58:03+01:00sql0 ms
            SELECT loc.*, descr_dk AS descripcion,
            cos.nombre_dk AS costa
            FROM lexington_localidades loc
            JOIN lexington_costas cos
                ON loc.costa_id =  cos.id
            WHERE loc.id = 172
2025-02-17T10:58:03+01:00sql0 ms
	SELECT file_name, art.id AS aid
					FROM lexington_images_articulos img
					JOIN lexington_articulos art
						ON img.parent_id = art.id
					WHERE art.clave = 'viviendas-comprar'
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_dk AS nombre FROM lexington_costas WHERE id = 2
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_dk AS nombre FROM lexington_tipos WHERE id = 5
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_en AS nombre FROM lexington_costas WHERE id = 2
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_en AS nombre FROM lexington_tipos WHERE id = 5
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_dk AS nombre FROM lexington_costas WHERE id = 2
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_dk AS nombre FROM lexington_tipos WHERE id = 5
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_se AS nombre FROM lexington_costas WHERE id = 2
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_se AS nombre FROM lexington_tipos WHERE id = 5
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_no AS nombre FROM lexington_costas WHERE id = 2
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_no AS nombre FROM lexington_tipos WHERE id = 5
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_fr AS nombre FROM lexington_costas WHERE id = 2
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_fr AS nombre FROM lexington_tipos WHERE id = 5
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_nl AS nombre FROM lexington_costas WHERE id = 2
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_nl AS nombre FROM lexington_tipos WHERE id = 5
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_de AS nombre FROM lexington_costas WHERE id = 2
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_de AS nombre FROM lexington_tipos WHERE id = 5
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_es AS nombre FROM lexington_costas WHERE id = 2
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_es AS nombre FROM lexington_tipos WHERE id = 5
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_pl AS nombre FROM lexington_costas WHERE id = 2
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_pl AS nombre FROM lexington_tipos WHERE id = 5
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_en AS nombre FROM lexington_costas WHERE id = 2
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_en AS nombre FROM lexington_tipos WHERE id = 5
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_se AS nombre FROM lexington_costas WHERE id = 2
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_se AS nombre FROM lexington_tipos WHERE id = 5
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_no AS nombre FROM lexington_costas WHERE id = 2
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_no AS nombre FROM lexington_tipos WHERE id = 5
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_fr AS nombre FROM lexington_costas WHERE id = 2
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_fr AS nombre FROM lexington_tipos WHERE id = 5
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_nl AS nombre FROM lexington_costas WHERE id = 2
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_nl AS nombre FROM lexington_tipos WHERE id = 5
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_de AS nombre FROM lexington_costas WHERE id = 2
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_de AS nombre FROM lexington_tipos WHERE id = 5
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_es AS nombre FROM lexington_costas WHERE id = 2
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_es AS nombre FROM lexington_tipos WHERE id = 5
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_pl AS nombre FROM lexington_costas WHERE id = 2
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_pl AS nombre FROM lexington_tipos WHERE id = 5
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_nl AS nombre FROM lexington_costas WHERE id = 2
2025-02-17T10:58:03+01:00sql0 ms
SELECT nombre_nl AS nombre FROM lexington_tipos WHERE id = 5