/* CSS Reset */
html,body,div,span,applet,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,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:none;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}html,body{width:100%}.clearfix:before,.clearfix:after{content:".";display:block;height:0;overflow:hidden}.clearfix:after{clear:both}.replace{display:block;text-indent:-9999px;overflow:hidden}

/* unselectable */
.unselect{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;}

html, body{height:100%;}
.hide{display:none}
.center_wrap{width:1205px;margin:0 auto;}
.center{width:980px;margin:0 auto;}
.cleft{clear:left}

select, input, textarea{background-color:#fff}

*{font-family: 'Century Gothic', 'centurygothic', AppleGothic, sans-serif;}

/* Corpo Geral */
#all{position:relative;min-height:100%;font-family: 'Century Gothic', 'centurygothic', AppleGothic, sans-serif; padding-bottom: 100px;}

a{text-decoration: none}

.voltar-history{width:50px; float:left; clear:both; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background:#284DB8;margin: 30px 10px -45px 0; padding: 10px}
.voltar-history a{color:#fff; font-weight:bold}
.voltar-history a:hover{text-decoration:underline}