*{
	border:0;
	padding:0;
	text-decoration:none;
	list-style:none;
	margin:0;
    font-family: "trebuchet ms", arial, sans serif;
}

body {
    background-color: rgb(220,220,220);
}

header h1{
	text-align: center;
	font-size: 34px;
	text-shadow:1px 1px 4px black;
	padding: 10px;
}

header ul li a{
	color:white;
	height:100%;
	display:inline-block;
	padding:0px 12px;
	line-height: 50px;
}

header ul li a:hover{
	background-color:rgba(255,255,255,0.6);
	color:black;
    text-shadow: 0px 0px 0px black;
}

header ul li{
	float:left;
	display:block;
	height:100%;
}

header ul:after{
	content:"";
	clear:both;
}

header ul{
	display:inline-block;
}

header nav{
	text-align:center;
	background:rgba(255,255,255,0.30);    
    font-size: 24px;
    text-shadow:1px 1px 4px black;
}

header {
    width:960px;
	margin:auto;
	background-color: gray;
	color: #FFF;
    top: 10;
}

.content h1{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
}

.content {
    padding-left: 210px;
    padding-right: 210px;
    text-align: justify;
    position: relative;
}

.disclamer{
    bottom: 5;
    position: absolute;
    padding-right: 210px;
    text-align: justify;
}

h3{
 text-align: center;   
}
.bottom{
    text-align:center;
	background-color: gray;    
    font-size: 18px;
    color: white;
    text-shadow:1px 1px 4px black; 
}

section h4 {
    padding-bottom: 5px;
    padding-top: 5px;
}

section p {
    padding-bottom: 5px;
    padding-top: 5px;
}

table {
    margin: auto;
    border: 1px solid black;
}

td {
    border: 1px solid black;
    text-align: center
}

.bottom a{
	color:white;
	height:100%;
	display:inline-block;
}

.bottom a:hover{
	color:white;
    text-shadow: 1px 1px 4px white;
}

section p{
    padding-left: 40px;
}

.caract ul li{
    margin-left: 65px;
    list-style-type: disc;
}

.legenda{
    padding-left: 223px;
}

.subitem{
    padding-left: 20px;
}

