#wp-calendar
{
text-align: center;
width: 396px;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#1B1B1B;

}
#wp-calendar-caption
{
color:#999;
text-transform:capitalize;
}

#wp-calendar th
{
font-weight: bold;
color:#999;
}
#next a{
	text-transform:capitalize;
	color:#999;
}
#prev a{
	text-transform:capitalize;
	color:#999;
}
#wp-calendar a
{
text-decoration: none;
display: block;
color: black;
}

#box_agenda
{
text-align: center;  
width:55px;
height:48px;
background:#4A4A4D;
}
#box_agenda_dia
{
text-align: center;  
width:55px;
height:48px;
background:#4A4A4D;
color:#FFF;
}
#box_agenda_show
{
text-align: center;  
background:#A11E0C;
width:55px;
height:48px;
}

#wp-calendar tbody td a
{
background-color: #A11E0C;

}
.agenda_texto {
position:absolute;
width:auto;
height:auto;
display:none;
background:#FFF;
color:#1A1A1A;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
filter:alpha(opacity=80);
padding-top:10px;
padding-bottom:10px;
padding-left:5px;
padding-right:5px;
}
