	$(function(){

        $('div').each(function() {
             eval($('.caja-destacar', this).corner("10px"));
        });
		
        $('div').each(function() {
             eval($('.caja-destacar2', this).corner("10px"));
        });
		
        $('div').each(function() {
             eval($('.caja-destacar3', this).corner("10px"));
        });
		
        $('div.back').each(function() {
             eval($('a', this).corner("10px"));
        });

	
	});