div.sociable { font-size:12px; color:#cb2025; }

span.sociable_tagline { position: relative;}
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}

.posttit { background:url(images/tit_compartelo.png) no-repeat; width:210px; height:17px; text-indent:-999999px; float:left;}

.sociable span {
	display: block;
}
.sociable ul {
	float:right;
	display: inline;
	margin: -10px !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}

.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 28px;
	height: 35px;
	border: 0;
	margin: 0 0 0 5px;
	padding: 0;
	background:white;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
