/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24/set/2016, 17:36:10
    Author     : RLinhares
*/

.scrollToTop{
	width:33px; 
	height:35px;
	padding:10px; 
	text-align:center; 
        border-radius: 5px 0 0 5px;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	top:600px;
	right:0px;
	display:none;
	background: url('../images/btt.png') no-repeat 0px 0px;
}
.scrollToTop:hover{
	text-decoration:none;
        background: url('../images/btt.png') no-repeat 0px -38px;
}