.rojo{
  color: red;
}
.profile_img{
  margin-bottom: 20px;
  min-height: 210px;
}
#crop-avatar {
    border: 1px solid #bebebe;
    border-radius: 10px;
    max-width: 260px;
    max-height: 260px;
    height: 160px;
    width: 260px;
    /*padding: 5px;*/
    color: #ccc;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center; }
  
  #crop-avatar button {
    margin-top: 10px; }

    #loading{
      display: block;
      margin-right: auto;
      margin-left: auto;
    }
.text-derecha {
  text-align: right;
}
.derecha-m5{
  float:right;
  margin: 5px;
}
.-mt10{
  margin-top: -10px;
}

#loadingPrincipal{
  margin:20px auto;
  text-align: center;
  font-weight: bold;
}

#displayTotal{
  width: 100%;
  text-align: right;
  font-weight: bold;
  font-size:2rem;
}


.azul{
  color:#337ab7 !important;
}

.m20bg{
    margin-top: 30px !important;
  }

.detalleadeudos tr td{
  border-left: 1px #fff solid;
  border-right: 1px #fff solid;
  padding: 5px;
}

#mantenimiento{
  background: orange;
  display: block;
  width: auto;
  color:#fff;
  float: left;
  padding: 5px;
}