/* 	FOOTER */

footer { display: block; width: 100%; height: 75px; padding: 20px; background-color: rgba(255,255,255,1); box-sizing: border-box; }
/**/
footer .footer_wrapper { display: block; height: 35px; width: 100%; margin: 0px auto 0px auto; text-align: center; }
/**/
footer .footer_redes { display: block; float: left; width: 40%; height: 35px; }
footer .footer_redes .btn_logo { float: left; margin-right: 30px; }
footer .footer_redes .btn_logo img { width: auto; height: 35px; }
footer .footer_redes .btn_social { float: left; margin-right: 10px; margin-top: 5px; }
footer .footer_redes .btn_social img { width: auto; height: 25px; }
footer .footer_redes .btn_logo:hover img, footer .footer_redes .btn_social:hover img { opacity: 0.5; filter: alpha(opacity=50); }
/**/
footer .footer_nav { display: block; float: right; width: 60%; height: 35px; text-align: right; }
footer .footer_nav .btn { float: right; width: auto; height: 35px; line-height: 35px; cursor: pointer; color: rgb(120,130,140); font-size: 13px; }
footer .footer_nav .btn:before { content: "|"; margin-left: 8px; margin-right: 8px; }
footer .footer_nav .btn:last-child:before { content: ""; margin: 0px; }
footer .footer_nav .btn:hover { opacity: 0.5; filter: alpha(opacity=50); }

/* RESPONSIVE */

/* Tableta horizontal */
@media (max-width: 1090px) {
	footer { display: inline-block; height: auto; }
	footer .footer_wrapper { display: inline-block; height: auto; }
  	footer .footer_redes { display: inline-block; float: none; width: 100%; height: auto; margin-bottom: 5px; }
  	footer .footer_nav { display: inline-block; float: none; width: 100%; height: auto; }
  	footer .footer_nav .btn { height: 20px; line-height: 20px; }
}

/* Tableta vertical */
@media (max-width: 790px) {
  
}

/* Móvil vertical */
@media (max-width: 390px) {
  
}

/**/