function ajustarFundo(obj){
	if(screen.width==1024){
		obj.className='com_figura';
	}
	else{
		obj.className='sem_figura';
	}
}

