a {
	cursor: pointer;
	text-decoration: none;
}

.contenedor-redes-sociales {
	width: 400px;
	left: 0;
	position: fixed;
	top: 250px;
	margin-left: 10px;
}

.icono {
	top: 50%;
	position: relative;
	margin-bottom: 10px;
}

.icono-primary {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background: #3b5998;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;

	-webkit-box-shadow: 1px 0 1px rgba(0,0,0,0.5);
	box-shadow: 1px 0 1px rgba(0,0,0,0.5);
}

.contenedor-descripcion {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 24px;
}

.icono-descripcion {
	width: 250px;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background: #3b5998;
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
	border-radius: 0 20px 20px 0;

	-webkit-box-shadow: 1px 0 1px rgba(0,0,0,0.5);
	box-shadow: 1px 0 1px rgba(0,0,0,0.5);

	-webkit-transform: translate3d(-110%, 0, 0);
	-ms-transform: translate3d(-110%, 0, 0);
	-o-transform: translate3d(-110%, 0, 0);
	transform: translate3d(-110%, 0, 0);

	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.icono-primary:hover ~ .contenedor-descripcion .icono-descripcion {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

/*-------Colores Para Redes Sociales-------*/
.color-twitter {
	background: #3B94D9;
}

.color-googleplus {
	background: #dd4339;
}