/* CSS Document */

.calclass{
  width: 120px;

  font-size: 0.65em;
  
}
.frojo{
  background-color: #e27e7e;
}
.fazul{
	background-color: #b0c4de;
}
.famarillo{
	background-color: #F9F6C3;
}

.ccabcal{
  width: 105px;
  text-align: center;
  font-weight: bold;
  color: black;
}

.cdiared{
  background-image: url(../img/imgdiared.jpg);	
}
.cdiablue{
  background-image: url(../img/imgdiablue.jpg);	
}
.cdiayellow{
  background-image: url(../img/imgdiayellow.jpg);	
}
.cdiared,.cdiablue,.cdiayellow{
  width: 15px;
  height: 15px;
  background-repeat: repeat-x;
  background-position: bottom right;
  text-align: center;
  font-weight: bold;
}
.domingo{
  color: firebrick;
}

/* Eventos (BoxOver)*/
.cevento{
	width: 100%;
	cursor: pointer;
	background-image: url(../img/imgdiaevento.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.ccabevento{
	width: 200px;
	font-size: 9pt;
	border-left: 3px solid black;
	border-top: 3px solid black;
	border-right: 3px solid black;
	background-color: white;
}
.cbodyevento{
	width: 200px;
	font-size: 8pt;
	border-left: 3px solid black;
	border-bottom: 3px solid black;
	border-right: 3px solid black;
	background-color: white;
   margin-top: -20px;	*margin-top: 0;
	padding-top: 10px;
}