.red{
	position: fixed;
	top: 200px;
	z-index: 100;
	left: 0;
}
#facebook a{
	background: #3b5998;
	padding: 10px 25px;
	color: #fff;
	text-decoration: none;
	width: 55px;
	transition: all .4s ease;
}
#facebook a:hover{
	background: #3b5998;
	padding: 10px 50px;
}
#facebookmsj a{
	background: #00BFFF;
	padding: 10px 25px;
	color: #fff;
	text-decoration: none;
	width: 55px;
	transition: all .4s ease;
}
#facebookmsj a:hover{
	background: #00BFFF;
	padding: 10px 50px;
}
#telefono a{
	background: #bb0000;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	width: 55px;
	transition: all .4s ease;
}
#telefono a:hover{
	background: #bb0000;
	padding: 10px 50px;
}
#whatsapp a{
	background: #04B404;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	width: 55px;
	transition: all .4s ease;
}
#whatsapp a:hover{
	background: #04B404;
	padding: 10px 50px;
}
#correo a{
	background: #e95950;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	width: 55px;
	transition: all .4s ease;
}
#correo a:hover{
	background: #e95950;
	padding: 10px 50px;
}


/* ===== PAGINATION ===== */
.general-pagination { height:29px;
    margin: 20px auto; 
    text-align:center; 
    clear:both; }
.general-pagination span { 
    display:none; }
.general-pagination a { 
    display:inline-block; 
    font-weight:bold; 
    margin-right:5px; 
    line-height:28px; 
    width:29px; 
    height:29px;
    text-align:center;
    background:url('images/bg-pagination.png') top repeat-x; 
    font-family:Arial, Helvetica, sans-serif; 
    color:#999999; 
    font-size:11px; 
    text-align:center; }
.general-pagination a.selected { 
    background-position:0 -58px; 
    color:#ff0000; }
.general-pagination a:hover { 
    background-position:0 -29px; 
    color:#999999; 
    text-decoration:none; }
.general-pagination a, .general-pagination span { 
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px; }


