.red{
	position: fixed;
	top: 420px;
	z-index: 100;
	left: 0;
	
}
#facebook a{
	background: #3b5998;
	padding: 13px 3px;
	color: #fff;
	text-decoration: none;
	width: 55px;
	transition: all .4s ease;
}
#facebook a:hover{
	background: #3b5998;
	padding: 13px 25px;
}
#youtube a{
	background: #bb0000;
	padding: 13px 3px;
	color: #fff;
	text-decoration: none;
	width: 55px;
	transition: all .4s ease;
}
#youtube a:hover{
	background: #bb0000;
	padding: 13px 20px;
}
#wikipedia a{
	background: #8D8B8B;
	padding: 13px 3px;
	color: #fff;
	text-decoration: none;
	width: 55px;
	transition: all .4s ease;
}
#wikipedia a:hover{
	background: #8D8B8B;
	padding: 13px 20px;
}
#correo a{
	background: #e95950;
	padding: 13px 3px;
	color: #fff;
	text-decoration: none;
	width: 55px;
	transition: all .4s ease;
}
#correo a:hover{
	background: #e95950;
	padding: 13px 20px;
}
#discor a{
	background: #737DC4;
	padding: 13px 3px;
	color: #fff;
	text-decoration: none;
	width: 55px;
	transition: all .4s ease;
}
#discor a:hover{
	background: #737DC4;
	padding: 13px 20px;
}