/* import */
@import url(internas.css);

/* topicos */
#topicos { padding-bottom: 11px; }

/* contato */
.contato p { padding-bottom: 30px; }
.contato p.sucesso { color: #096; }
.contato p.erro { color: #C33; }

/* formulario */
.formulario input[type=text] { width: 250px; height: 50px; background-color: rgba(255,255,255,1); margin: 0 30px 30px 0; padding: 0 19px; line-height: 10px; }
.formulario textarea { width: 569px; height: 112px; background-color: rgba(255,255,255,1); padding: 19px; margin-bottom: 30px; }
.formulario input[type=submit] { height: 40px; background-color: rgba(20,86,167,1); padding: 0 10px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 17px; color: #fff; }
.formulario input[type=submit]:hover { background-color: rgba(20,20,20,1); }

/* texto */
.texto { width: 100%; float: none; }

