@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Titillium+Web);
@font-face{
	font-family: 'FonteLogo';
	src:url(../_fonts/bubblegum-sans-regular.otf);}
	
/* Layout da página */
div#interface {	
	left:50%;
	margin-left:-500px; 
	position:absolute;
	width:1000px;
	padding: 10px;
	box-shadow: 0px 0px 10px black;
	background-color: white;}
	
/* Formatação corpo e parágrafos */	
body {
	background-color: #DCDCDC;
	font-family: Verdana, sans-serif;}

p {	
	text-indent: 30px;
	margin: 30px;}

.direita {
	text-align: right;}

/* Tratamento de links */	
a {
	color: #606060;
	text-decoration: none;}

a:hover {
	text-decoration: underline;}

/* Tratamento do cabeçalho */
header#cabecalho img#icone {
	position:absolute;
	margin-left:0px;
	margin-top: -125px;}

header#cabecalho {
	height: 200px;}

header#cabecalho-artigo h1 {
	font-family: Calibri, sans-serif;
	font-size: 20pt;
	color: #FFFFFF;
	text-shadow: 2px 5px 5px black;
	margin-bottom: 10px;
	margin-top: 0px;	
	background-color: #3F669B;
	padding: 5px;}
	/*border-bottom: 5px solid #3F669B;}*/

header#cabecalho-artigo h2 {
	font-size: 13pt;
	color: #cecece;
	background-color: #ffffff;
	margin: 0px;}

header#cabecalho-artigo h3 {
	font-size: 12px;
	color: #3F669B;}
	
/*header#cabecalho h1 {
	font-family: FonteLogo, sans-serif;
	font-size: 30pt;
	color: #606060;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	padding: 0px;
	margin-bottom: 0px;}*/

/*header#cabecalho h2 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 15pt;
	color: #888888;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	padding: 0px;
	margin-top: 0px;}*/

/* Formatação de imagens com legendas */
figure.foto-legenda {
	position: relative;
	border: 4px solid white;
	box-shadow: 1px 1px 4px black;}

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;
	background-image:url(../_imagens/fundo.jpg);
	width:1000px;
	height:211px;
	margin-top:-120px;}

nav#menu ul {
    list-style: none; 
    text-transform: uppercase; 
    position: relative; 
    top: 214px;
    left: 240px;
	font-weight: bolder;}

nav#menu li {
	display:inline-block;
	background-color:#5C9ACD;
	padding: 5px 10px 5px 10px;
	margin: -0px;
	border: 2px solid #1E3552;
	box-shadow: 0px 3px 10px black; 
	transition: background-color 1s;}

nav#menu li:hover {
/*	background-color:#0E4794;}*/
	background-color: #1E3552;}

nav#menu h1{
	display: none;}

nav#menu a {
	color: black;
	text-decoration: none;}

nav#menu a:hover {
	color: white;}

/* Tratamento do corpo (parte esquerda) */
section#corpo {
	display:block;
	width: 500px;
	float:left;
	border-right: 1px solid #ffffff;
	padding-right: 10px;}

article#noticia-principal h2 {
	font-size: 13pt;
	color: #2124D5;
	background-color: #dddddd;
	padding: 5px;
	margin: 10px 10px 10px 10px;}

/* Tratamento seção direita */
aside#lateral {
	display:block;
	width: 350px;
	float:right;
	background-color: #dddddd;
	padding: 15px;
	margin-top: 10px;}

aside#lateral h1 {
	font-family: FonteLogo, sans-serif;
	font-size: 20pt;
	color: #606060;
	margin-top: 0px;}

aside#lateral h2 {
	background-color: #606060;
	font-size: 13pt;
	color: #ffffff;
	padding: 5px;}

/*Mapa*/
iframe#mapa {
	margin: -10px 0px 50px 0px;
	padding: 5px;
	border: 10px solid #cccccc;
	background-color: #ffffff;
	box-shadow: 3px 3px 10px rgba(0,0,0,.2);}

/*Rodapé*/
footer#rodape {
	clear: both;
	margin-bottom: 10px;}

footer#rodape p {
	text-align: center;
	margin-bottom: 0px;}