// JavaScript Document

//Funcion que redondea las esquinas segun el ID del Div
	$(function(){	
        $("#round").corner("bottom");
		//$("#roundx").corner("top");
		/*$("#roundContNews").corner("bottom 5px");
		$("#roundlateral1").corner("bevel top 2px");
		$("#roundContLateral1").corner("bottom 2px");
		$("#roundlateral2").corner("bevel top 2px");
		$("#roundContLateral2").corner("bottom 2px");*/
				
	});

