.calendario{
    width: 100%;
}
.mes-numero{
    font-family: "Calibri", serif;
    font-size: 5em;
    font-weight: bolder;
    color: #74CE5E;
}
.mes{
    width: 100%;
    background-color: rgba(225, 217, 217, 0.09);
}
.evento{
    border-radius: 59px 59px 59px 59px;
    -moz-border-radius: 59px 59px 59px 59px;
    -webkit-border-radius: 59px 59px 59px 59px;
    border: 0px solid #000000;
    cursor: pointer;
}
#lista{
    height: 100%;
}
#lista>ul{
    height: 500px;
    overflow: scroll;
}
