/** Clases para el calendario **/
.calendario {
  
  padding: 1px;
  background-color: white;
}

.dia { 
  font-family: Trebuchet MS;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #33363c;
  font-size: 11px;
}
.nodia {
  font-family: Trebuchet MS;
  color: #808080; 
  background-color: #7a8692;
  font-size: 10px;
  border: 1px solid #dce5e8; 
  
}
.normal {
 color: #192735;
 background-color: #7a8692;
 font-family: Trebuchet MS;
 font-size: 10px;
 border: 1px solid #dce5e8; 
 
 text-decoration: none;
 text-align: center; 
}
.conenlace {
 color: #ffffff;
 background-color: #ed8525;
 text-decoration: none;
 font-family: Trebuchet MS;
 font-size: 10 px;
 border: 1px solid #dce5e8; 
 
}
.enlacedia{
 text-decoration: none;
 font-weight: bold;
 font-family: Trebuchet MS;
 font-size: 10px;
 color: #B6000D;
}
.enlacedia:hover,.normal:hover, .haydia:hover{
	text-decoration:underline;
}
.haydia {
 color: #B6000D;
 background-color: #efefef;
 font-family: Trebuchet MS;
 font-size: 10px;
 border: 1px solid #dce5e8; 
 text-decoration: none;
}
.linkCal {
  font-family: verdana;
  font-size: 11px;
  color: #812202;
  text-decoration: underline;
}
.linkText {
	font-family: vernada;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.linkText:hover{
	text-decoration: underline;
}