@charset "utf-8";

.agenda_registro {
	display: block;
	padding: 10px;
}

.agenda_registro:hover {
	color:#008BCB;
}

.agenda_registro_vazio {
	text-align:center;
	padding:25px 0px;
	background-color:#FFF;
}

.agenda_registro_dia {
	color:#818484;
	font-size:30px;
	font-weight: bold;
	text-align: right;
	width:35px;
	padding:20px;
}

.agenda_registro_tit {
	font-weight: bold;
	font-size:13px;
}
.agenda_registro_txt {
	font-size:11px;
	text-align:justify;
	text-decoration:none;
	color:#666;
}
#agenda_tb a {
	text-decoration:none;
	color:#008BCB;
	float: right;
	padding:0px;
}
