.horizontal #glr_compartir ul li {
	display: inline-block;
}
.vertical {
	float: left;
	width: 97px;
	padding-right: 10px;
}
.vertical #glr_compartir ul li {
	padding: 5px 0px;
}
#glr_compartir {
	margin-bottom: 12px;
	position:relative;
	z-index:99;
}
#glr_compartir ul {
	margin: 0px;
	padding: 0px;
}
#glr_compartir ul li {
	vertical-align: top;
	padding: 0px 2px;
	text-align: center;
	list-style-type: none;
}
#glr_compartir ul li.twitter {
	margin-top: -1px;
}
#glr_compartir ul li.google {
	margin-top: 1px;
}
.comment-bubble {
	display: inline-block;
	text-align: center;
	position: relative;
	height: 61px;
}
.comment-bubble a {
	display: inline-block;
	background-color: #E5204C;
	border: solid 1px #BE163D;
	color: #fff !important;
	position: relative;
	padding: 1px 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top: 40px;
	
}
.comment-bubble a span {
	position: absolute;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	height: 30px;
	left: 0px;
	line-height: 31px;
	width: 100%;
	margin-top: -42px;
	border: solid 1px #ccc;
	text-align: center;
	color: #5D5D5D;
	font-size: 15px;
	background:#fff;
}
.comment-bubble a span:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #ccc;
	bottom: -6px;
	left: 42%;
}
.comment-bubble a span:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	bottom: -5px;
	left: 42%;
}
