body {
	border:0;
	margin:0;
	padding:0;
	background: #3E4095;
}
.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg .tg-wreh{font-weight:bold;border-color:#000000;vertical-align:top}
.tg .tg-us36{border-color:inherit;vertical-align:top}
.tg .tg-p8bj{font-weight:bold;border-color:inherit;vertical-align:top}
#topo {
	border:0;
	float:left;
	width:100%;
	background-color:#d91d22;
	background-image:url(../img/lampada.png);
	background-repeat:repeat-x;
	height:26px;
}
#conteudo {
	width:100%;
	background-image:url(../img/sombra.png);
	background-repeat:repeat-x;
}
#dentro {
	margin:0 auto;
	width: 100%;
	background-image:url(../img/capa.png);
	background-position: top;
   	background-size: contain;
	background-repeat:no-repeat;
}
#sombra_topo {
	margin:0;
	width:100%;
	height:15px;
	background-image:url(../img/sombra.png);
	background-repeat:repeat-x;
}
.menu {
	width:100%;
	margin:0px 0px 315px 0px;
	float:left;
	padding:0px;
}
.menu a {
	margin:0px;
	float:right;
	width:67px;
	height:23px;
	font:bold 15px/24px Verdana, Geneva, sans-serif;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	text-align:center;
	color:#921b1d;
	background:url(../img/home1.png) no-repeat left top ;
}
.menu a:hover {
	background-position:left bottom;
}
#clique {
	margin:40px 40px 0px 0px;
	float:right;
	border:#FFF 1px solid;
	background:url(../img/clique.png) no-repeat #FFF ;
	background-position:center;
}
#clique a {
	float:left;
	width:376px;
	height:21px;
	border:#ed1b23 1px solid;
}
#clique a:hover {
	border:#FFF 1px solid;
}
#regulamento {
	width: 100%;
    display: flex;
    justify-content: center;
}
div#regulamento > div.descricao {
	width: 50%;
	background-color: #FFF;
	margin: 50px 0;
	padding: 15px 17px 15px 17px;
	border-radius: 5px;
	box-shadow: 0 0 15px #000;
}
#regulamento p {
	float:left;
	width:100%;
	margin:0 0 15px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.paragrafo {
	text-align:center;
}
#rodape {
	border-top:#fff584 1px solid;
	text-align:center;
	float:left;
	margin:0;
	width:100%;
	background:#004d7d;
}
#direitos {
	color:#FFF;
	font-size:12px;
}
#sombra_baixo {
	float:left;
	width:100%;
	height:12px;
	background:url(../img/sombrab.png) repeat-x;
}
#baixo {
	border:0;
	float:left;
	width:100%;
	background-color:#d91d22;
	background-image:url(../img/lampada.png);
	background-repeat:repeat-x;
	height:26px;
}

#reg-pdf {
	display: inline;
	bottom: -33px;
    left: 320px;
	position: relative;
	height: auto;
	z-index: 1;
	background: #F1C82E;
	text-decoration: none;
	color: #fff;
	padding: 5px;
}
#reg-pdf > a {
	text-decoration: none;
	color: #4F0101;
	font-weight: bold;
}
#reg-pdf:hover {
	background: #fff;

}
@media (max-width: 992px) {
	#dentro {
		background-size: cover;
	}
	div#regulamento > div.descricao {
    	width: 80%;
    	overflow: auto;
	}
	#reg-pdf {
		left: 0;
	}
}

@media (max-width: 576px) {
	.menu {
		margin: unset;
		height: 30vw;
	}
}