.tituloCat{
	font-family:verdana;
	font-size:13px;
	font-weight:bold;
	color:#555555;
}

.descricao{
	font-family:verdana;
	font-size:12px;
	color:#555555;
}

.stepcarouselImprensa{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 510px;
	height: 90px; /*Height should enough to fit largest content's height*/
}

.stepcarouselImprensa .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarouselImprensa .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin-left: 10px;
	margin-right: 10px;	/*margin around each panel*/
	padding-top:5px;
	width: 90px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.boxCinza{
	background-color:#f5f5f5;
	border:1px solid #7a8ba1;
}

.boxBranco{
	background-color:#ffffff;
	border:1px solid #7a8ba1;
}

.legendaFoto{
	font-family:verdana;
	font-size:12px;
	color:#757575;
}

.fotoEvento{
	border:1px solid gray;
}
