/** Links **/	
a { text-decoration: none; color: #616161; }
a:hover { text-decoration: underline; }


h6.chapeu { padding: 0 2px; font-weight: bold; }

/*** Borda do hover das imagens ***/
a.img_borda,
a.img_borda img{
	float: left;
	overflow: hidden;
	border-color: #FF9900;
}
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;
	word-spacing: -0.02em;
}

.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;
}

/** Botão - Play TV **/
a span.play {
	width:66px;
	height:59px;
	display: block;
	background:url(../css/img/play.png) 0 0 no-repeat;
	position: absolute;
	text-align:center;
	margin:90px 0 0 115px; 
}
a:hover span.play {	background:url(img/play_hover.png) 0 0 no-repeat; }












