


.menuflotante{
		display:scroll;
        position:fixed;
        top:120px;
        right:5px;
		z-index: 9999;
	
}
.indicep{
	display:scroll;
    position:fixed;
    top:140px;
    right:115px;
	width: 23%;
	
}

.menuflotante a {
	background-color: #ccc;
	display: inline-block;
	border-radius:500px;
	padding:3px;
	
}
.menuflotante img{
	margin:3px/3px;
}
.menuflotante li{
	margin-bottom:5px;
	height:85%;
	width:85%;
	list-style: none;
}

#bff:hover{
	background-color: #0058A6;
}

#bft:hover{
	background-color: #00A8E2;
}
#bfw:hover{
	background-color: #3CA038;
}

.compartir{
	margin-bottom:125px;
	
}
.compartir a:hover{
	box-shadow: #ccc 5px inset;
}