
.listadosT10 {
  width: 100%;
  margin: 40px auto;
  align-items: center;
  justify-content: center;
}

.lc_ficha {
    display: block;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 10px 20px -10px rgba(0,0,0,.3);
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #f1f1f1;
    float: left;
    width: 100%;
}  
.lc_fichaLogo {
  height: 60px;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.lc_fichaLogo img {
  height: 60px;
  width: auto;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

.lc_fichaTit { 
     margin: 5px auto;
    height: auto;
    height: 45px;
}
.lc_fichaTit p { 
    margin: 0 auto;
    font-weight: 600;
    line-height: normal;
    text-align: center;
 } 

.lc_btn a, .lc_btn a:visited, .lc_btn a:hover, .lc_btn a:focus { text-decoration:none; }

.btn-evalua, .btn-plusinfo { 
    cursor: pointer; 
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    text-align: center;
    vertical-align: middle;
    padding: .45rem .1rem;
    font-size: 16px;
    border-radius: .15rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: none;
    width: 48%;
    margin: 10px 1% 0;
    float: left;
 }

.btn-evalua, .btn-evalua:visited {
   background-color: #0543CB;
  	color: #ffffff;
  	transform: translateY(-2px);
    border: 1px solid #2563EB;
}
.btn-evalua:hover, .btn-evalua:focus { 
    color: #fff;
    background: #FF2E63;
    border: 1px solid #FF2E63;
    text-decoration: none; 
}

.btn-plusinfo, .btn-plusinfo:visited {
    color: #2563EB;
    border: 1px solid #2563EB;
 }
 .btn-plusinfo:hover, .btn-plusinfo:focus { 
    background: #0543CB; 
    text-decoration: none; 
    color: #fff !important;
  	transform: translateY(-2px);
 }

.btn-evalua a, .btn-evalua a:hover, .btn-evalua a:focus, .btn-evalua a:visited { color:#fff; text-decoration:none }
 
.px4 { padding-left: 4px; padding-right: 4px; }
 