#GoUp 
{
    bottom: 0;
    cursor: pointer;
    position: fixed;
    top: 0;
    width: 40px;
    z-index: 999;
}
.GoUpimage
{
    bottom: 20px;
    position: absolute;
    background: url("../img/frecciaTop.png");
    height:47px;
    width:40px;
}

.wp-admin .GoUpAdminNone
{
	display:none !important;
}

.plugins-php #GoUp
{
	opacity: 1;
    position: relative;
    width:100%;
}