@charset "utf-8";
/* CSS Document */

#titulo_geral h3{ font-family:"MyriadProCondBold"; color:#0c4d27; font-size:2.2em; font-weight:normal; padding:12px 0; }

#menu-programacao li{ float:left; margin:10px 30px; }
#menu-programacao li a{ font-family:"MyriadProCondRegular"; color:#0c4d27; font-size:3em; text-decoration:none;  }
    #menu-programacao li a:hover, #menu-programacao li a:focus{ color:#639f25; }

#programacoes{ clear:both; padding-bottom:80px; }

#programacoes table caption{ text-align:left; padding:5px; background:#0c4d27; color:#f2ffdf; font-family:"MyriadProCondRegular"; font-size:2.2em; }
#programacoes thead th{ background:#639f25; color:#fff; padding:5px; font-weight:normal; }
.horario-blank{ width:15%; }
.atividade{ width:20%; }
.titulo{ width:38%; }
.horario{ font-family:"MyriadProCondRegular"; font-weight:normal; font-size:1.4em; background:#f2ffdf; border-bottom:5px solid #fff; }
#programacoes tbody td{ padding:8px 8px; background:#f2ffdf; border-bottom:5px solid #fff; line-height:1.4em; }
#programacoes tbody td .autor{ color:#0c4d27; }
.tabela_programacao{ margin-bottom:20px; }
