*:focus { border:none;}
body {   font-size: 62.5%; line-height: 1.3; font-family: 'Lato', sans-serif; color: #000; 	background-color:#FFF; 	text-align:justify; 	height:100%;  }
*, *:before, *:after {   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
a {   color: #333; text-decoration: underline; font-size: 1.4em; }
a:hover { text-decoration: none; }
p, li, span { font-size: 1.4em; color:#333; }
p span, p a { font-size: 1em; color:#333; }

/* Tables
   ========================================================================== */
table {   border-collapse: collapse;   border-spacing: 0; }
td,th {   padding: 10px;   font-size:1.4em;   text-align:center; }
th { color:#FFF; background-color: #880028; padding:15px; font-size:1.8em; }
tr:nth-child(even) { background-color: #FFF; }
tr:nth-child(odd) { background-color: #F5F5F5; }
.tabela_scroll { overflow-x:auto; padding-bottom:20px; }
.tabela { width:100%; }
.tabela,
.tabela th,
.tabela td { border-bottom:1px solid #CCC; }
.tabela td { width:auto; }
.td1 { white-space: nowrap; }
.tabela_programa { width:100%; border-top:1px solid #CCC; border-right:1px solid #CCC; margin-bottom:10px; }
.tabela_programa td { border-left:1px solid #CCC; line-height:1.4em; }
.tabela_inscricao { margin-top:30px; }
.tabela_inscricao td { text-align:center; }
.tabela_savic { width:60%; margin-left: auto; margin-right: auto; }
.td_data { font-weight:bold; font-size:1.5em; line-height:1.2em; }
.tabela tr:hover { color:#000; background-color: #e5e5e5; }
.tr_hover { color:#000; background-color: #CCC; }
.vermelho { color:#990000; }
.importante { background-color:#990000; color:#FFF; padding:30px; }
.importante p, .importante a { color:#FFF; padding:0; margin:0; }

td strong {
	font-size:1.2em;
}

.obs p, .obs a { color:#000; }
.obs p { padding:0; margin:0 0 10px 0; }
h1  { font-size: 2.6em; padding-bottom:5px; margin-top:30px; text-align:left; line-height:1em; font-weight:normal; }
h2 {	clear:both; margin-top:1.2em; margin-bottom:20px; font-size: 2.4em; line-height: 1em; text-align:left; font-weight:bold; }


.div_botao { color:#FFF; display:inline-block; width:200px; background-color:#880028; font-size:1.2em; line-height:1em; text-align:center; border:2px solid #880028; margin:0 5px 10px 5px; }
.div_botao a { width:100%; height:100%; display:block; padding:20px 30px 20px 30px; text-decoration:none; font-weight:bold; color:#FFF;  }
.div_botao:hover { border:2px solid #191919; background-color:#58001B; }

.div_botao_congresso {
	width:auto;
}

.botao_ativo {
	border:2px solid #191919; background-color:#58001B; 
}

.centralizar, .centralizar p, .centralizar h1, .centralizar h2, .centralizar h3 { text-align:center; }
.centralizar .p_botao { margin:10px auto;  }

.conteudo {

float:left;
width:100%;
height:auto;

}

.data_bloco {
	display:none;
	height:auto;
}

.separador { float:left; width:100%; margin-top:40px;}

.aviso_celular { display:none; border:2px solid #FF0000; padding:10px; text-align:center; }
.avisos { padding-top:30px; }
.avisos div h3 { color:#FFF; padding:0; margin:0 0 10px 0; text-align:center; font-size:1.3em; }
.avisos div { padding:20px; background-color:#333; color:#FFF; margin:15px 0 15px 0; font-size:1.4em; text-align:center; }
.avisos div a { display:block; width:100%; height:100%; color:#FFF; font-size:1em; }
.avisos .aviso_importante { background-color:#990000; }


@media screen and (max-width: 750px) { 
	.aviso_celular { display:block; }	
	.div_botao_congresso {
		width:100%;
	}
}

.clearfix:before, .clearfix:after { content: " ";  display: table; }.clearfix:after { clear: both; } .clearfix { *zoom: 1; }