td {
	font-family: "Trebuchet MS", Arial, Veranda, sans-serif;
	padding: 3px;
}
#mesyano{
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
}
#calback {
	background: #FFF url('img/calWaiting.gif') no-repeat 50% 100px;
	width: 80%;
}

#calendar {
	width: 100%;
}

.cal {
	width: 100%;
}


.calhead {
	background: url(img/fondomes.gif) #990000;
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 15px;      
}

.calhead img {
	border: none;
}

.dayhead {
	height: 12px;
	background: #EEE;
}

.dayhead td {
	text-align: center;
	color: #666666;
}

.dayrow {
	background: #FFF;
}

.dayrow td {
	width: 20px;
	color: #000;
	font-size: .9em;
}

.day {
	float: right;
}

.day_concreto {
	float: right;
	color:#990000;
	text-decoration:underline;
	font-weight:bold;
}

.day_con_evento {
	float: right;
	color:#000000;
	background-color:#EDADB3;
	text-decoration:none;
}
.day_con_evento_hoy{
	float: right;
	color:#990000;
	background-color:#FFFF00;
	text-decoration:none;
}

.dayover {
	background: #EEE;
}

.dayout {
	background: #FFF;
}