.news {
	width: 270px;
	height:200px;
	padding-bottom: 130px;

}


.news h3{
	margin: 5px 0px 5px 0px;
	width: 100%;
	text-align: center;
	font-size: 14px;	
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #800d17;
}
.news .meses {
	margin: 0px;
	padding: 5px 0 0 0;
	width: 100%;
	text-align: center;
	background-color: #f0f0f0;
	height: 25px;
}

.news .meses .atual {
	font-weight: normal;

}

.news .meses li {
	display: inline;
	list-decoration: none;
	margin: 0px 0px 0px 0px;
}
.news .meses li a {
	
}

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a:visited{
	color: #666666;
}
a:hover{
	color: #800d17;
	text-decoration: none;
}
a:active{
	color: #800d17;
	text-decoration: none;
}

a.voltar:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #800d17;
	text-decoration: none;
}
a.voltar:visited{
	color: #800d17;
}
a.voltar:hover{
	color: #800d17;
	text-decoration: none;
}
a.voltar:active{
	color: #800d17;
	text-decoration: none;
}


.news .listagem {
	margin: 20px 20px 0px 20px;
	margin-left: -10px;
}
.news .listagem li{
	list-style: none;
	height: 33px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight:bold;
	border-bottom-color: #CCCCCC;
}

.news .listagem li a{
	padding: 6px;
	display: block;
	margin-left: 20px;
}

.news .txtNews {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 2px;
	padding: 2px;

}

.news .voltar {
	display: block;
	margin: 10px;
}
