
html, body {
    height: 100%;
  }
  
  #mainNav {
    background-color: darkslategrey;
    color:white;
  }
  #mainNav .navbar-brand {
    color: #fed136;
    font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive;
  }
  
  
  .content {
    flex: 1 0 auto;
  }
  .footer {
    flex-shrink: 0;
  }
  
  
  
  .ft{
    padding-left:22px;
    padding-right:31px;
  }
  
  
  
  ul.social-buttons {
    margin-bottom: 0;
  }
  
  ul.social-buttons li a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: white;
    border-radius: 100%;
    outline: none;
    background-color: #003d5c;
  }
  
  ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
    background-color: #d26229;
  }
  .content{
     margin-top:60px;
   }
  
  
  /* Profile container */
  .profile {
    margin: 20px 0;
  }
  
  /* Profile sidebar */
  .profile-sidebar {
    /*padding: 20px 0 10px 0;*/
    background: #fff;
  }
  
  .profile-userpic img {
    float: none;
    display:block;
    margin:auto;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
  }

  .tamimg{
    width: 50%;
    height: 50%;
  }

  .texto_contenedor{
    font-size: 20px;
    color: #272727;
    font-style: italic;
    text-align: justify;
  }
  
  .profile-usertitle {
    text-align: center;
    margin-top: 20px;
  }

  .elemento{
    font-size: 20px;
  }
  
  .profile-usertitle-name {
    color: #5a7391;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
  }
  
  .profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  .profile-userbuttons {
    text-align: center;
    margin-top: 10px;
  }
  
  .profile-userbuttons .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px;
    margin-right: 5px;
  }
  
  .profile-userbuttons .btn:last-child {
    margin-right: 0px;
  }
      
  .profile-usermenu {
    /*margin-top: 30px;*/
    background-color: #d26128;
  }
  
  .profile-usermenu ul li {
    border-bottom: 1px solid #f0f4f7;
  }
  
  .profile-usermenu ul li:last-child {
    border-bottom: none;
  }
  
  .profile-usermenu ul li a {
    min-width: 100%;
    color: #272727;
    font-size: 24px;
    font-weight: 400;
    margin-top: -2px;
    margin-bottom: -2px;
    border-top:    3px solid  #fff;
    border-bottom: 3px solid #fff;
    
  }
  
  .profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 14px;
  }
  
  .profile-usermenu ul li a:hover {
     background-color: #FFF;
    color: #5a0808;
  }
  
  .profile-usermenu ul li.active {
    border-bottom: none;
  }
  
  .profile-usermenu ul li.active a {
    color: #FFF;
    background-color: #1e019e;
    border-left: 2px solid #5b9bd1;
    margin-left: -2px;
  }
  
  /* Profile Content */
  .profile-content {
    padding: 10px;
    background: #FFF;
    color: #272727;
    min-height: 460px;
  }
  
  .nav>li {
      position: relative;
      display: block;
  }
  .contenedor{
    width: 900px;
  }

  
  @media (max-width: 993px) {
    .profile-userpic>img {
      float: none;
      display:block;
        margin:auto;
      -webkit-border-radius: 50% !important;
      -moz-border-radius: 50% !important;
      border-radius: 50% !important;
    }

    .tamimg{
      width: 100px;
      height: auto;
    }

    .contenedor{
      width: 90%;
    }
  }
  
  
  