.todoslosautores {
  display: flex;
}
.miniAutor{
    margin-top: 5px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
     
}
.sombreadoautor {
   
  padding-top: 20px;
  padding-bottom: 20px;
  
}
.miniAutor{
  box-shadow: 10px 10px lightblue;
}
.autorImgMini{
    border-radius: 90%;
    overflow: hidden;
    width: 96px;
    margin: auto;
}
.autorImgMini img{
    float: none;
    margin: 0;
}
.autorTxtMini{
    clear: both;
}
.autorMiniNombre{
    font-weight: bold;
    /*white-space: nowrap;*/
}
.autorMiniNombre h2{
  font-size: 25px;
}
.tituloautorbasic{
  font-size: 26px;
}
.pagautorpost h2{
  font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 95%;
}
/*  Bootstrap Clearfix */

/*  Tablet  */
@media (min-width:767px){

    /* Column clear fix */
    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1),
    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1){
      clear: both;
    }
    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1){
      clear: both;
    }
  }
  
  
  /*  Medium Desktop  */
  @media (min-width:992px){
  
    /* Column clear fix */
    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1),
    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1){
      clear: both;
    }
    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1){
      clear: both;
    }
  }
  
  
  /*  Large Desktop  */
  @media (min-width:1200px){
  
    /* Column clear fix */
    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1),
    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1){
      clear: both;
    }
    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1){
      clear: both;
    }
  }
  .autorImgMini{

  }
  ul > li.autorexperto {
    float: left;
   /* margin-left: 50px; */
}
.autorexpertocaja{

}
.pagautordatos h3,.pagautordatos h2{ margin-bottom: 0;}
.pagautordatos h2{ font-weight: bold;}
.fichaautorimg{ width: 100%;}
.autorexpertocaja,.experienciacertificadosautor{
  background:#e5e5e5;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1%;
}
.experienciacertificadosautor h3,.autorexpertocaja h3{
  margin-bottom: 5px;
}
.autorexpertocaja ul:after {
  display: block;
  clear: both;
  content: '';
}
.pagautorpost li {
  background: #e5e5e5;
  margin-bottom: 5px;
  color: black;
  margin-left: 0;
  padding-left: 7px;
  padding-right: 5px;
}
.pagautorpost li a {
  color: black;
}
.pagautorpost li a::after {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  float: right;
  margin-right: 5px;
}
.pagautorpost li::before{
  display: none;
}