/* CSS Document */
*{ margin:0px }
body{ background:#e1cdab }

#estPagina{ background:url(../img/layout/bg_pagina.gif); width:780px; height:470px; position:absolute; top:50%; left:50%; margin-top:-235px; margin-left:-390px }
#estCentro{ width:535px; height:290px; float:left; margin:120px 0px 0px 20px; padding:20px }
#estLateral{ width:175px; height:257px; float:right; margin:10px 10px 0px 0px; text-align:center }
#estFormulario{ overflow-y:scroll; height:180px }
#estBotoes{ margin-top:10px }

.txt-01{ font:11px Arial; line-height:16px }
.txt-02{ font:20px Arial; font-weight:bold; color:#fff }
.txt-03{ font:24px Arial; font-weight:bold; color:#fff }
.txt-04{ font:12px Arial; font-weight:bold; line-height:16px; background:#3a3a3a; color:#fff; padding:5px }
.txt-05{ font:11px Arial; line-height:15px }

.bt-01{ font:14px Arial; font-weight:bold; height:30px; width:150px }

a.link-01{ color:#000; text-decoration:none }
a.link-01:hover{ color:#000; text-decoration:none; background:#e2e2e2 }

.form-01{ font:11px Arial }
