.red{
	position:fixed;
	top:200px;
	z-index: 100;
	left: 0;
}
#behance a{
	background: #0071B9;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	width:55px;
	transition:all .4s ease;
}
#behance a:hover{
	background: #0071B9;
	padding:10px 50px;
}
#youtube a{
	background: #ff0000;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	width:55px;
	transition:all .4s ease;
}
#youtube a:hover{
	background: #ff0000;
	padding:10px 50px;
}
#linkedin a{
	background: #0077B5;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	width:55px;
	transition:all .4s ease;
}
#linkedin a:hover{
	background: #0077B5;
	padding:10px 50px;
}
#correo a{
	background: red;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	width:55px;
	transition:all .4s ease;
}
#correo a:hover{
	background: red;
	padding:10px 50px;
}