#agenda {
	background-color: #F2F2F2;
}
#agenda_top {
	background: url(/ngt_images_cma/corners/agenda_t.gif) no-repeat top;
}
#agenda_bottom {
	background: url(/ngt_images_cma/corners/agenda_b.gif) no-repeat bottom;
}
#agenda_left {
	background: url(/ngt_images_cma/corners/agenda_l.gif) repeat-y left;
}
#agenda_right {
	background: url(/ngt_images_cma/corners/agenda_r.gif) repeat-y right;
}
#agenda_contents {
}
#agenda_titulo {
	padding: 12px 0px 0px 26px;
}
#agenda_titulo a {
	color: #FFFFFF !important;
	text-decoration: none !important;
        font-style: normal !important;
}
#agenda_titulo a:hover {
	color: #9E1402 !important;
	text-decoration: none !important;
        font-style: normal !important;
}
#agenda_titulo img {
	padding-left: 60%;
	border: 0px;
}
#lista_eventos {
	padding: 0px 0px 15px 0px;
}
.evento {
	padding: 0px 15px 10px 15px;
}
.evento * {
	color: #333333;
	text-decoration: none;
        font-style: normal;
}
.evento_header {
        padding: 0px 10px 0px 10px;
}
.evento_footer {
	border-bottom: 1px #969494 solid;
	padding-left: 180px;
}
.evento_footer img {
	border: 0px;
}
.evento_type {
	color: #969494;
	font-size: 11px;
	padding: 0px 10px 5px 10px;
}
.evento_date {
	color: #9E1402;
	font-size: 11px;
	padding-right: 5px;
}
.evento_title {
	font-weight: bold;
	color: #333333;
}
.evento_body {
	font-size: 12px;
	color: #333333;
        padding: 0px 10px 0px 10px;
}