.noticia {
	float: left;
	width: 575px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CBD1D5;
	position: relative;
	height: 400px;
}

.noticia .setaEsquerda {
	position: absolute;
	left: 2px;
	bottom: 29px;
	z-index: 300;
	height: 71px;
	width: 31px;

}

.noticia .setaDireita {
	position: absolute;
	right: 2px;
	bottom: 29px;
	z-index: 300;
	height: 71px;
	width: 31px;

}



.noticia h2 {

	font-size: 16px;

	text-transform: uppercase;

	color: #f26631;

	font-weight: normal;

	padding-top: 5px;

	padding-bottom: 20px;

	float: left;

	width: 100%;

	white-space: nowrap;

	letter-spacing: 2px;

}

.noticia .bannerNot {
	background-color: #cfd4d8;
	float: left;
	width: 575px;
	height: 327px;

}

.bannerNot .bannerNotCont {
	width: 575px;
	margin-top: 2px;

}

.bannerNotCont .banner {
	height: 254px;
	width: 571px;
	margin-right: auto;
	margin-left: auto;

}
.bannerNotCont .descricaoNot {
	width: 440px;
	margin-right: auto;
	margin-left: auto;
	height: 71px;

}

.descricaoNot p {
	font-size: 12px;
	color: #000;
	line-height: 18px;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
