	function CambiarContenidoDIV(id_div){
		var contenido_div =' <ul>' +
							'<li>Dirección: C/ Montesa, 38 c/v Pasaje Marti - 28006 Madrid.<br>Telf.: 91 356 58 32.Fax: 91 355 43 36. E-mail: juventud@cnse.es</li>' +
							'<li><a href="contacto.html">Contacto</a></li>' +
							'<li><a href="http://www.facebook.com/pages/CJS-CNSE/181679868333" target="_blank"><img src="img/FaceBook-Logo.gif" alt="Face book: CJS-CNSE" width="17" height="18" border="0" /></a><a href="http://www.tuenti.com/#m=Profile&func=index&user_id=66903327"><img src="img/tuenti.gif" hspace="10" alt="Tuenti: Cjs Cnse" width="54" height="14" border="0" /></a></li>' +
							
							'</ul>';
		document.getElementById(id_div).innerHTML = contenido_div;
	}





