.widget_posts_destaques_blog{
	position: relative;
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
}

.widget_posts_destaques_blog ul li{
	position: relative;
	height: 80px !important;
	overflow: hidden;
	margin-bottom: 20px !important;
}

.widget-posts-destaque-img, .widget-posts-destaque-nome{
	float: left;
}

.widget-posts-destaque-img{
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin-right: 20px;
	text-align: center;
}

.widget-posts-destaque-img img{
	width: 80px;
	height: 80px;
}


.widget-posts-destaque-nome {
	width: 72%;
	height: 80px;
	display: table; 
}

.widget-posts-destaque-nome p{
	display: table-cell; 
	vertical-align: middle; 
}

.link-destaque-home:hover{
	text-decoration: none !important;
}