#news-slide {
	position: relative;
	height: 355px;

	background: #000 url(../img/banner_ct_novidades.jpg) top left 50%;
}
#news-header h2 {
	margin-left: -495px;

	font-size: 50px;
	color: #FFF;
}
.news-in p {
       margin:0;
       padding:0;
}

.news-in p .intro {
	margin: 30px 0 20px 0;
	color: #8c8c8c;
	font: 14px "GothamRegular";
	line-height: 18px;
}

#news-articles {
	margin: 30px 0 0;
}
.news-in article figure {
	float: left;
	width: 400px;
}
.news-in article .info {
	float: left;
	width: 580px;
}
.news-in article .time {
	float: left;
	width: 45px;
}
.news-in article .time span {
	display: block;
	font: 17px JMF;
	color: #FFF;
	text-align: center;
	background: #2c2e31;
	padding: 1px;
}
.touch .news-in article .time span {	
	font-family: "JMF A", "JMF B";
}

.mac.ff .news-in article .time span {
	padding: 5px 1px 1px;
	height: 14px;
}
.news-in article .time span:first-child {
	background: #b17930;
	font-size: 23px;
	line-height: 1;
	padding: 2px 0 0;
	margin: 0 0 1px;
}
.mac.ff .news-in article .time span:first-child {
	padding: 9px 0 0;
	height: 16px;
}

.news-in article .time + div {
	float: left;
	width: 520px;
	margin: 0 0 0 15px;
}
.mac.ff .news-in article h2 {
	line-height: 39px;
}
.news-in article h3 {
	margin: 0;
}
.mac.ff .news-in article h3 {
	margin: -12px 0 0;
}
.news-in article .intro {
	margin: 20px 0 0;
}
.news-in article p {
	font-size: 12px;
	color: #000;
}
.news-in article .full {
	overflow: hidden;
	height: 0;

	-webkit-transition: height .4s ease-in-out;
	-moz-transition: height .4s ease-in-out;
	-o-transition: height .4s ease-in-out;
	-ms-transition: height .4s ease-in-out;
	transition: height .4s ease-in-out;
}

.news-in .less,
.news-in .more {
	display: block;
	width: 33px; height: 35px;
	margin: 40px auto 0;

	background: url(../img/sprite_less_more.png);
}
.news-in .more:hover {
	background-position: -33px 0;
}
.news-in .less {
	background-position: 0 -35px;
}
.news-in .less:hover {
	background-position: -33px -35px;
}


.data {
        font-weight: bold;
}


/* Notícias */
.noticias article  {
	width: 300px;
	height: 260px;
	padding: 0;
	float: left;
	margin: 20px 10px 20px 10px;
	overflow: hidden;
}

.noticias article figure {
	position: absolute;
}
.noticias article > div {
	position: relative; z-index: 500;
	top: 210px;
}

