.sociales {
	margin-right: auto;
	text-align: center;
	font-size: 20px;
}
.icon-button {
	background-color: white;
	border-radius: 2em;
	cursor: pointer;
	display: inline-block;
	height: 2em;
	line-height: 2em;
	margin: 4.5px;
	position: relative;
	width: 2em;
}
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 16px;
	margin: 0;
	position: absolute;
	top: 16px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 2em;
	height: 2em;
	border-radius: 2em;
	margin: -1em;
}
.linkedin span {
	background-color: #4393BB;
}
.youtube span {
	background-color: #C92228;
}
.twitter span {
	background-color: #4099ff;
}
.facebook span {
	background-color: #3B5998;
}
.google span {
	background-color: #db5a3c;
}
/* Iconos */
.icon-button i {
	text-align: center;
	background: none;
	color: white;
	line-height: 2em;
	position: absolute;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 1.5em;
	z-index: 2;
	left: 4px;
	top: 4px;
}
.icon-button .img/linkedin.png {
	color: #4393BB;
}
.icon-button .img/youtube.png {
	color: #C92228;
}
.icon-button .img/twitter.png {
	color: #4099ff;
}
.icon-button .img/facebook.png {
	color: #3B5998;
}
.icon-button .img/google.png {
	color: #db5a3c;
}
.icon-button:hover .img/linkedin.png, .icon-button:hover .img/youtube.png, .icon-button:hover .img/twitter.png, .icon-button:hover .img/facebook.png, .icon-button:hover .img/google.png {
	color: white;
}
