/* -------------------------------------------------------------- 
   ie.css   
   Contém hack para o IE, de forma a manter a framework uniforme em todos os browser.
	 
-------------------------------------------------------------- */
/* Centraliza o layout. */
body {text-align:center;}
.container {text-align:left;}

* html .colEsq,
	*html .colMain,
	*html .colDir,
	*html .cab,
	*html .rod {display:inline;overflow-x:hidden;}

/* Elementos
-------------------------------------------------------------- */
* html legend {margin:0 -8px 16px 0;padding:0;} /* Corrigir problemas de style no IE6 */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
html>body p code {*white-space:normal;} /* Corrigir wrapping em code */
hr  {margin:-8px auto 11px;} /* Ddefinir margens de <hr> */
img {-ms-interpolation-mode:bicubic;} /* Define o tipo de interpolamento, permitindo alterar a dimensão das imagem sem criar defeitos */

/* Clearing 
-------------------------------------------------------------- */
.clearfix, .container {display:inline-block;}
* html .clearfix,
	* html .container {height:1%;}

/* Formulários
-------------------------------------------------------------- */
fieldset {padding-top:0;}
legend { margin-top:-0.2em; margin-bottom:1em; margin-left:-0.5em; }
textarea {overflow:auto; background-color:#fff;border:1px solid #bb}


div.destaque .info a {display:block; width:75px;}
.facebook_bg .fb { display:block; width:80px;}
.welcome h2 {line-height:0.7em;}