#topo-page.noticias {
	background: url('/public/img/layout/default/topos/noticias.png') no-repeat center center ;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
}


#corpo ul#cat {
	position: relative;
	padding: 0 0;
	margin: 50px 0 20px 0;
	width: 100%;
	border-bottom:1px solid #b3b2b2;
}
	#corpo ul#cat li a {
		display: block;
		float: left;
		width: auto;
		padding: 15px 30px;
		color: #b3b2b2;
		font-family: 'SepexCeFont02', Arial, Tahoma, sans-serif;
		font-size: 16px;
	}
		#corpo ul#cat li a:hover,
		#corpo ul#cat li a.on{
			color: #0979bf;
		}

	#corpo ul#cat span {
		display: block;
		float: right;
		width: 150px;
		padding: 20px 0 0 0;
		color: #b3b2b2;
		font-size: 11px;
	}


#corpo ul#ultimasnews {
	position: relative;
	padding: 0 0;
	width: 100%;
	text-align: center

}
	#corpo ul#ultimasnews li {
			display: inline-block;
			padding: 30px 15px;;
			text-align: left;
			width: 440px;
			height: 400px; 
			vertical-align: top;
		}
		#corpo ul#ultimasnews a#img {
			float: left;
			width: 440px;
			height: 220px;
			overflow: hidden;
			white-space:nowrap;			
			display: inline-flex;
			flex-wrap: wrap;
			justify-content: center;
			text-align:center;
			margin-right: 20px;
		}
			#corpo ul#ultimasnews a#img img {
				display: inline-block;
				width: auto;
				height: auto;
				max-height: 440px;
				min-height: 220px;
				max-width: 440px;
			}

		#corpo ul#ultimasnews a#txt {
			float: left;
			width: 440px;
			font-size: 20px;
			line-height: 140%;
			color: #0979bf;
			font-family: 'SepexCeFont02', Arial, Tahoma, sans-serif;
			padding: 10px 0 5px 0;
			
		}
	
		#corpo ul#ultimasnews h2 {
			font-size: 12px;
			color: #5c5c5c;
			line-height: 160%;
			
		}

#corpo ul#todasnews {
	position: relative;
	padding: 30px 20px 0 20px;
	width: auto;
	text-align: center

}
	#corpo ul#todasnews li {
			display: inline-block;
			padding: 30px 15px;;
			text-align: left;
			width: 100%;
			height: 150px; 
		}
		#corpo ul#todasnews a#img {
			float: left;
			width: 200px;
			height: 130px;
			overflow: hidden;
			white-space:nowrap;			
			display: inline-flex;
			flex-wrap: wrap;
			justify-content: center;
			text-align:center;
			margin-right: 20px;
		}
			#corpo ul#todasnews a#img img {
				display: inline-block;
				width: auto;
				height: auto;
				max-height: 200px;
				min-height: 130px;
			}

		#corpo ul#todasnews a#txt {
			float: left;
			width: 700px;
			font-size: 16px;
			line-height: 140%;
			color: #0979bf;
			font-family: 'SepexCeFont02', Arial, Tahoma, sans-serif;
			padding: 0 0 5px 0;
			
		}
	
		#corpo ul#todasnews h2 {
			float: left;
			width: 700px;
			font-size: 12px;
			color: #5c5c5c;
			line-height: 160%;
			
		}


#corpo ul#pagination {
	position: relative;
	padding: 50px 0;
	text-align: center;
}
	
	#corpo ul#pagination li {
		display: inline-block;
	}
		#corpo ul#pagination li a {
			color: #b3b2b2;
			font-family: 'SepexCeFont02', Arial, Tahoma, sans-serif;
			font-size: 14px;
			border: 1px solid #FFF;
			width: 30px;
			height: auto;
			text-align: center;
			padding: 7px 0;
			margin: 0 3px;
		}
			#corpo ul#pagination li a:hover,
			#corpo ul#pagination li a.on {
				color: #0979bf;
				font-family: 'SepexCeFont02', Arial, Tahoma, sans-serif;
				font-size: 14px;
				border: 1px solid #0979bf;
			}



#corpo #noticia {
	position: relative;
	padding: 80px 20px;
}
#corpo #noticia h1 {
	color: #0979bf;
	font-family: 'SepexCeFont02', Arial, Tahoma, sans-serif;
	font-size: 30px;
	text-align: center;
	padding: 5px 0;
	width: 100%;
}
#corpo #noticia h2 {
	color: #5c5c5c;
	font-size: 14px;
	text-align: center;
	padding:0 0;
	width: 100%;
	line-height: 180%;
}
#corpo #noticia ul#info {
	width: 100%;
	text-align: center;
	padding: 20px 0;
}
#corpo #noticia ul#info li {
	display: inline-block;
	width: auto;
	text-align: left;
	padding: 3px 30px 3px 20px;
	font-size: 11px;
	color: #5c5c5c;
}
#corpo #noticia ul#info li.date {
	background: url('/public/img/layout/default/icones/calendar.png') left 4px no-repeat;
	background-size: 10px;
}
#corpo #noticia ul#info li.criacao {
	background: url('/public/img/layout/default/icones/people.png') left 4px no-repeat;
	background-size: 13px;
}
#corpo #noticia ul#info li.cat {
	background: url('/public/img/layout/default/icones/jornal.png') left 4px no-repeat;
	background-size: 13px;
}
#corpo #noticia p {
	display: block;
	position: relative;
	padding: 30px 0 ;
	text-align: left;
}
#corpo #noticia p img {
	padding: 30px 20px 20px 0;
	max-height: 300px;
	max-height: 400px;
	min-width: 100px;
	float: left;
}
#corpo #noticia h3 {
	text-align: left;
	padding: 0;
	color: #5c5c5c;
	font-size: 16px;
	line-height: 180%;
}


















