@charset "utf-8";

/* Data: 22/12/2009 */
/* Designer: Marconi Duarte */
/* Email: marconiduarte@yahoo.com */

/* (c) 2009 Marconi Duarte Criação de Sites */
/* URL: http://www.marconiduarte.com.br */
/* E-Mail: contato@marconiduarte.com */
/* Telefone: (83) 8895-3902 */

/* -- importacoes -- */

@import url(layout.css);
@import url(layout-internas.css);

/* -- configuracoes -- */

* { margin: 0; padding: 0; border: 0; outline: 0;  }

html { background-color: #1c1c1c; cursor: default; }

body { background-color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #1c1c1c; }

ul, ol { list-style-type: none; }

.clear { clear: both; }

.obs { color: #ff0000; font-weight: bold; margin-bottom: 7px; }

h1 span,
#area-do-cliente #aba-login a span,
#topo #logo-atendimento #atendimento-online a span,
#topo #menu a span,
#planos #plano1 h2 span,
#planos #plano2 h2 span,
#planos #plano3 h2 span { display: none; }

input,
select,
textarea { height: 24px; background: url(../images/bg-campos.gif) no-repeat left top; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #1c1c1c; padding: 9px 0 0 10px; border: 1px solid #76ab12; }

input:focus,
select:focus,
textarea:focus { color: #76ab12; }

a { text-decoration: none; color: #1c1c1c; }

a:hover { text-decoration: underline; }

a.underline,
#conteudo #conteudo-internas table.outroscontatos tr td a { text-decoration: underline; }

a.underline:hover,
a.underlineverde:hover,
#conteudo #conteudo-internas table.outroscontatos tr td a:hover { text-decoration: none; }

a.underlineverde { text-decoration: underline; color: #76ab12; }