
/* CALENDAR  */
div.calendar-table {
}
div.calendar-table h2 {
	border-bottom:2px solid #006699;
	color:#006699;
	font-size:1.4em;
	font-weight:bold;
	padding:15px 0 7px;
}
div.calendar-table ul{
	color:#333;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:square;
	margin-left:2em;
}
div.calendar-table li{
	margin:10px 0 20px;
}

div.calendar-table p {
	color:#333333;
	font-size: 1.3em;
	margin:4px 0;
}
div.calendar-table p.date {
	font-size:1.2em;
}
div.calendar-table p.date  span {
	margin: 0 3px;
}
div.calendar-table em{font-style:italic;}

div.calendar-table a {
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
div.calendar-table a:hover{color:#f21472;}

/* Evento */
div.calendar-event {	
	border-top:5px solid #BCB5B3;
	margin-top: 20px;
}
div.calendar-event h3 {
	font-size:1.2em;
	font-weight:bold;
	margin:15px 0 5px;
	padding:0;
}
div.calendar-event p, div.calendar-event div.text-paragraph {
	color:#333333;
	font-size: 1.2em;
	margin: 0 0 5px 0;
	line-height: 1.4em;
}
div.calendar-event ul {
	list-style-image:url("default/arrow-list.gif");
	margin:5px 0 15px;
	padding-left:18px;
}
div.calendar-event li{
	font-size:1.2em;
	margin-bottom:8px;
}
div.calendar-event strong{
	font-weight: bold;
}




