body{
	background-color: #F5F5F5;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1{
	font-size: 18px;
	text-align: center;
	text-color: #202020;
	font-family: Arial, Helvetica, sans-serif;
}

h2{
	font-size: 15px;
	text-align: center;
	text-color: #202020;
	font-family: Arial, Helvetica, sans-serif;
}

h3{
	font-size: 13px;
	text-align: center;
	text-color: #202020;
	font-family: Arial, Helvetica, sans-serif;
}

table{
	margin-left:auto; 
    margin-right:auto;
}

tr:hover {
	//background-color: #DDDDDD ;
	//opacity: 0.5;
	//color-font: #AAAAAA;
	font-weight: bold;
	}

td{
	text-align: center;
}

.invisivel{
	background: none;
	background-color:transparent;
	border: none;
}

input{
	text-align:center;
}

#corpo{
	/*background-color: #600000;
	opacity: 0.4;*/
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	height: 800px;
	
}

a{
	color: white;	
	text-decoration: none;
}

a:hover{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.suave{
	padding: 5px;
	margin: 3px;
	text-color: #303030;
	border-radius: 2px;
	border-color: #303030;
	border-width: 0px;
}

#login {
  background-color: #AAAAAA;
  opacity: 0.8;
  width: 300px;
  height: auto;
  padding: 10px;
  text-align: center;
  border-color: #303030;
  border-width: 3px;
  border-radius: 10px;
}

#pequena_info{
	text-align: center;
	font-size: 10px;
	margin-top: -10px;
	margin-bottom: 10px;
}

#painel {
  background-color: #DDDDDD;
  opacity: 0.9;
  width: 750px;
  height: auto;
  padding: 5px;
  text-align: center;
  border-color: #AAAAAA;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
}

#menu_lateral{
	background-color: #AAAAAA;
	width: 27%;
	margin-left: 1px;
	border: none;
	/*
	border-color: #303030;
	border-width: 3px;*/
	border-radius: 5px;	
	float: left;
	text-align: left;
}

#menu_informacoes{
	background-color: #AAAAAA;
	width: 68%;
	float: right;
	margin-left: 3px;
	/*
	border-color: #303030;
	border-width: 3px;*/
	border-radius: 5px;
	text-align: left;	
	padding: 7px;
}

