
/* SOLUCION: http://www.positioniseverything.net/easyclearing.html */
/* =============================================================== */
  .limpiar:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

	.limpiar {display: inline-block;}

	.limpiar {display: block;}

	* html .limpiar {height: 1px;}
/* =============================================================== */		
/* =============================================================== */

