function ajuste_podcast(){
 	ref = 300;
	tam = document.getElementById("img_podcast").height;
    calc = (ref-tam)/2;
    document.getElementById("img_podcast").style.marginTop = calc + "px";
 }