$(document).ready(function(){
  $("#tipo").change(function()
  {
	$("#tipo_text").attr("value",$("#tipo :selected").text());
  });
});
