
.topo_ferramentas {
	width:100%;
	text-align: center;
	height:20px;
	background:#4fc965;
	border-radius: 0px;
	border-top-left-radius: 3px; 
	border-top-right-radius: 3px;
}

.topo_ferramentas h2 {
	font-size:12px;
	font-weight: bold;
	color:#fff;
	margin: 0;
	padding-top: 4px;
}

.widget_lista_de_ferramentas {
	background:#f1f1f1;
	padding:5px 20px;
	height:325px;
	overflow: hidden;	
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;

}

.widget_lista_de_ferramentas h3 {
	font-size:16px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}

.widget_lista_de_ferramentas p {
	font-size:14px;
	color:#666;
	margin-bottom: 4px;
}

.widget_lista_de_ferramentas a {
	color:#000;
}

.widget_lista_de_ferramentas a:hover {
	text-decoration: none;
	color:#666;
}

.widget_lista_de_ferramentas .icones_widget {
	height: 80px;
	width: 90px;
	padding: 2px 0px 10px 0px;
	border-radius: 5px;
	margin: 10px 0;
	border-bottom: 2px solid rgba(0, 0, 0, 0.22);
}

.widget_lista_de_ferramentas .icones_widget span {
	font-size:60px;
	display: table;
	margin:0 auto;
}

.widget_lista_de_ferramentas .padding-left-none {
	padding-left:0;
}
