	/*BANNER APOIO*/
	.box{
	margin-bottom: 20px;
	}

	.img-thumb{
		overflow: hidden;
	}

	.box-img{
		width: 100%;
	    height: auto;
	    margin: 5px 0;
	    border: 1px solid #eee;
	    min-height: 140px;
	}

	.subtitle-apoio{
		font-size: 16px;
	    line-height: 18px;
	    color: #565656;

	    margin-bottom: 8px;
	    font-weight: bold;
	}
	 .subtitle-apoio:hover{
	 	text-decoration: underline;
	 }

	.apoio-box{
		float: right;
    	width: 100%;
	}
	
	/* FIM BANNER APOIO*/ 

	 /*BLOGS*/ 
	.blog-block{
		border: solid 1px #bebebe;
		margin-bottom: 36px;
		margin-top: 10px;
    	overflow-x: hidden;
    	padding: 10px;
    	
	}

	.blog-block .tit-desc{
	font-weight: 700;
    color: #000;
    border-bottom: 1px solid #b1b1b1;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 16px;
	}

	.blog-block .desc p{
    font-weight: 700;
    color: #e9795a;
    font-size: 14px;
	}

	.blog-block .time{
		color: #b1b1b1;
    font-weight:lighter ;
    float: right;
    font-size: 12px;
	}
	
	ul {

		list-style-type: none;

	}
	.blog-block img{
		text-align: center;
	}