.redes-fixa
{
	position: fixed;
	top: 30%;
	z-index: 999999999;
	width: 45px;
	background-color: #fff;
}


.redes-fixa.left
{
	left:0;
}
.redes-fixa.right
{
	right: 0;
}
.redes-fixa.top
{
	top: 0;
}
.redes-fixa.bottom
{
	top: unset;
	bottom: 0;
}

.redes-fixa ul li {
	list-style: none;
}

.redes-fixa img
{
	width: 40px;
	height: 40px;
}