/* RESET CSS */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

* { margin:0; padding:0; }

body, html { background:#000; color:#2f2f2f; font:12px/1.55em arial, helvetica, sans-serif; text-align:center; }

a { color:#1e7ec8; text-decoration:underline; }
a:hover { color:#1e7ec8; text-decoration:underline; }
a img { border:0;}
:focus { outline:0; }

/* Heading */
h1, h2, h3, h4, h5, h6, .head { font-family: 'trebuchet ms', arial, helvetica, verdana, sans-serif; margin-bottom: 0; color:#D7372B; }
h1 { font-size:24px; font-weight: bold; color: #fff; }
h2 { font-size:22px; color: #fff; margin-bottom: 16px; line-height:28px; }
h3 { font-size:20px; color: #FFE700; margin-bottom: 16px; line-height:24px; }
h4 { font-size:20px; color: #666; font-weight: bold; }
h5 { font-size:1.05em; }
h6 { font-size:.95em; }

/* Table */
th { padding:0; text-align:left; vertical-align:top; }
td {padding:0;vertical-align:top;}

/* Paragraph */
p { margin-bottom:.8em; }
address { margin-bottom:.4em; }
address { font-style:normal; line-height:1.4em;}
cite { font-style:normal; font-size:10px;}
q:before, q:after{content:'';}

/* Form */
form { display:inline;}
fieldset { border:none; }
legend {display:none;}
label { color:#666; /*font-size:.95em;*/  font-weight:bold; }
input, select, button { vertical-align:middle; }

input:focus, textarea:focus, select:focus { background: #EDF7FD; }

/* Lists */
dt { display:block; font-weight:bold; }
ul,ol { list-style:none; }

/* Size */
small { font-size:.92em; }
big { font-size:1.1em; }

hr { height:0; margin:8px 0; overflow:hidden; visibility:hidden; }

.nowrap { white-space:nowrap; }
.bold { font-weight:bold; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; height: 15px; margin: 0; padding: 0; }
.clear-none { clear: both; margin: 0; padding: 0; height: 1px; }
.red { color: #D53729; }
.cinza { font-size: 10px; color: #ccc; font-weight: normal; }
.branco {color:#fff; }