.topobar {
	background-size: 100%;
	width: 100%;
	height: 80px;
	background-color: darkblue;
	color: white;
	text-align: center;
	padding-top: 0px;
}

.txttopo {
	padding-top: 2mm;
}


.topoini1 {
	background-image: url(../imagens/nuvens2.jpg);
	background-repeat: no-repeat;
	color: lightblue;
	background-position: cover;
	background-size: 100%;
	height: 90px;
	text-align: center;
	padding: 1rem;
	padding-top: 0px;
	font-size: 300%;
	text-shadow: 2px 2px blue;
	margin-bottom: 0px;
}

.topoini2 {
	background-image: url(../imagens/nuvens2.jpg);
	background-repeat: no-repeat;
	color: lightblue;
	background-position: cover;
	background-size: 100%;
	height: 40px;
	text-align: center;
	padding: 1mm;
	text-shadow: 1px 1px blue;
	margin-bottom: 0px;
	font-size: 100% ;
}

.imgtopoleft {
	height: 80px;
	float: left;
}

.imgtoporight {
	height: 80px;
	float: right;
}

.navbar {
	padding-top: 0px;
	padding-bottom: 0px;
}

.navprinc:hover {
	background-color: steelblue;
	color: blue;
}

.navprinc:active {
	background-color: white;
	color: blue;
}


#infoini {
	text-align: justify;
	padding: 3rem;
	font-size: 20px;
	background-color: #f0f8ff;
	margin-bottom: 0px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#painel {
	margin-top: 5px;
}

#painel_amerisul {
	margin-top: 0px;
}

.responsive {
	width: 100%;
	height: auto;
	max-width: 900px;
	border-style: groove;
	border-width: 5px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.finalbar {
	background-size: 100%;
	width: 100%;
	height: 120px;
	background-color: darkblue;
	color: white;
}

.infofim {
	text-align: left;
	padding: 5px;
	padding-left: 15px;
	font-size: 15px;
}

#titulowrf {
	text-align: center;
	padding-top: 2rem;
	padding-bottom: 1rem;
	background-color: #f0f8ff;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

.titulolink {
	color: darkblue;
	padding-left: 10px;
}


.infosite {
	text-align: justify;
	padding: 3rem;
	padding-bottom: 1rem;
	font-size: 20px;
	background-color: #f0f8ff;
	margin-bottom: 0px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}



