.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;
}

a#tituloDestaque{
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	color:#555555;
	text-decoration:none;
	text-align: left;
}

a#tituloDestaque:hover{
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	color:#555555;
	text-decoration:none;
	text-align: left;
}

.imagemDestaque{
	border:1px solid #ffffff;
}

.imagemDestaqueBorder{
	border:1px solid #95a4b8;
}

a#textoDestaque{
	font-family:verdana;
	font-size:11px;
	color:#555555;
	overflow:hidden;
	height:95px;
	text-decoration:none;
}

.textoDestaque1{
	font-family:verdana;
	font-size:11px;
	color:#555555;
	overflow:hidden;
	height:95px;
	text-decoration:none;
}

a#textoDestaque:hover{
	font-family:verdana;
	font-size:11px;
	color:#555555;
	overflow:hidden;
	height:95px;
	text-decoration:none;
}

.alturaTexto{
	overflow:hidden;
	height:120px;
	text-align: left;
	/*width:280px;*/
}

.alturaTitulo{
	overflow:hidden;
	height:44px;
	text-align: left;
}

.alturaSubTexto{
	overflow:hidden;
	height:110px;
}

a#textoSubNoticias{
	font-family:verdana;
	font-size:11px;
	color:#444444;
	text-decoration:none;
	text-align: left;
	 
}

a#textoSubNoticias:hover{
	font-family:verdana;
	font-size:11px;
	color:#444444;
	text-decoration:none;
	text-align: left;
}

.legenda{
	font-family:verdana;
	font-size:9px;
	color:#555555;
	padding-left:15px;
	line-height:11px;
}

.invisivel{
	display:none;
}

/* Destaques #################### */

.boxDestaque{
	width: 325px;
	display: block;
	position: absolute;
	left:0px;
	top:0px;
}

.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;
}

.textovertical{
	writing-mode:tb-rl;
	filter: flipv fliph;
	font-family:tahoma;
	font-size:6.4pt;
	color:#555555;
	line-height:9px;
	text-align:right;
	display:block;
	font-style: italic;
}

.hidden{
		display:none;
	}
