@charset "utf-8";
/*
BASE CSS RESET
Copyright (c) 2008 Aquarela Criativa. All rights reserved.
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; color: inherit; }
body { line-height:1em; font-size:10px; background:no-repeat left top; }
table { border-collapse:collapse; border-spacing:0; }
caption, th, td { text-align:left; font-weight:normal; }
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote, q { quotes:"" ""; }
address,caption,cite,code,dfn,var,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,td,th,em,strong,del,code,kbd,span,legend { padding: 0; font-size:12px; line-height:18px; font-family:Arial,sans-serif; color:#333538; }
h1,h2,h3,h4,h5,h6,p,ul,ol { margin: 0 0 1em; }
code,kbd,var { font-family:"Monaco","Courier New", Courier, monospace !important; }
sup,sub { line-height: 1em; font-size: 11px; }
strong,em { font-weight:bold; font-size: inherit; color: inherit; font-family: inherit !important; }
em { font-style:italic; font-weight: normal; }
del,strike { text-decoration:line-through; }
abbr,acronym {}
hr { border:none; color: #fff; height:0; line-height:0; margin:0; }
input[type=checkbox], input[type=radio], select, button { cursor:pointer; }

/*
UTILIDADES CSS
Copyright (c) 2007 Aquarela Criativa. All rights reserved.
*/
.widthAuto, .radio, .checkbox, .check { width:auto !important; }
.heightAuto { height:auto !important; }
.noMargin { margin:0 !important; }
.noBorder { border:none !important; }
.hide, .hidden, .none { display:none !important; }
.displayBlock, .block, .show { display:block !important; }
.clearBoth, .clear { clear:both !important; }
.inline, .displayInline { display: inline !important; }

.floatNone { float:none !important; }
.floatLeft { float:left !important; }
.floatRight { float:right !important; }

.indent { text-indent:-9999em !important; overflow:hidden !important; display:block !important; }
.noIndent { text-indent: 0 !important; }
.uppercase { text-transform:uppercase; }
.alignRight { text-align:right !important; }
.alignCenter { text-align:center !important; }
.alignTop { vertical-align: top !important; }
label, .label, .cursor, .cursorPointer, .pointer { cursor: pointer !important; }
.cursorNormal, .cursorDefault { cursor: default !important; }
.cursorWait { cursor: wait !important; }
.cursorCross { cursor: crosshair !important; }
.bgNoRepeat { background:no-repeat; }
.noBg, .noBgImg, li.last { background-image:none !important; }
.debug { border:1px solid red !important; }
.grid { background: url(../img/GRID.png) repeat 0 0 !important; }