 .lotes59-69{
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    position: absolute;
    top:9.5%;
    left:10%;
    width:79.5%;
    height:5.5%;  /*Nota:5.5% a filas*/
    cursor: pointer;
}
.lot-59,.lot-60,.lot-61,.lot-62,.lot-63,.lot-64,.lot-65,.lot-66,.lot-67,.lot-68,.lot-69{
   display: flex;
   align-items: center;
   justify-content: center;
   width:100%;
   height:100%;
   border:1px solid blanchedalmond;
   position: relative;
}
/*.lot-59,.lot-61,.lot-63,.lot-65,.lot-67,.lot-69{
    background: rgb(175, 191, 88);
}
.lot-60,.lot-62,.lot-64,.lot-66,.lot-68{
    background: rgb(125, 148, 24);
}*/
.lot-59{
    border-top-left-radius:20%;
    width:75%;
}

.lot-69{
    border-top-right-radius:20% ;
    width: 75%;
}









