function entorno(){
 var offset = $("#pie").offset();
  $(".cargo").css("top",offset.top - 30);
  $(".cargo").css("right",50);
}
