/** Links **/	
a { text-decoration: none; color: #616161; }
a:hover { text-decoration: underline; }



/*** Borda do hover das imagens ***/
a.img_borda,
a.img_borda img{
	float: left;
	overflow: hidden;
	border-color: #0071bd;
}
a.img_borda:hover {
	border-style: solid;
	border-width: 5px;
}
a.img_borda:hover img{
	margin: -5px;
}

.portal_data_coluna {
	color: #616161;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	top: -2px;
	margin-bottom: 5px;
	letter-spacing: normal !important;
}

.portal_data_busca {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	float: left;
	letter-spacing: normal !important;
	padding-top: 8px;
	padding-left: 5px;
	margin-right: -75px;
}

