#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;
}

@media only screen and (min-width:1px) and (max-width:1024px) 
{
	.GoUpMobileNone
	{
		display:none !important;
	}
}

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