.postContainer{
	width: 90%;
	margin: 0 auto;
	min-height: 250px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.dateDocument{
	float: right;
}

.landscape_post img{
	width: 100%;
}
.post_info{
	float: right;
}
.number_post{
	float: left;
}

.content-blog {
	color: black;
}

.landscape_post{
	width: 23%;
	height:100%;
	padding-top: 25px;
	float: left;
	margin-right: 10px;
}

.post_content {
	width: 75%;
	float:right;
}

.documentTitle {
	width: 100%;
}

@media(max-width: 600px){
	.landscape_post{
		width: 100%;
		display: inline-block;
		margin-right: 10px;
	}

	.post_content {
		width: 100%;
	}

}
.clearer{
	clear: both;
}


.postsRelated {
	width: 85%;
	margin: 0 auto;
	min-height: 300px;
}

.postRelatedTitle{
	border-bottom: 1px solid #c0c0c0;
	height: 20px;
	color:#009571;
}

.green{
	color:#009571;
}

.postRelatedTitle a{
	color: #727272;
}

.postRelatedTitle a:hover{
	border-bottom: 1px solid #727272;
}
.centerPost{
	text-align: center;
}

.nextPost{
	text-align: right;
	padding-right: 40px;
}

.prevPost{
	background-color: white;
	padding-left: 40px;
}

.postRelatedContent{
	width: 100%;
	min-height: 300px;
	padding-bottom: 50px;
	text-align: center;
}

.postRelated{
	float: left;
	height: 300px;
	padding: 5px;
}

.linkPostRelated{
	width: 100%;
	height: 280px;
	background: #F2F2F2;
	position: relative;
	cursor: pointer;
	font-weight: bold;
}

.greenRelatedDate{
	position: absolute;
	bottom: 0px;
	color:#009571;
	padding-left: 10px;
	font-weight: bold;
}

.titleRelatedPost{
	color: gray;
	text-align: justify;
	padding: 10px;
	position: absolute;
	width: 100%;
	height: 90px;
	font-size: 12px;
   	bottom: 0;
   	right: 0;
}

.titleRelatedPost:hover{
	color: #A4A4A4;
	border-bottom: 1px solid black;
}

@media(min-width: 900px) {
	.postRelated{
		width: 24%;
		margin-left: 5px;
	}
	.linkPostRelated{
		background-position: center;
	}
	.prevPostContent{
		margin-left: 20px;
	}
}

@media(max-width: 900px){
	.postRelated{
		width: 95%;
		margin-left: 20px;
	}

	.linkPostRelated{
		background-size: 100% !important;
	}
}


#openLandscapeButton{
	position: relative;
	float: right;
	margin-top: -90px;
	cursor: pointer;
}

@media screen and (min-width: 1223px) and (max-width: 1290){
    body #topNav .navbar-nav{
        margin-top: 10px !important;
    }
    .camaraDeDiputadosLogoNav{
    	width: 80px;
    }
    .cedrssaLogoNav{
    	width: 200px;
    }
}

@media screen and (min-width: 1290px){
    body #topNav .navbar-nav{
        margin-top: 40px !important;
    }
    .camaraDeDiputadosLogoNav {
    	width:80px;
    }
    .cedrssaLogoNav{
    	width: 200px;
    }
}

@media screen and (max-width: 1223px){
    body #topNav .navbar-nav{
        margin-top: 0px !important;
    }
    .camaraDeDiputadosLogoNav{
    	width: 80px;
    }
    .cedrssaLogoNav{
    	width: 200px;
    }
}

#documentHeaderTitle{
	width: 200px;
}

#galleryHeaderTitle{
	width: 200px;
	color: gray;
	border-left: 5px solid #F2F2F2;
	border-right: 5px solid #F2F2F2;
}

#relatedHeaderTitle{
	text-align: center;
	height: 20px;
	width: 200px;
	color: gray;
}

#documentsContainer{
	width: 100%;
	text-align: center;
}

.documentTitle{
	width: 265px;
	height: 40px;
	text-align: center;
	background-color: #F2F2F2;
	display: inline-block;
	margin-top: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#footer{
	margin-top: -30px;
}
