/*** HACKS PARA IE ***/

/* @group Clearfix */

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* @end */

/* Si tienes la necesidad de aplicar algún hack SOLO para IE6 utiliza este selector: */

* html {
	
}

/* Si necesitas aplicarlo SOLO a IE7 utiliza este:*/

*:first-child+html {
	
}

/* Y este para ambos: */

html {
	
}