.clear {clear:both;}
article {
	margin-bottom: 40px;
	margin-top: 40px;
}
.conteudoPaginaPadrao article:first-child {
	margin-top: 0;
}
article .title {
	margin: 0;
	line-height: 24px;
	font-size: 28px;
	padding: 0;

}

article .title a {

color:#FFFFFF;

}

article.title a:hover {
color:#cfcfcf;
}
article .data {
	margin: 17px 0 17px;
	font-size: 16px;
	background: #EEEEEE;
	color: #000;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
article .facebook {
	float: right;
	line-height: 30px;
	background: #48649F;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 0 10px 0 10px;
	color: #fff;
	font-size: 13px;
	cursor: pointer;
}
article .facebook:hover {
	background: #345395;
	text-decoration: none;
}
article .capa {
	width: 100%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
article .conteudoPost {
	margin: 10px 0 10px;
}
article .readmore {
	float: left;
	width: 100%;
	color: #e5b100;
	background: #E4E4E4;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
article strong {
	color: #e5b100;
	font-family: "Trebuchet MS";
	font-size: 14px;
}
.mod {
	border: 1px solid #e5b100;
	margin-bottom: 20px;
}
.mod .tituloMod {
	line-height: 40px;
	font-size: 20px;

	text-align: center;
}
.mod .lastPosts {
	margin: 3%;
}
.mod .lastPosts > div {
	padding: 5px 0 5px;
	border-bottom: 1px solid #E5E5E5
}
.mod .lastPosts > div:last-child {
	border-bottom: 0;
}
.mod .lastPosts > div a {
	font-size: 16px;
	line-height: 18px;
}
.mod .lastPosts > div a:hover {
	color: #454545;
	text-decoration: none;
}

#tabMapas li a {
	background: #64bbb9;
	padding: 5px 10px 5px 10px;
	border-radius: 0;
	color: #fff;
	margin-bottom: 3px;
}
#tabMapas li.active a { 
	background: #970006
}

@media (max-width: 700px) {
	.logoarabe {
		width: 60px;
	}
	.crieagenda {
		margin-top: 10px !important;
	}
	.barradivider {
		display: none !important;
	}
}
