@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

	body {
		background-image:url(../imagens/background.jpg);
		background-attachment:fixed;
				}
/*	div#interface{
		width:980px;
		margin:-8px auto 10px auto;
		box-shadow:0px 0px 15px rgba(0,0,0,1)
				
		}	
	header#cabecalho{
		width:980px;
		height:209px;
						
		}	
	header#cabecalho img#brasao{
		position:relative;
		margin:25px auto 5px auto;
		left:35%;
				
		}
	header#cabecalho nav#menu{
		margin:5px auto 5px auto;
				
		}  */
			
	#corpo {
		background-color:rgba(0,0,0,1); 
		padding: 5px 5px 5px 5px;
				
		}

	div#slider{
		width:980px;
		height:420px;
			}
	div#slideshow{
		margin:0 auto;
		}		
	div#imagens{
	/*	background-color:#5F6360; */
	background-color:rgba(0,0,0,1);
		width:980px;
		height:320px;
		
		}
	
	div#imagens figure{
		display:inline-block;
		}	
 
 /*Formataçao de imagens */
 
 figure.foto-legenda{
	 border: 1px solid white;
/*	 box-shadow: 1px 1px 6px black; */
	 
	 height:300px;
	 position:relative;
	 margin:5px -1px 10px -1px;
	 left:1px;
	 width:33%;
	 
	 }
	 
figure.foto-legenda img{
	width:100%;
	height:100%;	
	}
	
figure.foto-legenda h3 {
	color:#FAAE3C;
	font-size:24px;
	padding-left:10px;
	position: absolute;
	top:-15px;
	}		 
	
figure.foto-legenda figcaption{ 
	position:absolute;
	top:0px;
	background-color: rgba(0,0,0,0.7);
	color:#FFF;
	width:100%;
	box-sizing:border-box;
	height:40px;
		
	}

/*
nav#menu ul {
	list-style:none;
	text-transform:uppercase;
	margin:0 auto;
	border: 2px solid red;	
	}
	 
nav#menu li {
	display:inline-block;
	background-color:rgba(0,0,0,0.7);
	padding:10px;
	margin:2px;
	transition: background-color 1s;
			}	 
nav#menu h1 {
	display: none
	}	 
nav#menu li:hover {
	background-color:#FAAE3C}
nav#menu a{
	color:white  */
	/*	text-decoration:none; */
/*	}  */
	
