@charset "utf-8";
/* CSS Document */

.facebook
{
	width:35px;
	height:35px;
	float:left;
	background:url(../img/icones.png) no-repeat 0px 0px;
}
.facebook:hover
{
	background:url(../img/icones.png) no-repeat 0px -45px;
}

.twitter
{
	width:28px;
	height:35px;
	margin-left:27px;
	float:left;
	background:url(../img/icones.png) no-repeat 0px -90px;;
}
.twitter:hover
{
background:url(../img/icones.png) no-repeat 0px -136px;;
}

.flickr
{
	width:43px;
	height:22px;
	margin-top:13px;
	margin-left:20px;
	float:left;
	background:url(../img/icones.png) no-repeat 0px -183px;
}
.flickr:hover
{
background:url(../img/icones.png) no-repeat 0px -215px;
}

.rss
{
	width:35px;
	height:35px;
	margin-left:20px;
	margin-top: 0px !important;
	float:left;
	background:url(../img/icones.png) no-repeat 0px -247px;
}
.rss:hover
{
	background:url(../img/icones.png) no-repeat 0px -292px !important;
}
