#header{
    background-color:black;
	color:white;
    text-align:center;
    padding:5px;
	font-family:Lucida Console;
	text-align: center;
}

#conteudo{
	height: 550px;
	padding: 10px;
	background-color: #FFFFFF;
	text-align:justify;
}

#institucional{
    background-color:#f3f3f3;	
	text-align: center;
	color: #000;
	font-weight: bold;
}

#footer{
	background-color: #000;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    background-color: #f3f3f3;
}

li {
    float: left;
}

li a {
    display: block;
    color: #000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover:not(.active) {
	color: white;
    background-color: #68c6ff;
}

li a.active {
    color: white;
    background-color: #68c6ff;
}

#tab {
	text-align:left;
}

    #tdtop{
		border: 1px solid #000; 
		border-left-style: none;
		border-bottom-style: none;
		border-right-style:  none;
    }
	
