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

/* -------------------------------- BOTO-SCROLL  ----------------------*/

.scrollup{
    width:50px;
    height:50px;
	opacity: .8;
    position:fixed;
    bottom:20px;
    right:20px;
    display:none;
    text-indent:-9999px;
    /*background: url('imatges/icon_top.png') no-repeat;*/
	background-image:url("../imatges/icon_top.png");
	background-repeat: no-repeat;
	z-index:100;
}