window.addEvent('domready',function(){
	if(imagen && imagen!==false && imagen!=''){
		$('cont1').removeProperty('class').setStyle('background-image','url(../img/programas/'+imagen+')');
	}
});
