/* ============================================================
   footer-responsive.css
   Reglas responsivas del footer aplicadas a TODAS las páginas
   (incluyendo evento.php). Cargado desde metas.php.
   ============================================================ */

footer {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
	float: none !important;
	clear: both;
}

footer .bloqueImg {
	margin-left: auto !important;
	margin-right: auto !important;
	float: none !important;
}
