$(document).ready(function(){
	
	$('.contenedor_central_izq').load('prediccion.py .notas_tabla,.tabla_datos', function(responseText){
		//alert($(this).text());
	});
});
