.barraNoticia{
	background-color:#95a4b8;
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	text-align:left;
}

.barraNoticia1{
	background-color:#fafafa;
	border-bottom:1px solid #95a4b8;
}

.boxNoticias{
	background-color:#fafafa;
	border-bottom:1px solid #95a4b8;
	border-top:1px solid #95a4b8;
}

.tituloDestaque{
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	color:#555555;
	text-decoration:none;
}

.tituloDestaque:hover{
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	color:#555555;
	text-decoration:none;
}

.imagemDestaque{
	border:1px solid #ffffff;
}

.imagemDestaqueBorder{
	border:1px solid #95a4b8;
}

.textoDestaque{
	font-family:verdana;
	font-size:11px;
	color:#555555;
	text-decoration:none;
	width:185px;
	height:130px;
	overflow:hidden;
}

.textoDestaque:hover{
	font-family:verdana;
	font-size:11px;
	color:#555555;
	text-decoration:none;
}

.alturaTexto{
	overflow:hidden;
	height:130px;
	width:187px;
}

.alturaTitulo{
	overflow:hidden;
	height:30px;
}

.alturaSubTexto{
	overflow:hidden;
	height:79px;
}

.textoSubNoticias{
	font-family:verdana;
	font-size:11px;
	color:#555555;
	
	text-decoration:none;
}

.textoDestaque:hover{
	font-family:verdana;
	font-size:11px;
	color:#555555;
	overflow:hidden;
	height:95px;
	text-decoration:none;
}
.creditos{
	font-family:verdana;
	font-size:9px;
	color:#555555;
}

.invisivel{
	display:none;
}

/* Destaques #################### */

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 386px;
	height: 188px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin:0px;
	width: 386px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.dataFlip{
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	color:#828282;
	text-align:center;
	height:18px;
}

.linkFlip{
	font-family:verdana;
	font-size:10px;
	color:#828282;
	text-align:center;
	text-decoration:none;
	height:20px;
}

.linkFlip:hover{
	font-family:verdana;
	font-size:10px;
	color:#828282;
	text-align:center;
	height:20px;
}
	
