body{
	font-family: Verdana, Arial, Comic Sans MS;
}
#agenda{
	width: 211px;
	height: 225px;
	background-color: #ddd;
	text-align: center;
}
#agenda p{
	font-size: 12px;
	width: 211px;
	background-color: #ddd;
	height: 25px;
}
#agenda p a.mes{
	float: left;
	text-align: center;
	width: 151px;
	line-height: 20px;
	vertical-align: middle;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
#agenda p a.anterior,#agenda p a.proximo{
	float: left;
	text-indent: -2000px;
	background-image: url("mes-anterior.gif");
	background-repeat: no-repeat;
	background-position: 0 7px;
	width: 10px;
	height: 20px;
	margin: 0 10px 0 10px;
}
#agenda p a.proximo{
	background-image: url("mes-proximo.gif");
	float: right;
}
#agenda table{
	margin: 0 auto;
}
#agenda table tr.semana td{
	width: 22px;
	height: 22px;
	font-size: 11px;
	text-align: center;
	color: #000;
}
#agenda table tr.dias td{
	background-color: #aaa;
	font-size: 12px;
	width: 22px;
	height: 22px;
	text-align: center;
}
.agenda-link{
   text-decoration: none;
   color: #ff6600;
   font-weight: bold;
}
.agenda-link:hover{
   text-decoration: underline;
}
