.caja-redes {
    
    
}
.caja-redes a {
	text-align: center;
	font-size: 20px;
}
.icon-button {
	background-color: white;
	border-radius: 3.6rem;
	cursor: pointer;
	display: inline-block;
	font-size: 2.0rem;
	height: 3.6rem;
	line-height: 3.6rem;
	margin: 0 8px;
	position: relative;
	text-align: center;
	width: 3.6rem;
}
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-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: 3.6rem;
	height: 3.6rem;
	border-radius: 3.6rem;
	margin: -1.8rem;
}
.linkedin span {
	background-color: #a6c74a;
}
.pinterest span {
	background-color: #a6c74a;
}
.twitter span {
	background-color: #a6c74a;
}
.facebook span {
	background-color: #92B13B;
}
.google-plus span {
	background-color: #db5a3c;
}
/* Icons */
.icon-button i {
	background: none;
	color: #333;
	left: 0;
	line-height: 2em;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 1.9em;
	z-index: 2;
}

.icon-button:hover i{ 
	width: 3.6rem;
	height: 3.6rem;
line-height: 2em;
color: #FFF;
	width: 2em;
}

.icon-button .icon-linkedin {
	color: #E33868;
}
.icon-button .icon-pinterest {
	color: #3B2A90;
}
.icon-button .icon-twitter {
	color: #AF05CD;
}
.icon-button .icon-facebook {
	color: #a6c74a;
}
.icon-button .icon-google-plus {
	color: #db5a3c;
}
.icon-button:hover .icon-linkedin, .icon-button:hover .icon-pinterest, .icon-button:hover .icon-twitter, .icon-button:hover .icon-facebook, .icon-button:hover .icon-google-plus {
	color: white;
}