.lotes81-91{
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    position: absolute;
    top:23.5%;
    left:10%;
    width:79.5%;
    height:5.5%;  /*Nota:5.5% a filas*/
    cursor: pointer;
}

.lot-81,.lot-82,.lot-83,.lot-84,.lot-85,.lot-86,.lot-87,.lot-88,.lot-89,.lot-90,.lot-91{
   display: flex;
   align-items: center;
   justify-content: center;
   width:100%;
   height:100%;
   border:1px solid blanchedalmond;
   position: relative;
}

/*.lot-81,.lot-83,.lot-85,.lot-87,.lot-89,.lot-91{
     background: rgb(175, 191, 88);
}

.lot-82,.lot-84,.lot-86,.lot-88,.lot-90{
    background: rgb(125, 148, 24);
}*/

.lot-81{
     border-top-left-radius:20%;
}

.lot-91{
    border-top-right-radius:20% ;
}




