// JavaScript Document
function redondear(){
	$(".redondear").corner("6px");
	$(".redondearTop").corner(" 6px tr tl");
	$(".redondearTopLeft").corner(" 6px tl");
	$(".redondearBottom").corner("6px br bl");
	$(".redondearLeft").corner("6px tl bl");
	$(".redondearRight").corner("6px tr br");
	$(".redondearMax").corner("10px");
	
}
