
a:link { text-decoration:none; } 
a:visited { text-decoration:none; }

.h-logo{
    height: 40px;
}

.size-logo{
    height: 76px;
    padding: 7px;
}

.bg-pana{
    background: #b7c3ce;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #eef2f3, #b7c3ce);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #eef2f3, #b7c3ce); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-onda{
    background: #FFBF01 !important;
 }

 .zmdi{
    font-size: larger;
 }

 .day-border{
    border: 1px solid #d1d1d1;
    border-radius: 5px;
}
 

/* Styles de FullCalendar */
 .title-celda{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px;
}
.fc-time{
    text-align: center;
}
.fc-time-grid .fc-slats td {
    height: 1.2em;
}
.fc-event, .fc-event:hover {
    color: #000 !important;
}
td > a{
    text-decoration: none;
}