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