


body {
	margin:0;
	padding:0;
	height:100%;
	font-family: 'Noto Serif', serif;
    font-size: 14px;
    color: #333333;
    /*background-color: #4d4d4d;*/
    background-color: #d2e3e5;
}
p {
    width: 100%;
}

 
h3 {
    font-family: 'Noto Serif', serif;
    font-size: 32px;
    font-weight: bold;
    color: #3498DB;
}
#wrapper {
	min-height:60%;
	position:relative;
}

#banner {
    display: block;
    background-color: black;
    width: 100%;
    height: 106px;
}

#footer {

	background-color: black;
	color: 00ea00;
    font-family: Courier New, Charcoal, sans-serif;
	border-top: 3px solid #435b60;
	font-size: 12px;
    left:0px;
    bottom:0px;
	height:38px;
    width:100%;
	
	position:fixed;
}

#footertext {
	text-indent: 50px;
}
#botaoabout {
	position: absolute;
	text-align: left;
    font-family: Corbel, Charcoal, sans-serif;
    font-size: 14px;
	width: 100%;
	top:0px;
	background-color: rgba(0,0,0,0);
	
}

#conteudo {
	top: 147px;
    position: fixed;
	overflow-y: scroll;
	overflow-x: hidden;
	bottom: 40px;

	width: 100%;
}

#conteudosub {
	padding-top: 20px;
	margin-left: 80px;
	margin-right: 80px;
    position: relative;
}

#header {
	left: 0px;
    top: 0px;
	position: fixed;
}

#headersubpages {
	position: relative;
}

#barramenu {

    float: right;
    font-family: Corbel, Times, serif; 
    font-size: 14px;
	width: 100%;
	border-bottom: 3px solid #435b60;

}


#limenu {
	border-left: 1px solid #435b60;
}

#limenu2 {
	z-index:10;
}




/**************** Pseudo classes ****************/
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	/*background-image: url(images/headermenu2.png);*/
	background-color: black;
	background-size: cover;

	
}

li {
	float: right;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 10px 28px;
    text-decoration: none;
	
}



li a:hover, .dropdown:hover .dropbtn {
    background-color: #435b60;
}

li.dropdown {
	
    display: inline-block;
    top: 40;
	border-left: 1px solid #435b60;
	float: right;
		
}


.dropdown-content {
    display: none;
    position: absolute;	
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

