.m-t-50{
	margin-top: 50px;
}
.p-r-50{
	padding-right: 50px;
}
.p-l-70{
	padding-left: 70px;
}
.p-l-r-100{
	padding-left: 100px;
	padding-right: 100px;
}
.p-l-r-50{
	padding-left: 50px;
	padding-right: 50px;
}

.float-right{
	float: right;
}

.text-right{
	text-align: right;
}

.index-btn-position{
	position: relative;
	right: -15px;
}

ul.lista-negra li i {
    margin-right: 10px;
    color: #fff;
	 	list-style: none;
}

.no-puntos{
	list-style: none;
}

.body-lista {
    font-family: 'Raleway', sans-serif;
    color: #ffff;
    font-size: 17px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.logo-footer{
	 height: 45px;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}



