/* BOTON PARA SUBIR */ 
.botonsubir{
	display: inline-block;
	color:#fff;
	background: #011d65 ;
	font-size: 25px;
	border-radius: 100%;
	padding: 10px 17px;
	text-align: center;
	transition: 250ms;
	position: fixed;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
}

.botonsubir:hover{
	color:#011d65;
	background: #fff ;
}
/* BOTON PARA SUBIR */