/*COMPARTILHAR*/
.compartilhe{
	overflow:hidden;
	padding:10px 0 5px 15px;
	margin:0 0 20px 0;
	background:#f5f5f5;
	border:1px solid #CCCCCC;
	border-radius:5px;
	o-border-radius:5px;
	ms-border-radius:5px;
	moz-border-radius:5px;
	webkit-border-radius:5px;
}

.compartilhe strong{
	float:left;
	color:#888888;
	font-size:12px;
	margin-right:15px;
	padding-top:3px;
	text-transform:uppercase;
}

.compartilhe span{
	font-size:10px;
}

.compartilhe .curtir{
	float:left;
	min-width:110px;
	height:24px;
}

.compartilhe .face-frame{
	float:left;
	width:140px;
	height:24px;
}

.compartilhe .google-plus{
	float:left;
	width:73px;
	height:24px;
}

.compartilhe .twitter{
	float:left;
	width:100px;
	height:24px;
}

.compartilhe .curtir-2{
	float:left;
	min-width:110px;
	height:24px;
}

.compartilhe .face-frame-2{
	float:left;
	width:140px;
	height:24px;
}

.compartilhe .google-plus-2{
	float:left;
	width:73px;
	height:24px;
}

.compartilhe .twitter-2{
	float:left;
	width:100px;
	height:24px;
}

