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

.dia { 
  font-family: Trebuchet MS;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #91928f;
  font-size: 11px;
}
.nodia {
  font-family: Trebuchet MS;
  color: #808080; 
  background-color: #FFFFFF;
  font-size: 10px;
  border: 1px solid #dce5e8; 
  
}
.normal {
 color: #000000;
 background-color: #FFFFFF;
 font-family: Trebuchet MS;
 font-size: 10px;
 border: 1px solid #dce5e8; 
 
 text-decoration: none;
 text-align: center; 
}
.conenlace {
 color: #374951;
 background-color: #dddddd;
 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;
}