.lotes104-114{
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    position: absolute;
    top:51.5%;
    left:10%;
    width:79.5%;
    height:5.5%;  /*Nota:5.5% a filas*/
    cursor: pointer;
}
.lot-104,.lot-105,.lot-106,.lot-107,.lot-108,.lot-109,.lot-110,.lot-111,.lot-112,.lot-113,.lot-114{
   display: flex;
   align-items: center;
   justify-content: center;
   width:100%;
   height:100%;
   border:1px solid blanchedalmond;
   position: relative;
}
/*.lot-104,.lot-106,.lot-108,.lot-110,.lot-112,.lot-114{
    background: rgb(125, 148, 24);
}
.lot-105,.lot-107,.lot-109,.lot-111,.lot-113{
    background: rgb(175, 191, 88);
    
}*/
.lot-104{
    border-top-left-radius:20%;
}

.lot-114{
    border-top-right-radius:20% ;
}

