﻿body {
    overflow: auto;
}

.btn-tipoAgenda {
    display: block;
    /* text-decoration: none; */
    padding: 3px 0 3px 25px;
    min-width: 155px;
    text-align: center;
    line-height: 20px;
    border: 1px solid #999;
    border-radius: 40px;
    /* color: #be1521; */
    background: #fff;
    text-align: center;
}

.tipotext {
    display: inline
}
td.day:hover {
    cursor: pointer;
}

td.day.disabled:hover {
    cursor: not-allowed;
}



.CajaBlancaAG {
    position: absolute;
    background: rgba(255, 255,255,0.7);
    z-index: 10;
    height: 750px;
    width: 92%;
}
