﻿
.overlay {
    background: #e9e9e9;
    display: none;
    position: absolute;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    z-index:2;
}

.loadingGIF {
    position: absolute;
    top: 40%;
    left: 42%;
    z-index: 3;
}

.titulos {
    background-color: #69b543;
    font: bold;
    color: white;
    height: 16px;
    font-size: smaller;
}



.tableC {
    border: 1px solid #999;
    border-collapse: collapse;
   
}

.thC {
    border: 1px solid #999;
    font-size: 80%;
    text-transform: uppercase;
    text-align:center;
}

.tdC:hover{
    background:#dae6fd;
    border:1px solid #000000;

}
.tdC {
    border: 1px solid #999;
    height: 3em;
    width: 5em;
    padding: 5px;
    vertical-align: top;
    font-size:90%;
}

.captionC {
    font-size: 120%;
    font-style: normal;
    text-align:center;
    background:#69b543;
    color:white;
    height:30px;
}

.dayC {
    margin-top:40%; 
    bottom:0;
    right:0;
    text-align: right;
    width:50px;
}

.notesC {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
    text-align: right;
    padding-left: 20px;
}

.verdeC {
    background-color: #2e6a22;
}

.rojoC {
    background-color: #d32020;
}

.amarilloC {
    background-color: #ffd800;
}
.azulC {
    background-color: #85bcf3;
}
.weekend {
    background-color: #F3F3F3;
}

.linkCalendar {
    color:black;
}

.noHabilies{
    color:red;
}

.validadorHiden{
    color:#a94442;
    display:none;
}

.validadorShow{
    color:#a94442;
    display:inline-block;
}


.modalCita{
   text-align:left
}
.cuadradoR{ 
width:25px; 
height:25px; 
background:#d32020; 
font-family:arial; 
font-weight:bold; 
color:#EEEEEE; 
} 

.cuadradoA{ 
width:25px; 
height:25px; 
background:#ffd800; 
font-family:arial; 
font-weight:bold; 
color:#EEEEEE; 
} 

.cuadradoV{ 
width:25px; 
height:25px; 
background:#2e6a22; 
font-family:arial; 
font-weight:bold; 
color:#EEEEEE; 
} 


