﻿/* Dropdown Button */
.dropbtn {
  background-color: #007F1F;
  color: white;
  padding: 8px;
  font-size: 20px;
  font-family: "Century Gothic", "AvantGarde Bk BT";
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: none;
  min-width: 300px;
  z-index: 1;
  }

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 2px 18px;
  font-size: 16px;
  font-family: "Century Gothic", "AvantGarde Bk BT";
  font-style: bold;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #B2CC66; font-weight:normal; opacity: 0.6;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #004c13;}

/* Content Format */
.p {
	font-family: "Century Gothic", "AvantGarde Bk BT";
	font-size: medium;
	text-align: justify;
	LINE-HEIGHT:20px;
}

.Pmini
{
	font-size: x-small;
	}

.td {
	font-family: "Century Gothic", "AvantGarde Bk BT";
	font-size: medium;
	text-align: justify;
}


.a {
	font-family: "Century Gothic", "AvantGarde Bk BT";
}
	A:link		{text-decoration: none; color: #026257;}
	A:active	{color: #026257;}
	A:visited	{color: #004C13;}
	A:hover 	{color: #ffbb33;}
}


.a-geen {
	font-family: "Century Gothic", "AvantGarde Bk BT";
}
	A:link		{text-decoration: none; color: #026257;}
	A:active	{color: #026257;}
	A:visited	{color: #004C13;}
	A:hover 	{color: #ffbb33;}
}

.a-mini {
	font-family: "Century Gothic", "AvantGarde Bk BT";
	font-size: xx-small;
}
	A:link		{text-decoration: none; color: #026257;}
	A:active	{color: #026257;}
	A:visited	{color: #004C13;}
	A:hover 	{color: #ffbb33;}
}


.menu {
	font-family: "Century Gothic", "AvantGarde Bk BT";
	font-size: medium;
}

.title {
	font-family: "Century Gothic", "AvantGarde Bk BT";
	font-size: xx-large;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 1px 1px black;
}
.subtitle {
	font-family: "Century Gothic", "AvantGarde Bk BT";
	font-size: xx-large;
	font-weight: 400;
	color: #026257
}

.rodape {
	font-family: "Century Gothic", "AvantGarde Bk BT";
	font-size: xx-small;
	color: white;
}

.li {
	list-style: circle;
	font-family: "Century Gothic", "AvantGarde Bk BT";
	font-size: medium;
	text-align: justify;
	LINE-HEIGHT:25px;

}


