.Cargarflotante {
	position: absolute;
	top: 20%; /* Buscamos el centro horizontal (relativo) del navegador */
	left: 40%; /* Buscamos el centro vertical (relativo) del navegador */
	z-index:1;
}

.btn-flotante {
        display:block;
        width:70px;
        height:70px;
        position: fixed;
        right:-5px;
        bottom:50%;
        line-height:0px;
        text-align:center;
        z-index:999;
}