.red{
	position: fixed;
	top: 300px;
	z-index: 100;
	left: 0;
}
#facebook a{
	background: #4596C9;
	padding: 15px 30px;
	color: #fff;
	text-decoration: none;
	width: 55px;
	transition: all .4s ease;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26)
}
#facebook a:hover{
	background: #000;
	padding: 10px 50px;
}
#youtube a{
	background: #38ddd3;
	padding: 15px 17px;
	color: #fff;
	text-decoration: none;
	width: 55px;
	transition: all .4s ease;
     box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26)
}
#youtube a:hover{
	background: #000;
	padding: 10px 50px;
}
#twitter a{
	background: #f8ac59;
	padding: 15px 9px;
	color: #fff;
	text-decoration: none;
	width: 55px;
	transition: all .4s ease;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26)
}
#twitter a:hover{
	background: #000;
	padding: 10px 50px;
}
#correo a{
	background: #8DC6D4;
	padding: 13px 10px;
	color: #fff;
	text-decoration: none;
	width: 55px;
	transition: all .4s ease;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26)
}
#correo a:hover{
	background: #000;
	padding: 10px 50px;
}