 
#secton-titulo *{
	 box-shadow: 1px 1px 1px black;
}

.div-titulo{
		display: inline-block;
		height: auto;
		
}

.div-titulo h1{
		font-size: 1.3em;
		text-shadow: 1px 1px 1px black;
		color: white;
		text-align: left;
		margin: 10px 60px ;
		text-align: left; 
}




/* CORPO DA PAGINA */

#section-body{
	 
		
}

#section-body .div-body{
		border-radius: 7px;
		background-color: white;
		width: 100%;
		height: auto;
		display: inline-block;
		 
		 

}


  .post{
  		display: block;
	  	box-shadow: 1px 1px 1px rgb(8, 0, 0) ;
	  	background-color: white;
	  	border-radius: 4px;
  		border:solid 1px;
  		margin:8px;
		width: 200px;
		height: 170px;
		float: left;
}


 	.post section{
  	width: 100%;
  	height: 100%;
}




.post section header{
  		 
  		width: 100%;
  		height: 110px;

}


 .post section .post-body{
  		 
  		width: 100%;
  		height: 50px;
  		padding: 3px;

}

.post .post-preview{
	 
	 width: 100%;
	 height: 100%;

}

.post .post-preview img{
	 
	 width: 100%;
	 height: 100%;

}


.post .post-title{
	display: block;
	padding: 5px;
	margin-bottom: 10px;
}

.post .post-title p{
	float: left;
	color: rgb(8, 0, 0);
	font-size: 0.8em;
	text-align: left;
}

.post .post-descricao {
	display: block;
	padding: 5px;
}

.post .post-descricao p{

	float: left;
	color: rgb(8, 0, 0);
	font-size: 0.8em;
	text-align: left;
}