.btn-directorio{
	position: fixed;
	width: 85px;
	height: 85px;
	line-height: 69px;
	bottom: 530px;
	right: 25px;
	background: #d50000;
	color: #fff;
	border-radius: 80px;
	text-align: center;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
	z-index: 100;
}

.btn-directorio:hover{
	text-decoration: none;
	color: #fff;
	background: #194376;
}