.lotes92-102{
    display: flex;
    flex-direction: row-reverse;
    justify-content: stretch;
    position: absolute;
    top:29%;
    left:10%;
    width:79.5%;
    height:5.5%;  /*Nota:5.5% a filas*/
    cursor: pointer;
}
.lot-92,.lot-93,.lot-94,.lot-95,.lot-96,.lot-97,.lot-98,.lot-99,.lot-100,.lot-101,.lot-102{
   display: flex;
   align-items: center;
   justify-content: center;
   width:100%;
   height:100%;
   border:1px solid blanchedalmond;
   position: relative;
}

/*.lot-92,.lot-94,.lot-96,.lot-98,.lot-100,.lot-102{
     background: rgb(125, 148, 24);
}
.lot-93,.lot-95,.lot-97,.lot-99,.lot-101{
    background: rgb(175, 191, 88);
}*/

.lot-92{
    border-bottom-right-radius:20% ;
}
.lot-102{
    border-bottom-left-radius: 20%;
}



   