Fristående villa i Moraira_Teulada - Nyproduktion - Lexington Realty
Lexington Realty dedicated estate agency in Costa Blanca
Back to the search results
zoom
Ref: N6881
Nyproduktion
Fristående villa i Moraira_Teulada - Nyproduktion

Fristående villa i Moraira_Teulada - Nyproduktion

Ref: N6881
  • 5 Sovrum 5
  • 5 Badrum 5
  • Bostadsyta 370m² 370m²
  • Tomtyta 1864m² 1864m²
  • 1864 Privat
3.150.000€
Details
  • Fastighetstyp Fristående villa
  • Försäljningstyp Nyproduktion
  • Coast Costa Blanca Söder
  • Läge Moraira_Teulada
  • Pool Privat
  • Trädgård Private
  • Utsikt Havsutsikt
Område
  • Bostadsyta 370 m²
  • Tomtyta 1864 m²

Energiklassificering: Avvaktan

Faciliteter
  • Close To Schools
  • Dakterras
  • Pre-installed air conditioning

LUXURY NEW BUILD VILLA WITH THE SEA VIEWS IN MORAIRA

New Build Luxury villa with sea views in Moraira.

Villa articulates the interior spaces through simple, pure and emphatic geometries. It is accessed through a ramp and stairs integrated into the ground, supporting the upper part of the house on a stone plinth that gives entrance to the living place.

On the ground floor there is a garage, a generous hall access next to a large cellar and storage and gym.

On the upper floor are the bedrooms main rooms of the house, all of them with bathroom en suite and a large open space of more than 90m2 for accommodate a fluid space of kitchen dining room and living room in a 180º panoramic view of the landscape.

All this space is surrounded by a spacious terrace, in the front part on which falls a porch open of more than 50m2, projecting towards the outside the interior of the house and turning it into a space unique.
A unique geometric piece that provides some impressive views of the landscape and has practical and careful way the program and functionality inside.

The geometric purity and design of the house is transferred from the architectural composition to the execution of the smallest detail. State-of-the-art technical and construction solutions have been chosen to transfer the latest developments in the market to the home.
All this in order to achieve a luxury home with the maximum benefits and with an exquisite design.

Moraira is a small town 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.

Fråga oss om denna fastighet

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-22T13:21:33+01:00info
Database connected
2025-02-22T13:21:33+01:00sql21 ms
SELECT *, clave FROM lexington_traducciones
2025-02-22T13:21:33+01:00sql21 ms
SELECT clave, valor FROM lexington_config
2025-02-22T13:21:33+01:00sql5 ms
	SELECT id, clave, parent_id, privado, formulario,
					titulo_se AS titulo, banner,
					link_se AS link,
					slug_se AS slug,
					meta_key_se AS meta_key,
					meta_descr_se AS meta_descr,
					art_se AS text
					FROM lexington_articulos 
					 WHERE slug_se = 'fastigheter-till-salu' 
					
2025-02-22T13:21:33+01:00sql0 ms
	SELECT id, clave, 
					titulo_se AS title,
					link_se AS link,
					slug_se AS slug,
					art_se AS text,
					meta_descr_se 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-22T13:21:33+01:00sql0 ms
SELECT file_name FROM lexington_images_articulos WHERE parent_id = 48 ORDER BY orden
2025-02-22T13:21:33+01:00sql0 ms
SELECT file_name FROM lexington_files_articulos WHERE parent_id = 48 ORDER BY orden
2025-02-22T13:21:33+01:00sql2 ms
 	SELECT *, id, clave, link_se AS link,  titulo_se AS titulo,
					slug_se AS slug, header_menu, footer_menu, parent_id, orden
					FROM lexington_articulos
					ORDER BY orden
					
2025-02-22T13:21:33+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-22T13:21:33+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-22T13:21:33+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-22T13:21:33+01:00sql14 ms
	SELECT main.*, titulo_se AS titulo,
					descripcion_se AS descripcion,
					loc.nombre as localidad, loc.descr_se AS localidad_descr,
					cos.provincia, main.fecha_creado, direccion,
					loc.costa_id,
					zon.nombre as zona,
					main.codigo_postal, 
					tip.nombre_thinkspain,
					cla.nombre_se as clase,
					tip.nombre_se as tipo, 
					cos.nombre_se as costa,
					pis.nombre_se as piscina,
					jar.nombre_se as jardin,
					ori.nombre_se as orientacion,
					par.nombre_se as parking,
					vis.nombre_se 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 = 11203
2025-02-22T13:21:33+01:00sql9 ms
SELECT parent_id, file_name FROM lexington_images_viviendas WHERE parent_id = 11203 ORDER BY orden
2025-02-22T13:21:33+01:00sql7 ms
SELECT parent_id, file_name FROM lexington_files_viviendas WHERE parent_id = 11203 ORDER BY orden
2025-02-22T13:21:33+01:00sql0 ms
SELECT id, nombre_se as nombre FROM lexington_opciones ORDER BY orden
2025-02-22T13:21:33+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-22T13:21:33+01:00sql44 ms
					SELECT main.id AS main_id, referencia, dormitorios, banos, sup_vivienda,
					sup_parcela, precio_de_venta, main.fecha_creado, precio_desde,
					descripcion_se AS descripcion,
					piscina_id AS piscina, zon.nombre as zona, main.opciones_json AS opciones,
					 
					
					lat, lon, reservado, vendido, reducido, agente,
					main.titulo_se AS titulo, 
					loc.nombre AS localidad,
					tip.nombre_se AS tipo, 
					cla.id AS clase_id, cla.nombre_se AS clase,
					cos.nombre_se 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 >= 2362500) AND (precio_de_venta <= 3937500) AND (costa_id = 2) AND (tipo_id = 5) AND (main.id != 11203) AND (visible = 1) ORDER BY RAND() LIMIT 3
2025-02-22T13:21:33+01:00sql0 ms
            SELECT loc.*, descr_se AS descripcion,
            cos.nombre_se AS costa
            FROM lexington_localidades loc
            JOIN lexington_costas cos
                ON loc.costa_id =  cos.id
            WHERE loc.id = 172
2025-02-22T13:21:33+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-22T13:21:33+01:00sql0 ms
SELECT nombre_se AS nombre FROM lexington_costas WHERE id = 2
2025-02-22T13:21:33+01:00sql0 ms
SELECT nombre_se AS nombre FROM lexington_tipos WHERE id = 5
2025-02-22T13:21:33+01:00sql0 ms
SELECT nombre_en AS nombre FROM lexington_costas WHERE id = 2
2025-02-22T13:21:33+01:00sql0 ms
SELECT nombre_en AS nombre FROM lexington_tipos WHERE id = 5
2025-02-22T13:21:33+01:00sql7 ms
SELECT nombre_dk AS nombre FROM lexington_costas WHERE id = 2
2025-02-22T13:21:33+01:00sql0 ms
SELECT nombre_dk AS nombre FROM lexington_tipos WHERE id = 5
2025-02-22T13:21:33+01:00sql0 ms
SELECT nombre_se AS nombre FROM lexington_costas WHERE id = 2
2025-02-22T13:21:33+01:00sql0 ms
SELECT nombre_se AS nombre FROM lexington_tipos WHERE id = 5
2025-02-22T13:21:33+01:00sql0 ms
SELECT nombre_no AS nombre FROM lexington_costas WHERE id = 2
2025-02-22T13:21:33+01:00sql0 ms
SELECT nombre_no AS nombre FROM lexington_tipos WHERE id = 5
2025-02-22T13:21:33+01:00sql0 ms
SELECT nombre_fr AS nombre FROM lexington_costas WHERE id = 2
2025-02-22T13:21:33+01:00sql0 ms
SELECT nombre_fr AS nombre FROM lexington_tipos WHERE id = 5
2025-02-22T13:21:33+01:00sql0 ms
SELECT nombre_nl AS nombre FROM lexington_costas WHERE id = 2
2025-02-22T13:21:33+01:00sql7 ms
SELECT nombre_nl AS nombre FROM lexington_tipos WHERE id = 5
2025-02-22T13:21:33+01:00sql0 ms
SELECT nombre_de AS nombre FROM lexington_costas WHERE id = 2
2025-02-22T13:21:33+01:00sql0 ms
SELECT nombre_de AS nombre FROM lexington_tipos WHERE id = 5
2025-02-22T13:21:33+01:00sql0 ms
SELECT nombre_es AS nombre FROM lexington_costas WHERE id = 2
2025-02-22T13:21:33+01:00sql0 ms
SELECT nombre_es AS nombre FROM lexington_tipos WHERE id = 5
2025-02-22T13:21:33+01:00sql0 ms
SELECT nombre_pl AS nombre FROM lexington_costas WHERE id = 2
2025-02-22T13:21:33+01:00sql0 ms
SELECT nombre_pl AS nombre FROM lexington_tipos WHERE id = 5
2025-02-22T13:21:33+01:00sql0 ms
SELECT nombre_en AS nombre FROM lexington_costas WHERE id = 2
2025-02-22T13:21:33+01:00sql0 ms
SELECT nombre_en AS nombre FROM lexington_tipos WHERE id = 5
2025-02-22T13:21:33+01:00sql0 ms
SELECT nombre_dk AS nombre FROM lexington_costas WHERE id = 2
2025-02-22T13:21:33+01:00sql0 ms
SELECT nombre_dk AS nombre FROM lexington_tipos WHERE id = 5
2025-02-22T13:21:33+01:00sql0 ms
SELECT nombre_no AS nombre FROM lexington_costas WHERE id = 2
2025-02-22T13:21:33+01:00sql0 ms
SELECT nombre_no AS nombre FROM lexington_tipos WHERE id = 5
2025-02-22T13:21:33+01:00sql0 ms
SELECT nombre_fr AS nombre FROM lexington_costas WHERE id = 2
2025-02-22T13:21:33+01:00sql0 ms
SELECT nombre_fr AS nombre FROM lexington_tipos WHERE id = 5
2025-02-22T13:21:33+01:00sql0 ms
SELECT nombre_nl AS nombre FROM lexington_costas WHERE id = 2
2025-02-22T13:21:33+01:00sql0 ms
SELECT nombre_nl AS nombre FROM lexington_tipos WHERE id = 5
2025-02-22T13:21:33+01:00sql0 ms
SELECT nombre_de AS nombre FROM lexington_costas WHERE id = 2
2025-02-22T13:21:33+01:00sql0 ms
SELECT nombre_de AS nombre FROM lexington_tipos WHERE id = 5
2025-02-22T13:21:33+01:00sql0 ms
SELECT nombre_es AS nombre FROM lexington_costas WHERE id = 2
2025-02-22T13:21:33+01:00sql0 ms
SELECT nombre_es AS nombre FROM lexington_tipos WHERE id = 5
2025-02-22T13:21:33+01:00sql0 ms
SELECT nombre_pl AS nombre FROM lexington_costas WHERE id = 2
2025-02-22T13:21:33+01:00sql0 ms
SELECT nombre_pl AS nombre FROM lexington_tipos WHERE id = 5
2025-02-22T13:21:33+01:00sql0 ms
SELECT nombre_nl AS nombre FROM lexington_costas WHERE id = 2
2025-02-22T13:21:33+01:00sql0 ms
SELECT nombre_nl AS nombre FROM lexington_tipos WHERE id = 5