*{
	margin:0px;
	padding:0px;
}

/* Dropdown button on hover & focus */
/* .dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
} */

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Active this line if want to use a hover dropdown */
.dropdown:hover .dropdown-content {display: block;}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

/* Div */

.fundo_centralizado{

	width:1024px;
	height:auto;
	margin:auto;
}

/* .menu {
	position: fixed;
	margin-top: -100px;
} */

.menu li{
	position:relative;
	float:left;
	list-style:none;
	margin:10px 11px;
	left: 38%;
	font-family: 'Quicksand', sans-serif;
	text-transform:uppercase;
	font-size: 18px;
	font-weight:bold;

}

.menu li a{
	color:#081e4e;
	text-decoration:none;
	display:block;
}

.menu li a:hover{
	color:#636363;
}

.topo{
	width:100%;
	height:70px;
	position:fixed;
	right:0;
	top:0;
	bottom:0;
	left:0;
	background-color:rgba(255,255,255);
	box-shadow: 10px 0px 15px #081e4e;
	z-index: 10000;
}

.rodape{
	/* position: absolute; */
	width:100%;
	height:30px;
	background-color:#081e4e;

	font-family: 'Quicksand', sans-serif;
	font-size:14px;
	color:rgba(255,255,255,1.00);
	text-align:center;
	padding-top:1px;
}


/* Id */

#topo_conteudo{
	position:relative;
	width:1024px;
	height:70px;
	margin:auto;
}

#logo{
	position: fixed;
	width:300px;
	height:90px;
	background-image:url(../img/logo/logo_300.png);
	background-repeat:no-repeat;
	/* margin-left:14px; */
	margin-top: -20px;

}
