body {
	background-color: #FEFFFE;
	color: #000000;
	max-width: max-content;
	margin: auto;
}

.leftFrame a:link {
  color: #006600;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}

/* visited link */
.leftFrame a:visited {
  color: #006600;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}

/* mouse over link */
.leftFrame a:hover {
  color: #CC3333;
  font-family: Arial, Helvetica, sans-serif;
}

/* selected link */
.leftFrame a:active {
  color: blue;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.mainFrame a:link {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}

/* visited link */
.mainFrame a:visited {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}

/* mouse over link */
.mainFrame a:hover {
  color: #CC3333;
  font-family: Arial, Helvetica, sans-serif;
 
}

/* selected link */
.mainFrame a:active {
  color: blue;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.parent {
	display: inline-block; 
	vertical-align: top;
	width: 1024px;
	border-style: solid;
	border-width: 5px;
	border-color: #FEFFFE;
}

.leftFrame {
	vertical-align: top;
	display: inline-block;
	margin: auto;
	width: 200px;
	border-style: solid;
	border-width: 1px;
	border-color: #006600;
	background-color: #EEFFEE;
	position: sticky;
	overflow-y: scroll;
	max-height: 100vh;
}

.tituloFrame {	
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	cursor: pointer;
	color: #006600;
	font-weight: bold;
}

.tituloFrame:hover {
	color: #CC3333;
	}

.separadorFrame {
	width: 175px;
	border: 0px;
	height: 2px;
	margin: auto;
	background-color: #006600;
}

.familiaFrame {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	font-size: 16px;
	font-weight: bold;
}

.ampsFrame {
	text-align: center;
	cursor: pointer !important;
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.ampsFrame :hover {
  color: #CC3333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

p.small {
  line-height: 0.7;
}

p.big {
  line-height: 1.8;
}



.mainFrame {
	display: inline-block;
	vertical-align: top;
	margin: auto;
	width: 805px;
	border-style: solid;
	border-width: 1px;
	border-color: #006600;
	background-color: #009966;
	position: sticky;
	overflow-y: scroll;
	max-height: 100vh;

}

::-webkit-scrollbar {
	display:none;
}


.tituloMain {	
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}

.textoMain {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
}

.rodapeMain {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
}	

.tituloamp {	
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
}

.rodapeamp {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	margin: auto;
}
	
.linhaamp {
	margin: auto;
	vertical-align: center;
	width: 750px;
}

.labeltextoamp {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	margin: 5px;
	font-weight: bold;
}

.conteudotextoamp {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	
}

.barraamp {
	width: 400px;
	border: 0px;
	height: 2px;
	text-align: center;
	background-color:  #FFFFFF;
	margin: 20px auto;
}

.iniciohtml{
	display: block;
	margin: auto;
	text-align: center;
}

.amphtml{
	display: none;
	margin: auto;
	vertical-align: center;
	text-align: center;
	
}
