@charset "UTF-8";
/* CSS Document */

/* RESET */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, 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_top		 { margin-top: 60px; position: relative }
.div_titulo		 { padding: 5px 5px 5px 20px; background: #06F}
.sombra-clara    { background: #FFF; box-shadow: 2px 2px 3px #DDD; -webkit-box-shadow: 2px 2px 3px #DDD; -moz-box-shadow: 2px 2px 3px #DDD }
.card-data       { border-bottom: #EEE 1px solid }
.card-contato    { border-bottom: #EEE 1px solid }
.table_inscricao { border-color: #039; border-style: dashed; border-collapse: collapse; padding: 5px }
.slide_fotos	 { height: 100%; overflow: hidden; list-style: none; margin: 0; padding: 0 }

/* textos */
.texto       { color: #333; text-decoration: none; font: 16px/22px 'Roboto', sans-serif; font-weight: 400 }
.texto_menor { font: 13px/19px 'Roboto', sans-serif; font-weight: 400 }
.cursiva     { font-family: 'PT Sans Narrow', sans-serif }
/* Allan: 400, 700 - Roboto: 300, 400, 500, 700, 900 */

/* bold - italic */
.tx_light         { font-weight: 300; }
.tx_light_italic  { font-weight: 300; font-style: italic }
.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 */
.topico  { font-size: 20px; line-height: 26px; font-family: 'Roboto', sans-serif; font-weight: 400 }
.topico2 { font-size: 24px; line-height: 30px; font-family: 'PT Sans Narrow', sans-serif; font-weight: 400 }

.subtitulo  { font-size: 24px; line-height: 30px; font-family: 'Roboto', sans-serif; font-weight: 400 }
.subtitulo2 { font-size: 28px; line-height: 34px; font-family: 'PT Sans Narrow', sans-serif; font-weight: 400 }

.titulo  { font-size: 28px; line-height: 34px; font-family: 'Roboto', sans-serif; font-weight: 700 }
.titulo2 { font-size: 32px; line-height: 38px; font-family: 'PT Sans Narrow', sans-serif; font-weight: 400 }

/* cores */
.cor1     { color: #039 }
.cor2     { color: #06F }
.azul     { color: #039 }
.amarelo  { color: #FC0 }
.laranja  { color: #F60 }
.vermelho { color: #C00 }
.cinzaCCC { color: #CCC }
.cinza999 { color: #999 }
.cinza666 { color: #666 }
.cinza333 { color: #333 }
.branco   { color: #FFF }
.preto    { color: #000 }

/* contorno para imagens */
.contorno {	border: 1px solid #CCC;	padding: 5px }
