EN PL ES
Reservar Visita
House

House in Benissa

Benissa Centro, Benissa , Alicante

380,000€

Listed: 17 February 2026

House in Benissa
+33 fotos

Descripción

Mediterranean Charm in BenissaI present to you a wonderful opportunity in Benissa: a country house with great potential on a 12,137 m² plot that has two entrances, one on each side, offering you many possibilities.
You can choose to build a new home or maintain the current stone house, which has been reinforced and renovated from 2019 to today, and has about 130 m². Upon entering through the porch of approximately 25 m², you will find a cozy interior that includes 2 double bedrooms, a bathroom with shower, a living/dining room, and an independent kitchen.
From that same floor, stairs lead you to the second floor, which also measures about 130 m² and is currently unfinished. On this floor, 3 bedrooms, a dressing room, and 2 bathrooms are planned, and from there you can enjoy beautiful views of the sea and the Peñón de Ifach.
The electrical and plumbing systems are completely new, and the house has air conditioning, PVC windows with thermal break imitation wood (climalit), ensuring comfort at any time of the year.
Outside, there is enough space to park several cars and also to build a pool, in addition to a terrace and barbecue area with new foundations, ideal for enjoying outdoor moments.
The location is perfect, with direct connection to the national road, close to all services, just 2 minutes from the village and 5 minutes from Calpe. From the second floor, you will have beautiful open views of the countryside and the sea.
It is worth mentioning that the part of the stables was destroyed a few months ago, but the foundation for the terrace and barbecue area has already been carried out, allowing you to continue developing the project to your liking.
Feel free to contact us to visit this fantastic property and discover all its potential!

Technical Detalles

380 m²

Área

2

Bedhabitaciones

1

Bathhabitaciones

12137 m²

Plot

Amenities

Ubicación

Mortgage Calculator

Deposit amount:
Monthly payment:

Interested?

Contacto us to get more information about this property.

Teléfono

+44 20 1234 5678

Correo Electrónico

info@tripinvestuk.co.uk

function updateDepositAmount() { const propertyPrice = 380000.00; const depositPercent = parseFloat(document.getElementById('deposit_percent').value) / 100; const depositAmount = propertyPrice * depositPercent; const displaySpan = document.getElementById('deposit_amount_display'); displaySpan.textContent = depositAmount.toLocaleString() + ' EUR'; } function calculateMortgage() { const propertyPrice = 380000.00; const depositPercent = parseFloat(document.getElementById('deposit_percent').value) / 100; const loanAmount = propertyPrice * (1 - depositPercent); const years = parseInt(document.getElementById('loan_years').value); const annualRate = parseFloat(document.getElementById('interest_rate').value); const monthlyRate = annualRate / 12; const numPayments = years * 12; const monthlyPayment = loanAmount * (monthlyRate * Math.pow(1 + monthlyRate, numPayments)) / (Math.pow(1 + monthlyRate, numPayments) - 1); const resultDiv = document.getElementById('monthly_payment_result'); const amountSpan = document.getElementById('monthly_amount'); amountSpan.textContent = Math.round(monthlyPayment).toLocaleString() + ' EUR/month'; resultDiv.style.display = 'block'; // Update deposit amount display updateDepositAmount(); } // Dynamiczne obliczanie przy zmianie wartości document.addEventListener('DOMContentLoaded', function() { const loanYearsSelect = document.getElementById('loan_years'); const interestRateSelect = document.getElementById('interest_rate'); const depositPercentSelect = document.getElementById('deposit_percent'); if (loanYearsSelect && interestRateSelect && depositPercentSelect) { loanYearsSelect.addEventListener('change', calculateMortgage); interestRateSelect.addEventListener('change', calculateMortgage); depositPercentSelect.addEventListener('input', calculateMortgage); // Oblicz przy ładowaniu strony updateDepositAmount(); calculateMortgage(); } });