html{
	font-family:verdana;
}
header
{
	width:80%;
	margin: auto;
	padding: 0 50px 0 0;
}
header img
{
	height: 40%;
	max-height: 100px;
	min-height:80px;
	padding-bottom: 10px;
	padding-top: 10px;
	float: left;
}
.limpa_float
{
	float:none;
	clear:both;
	display: block;
}

.dados_pessoais{
	height: 100%;
	vertical-align: center;
	font-size: 75%;
	text-align: right;
	color: white;
}
/*Barra de Menus*/
nav
{
	background-color: #7CCD7C;
	padding: 5px 25px;
	text-align: center;
	border-radius: 15px 15px 0 0 ;
	width: 80%;
	margin:auto;
}

ul {
    list-style-type: none;
    margin: 0;
}

ul.menu > li
{
    display: inline;
	margin-left: 10px;
}

/*Estilos para links da barra de menus*/
ul.menu > li > a:link
{
	text-decoration: none;
	color:black;
}

ul.menu > li > a:visited
{
	text-decoration: none;
	color:black;
}

ul.menu > li > a:hover
{
	text-decoration: none;
	color:white;	
	background:#008B45;
	font-size:120%;
	padding: 10px;
}

ul.menu > li > a:active {
    text-decoration: none;
	color: black;
}
/*Corpo*/
body
{
	background:#1a691a;
}
.conteudo
{
	width: 80%;
	margin:auto;
	padding:25px;
	background:white;
	border-radius:15px 15px 0 0
}

.conteudo_dados
{
	width: 80%;
	margin:auto;
	padding:25px;
	background:white;
	text-align:center;
	text-valign:middle;
	border-radius:15px 15px 0 0;
	
}

a{
	color:black;
	text-align:center;
}

a.visited{
	color:black;
}
.mensagem{
	border-radius: 25px;
	background: #FFF8DC;
	margin: auto;
	width: 100%;
	padding: 10px 0;
	text-align:center;
}
.botao{
	text-align:center;
	border-radius: 25px;
	padding:5px;
	background:gray;
	width: 100px;
	height: 20px;
	float:right;
}
.botao>a
{
	text-decoration:none;
}
.chamadas{
	text-align:right;
}

/*Tables*/
table{
	text-align:center;
	margin-right:auto; 
	margin-left:auto;
	vertical-align:middle;
}

thead
{
	break-inside:avoid;
	display: table-header-group;
}

thead > tr{
	background-color: #696969; 
	color:white;
}

tr{
	background-color: white;
}

tr.alternada{
	background-color: #D3D3D3;
}

tr.total{
	background-color: #FFF8DC;
}

/*Forms*/
fieldset
{
	border-radius: 15px;
	border:dashed 1px #CDC9C9;
	color: black ;
	background-color:#EEE9E9;
	text-align:center;
}

legend
{
	color: #8B8378;
}

label
{
	display: block;
	padding-bottom:5px;
}

form div
{
	text-align: center;
	padding: 5px;
}

input{
   text-align:center;
}

/*reCaptcha*/
.g-recaptcha div { 
   margin-left: auto; 
   margin-right: auto;
   padding-bottom: 10px;
}

/*Rodapé*/
footer
{
	
	float:none;
	clear:both;
	display: block;
	padding: 5px 25px;
	text-align: center;
	border-radius: 0 0 15px 15px;
	width: 80%;
	margin:auto;
	background-color: #7CCD7C;
	text-align: center;
}

footer  p
{
	margin: 0px;
	font-size: 75%;
	color:black;
}

footer a
{
	text-decoration: none;
}
