/*
Classes de utilizacao geral
*/
.debug {border:1px solid red}
.alignleft {text-align:left}
.alignright {text-align:right}
.aligncenter {text-align:center}
.floatleft {float:left}
.floatright {float:right}
.clearboth, .clear {clear:both}
.clearleft {clear:left}
.clearright {clear:right}
.clear:after, .container:after {content:"."; display:block; height:0; clear:both; visibility:hidden}
.clear {display: block}
.strong { font-weight:bold }
.emphasis { font-style:italic }
* html .clear { height:1% }
/* Hide from IE Mac \*/
.clear {display:block;}
/* End hide from IE Mac */
.clearBoth {border:0; clear:both; display:block; float:none; margin:0; overflow:hidden; visibility:hidden; width:0; height:0; font-size:0}
.hide {display:none !important}
.hidden {position:absolute; left:-9999px}
.highlight {background-color:#ffc}
.nobg {background:none !important}
.noborder {border:none !important}
.auraltext {font-size:0pt; left:-1000px; position:absolute}
