@charset "utf-8";
/* Classes genericas, ordem alfabetica
-------------------------------------------------------------------------- */
.alignleft {text-align:left  !important}
.alignright {text-align:right !important}
.aligncenter {text-align:center;}
.clearboth, .clear {clear:both;}
.clear {display: block;}
.clearBoth {border:0; clear:both; display:block; float:none; margin:0; overflow:hidden; visibility:hidden; width:0; height:0; font-size:0;}
.clearleft {clear:left;}
.clearright {clear:right;}
.clear:after, .container:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}

* html .clear {height: 1%;}

/* Clearfix */
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.debug {border:1px solid red;}
.floatleft {float:left;}
.floatright {float:right;}
.height0 { height:0px !important }
.hide {display:none !important;}
.hidden {position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden }
.highlight {background-color:#ffc;}
.nobg {background:none !important;}
.noborder {border:none !important;}
.nomargin {margin:none !important;}
.nopadding {padding:none !important;}
.upper { text-transform:uppercase }

