@charset "utf-8";
/* CSS Document */
#top_services_title {
background-image:url(../images/icon-comparte.gif);
background-position:left 3px;
background-repeat:no-repeat;
border-bottom:1px dotted #333333;
display:table;
font-size:16px;
font-weight:normal;
margin-bottom:0;
padding:5px 0 10px 25px;
text-align:left;
width:280px;
}
#dcompartir {
	width: 300px;
	border: 3px solid #CCC;
	clear: both;
	display: table;
	padding: 10px;
}
#dcompartir ul {
	clear: both;
}

#dcompartir ul li {
	width: 50%;
	float: left;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 5px;
}
.sociable-hovers {
	margin-right: 5px;
	position: relative;
	top: 6px;
}
#dcompartir ul li a {
	text-decoration: none;
	color: #333;
}

