.lotes70-80{
    display: flex;
    flex-direction: row-reverse;
    justify-content: stretch;
    position: absolute;
    top:15%;
    left:10%;
    width:79.5%;
    height:5.5%;  /*Nota:5.5% a filas*/
    cursor: pointer;
}
.lot-70,.lot-71,.lot-72,.lot-73,.lot-74,.lot-75,.lot-76,.lot-77,.lot-78,.lot-79,.lot-80{
   display: flex;
   align-items: center;
   justify-content: center;
   width:100%;
   height:100%;
   border:1px solid blanchedalmond;
   position: relative;
}
/*.lot-70,.lot-72,.lot-74,.lot-76,.lot-78,.lot-80{
    background: rgb(125, 148, 24);
}
.lot-71,.lot-73,.lot-75,.lot-77,.lot-79{
    background: rgb(175, 191, 88);
}*/

.lot-70{
    border-bottom-right-radius:20% ;
}
.lot-80{
    border-bottom-left-radius: 20%;
}



