div#News {
	color: #E9E9E9;
	display: list-item;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	list-style-type: none;
}
div#News p a {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	border: none;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#News p a:hover {
	border-bottom: #ffffff 1px dashed;
}
div#News:hover {
	background-color: #36612C;
}
img.foto {
	margin-right: 10px;
	padding: 4px;
	border: 6px solid #397D3F;
}div#HomeNews {
	color: #E9E9E9;
	display: list-item;
	padding-right: 10px;
	padding-left: 10px;
	list-style-type: none;
}
div#HomeNews p {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #397d3f;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}
div#HomeNews p a {
	text-decoration:none;
	color: #FFFFFF;
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
div#HomeNews p:hover {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9CD093;
}
