//-------------------------------------------------------------------------------------------
// Funciones para destacar los anuncios de la portada
//-------------------------------------------------------------------------------------------

function I_InversionistasOn()
{
	document.getElementById("Img_Inversionistas").src='img/Inversionistas2.jpg';
	document.getElementById("Img_Inversionistas").style.cursor='hand';
}
function I_InversionistasOff()
{
	document.getElementById("Img_Inversionistas").src='img/Inversionistas.jpg';
	document.getElementById("Img_Inversionistas").style.cursor='default';
}

function I_AlertasOn()
{
	document.getElementById("Img_Alertas").src='img/Alertas2.jpg';
	document.getElementById("Img_Alertas").style.cursor='hand';
}
function I_AlertasOff()
{
	document.getElementById("Img_Alertas").src='img/Alertas.jpg';
	document.getElementById("Img_Alertas").style.cursor='default';
}

function I_RevistaOn()
{
	document.getElementById("Img_Revista").src='img/Revista2.jpg';
	document.getElementById("Img_Revista").style.cursor='hand';
}
function I_RevistaOff()
{
	document.getElementById("Img_Revista").src='img/Revista.jpg';
	document.getElementById("Img_Revista").style.cursor='default';
}

function I_ObraOn()
{
	document.getElementById("Img_Obra").src='img/Obra2.jpg';
	document.getElementById("Img_Obra").style.cursor='hand';
}
function I_ObraOff()
{
	document.getElementById("Img_Obra").src='img/Obra.jpg';
	document.getElementById("Img_Obra").style.cursor='default';
}

function I_DestacadaOn()
{
	document.getElementById("Img_Destacada").src='img/Destacada2.jpg';
	document.getElementById("Img_Destacada").style.cursor='hand';
}
function I_DestacadaOff()
{
	document.getElementById("Img_Destacada").src='img/Destacada.jpg';
	document.getElementById("Img_Destacada").style.cursor='default';
}
function I_CooperativasOn()
{
	document.getElementById("Img_Cooperativas").src='img/Cooperativas2.jpg';
	document.getElementById("Img_Cooperativas").style.cursor='hand';
}
function I_CooperativasOff()
{
	document.getElementById("Img_Cooperativas").src='img/Cooperativas.jpg';
	document.getElementById("Img_Cooperativas").style.cursor='default';
}

function I_VPisosOn()
{
	document.getElementById("Img_VPisos").src='img/V_Pisos2.jpg';
	document.getElementById("Img_VPisos").style.cursor='hand';
}
function I_VPisosOff()
{
	document.getElementById("Img_VPisos").src='img/V_Pisos.jpg';
	document.getElementById("Img_VPisos").style.cursor='default';
}

function I_VChaletsOn()
{
	document.getElementById("Img_VChalets").src='img/V_Chalets2.jpg';
	document.getElementById("Img_VChalets").style.cursor='hand';
}
function I_VChaletsOff()
{
	document.getElementById("Img_VChalets").src='img/V_Chalets.jpg';
	document.getElementById("Img_VChalets").style.cursor='default';
}

function I_VLocalesOn()
{
	document.getElementById("Img_VLocales").src='img/V_Locales2.jpg';
	document.getElementById("Img_VLocales").style.cursor='hand';
}
function I_VLocalesOff()
{
	document.getElementById("Img_VLocales").src='img/V_Locales.jpg';
	document.getElementById("Img_VLocales").style.cursor='default';
}

function I_VOficinasOn()
{
	document.getElementById("Img_VOficinas").src='img/V_Oficinas2.jpg';
	document.getElementById("Img_VOficinas").style.cursor='hand';
}
function I_VOficinasOff()
{
	document.getElementById("Img_VOficinas").src='img/V_Oficinas.jpg';
	document.getElementById("Img_VOficinas").style.cursor='default';
}

function I_PresentacionOn()
{
	document.getElementById("Img_Presentacion").src='img/Presentacion2.jpg';
	document.getElementById("Img_Presentacion").style.cursor='hand';
}
function I_PresentacionOff()
{
	document.getElementById("Img_Presentacion").src='img/Presentacion.jpg';
	document.getElementById("Img_Presentacion").style.cursor='default';
}

function I_IreguaOn()
{
	document.getElementById("Img_Iregua").src='img/Iregua2.jpg';
	document.getElementById("Img_Iregua").style.cursor='hand';
}
function I_IreguaOff()
{
	document.getElementById("Img_Iregua").src='img/Iregua.jpg';
	document.getElementById("Img_Iregua").style.cursor='default';
}

function I_ExpertosOn()
{
	document.getElementById("Img_Expertos").src='img/Expertos2.jpg';
	document.getElementById("Img_Expertos").style.cursor='hand';
}
function I_ExpertosOff()
{
	document.getElementById("Img_Expertos").src='img/Expertos.jpg';
	document.getElementById("Img_Expertos").style.cursor='default';
}