@charset "utf-8";
/* CSS Document */
*{padding:0px; margin:0px; border:0px; color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height:14px; text-decoration:none;}

#principal{position:absolute; width:814px; left:50%; margin:15px 0px 0px -407px;}

#topo{width:814px; height:55px; background-image:url(../imagens/bkg_menu.png); background-repeat:repeat-x;}
#logo{position:absolute; width:321px; height:55px;}
#menu{width:493px; font-size:9px; text-align:center; color:#FFFFFF; padding-top:20px; float:right;}
.menu{color:#FFFFFF; font-size:9px;}
a.menu:hover{text-decoration:underline;}

#flash_home{width:814px; height:283px; background-image:url(../imagens/flash_home.jpg); background-repeat:no-repeat;}
#conteudo_home{width:774px; height:auto; padding:20px; background-color:#202020; display:table; overflow:hidden;}
#esq_home{width:284px; float:left; color:#FFFFFF;}
#esq_home strong{color:#fff;}
#esq_home span{color:#fff;}
	.data_home{color:#5f6f96; font-style:italic;}
	.titulo_home{color:#a2a1a2;}
#dir_home{width:400px; float:right; color:#FFFFFF;}
#dir_home strong{color:#fff;}
#dir_home span{color:#fff;}

#conteudo_interno{width:814px; height:auto; background-image:url(../imagens/bkg_conteudo_interno.gif); background-repeat:repeat-y; display:table; overflow:hidden;}
#esq_interno{width:262px; float:left;}
#dir_interno{width:518px; float:right;}

.dashed{height:1px; border-bottom:1px dashed #FFFFFF;}
.dashed_cinza{height:1px; border-bottom:1px dashed #ccc;}
.branco{color:#FFFFFF;}

a.sub:hover{font-weight:bold;}

.input{border:solid 1px #CCCCCC; width:300px;}
.textarea{border:solid 1px #ccc; width:300px; height:200px; overflow:auto;}
.submit{padding:1px; background-color:#666666; color:#FFFFFF;}