$(document).ready(function() {



	// BORDES REDONDEADOS
	$("#form_acceso").corner();
	$(".opcion_app").corner();
	



});

