div.sociable
{
	margin: 15px 10px 0 0;
	float: right;
	clear: right;
}

.sociable ul
{
	margin: 0;
	padding: 0;
}

.sociable li
{
	background: none;
	list-style-type: none;
	margin: 0 4px 0 0;
	padding: 0;
	float: left;
}

.sociable li .digg span, .sociable li .delicious span, .sociable li .facebook span, .sociable li .google span, .sociable li .barraPunto span, .sociable li .blogMemes span,
.sociable li .email span, .sociable li .live span, .sociable li .magnolia span, .sociable li .meneame span, .sociable li .technorati span
{ display: none; }

.sociable li .digg
{
	background: url(../images/socialIcos/digg_off.gif) no-repeat;
	display: block;
	width: 16px;
	height: 16px;
}

.sociable li .digg:hover
{
	background: url(../images/socialIcos/digg.gif) no-repeat;
}



.sociable li .delicious
{
	background: url(../images/socialIcos/delicious_off.gif) no-repeat;
	display: block;
	width: 16px;
	height: 16px;
}

.sociable li .delicious:hover { background: url(../images/socialIcos/delicious.gif) no-repeat;}



.sociable li .facebook
{
	background: url(../images/socialIcos/facebook_off.gif) no-repeat;
	display: block;
	width: 16px;
	height: 16px;
}

.sociable li .facebook:hover { background: url(../images/socialIcos/facebook.gif) no-repeat; }



.sociable li .google
{
	background: url(../images/socialIcos/googlebookmark_off.gif) no-repeat;
	display: block;
	width: 16px;
	height: 16px;
}

.sociable li .google:hover { background: url(../images/socialIcos/googlebookmark.gif) no-repeat; }



.sociable li .barraPunto
{
	background: url(../images/socialIcos/barrapunto_off.gif) no-repeat;
	display: block;
	width: 16px;
	height: 16px;
}

.sociable li .barraPunto:hover { background: url(../images/socialIcos/barrapunto.gif) no-repeat;}



.sociable li .blogMemes
{
	background: url(../images/socialIcos/blogmemes_off.gif) no-repeat;
	display: block;
	width: 16px;
	height: 16px;
}

.sociable li .blogMemes:hover { background: url(../images/socialIcos/blogmemes.gif) no-repeat;}



.sociable li .email
{
	background: url(../images/socialIcos/email_link_off.gif) no-repeat;
	display: block;
	width: 16px;
	height: 16px;
}

.sociable li .email:hover { background: url(../images/socialIcos/email_link.gif) no-repeat;}



.sociable li .live
{
	background: url(../images/socialIcos/live_off.gif) no-repeat;
	display: block;
	width: 16px;
	height: 16px;
}

.sociable li .live:hover { background: url(../images/socialIcos/live.gif) no-repeat;}



.sociable li .magnolia
{
	background: url(../images/socialIcos/magnolia_off.gif) no-repeat;
	display: block;
	width: 16px;
	height: 16px;
}

.sociable li .magnolia:hover { background: url(../images/socialIcos/magnolia.gif) no-repeat; }




.sociable li .meneame
{
	background: url(../images/socialIcos/meneame_off.gif) no-repeat;
	display: block;
	width: 16px;
	height: 16px;
}

.sociable li .meneame:hover { background: url(../images/socialIcos/meneame.gif) no-repeat; }


.sociable li .technorati
{
	background: url(../images/socialIcos/technorati_off.gif) no-repeat;
	display: block;
	width: 16px;
	height: 16px;
}

.sociable li .technorati:hover { background: url(../images/socialIcos/technorati.gif) no-repeat; }

/*
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
*/

