

.calendario_ajax {
    margin: 10px auto;
    position: relative
}

.calendario_ajax h2 {
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 1.5em;
    color: #000
}

.calendario_ajax table.calendario {
    margin: 0;
    width: 100%;
    border-radius: 0 9px 3px 9px;
    -moz-border-radius: 0 9px 3px 9px;
    -webkit-border-radius: 0 9px 3px 9px;
    border: 1px dotted #8a808a;
    -webkit-box-shadow: 2px 4px 9px 2px rgb(129 156 209);
    -moz-box-shadow: 2px 4px 9px 2px rgb(129 156 209);
    box-shadow: 2px 4px 9px 2px rgb(129 156 209);
}

.calendario th {
    /* border: 0; */
    border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    -webkit-border-radius: 0 0 12px 12px;
    border: 0;
    background:rgba(0, 123, 255, 0.6509803921568628);
    color: white;
    padding: 12px;
    /* height: 40px; */
}

.calendario td {
    padding: 2%;
    text-align: center;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px dotted #8a808a;
    /* white-space: initial; */
    max-font-size: 16px;
    position: relative;
    background: rgba(255, 255, 255, 0.44);
}

table td:hover  {
    color: #819cd1;
    text-shadow: 2px 2px 6px #1b9406;
    font-size: 12px;
    cursor: pointer;
}

.calendario td.desactivada {
    background: rgba(0, 0, 0, 0.38);
}

.calendario td.hoy {
    font-weight: 500
}

a.agregar_evento {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 0 10px 10px;
    width: 24px;
    height: 24px;
    text-decoration: none
}
.diaGCB {
    display: block;
    position: absolute;
    left: 1px;
    bottom: 0;
}
.hayEvento {
    display: block;
    position: absolute;
    left: 30%;
    font-size: 13px;
    bottom: 0;
}
a.verEvento {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 0 10px 10px;
    width: 24px;
    height: 24px;
    text-decoration: none
}

.calendario td a {
    text-decoration: none;
}

.verde, .ok {
    font-weight: 500;
    background: green;
    color: #fff
}

.rojo {
    font-weight: 500;
    background: red;
    color: #fff
}

.toggle {
    background: #fff;
}

.siguiente, .anterior {
    text-decoration: none;
}

#mask {
    position: absolute;
    left: 0;
    top: 11%;
    z-index: 90;
    background: #0b3769;
    display: none;
    width: 100%;
    height: 95%;
}

#respuesta_form, #respuesta {
    clear: both;
    padding: 20px 0
}

.window {
    position: absolute;
    top: 20px;
    right: 20px;
    left: 20px;
    bottom: 20px;
    display: block;
    z-index: 9999;
    padding: 20px;
    background-color: #ffffff;
    overflow: auto
}

.window h2 {
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 1.5em;
    color: #000
}

.window a.close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    background: #e9e9e9;
    text-decoration: none
}

.window p {
    margin: 0 0 5px 0;
    font-size: 1em;
    border: 1px solid #e9e9e9;
    text-align: left;
    padding: 10px;
    clear: both;
}

.window form {
    padding: 10px;
    clear: both;
    background: #e9e9e9;
    float: left;
    width: 100%;
    position: relative
}

.window input[type=text] {
    border: 0;
    background: white;
    width: 64%;
    padding: 5px;
    float: left
}

.window input[type=button] {
    border: 0;
    width: 35%;
    background: #ccc;
    float: right;
    padding: 5px
}

.window p img {
    vertical-align: middle;
    float: right;
    border: 0;
    width: 16px;
    height: 16px
}

label.error {
    position: absolute;
    left: 13px;
    top: 13px;
    padding: 0;
    width: 20px;
    height: 20px;
    background: #fff url(../../images/delete.png) 50% 50% no-repeat;
    text-decoration: none;
    overflow: hidden;
    text-indent: -999em
}