html{
	width:100%;
	height:100%;
}
body {
	background-color:black;
	background-image:url("img/images (1).jpg");
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-attachment:fixed;
	
}
.titulo{
	font-style:italic;
	font-size:50px;
	padding-left:50%;
	color:#0000FF;
	

}

.titulo a{
	text-decoration: none;
	color:#0000FF;
	
}
h2 {
	font-weight:bold;
	text-align: left;
	line-height:15px;
	text-indent:25px;
	text-align: center;
}
p {
	margin-right:25px;
	margin-left:25px;
	line-height:16px;
	text-align: left;
	text-indent:25px;
	text-align: justify;
	
}

.secao01 {
	width:100%;
	height:30%;
	background-image:url("img/imagem.png");
	background-size:100% 100%;
	background-repeat:no-repeat;
	border-radius:5px;
	padding-top:20px;
	
	
}
.secao02{
	width:100%;
	background: rgba(90, 100, 150, 0.6);
	text-align:center;
    vertical-align: top;
	margin-bottom:5px;
	border-radius:5px;
	padding-top:8px;
	padding-bottom:5px;
	
}
.secao03 {  
    text-decoration: none;
	font-family:"Times New Roman", Georgia;
	font-weight: bold;
	text-align:center;
	color: black;
}
nav {
	width:100%;
	
}

.menulist { 

	
	list-style-type: none;  
	background-color: #aaa; 
	overflow: hidden;
	font-weight: bold;
	border-radius:5px;
    margin-top:5px;
	margin-bottom:5px;
 }


.menuitem {
	float:left;
	}
	
.menuitem a {
		display: block; 
		text-decoration: none; 
		color: #000000;
		padding:10px; 
		text-align: center; 
}

.menuitem a:hover { 
background-color:#555555;
 color:#FFFFFF;
 color:yellow;
 }
 
 .active {
	 background-color: #4CAF50; 
	 color: #FFFFFF;
	 }
	 
.secao04 {
	width:310px;
	height:250px;
}

.galeria{
	height:300px;
	width:450px;
	padding:1px 1px 1px 1px;
	border-radius:6px;
	margin:1px 1px 1px 1px;	
	text-align: center;
}

 footer{
	background: rgba(90, 100, 200, 0.9);
	text-align:right;
	border-radius:5px;	
	margin-top:5px;
	margin-bottom:5px;
    padding-top:4px;
 }
 #r {
		text-align:center;
		font-size:20px;
		font-weight: bold;
		font-style:italic;	
 }
 footer a {
		font-style:italic;
		text-decoration: none;
		padding-right:9px;
		color:#000;
 }
 #site {
	 margin-bottom:2px;
	 padding-bottom:3px;
	 text-align:center;
 }
 #site a{
	 text-decoration:underline;
 }

 .direito{
	float:right;

}

 .video{
	 height:300px;
	width:450px;
	padding:1px 1px 1px 1px;
	border-radius:6px;
	margin:1px 1px 1px 1px;	
	text-align: center;

	 
 }
 .conquista{
	 text-align: left;
	 	 
	 
 }

 