/* BOX EVENTOS */
#box-eventos {
	width:auto;
	margin:0 auto;
	padding:3px;
}
#box-eventos li {
	padding:2px;
	clear:both;
	overflow:hidden;
	margin-bottom:5px;
	border-bottom:1px dotted #CCC; 
}
#box-eventos li p.event-date {
	float:left;
	background:url(/intercambio/contents/ico/ico-calendar.png) no-repeat;
	width:42px;
	height:45px;
	margin-right:10px!important;
	text-align:center;
}
#box-eventos li h3 {
	text-align:left!important;
}
#box-eventos li h3 a {
	font:bold 1.2em Arial, Helvetica, sans-serif!important;
	text-align:left!important;
}

#box-eventos li span {
	display:block;
}
.event-date-dd {
	font:bold 14px Arial, Helvetica, sans-serif;
}
.event-date-mm {
	font:bold 10px Arial, Helvetica, sans-serif;
}
.event-date-yy {
	font:bold 11px Arial, Helvetica, sans-serif!important;
	color:#FFF;
	margin-bottom:2px;
}
