img {
	border: 0px;
}

.evento {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000099;
	height: 54px;
	border: 2px solid #6699CC;
	margin: 5px;
	padding-right: 10px;
	line-height: 54px;
}

.evento a:link {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
.evento a:visited {
	text-decoration: none;
	color: #000099;
	font-weight: bold;
}
.evento a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #F47D30;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC66;
}

.eventodata {
	color: #666666;
}

.boxfoto {
	background-color: #999999;
	height: 50px;
	width: 200px;
	float: left;
	text-align: center;
	padding: 0px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 2px;
}

