$(document).ready(function() {
	$('#tabvanilla > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	$('#tabs > ul.menuCarrera').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
});
