[ng-controller="GruposCtrl"],
[ng-controller="UsuariosMainCtrl"] {
  overflow-y: auto;
  overflow-x: hidden;
}
.well-grupos {
  height: 200px;
  padding: 0px;
  position: relative;
}
.card-footer {
  padding: 15px;
  background: #eaeaea;
  text-align: center;
  position: absolute;
  bottom: 0px;
  width: 100%;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
