$(document).ready(function() {
	$("#Map area").enlacesExternos({
	   mostrarIcono: false,
	   modoImagen: false,
	   mostrarTitle: true,
	   title: "Este enlace se abrirá en una ventana nueva",
	   abrirVentana: true
	});
	
	$(".contenedor-cien a").enlacesExternos({
	   mostrarIcono: false,
	   modoImagen: false,
	   mostrarTitle: true,
	   title: "Este enlace se abrirá en una ventana nueva",
	   abrirVentana: true
	});
	$("#contenedor-lista-lifestyle a").enlacesExternos({
	   mostrarIcono: false,
	   modoImagen: false,
	   mostrarTitle: true,
	   title: "Este enlace se abrirá en una ventana nueva",
	   abrirVentana: true
	});
	
	$("#ampliar a").enlacesExternos({
	   mostrarIcono: false,
	   modoImagen: false,
	   mostrarTitle: true,
	   title: "Este enlace se abrirá en una ventana nueva",
	   abrirVentana: true
	});
	
	$("#contenedor60-verde a").enlacesExternos({
	   mostrarIcono: false,
	   modoImagen: false,
	   mostrarTitle: true,
	   title: "Este enlace se abrirá en una ventana nueva",
	   abrirVentana: true
	});
	$("#contenedor60-azul a").enlacesExternos({
	   mostrarIcono: false,
	   modoImagen: false,
	   mostrarTitle: true,
	   title: "Este enlace se abrirá en una ventana nueva",
	   abrirVentana: true
	});
	$("#ampliar1 a").enlacesExternos({
	   mostrarIcono: false,
	   modoImagen: false,
	   mostrarTitle: true,
	   title: "Este enlace se abrirá en una ventana nueva",
	   abrirVentana: true
	});
	
	$("#sistemaModular li a").enlacesExternos({
	   mostrarIcono: false,
	   modoImagen: false,
	   mostrarTitle: true,
	   title: "Este enlace se abrirá en una ventana nueva",
	   abrirVentana: true
	});
})