/* Javascript página principal */

$(document).ready(function(){
	
	//jquery.corner

	$(".bordab").corner("round bottom 9px");
	$(".bordab").corner("round bottom 9px");
	$(".bordat").corner("round top 9px");

});
