	$(function(){

        $('div').each(function() {
             eval($('#caja-verde', this).corner("12px"));
        });
		
        $('div').each(function() {
             eval($('#footer', this).corner("top 12px"));
        });
		
        $('div').each(function() {
             eval($('.caja-gris2', this).corner("12px"));
        });
		
        $('div').each(function() {
             eval($('#caja-verde2', this).corner("12px"));
        });
		
        $('div').each(function() {
             eval($('.caja-gris3', this).corner("12px"));
        });
		
        $('').each(function() {
             eval($('h4', this).corner("top 8px"));
        });
		
        $('div').each(function() {
             eval($('#noticias-principal', this).corner("12px"));
        });
		
        $('div').each(function() {
             eval($('.caja-foto', this).corner("12px"));
        });
		
        $('div').each(function() {
             eval($('.caja-thumb', this).corner("12px"));
        });
		
	
	});
