@charset "UTF-8";
/* CSS Document */

/* RESET */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, fieldset, input, iframe, a { margin: 0; padding: 0; outline: none }

/* estrutura do site */
#div_menufixo		{ position: fixed; overflow: visible; z-index: 999; left: 0; right: 0; top: 0; height: 100px }
#table_supergrafico	{ margin-top: 60px; background: #C00; position: relative; border-bottom: #CCC 1px solid }
#div_titulo			{ width: 790px; padding: 5px; background: url(../fireworks/bgs/bg3.gif); -webkit-border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0 }
.div_lateral		{ width: 300px; padding-left: 15px; border-left: #C00 1px solid; color: #666; }
#div_rodape			{ width: 800px; padding-top: 5px; border-top: #CCC 1px solid }
.table_inscricao	{ border-color: #C00; border-style: dashed; border-collapse: collapse; padding: 5px; background: url(../fireworks/bgs/bg1.gif) }

/* textos */
.texto			{ color: #000; text-decoration: none; font: 14px/20px 'Arial', sans-serif; font-weight: 400 }
.texto_menor	{ font: 13px/19px 'Arial', sans-serif; font-weight: 400 }
.texto_destque	{ font-weight: 700; color: #900 }

/* peso da fonte */
.tx_normal        { font-weight: 400 }
.tx_normal_italic { font-weight: 400; font-style: italic }
.tx_bold          { font-weight: 700 }
.tx_bold_italic   { font-weight: 700 font-style: italic }

/* topicos e titulos */
.titulo3 { font-size: 16px; line-height: 22px; color: #900 }
.titulo2 { font-size: 20px; line-height: 26px; color: #900 }
.titulo1 { font-size: 24px; line-height: 30px; color: #900 }
.anais   { font-size: 46px; line-height: 52px; color: #066 }

/* cores */
.cor_branca   { color: #FFF }
.cor_cinza    {	color: #666 }
.cor_destaque {	color: #900 }
.cor_atencao  {	color: #F00 }

/* contorno para imagens */
.contorno {	border: 1px solid #CCC;	padding: 5px; margin: 5px 0 5px 0; background: #FFF }
