.likesComfenalco{
	position: fixed;
    right: 3%;
    z-index: 2;
    bottom: 20%;
    cursor: pointer;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.likesComfenalco img.active-like{
	background: #00AAAB;
    padding: 7px;
	border-radius: 50%;
	-webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.likesComfenalco img{
	background: #5b1e7f;
    padding: 7px;
	border-radius: 50%;
	-webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}