* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
}

#div_topo {
	position: relative;
	width: 100%;
	height: 65px;
	border: 1px solid #2E8B57;
	background: #2E8B57;
}

#div_espaco {
	position: relative;
	width: 100%;
	height: 23px;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #DEE0DB;
	background: #DEE0DB;
}

#div_espaco text{
	margin-left: 60px;
}

#div_espaco text:hover{
	color: #FF0000;
	font-size: 18px;
}

#div_logo {
	position: relative;
	width: 300px;
	height:30px;
	background-color: #2E8B57;
	border: 0px solid #000000;
	float:left;
	padding: 10px;
	color: #FFFFFF;
	font-size: 20px;
	margin-left: 50px;
}

a {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}

#div_botoes {
	position: relative;
	width: 165px;
	height:30px;
	background-color: #2E8B57;
	border: 0px solid #000000;
	float: right;
	padding: 10px;	
	color: #FFFFFF;
	font-size: 20px;
	margin-left: 50px;
}

#div_botoes #versao {
	font-size: 10px;
}

#circle {
	background-color: #aaa;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	overflow: hidden;
	position: relative;
}

#circle:hover {
	transform: scale(2.5);
	transition: 0.8s ease; /*
	width: 350px;
	height: 350px;
	border-radius: 0%;
	overflow: hidden;
	position: absolute; */
}

#circle img {
	position: absolute;
	bottom: -15px;
	width: 100%;
}

#div_principal{
	position: absolute;
	width: 100%;
	height: 75%;
	overflow-y: scroll;
}

#div_principal_resumo{
	position: absolute;
	width: 100%;
	height: 70%;
	overflow-y: scroll;
}

#accordion_principal {
	width: 80%;
	margin-left: 10%;
}


#circle_min {
	background-color: #aaa;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	overflow: hidden;
	position: relative;
}

#circle_min:hover {
	transform: scale(3);
	transition: 0.8s ease; /*
	width: 350px;
	height: 350px;
	border-radius: 0%;
	overflow: hidden;
	position: absolute; */
}

#circle_min img {
	position: absolute;
	bottom: -10px;
	width: 100%;
}