#agenda{
	background-image: url(img/agenda.gif);
	width: 442px;
	height: 98px;
	background-color: #f8f7f2;
}
#agenda h3{
	display:	none;
}
.mes{
	width: 442px;
	height: 15px;
	font-size: 17px;
	color: #1989d9;
	text-align: center;
	font-weight: bold;
	padding-top: 28px;
	_padding-top: 23px;
	display: block;
}
.semana,
.dias{
	width: 422px;
	margin-left: 20px;
}
.semana span,
.dias a,
.dias span{
	display: block;
	width: 60px;
	float: left;
	margin: 0 2px;
	text-align: center;
}
.semana span{
	color:#0061a7;
	line-height: 17px;
	height: 17px;
}
.dias a,
.dias span{
	height: 32px;
	background-image: url(img/dia.gif);
	background-position: 0 0;
	font-weight: bold;
	line-height: 28px;
	color: #fff;
}
.dias a:hover,
.dias span{
	background-position: 0 -32px;	
	color: #0061a7;
	text-decoration: none;
}
#dia{
	width: 412px;
	_width: 442px;
	border-bottom: 2px solid #1989d9;
	background-color: #f8f7f2;
	padding: 12px 15px;
	background-image: url(img/agendadia.gif);
	background-repeat: repeat-y;
}
#dia p{
	padding: 10px 0;
	border-bottom: 1px dotted #1989d9;
}
