.share { }
/*
a.behance, a.delicious, a.deviantart, a.digg, a.dribbble, a.facebook, a.flickr, a.forrst, a.foursquare, a.googleplus, a.in1, a.instagram, a.lastfm, a.linkedin, a.pinterest, a.rss, a.skype, a.tumblr, a.twitter, a.vimeo, a.youtube
*/
.share-square {
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    background: url("../../recursos/social-icon.png") no-repeat;
	background-position:0px 0px;
	background-size:275px 98px;
	width:25px;
	height:48px;
	display:inline-block;
    margin:12px 15px 0px 0px;
}
/* twitter */
.share-square-twitter           { background-position: 0px -50px; }
.share-square-twitter:hover     { background-position: 0px 0px; }
/* youtube */
.share-square-youtube           { background-position: -25px -50px; }
.share-square-youtube:hover     { background-position: -25px 0px; }
/* googleplus */
.share-square-googleplus        { background-position: -75px -50px; }
.share-square-googleplus:hover  { background-position: -75px 0px;; }
/* facebook */
.share-square-facebook          { background-position: -100px -50px; }
.share-square-facebook:hover    { background-position: -100px 0px;}
/* flickr */
.share-square-flickr            { background-position: -125px -50px; }
.share-square-flickr:hover      { background-position: -125px 0px; }
/* pinterest */
.share-square-pinterest         { background-position: -150px -50px; }
.share-square-pinterest:hover   { background-position: -150px 0px }
/* email */
.share-square-email             { background-position: -250px -50px; margin:12px 0px 0px 0px; }
.share-square-email:hover       { background-position: -250px 0px; }