@charset "utf-8";
/*  
	### [STYLESHEET INFO] ########################################################################
	##############################################################################################
	Author: Alberto Calvo
	----------------------------------------------------------------------------------------------
	Name: Rules for IE
	Version: 1.02
	Description: Special rules for IE, which is not standards compliant. This file has to
				 be charged with a conditional comment within the XHTML markup AFTER
				 the other stylesheets.
				 Options preceded of a "_" are IE6 only.
	##############################################################################################
*/

/* 
	+++ [COMMON FIXES] +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
.clear-auto { display: inline-block; } /*Part of the Clearfix in preset.css*/

img { -ms-interpolation-mode: bicubic; } /*Smooth image scaling for IE*/
/* --- [//COMMON FIXES END] --- */