@carset "UTF-8";
@font-face {
	font-family: 'texto';
	src: url("../_fonts/indieflower.ttf");
}

body {
		background-image: url("aco.jpg");
		font-family: 'texto';
	}
	
div#interface {
width: 900px;
background-color: #FFF;
margin: 10px auto 10px auto;
box-shadow: 0px 0px 10px black;
padding: 10px;	
}
	
	
p {
		text-align: justify;
		text-indent: 50px;	
	}
	
header#cabecalho img#icone {
	position: absolute;
	left: 750px;
	top: 40px;
}

header#cabecalho {
border-bottom: 1px #606060 solid;
height: 200px;	
}
	
	/* Formatação de imagens com legendas */
	
	figure.foto-legenda {
	position: relative;
	border: 8px solid White;	
	box-shadow: 1px 1px 4px black;	
	Width: 300px;
		height: 300px;
	}
	
	
	figure.foto-legenda img {
		Width: 100%;
		height: 100%;
	}
	
	figure.foto-legenda figcaption {
	opacity: 0;
	position: absolute;
	top: 0px;
	background-color: rgba(0,0,0,.4);
	color: white;
	Width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	transition: opacity 1s;
	}
	
	figure.foto-legenda:hover figcaption {
		opacity: 1;
	}
	
	
	/* Formatação do MENU */
	
	nav#menu {
		display: block;
		font-family: 'texto';
	}
	
	nav#menu ul{
		list-style: none;	
		position: absolute;
		top: -20px;
		left: 450px;	
					}
	
	nav#menu li {
		display: inline-block;
		background-color: #0C3;
		padding: 10px;
		margin: 2px;
		transition: background-color 1s;
		-webkit-transition: background-color 1s;
		-moz-transition:  background-color 1s;
		-o-transition: background-color 1s;
		-ms-transition: background-color 1s;
		
		
			}
			
	nav#menu li:hover {
		background-color: #999
		
	}
			
	nav#menu h1 {
	display: none;	
	}
	
	nav#menu a{
	color: #FFF;
	text-decoration: none;	
	}
	
	nav#menu a:hover {
		color: #000;
	}
	
	
	
	/* edição do corpo */
	
	section#corpo {
		
	display: block;	
	width: 480px;
	float: left;
	border-right: 1px solid #606060;
	padding: 10px;
	}
	
	aside#lateral {
		
	display: block;	
	width: 350px;
	float: right; 
	padding: 10px;
	
	}
	
	footer#rodape
	
	{
		
	clear: both; 
	border-top: 1px solid #606060;
	}
	
		
	footer#rodape p {
		text-align: center;
	}
	
	
	/* Formatando noticia 1*/
	
	article#noticia1 {
		background-color: #E8E8E8;
		padding: 5px 10px 5px 10px;
		margin: 10px;
		box-shadow: 2px 2px 2px black;
	}
	
	
	article#noticia1 h2 {
		font-size: 18pt;
		color: #fff;
		background-color: #0C3;
		padding: 5px 10px 5px 10px;
		margin: 10px;
	}
	
	/* Formatando noticia 2*/
	
	article#noticia2 {
		background-color: #E8E8E8;
		padding: 5px 10px 5px 10px;
		margin: 10px;
		box-shadow: 2px 2px 2px black;
	}
	
	article#noticia2 h2 {
		font-size: 18pt;
		color: #fff;
		background-color: #0C3;
		padding: 5px 10px 5px 10px;
		margin: 10px;
	}
	
		/* Formatando noticia 3*/
		
		article#noticia3 {
		background-color: #E8E8E8;
		padding: 5px 10px 5px 10px;
		margin: 10px;
		box-shadow: 2px 2px 2px black;
	}
	
	article#noticia3 h2 {
		font-size: 18pt;
		color: #fff;
		background-color: #0C3;
		padding: 5px 10px 5px 10px;
		margin: 10px;
	}
	
	/* Formatando noticia 4*/
	
	article#noticia4 {
		background-color: #E8E8E8;
		padding: 5px 10px 5px 10px;
		margin: 10px;
		box-shadow: 2px 2px 2px black;
	}
	
	article#noticia4 h2 {
		font-size: 18pt;
		color: #fff;
		background-color: #0C3;
		padding: 5px 10px 5px 10px;
		margin: 10px;
	}
	
	/* Formatando noticia 5*/
	
	article#noticia5 {
		background-color: #E8E8E8;
		padding: 5px 10px 5px 10px;
		margin: 10px;
		box-shadow: 2px 2px 2px black;
	}
	
	article#noticia5 h2 {
		font-size: 18pt;
		color: #fff;
		background-color: #0C3;
		padding: 5px 10px 5px 10px;
		margin: 10px;
	}
	
	/* Formatando TITULO TOPO */
	
	
	
	header#titulo-topo h3 {
		font-size: 10pt;
		color: #999;
		
	}
	
	
		/* Formatando LATERAL */
		
	article#lateral {
		background-color: #CCC;
	margin: 20px 10px 10px 10px;
	box-shadow: 2px 2px 2px black;
	padding: 5px 10px 5px 10px;
	margin: -10px 0px -10px -20px;
	}
		
		aside#lateral h2 {
		font-size: 18pt;
		color: #fff;
		background-color: #0C3;
		padding: 5px 10px 5px 10px;
		margin: 10px;
	}
	
	aside#lateral p {
		font-size: 12pt;
		padding: 5px 10px 5px 10px;
		margin: 10px;
	}