$(document).ready(function() {
	$('#tabSecciones > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	$('#listaNoticias > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	$('#programas > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	$('#featuredvid > ul').tabs();
	
	//$('#featuredvid > ul').tabs();
});

