#calendar{
    background-color: #ffe3d1;
}
#calendar main{
    text-align: center;
}
#calendar main h1{
    text-align: center;
    margin: 95px 0 40px;
    font-size: 54px;
}
#calendar main h2{
    font-size: 30px;
    margin-bottom: 35px;
}
#calendar .calendar-month{
    width: 100%;
    min-width: 600px;
    margin: 0;
    float: left;
}
#calendar table {
    border-collapse: collapse;
    clear:both;
}
#calendar .regular{
    font-weight: normal;
    margin-left: 10px;
}
#calendar td, th {
    border: 2px solid #0a0a0a;
    padding: 0.5rem;
}
#calendar th{
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    font-size: 18px;
}
#calendar td{
    position: relative;
    text-align: left;
    width: 14.28%;
    /*height: 0;
    padding-bottom: 14.28%;*/
    height: 82px;
}
#calendar td .day{
    font-size: 14px;
    position: absolute;
    left: 6px;
    top: 6px;
}
#calendar td .texto{
    padding: 5px 10px 10px 10px;
    width: 100%;
    height: 100%;
    /*overflow: hidden;*/
}
#calendar td .entrada{
    font-size: 13px;
    margin-top: 6px;
}
#calendar td a{
    display: block;
    padding: 6px 0;
    border-bottom: 1px solid;
}
#calendar td div.entrada:last-child a{
    border: 0 none;
}
#calendar .prev,#calendar .next{
    background: url(../images/cal-prev.png);
    width: 12px;
    height: 21px;
    display: inline-block;
    border: 0 none;
    margin: 0 10px;
}
#calendar h3{
    font-size: 30px;
    display: inline-block;
    margin-bottom: 20px;
}
#calendar .cal{
    padding: 0 15%;
    text-align: left;
}
#calendar .next{
    transform: rotate(180deg);
}
#calendar .lista{
    font-size: 18px;
    font-weight: bold;
}
#calendar .lista .module > div + div{
    margin-top: 20px;
}
#calendar .lista a{
    margin-bottom: 8px;
}
#calendar .boton{
    width:200px;
    text-align: center;
}
#calendar #filter {
    position: relative;
    float: right;
}
#calendar .filterList{
    background-color: #242424;
    width: 200px;
    position: absolute;
    left:0;
    top:0;
    display: none;
    z-index: 2;
}
#calendar .filterList a {
    display: block;
    height: 44px;
    padding: 0 30px !important;
    text-decoration: none;
    font-weight: bold;
    line-height: 44px;
    text-align: center;

}
#calendar .filterList a:hover {
   text-decoration: underline;
}
#calendar .filterList li:nth-child(1) a {
    color: #ffe3d1;
}
#calendar .filterList li:nth-child(2) a {
    color: #fff1b5;
}
#calendar .filterList li:nth-child(3) a {
    color: #fbd0c7;
}
#calendar .filterList li:nth-child(4) a {
    color: #d4f3f4;
}
#calendar .filterList li:nth-child(5) a {
    color: #d4f3f4;
}
#calendar .filterList li:nth-child(6) a {
    color: #daf3d0;
}
#calendar .filterList li:nth-child(7) a {
    color: #fbcfc7;
}