/* IMPORTAR */
@import 'reset.css';
@import 'global.css';
/* GLOBAL */
html{overflow-x:hidden;}
body{background-color:#FFF;color:#555;font-family:calibri,arial,helvetica,sans-serif;font-size:14px;}
header,footer{display:block;}
INPUT,TEXTAREA,SELECT{background-color:#F8F8F8;}
br{clear:both;}
p {line-height: 24px; margin: 12px 0 12px 0;}
/* LINK */
A:active {TEXT-DECORATION:none;FONT-WEIGHT : bold;COLOR : #000000;} 
A:visited {TEXT-DECORATION:none;FONT-WEIGHT : bold;COLOR:#A0A0A0;} 
A:link {TEXT-DECORATION:none;FONT-WEIGHT : bold;COLOR:#A0A0A0;} 
A:hover {TEXT-DECORATION:none;FONT-WEIGHT : bold;COLOR:#808080;}
/* FORMATOS */
#titulo {font-weight: bold; font-size: 36px; color: #000; margin: 20px 10px 20px 0;}
/* CONTEUDO */
#conteudo{display:block;margin:20px;padding:10px 20px 20px 10px;width:*;}
#texto {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 14px; text-align: justify;}
#texto P {padding: 3px 0 3px 0; text-indent: 0px;}
#texto a:link, a:visited {color: #000;}
#texto a:hover, a:active {color: #F00;}
#quadro1{display: table; border: 1px solid #CCC; box-shadow: 0px 0px 10px #888; text-align: left; border-radius: 10px; height: 350px; max-height: 350px; width: 810px;}
#quadro2{display: table-cell; background: #FAFAFA; border-right: 1px dashed #CCC; border-radius: 10px 0 0 10px; padding: 25px; height: 300px; width: 250px; max-width: 250px;}
#quadro3{display: table-cell; height: 350px; width: 500px;}
/* BOTOES DE FORMULARIO */
#botoes {text-align: center; width: 100%}
#botoes .submit {background: #C00; border: none; color: #FFF; cursor: pointer; font: 14px Sans-serif, Helvetica, Arial; height: 26px; padding: 5px 20px 7px 20px;} 
#botoes .submit:focus {background: #C00;}
#botoes .submit:hover {background: #E00;}
#botoes .submit:active {background: #000;} 
#botoes .reset {background: #CCC; border: none; color: #000; cursor: pointer; font: 14px Sans-serif, Helvetica, Arial; height: 26px; padding: 5px 20px 7px 20px;}
#botoes .reset:focus {background: #CCC;}
#botoes .reset:hover {background: #EEE;}
#botoes .reset:active {background: #000;}
#botoes .botao {background: #036; border: none; color: #FFF; cursor: pointer; font: 14px Sans-serif, Helvetica, Arial; height: 26px; padding: 5px 20px 7px 20px;}
#botoes .botao:focus {background: #036;}
#botoes .botao:hover {background: #048;}
#botoes .botao:active {background: #000;}
#botoes a {text-decoration: none;}
.nada {background: none; border: none;}