#udfooter{
  color: #87909A;
  text-align: left;
  line-height: 32px;
  height: 32px;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  width: inherit ;
  z-index: 99999;
  background: inherit;
  margin-top: 10px;
}
#escudo_deusto_footer{
  height: 20px;
  width: 99px;
  margin-top: 0px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px){

  #escudo_deusto_footer{
    position: relative;
    left: 150px;
  }
}

@media only screen and (min-width:768px){
  #udfooter{
    text-align: center;
  }
}
