@charset "utf-8";
/* reset */
* { margin:0; border:0; padding:0; }

/* estrutura */
body { background: url(../img/bg.jpg) repeat-x top center #fff; font-family:Georgia, "Times New Roman", Times, serif; font-size:13px; color:#727f97; line-height:18px; }
#geral { width:779px; height:400px; position:absolute; top:50%; left:50%; margin-top:-200px; margin-left:-390px; }
#esq { width:280px; height:100%; float:left; margin-right:0; }
#dir { float:left; width:487px; margin-left:10px; position:relative; }
#bgslide { width:487px; height:296px; background:url(../img/bgslide.png) no-repeat top; }
#bgslide img { margin-top:6px;}
#slide { width:470px; height:276px; margin: 7px 9px 11px 8px; }
#formulario { margin-left:35px;}
#formulario label { display:block; width:120px;}
#centralizar { text-align:center;}

/* personalização */
h1 { font-family:Georgia, "Times New Roman", Times, serif; font-size:32px; margin-top:12px; }
a { color:#727f97; text-decoration:none; }
a:hover { color:#576b91; }
.alinhadireita { text-align:right; margin-right:9px; }
#slide li { list-style:none; }
#prevBtn, #nextBtn { background:url(../img/svoltar.png) no-repeat; width:51px; height:39px; display:block; line-height:39px; position:absolute; top:245px; left:355px; font-size:0; }
#nextBtn { background:url(../img/savancar.png); left:415px; }
#prevBtn a, #nextBtn a { display:block; width:51px; height:39px; }
#prevBtn a:hover { background:url(../img/voltar.png); width:51px; height:39px;  }
#nextBtn a:hover { background:url(../img/avancar.png); width:51px; height:39px;  }

/* form contato */
.areatexto { background: url(../img/bg_input.png) no-repeat; border:0px; width:273px; height:27px; padding: 5px 17px 0px 5px; margin-top:3px;}
.areatextogrande { background:url(../img/bg_textarea.png) no-repeat; border:0px; width:340px; height:177px; padding: 5px 10px 0px 5px; margin-top:3px; }
.b_enviar { border:0px; background:none; color:#727f97; font-weight:bold; margin: 5px 0 0 290px; }

