	$(function(){

        /*$('div').each(function() {
             eval($('.descripcion', this).corner("10px"));
        });*/
		
        $('div').each(function() {
             eval($('.info-left', this).corner("10px"));
        });
		
        $('div').each(function() {
             eval($('.fecha', this).corner("10px"));
        });
		
        $('div').each(function() {
             eval($('.agregar', this).corner("10px"));
        });
		
        $('div').each(function() {
             eval($('.comentario', this).corner("10px"));
        });
		
        $('div').each(function() {
             eval($('.comentario2', this).corner("10px"));
        });
		
        $('div').each(function() {
             eval($('.t-coment', this).corner("10px"));
        });
		
        $('div').each(function() {
             eval($('#blog', this).corner("bottom 10px"));
        });
		
        $('div.paginacion').each(function() {
             eval($('a', this).corner("10px"));
        });
		
        $('div.paginacion').each(function() {
             eval($('.selected', this).corner("10px"));
        });
		
        $('div').each(function() {
             eval($('.mensaje-aprobacion', this).corner("20px"));
        });
	
	});