
// body {
// 	background: #95a5a6;
// 	background-image: url(http://www.tutosytips.com/wp-content/themes/sprout11/img/bg.png);
// 	font-family: 'Helvetica Neue', Arial, Sans-Serif;
// }

.redes {
	background-color: white;
	border-radius: 3em;
	cursor: pointer;
	display: inline-block;
	height: 3em;
	line-height: 3em;
	margin: 0 8px;
	position: relative;
	width: 3em;
	text-align: center
}
.redes 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;
}
.redes:hover span {
	width: 3em;
	height: 3em;
	border-radius: 3em;
	margin: -1.5em;
}
.linkedin span {
	background-color: #4393BB;
}
.pinterest span {
	background-color: #C92228;
}
.twitter span {
	background-color: #4099ff;
}
.facebook span {
	background-color: #3B5998;
}
.google-plus span {
	background-color: #db5a3c;
}
/* Iconos */
.redes i {
	background: none;
	color: white;
	left: 0;
	line-height: 3em;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 3em;
	z-index: 2;
}
.redes .icon-linkedin {
	color: #4393BB;
}
.redes .icon-pinterest {
	color: #C92228;
}
.redes .icon-twitter {
	color: #4099ff;
}
.redes .icon-facebook {
	color: #3B5998;
}
.redes .icon-google-plus {
	color: #db5a3c;
}
.redes:hover .icon-linkedin, .redes:hover .icon-pinterest, .redes:hover .icon-twitter, .redes:hover .icon-facebook, .redes:hover .icon-google-plus {
	color: white;
}