	$(function(){

        $('div').each(function() {
             eval($('.caja-tarea', this).corner("bottom 12px"));
        });
		
        $('div').each(function() {
             eval($('.titulo-profesor', this).corner("top 5px"));
        });
		
        $('div').each(function() {
             eval($('.regresar', this).corner("5px"));
        });
		
        $('div').each(function() {
             eval($('.caja-noticia', this).corner("bottom 10px"));
        });
		
        $('div').each(function() {
             eval($('.caja-guest', this).corner("10px"));
        });
		
	
	});
