* {
    box-sizing: border-box; 
    -moz-box-sizing: border-box;
    margin          : 0;
    padding         : 0;
    list-style      : none;
    font-family     : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    border          : none;
    text-decoration : none;
    vertical-align  : middle;
    color           : #000;
}

* {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

body { 
    -webkit-transition: all 10s;
    -moz-transition: all 10s;
    -ms-transition: all 10s;
    -o-transition: all 10s;
    transition: all 10s;
	}

body,html {
    width:100%;
    height:100%;
    font-size: 62.5%;
}

body       {
    background-color           : #fff;
    text-align                 : center;
    SCROLLBAR-FACE-COLOR       : #AA9;
    SCROLLBAR-HIGHLIGHT-COLOR  : #AA9;
    SCROLLBAR-SHADOW-COLOR     : #FFF;
    SCROLLBAR-3DLIGHT-COLOR    : #FFF;
    SCROLLBAR-ARROW-COLOR      : #FFF;
    SCROLLBAR-TRACK-COLOR      : #AA9;
    SCROLLBAR-DARKSHADOW-COLOR : #AA9;
    color                      : #006;
}

a { font-size: 1.2em }

a:hover    {
    text-decoration     : underline;
}

a.file[href$='.pdf'], a[href$='.doc'], a[href$='.ai'], a[href$='.zip'], a[href$='.cdr'], a[href$='.ttf'], a[href$='.txt'] {
    padding:20px; margin:20px; display:block; padding-left:50px;
}

a[href$='.doc'] { background:transparent url(/images/ico/doc.png) no-repeat center left; }

a.file[href$='.pdf'] { background:transparent url(/images/ico/pdf.png) no-repeat center left; }

a[href$='.txt'] { background:transparent url(/images/ico/txt.png) no-repeat center left; }

a[href$='.ai'], a[href$='.zip'], a[href$='.cdr'], a[href$='.ttf'] { 
	background:transparent url(/images/ico/Relacao.png) no-repeat center left; 
}

blockquote { padding:10px 5px }

button { 
    cursor: pointer;
    margin-left:4px;
    background-color: #888;
    color: #fff;
    padding: 10px 20px;
}

button a{ 
    color: inherit;
  	font-size:inherit;
  	letter-spacing:inherit;
  	font-weight:inherit;
}

em, em strong{ color:red }

embed,img,object,video{ max-width: 100%; }

h1, h2, h3, h4, h5, h6 { color:#000; text-align:left; margin:10px 0; }
h1 { font-size:30px }
h2 { font-size:26px }
h3 { font-size:22px }
h4 { font-size:18px }
h5 { font-size:14px }
h6 { font-size:12px }

hr { clear:both }

input[disabled], select[disabled], textarea[disabled] { background-color: #ddd; color:#000 }

input[type=password],input[type=text],select,textarea {
    background-color: #fff;
    border: 1px solid #006;
    color: #006;
    padding: 1px 3px;
    font-size:12px
}

input[type="radio"] { margin:7px 3px }

li { 
    font-size   : 12px;
}

p { 
    font-size   : 13px;
    margin      : 0 auto;
    text-align  : justify
}

span, label { font-size: 12px }