
function CargarTIpos(essocio){        
	
	

	var toLoad= 'js/tipo.php?tipo='+ essocio ;
	$.post(toLoad,function (responseText){
							
	
	$('#TipoS').html(responseText);
	
							});
							
							
}
