/* NOTÍCIAS */
.home-noticias{
	padding-left:20px !important;
	padding-right:15px !important;	
}
.total-pagina-noticias{
	margin-bottom:20px;	
}
.campo-noticas-home{
	min-height:350px;	
	padding:0px !important;
}
.total-home-noticias{
	width:100%;
	height:100%;
	padding-left:20px;
	padding-right:20px;
	border-right:1px solid #E5E5E5;	
}
.total-home-noticias:hover .botao-vermais-home{
	background-color:#1C5C05;
}
.total-home-noticias:hover .botao-vermais-home a{
	color:#FFF !important;	
}
.total-home-noticias h1{
	margin:0px;
}
.foto-home-noticias{
	text-align:center;
}
.foto-home-noticias img{
	width:100%;
	height:220px;
	border:3px solid rgb(43, 146, 8);
}
.titulo-home-noticias{
	font-size: 12px;
	font-family: 'Open Sans';
	color: #2D5900;
	height: 52px;
	overflow: hidden;
	border-top: 1px solid #E5E5E5;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px !important;
	font-weight: bold;
}
.link-titulo-noticias{
	color: #2D5900 !important;
}
.brevedesc-home-noticias{
	font-size:12px;
	height:50px;
	overflow:hidden;	
	margin-top:10px !important;
	text-align:center;
	font-family:'Open Sans';
	color:#2D2D2D;
}
.botao-vermais-home{
	width:100%;
	height:30px;
	line-height:30px;
	color:#FFF;
	font-family:'Open Sans';
	text-align:center;
	font-size:12px;	
	cursor:pointer;
	margin-top:15px;
	background-color: #2B9208;
	border: 1px solid #1C5C05;
}
.link-botao-vermais{
	width:100%;
	height:30px;
	color:#FFF;
	display:table;	
}
.borda-noticias{
	border-right:0px !important;	
}
.outras-noticias{
	margin-top:20px;	
	margin-bottom:30px;
}
.lista-outras-noticias{
	width:100%;
	border-bottom:1px dotted #CCC;
	margin-bottom:5px;
	padding-bottom:10px;
	font-family:'Open Sans';
	color:#2d2d2d;
	font-size:12px;	
}
.img-flecha-noticias{
	margin-right:5px;
	margin-top:-3px;
}
.link-outras-noticias{
	color:#2D2D2D;	
}
.link-outras-noticias:hover{
	color:#2D5900 !important;	
}
.margin-noticias-pagina{
	margin-left:-17px;	
}
@media (max-width: 767px) {
 	.total-home-noticias{
		margin-bottom:15px !important;
		padding:0px !important;
		border-right:0px !important;	
	}
	.margin-noticias-pagina{
		margin-left:0px !important;	
	}
	.foto-ver-noticia{
		width:100% !important;	
	}
	.home-noticias{
		padding:0px !important;	
	}
}
/* VER NOTÍCIAS */
.total-vernoticia{
	padding-left:15px;
	padding-right:15px;
	margin-bottom:50px;
}
.descricao-vernoticia{
	padding-bottom:15px;
	min-height:280px;
	text-align:justify;
	border-bottom:1px solid #E5E5E5;	
}
.foto-ver-noticia{
	float:left;
	width:300px;
	overflow:hidden;
	height:250px;
	border:3px solid rgb(43, 146, 8);
	margin-bottom:20px;
	margin-right:30px;
}
.autor-oficial{
	color:#666;
	font-family:'Open Sans';
	font-size:11px;
	margin-top:5ox.	
}
.autor-oficial a{
	color:#2D5900;	
}
.autor-oficial a:hover{
	text-decoration:underline !important;
	color:#666 !important;
}
.botao-vertodas{
	width: 120px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #2B9208;
	border: 1px solid #1C5C05;
	font-family: 'Open Sans';
	font-size: 11px;
	margin-top:15px;	
}
.botao-vertodas:hover{
	background-color:#1C5C05 !important;
}
.botao-vertodas a{
	color:#FFF;	
}
.botao-vertodas a:hover{
	color:#FFF !important;	
}
.link-vertodas{
	display:table;	
}
.paginacao-noticias{
	display:table;
	margin:0 auto !important;
	margin-top:15px !important;	
}
.paginacao-noticias li{
	width:30px;
	float:left;
	margin-right:5px;
	height:30px;
	font-size:12px;
	color:#000;
	font-family:'Open Sans';
	cursor:pointer;
	text-align:center;
	line-height:30px;
	background-color: #E9E9E9;
	border: 1px solid #666;
}
.paginacao-noticias li:hover{
	background-color:#2B9208 !important;
	color:#FFF !important;		
}
.paginacao-noticias-atual{
	background-color:#2B9208 !important;
	color:#FFF !important;	
}
.noticias-inicio{
	width:100px !important;
	height:30px;
	text-align:center;
	cursor:pointer;
	line-height:30px;
	background-color: #E9E9E9;
	border: 1px solid #666;
	color:#000;
}
.noticias-proximo{
	width:100px !important;
	height:30px;
	text-align:center;
	line-height:30px;
	background-color: #E9E9E9;
	border: 1px solid #666;
	color:#000;
}