DIV.actividad{
	position:relative;
	width:200px;
	height:80px;
	border-bottom:2px dashed #D1BC8C;
	padding-bottom:10px;
	padding-top:5px;
	padding-left:5px;
	text-align:left;
}

DIV.fecha{
	width:47px;
	height:49px;
	background-image: url(../images/date_bg.gif);
	background-position: 0px 0px;
	top:15px;
	left:5px;
}

DIV.mes{
	position:absolute;
	top:35px;
	left:17px;
	font-family: verdana;
	font-size:12px;
	font-weight:bold;
}

DIV.dia{
	position:absolute;
	top:10px;
	left:19px;
	font-family: verdana;
	font-size:14px;
	font-weight:bold;
}

DIV.texto{
	position:absolute;
	top:5px;
	left:55px;
	font-size:12px;
	text-align:left;
	width:150px;
}

DIV.link{
	position:absolute;
	bottom:0px;
	right:5px;
}

a.masInfo{
	color: #5B4B3F;
	background-image: url(../images/information.png);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	font-size: 14px;
	padding-left:18px;
	text-decoration: none;
}

a.masInfo:hover{
    text-decoration: underline;
}
a.masInfo:link, a.masInfo:visited{
 color: #5B4B3F;
 font-size: 14px;
 font-weight: bold;
}

