
/* CSS Document */

.flotante{
	display:flex;
	position:fixed;
	right:25px;
	width: 60px;
	height:60px;
	justify-content:center;
	align-items:center;
	border-radius:50px;
	padding:3px;
        box-shadow: 2px 7px 20px black;
}
.uno   { bottom:25px   !important; }
.dos   { bottom:95px   !important; }
.tres  { bottom:165px  !important; }

