igualaHeight=function(){
	var h;
	var hH;
	var t;
	h = document.getElementById("voluntariado2");
	hH = h.offsetHeight;
	//alert(hH);
	t = document.getElementById("cuerpo");
	t.style.height = (hH)+'px';
}