@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Titillium+Web);
@font-face {
	font-family: 'FonteLogo';
	src: url(../_fonts/bubblegum-sans-regular.otf);
}

/* Formatações Gerais */

body {
	font-family: Calibri, sans-serif;
	background-image: url("../_imagens/diamantes.jpg");
}

div#interface {
	width: 900px;
	background-color: white;
	margin: -10px 260px 0px auto;
	box-shadow: 0px 0px 10px black;
	padding: 10px 10px 0px 10px;
}
	
p {
	text-align: justify;
	text-indent: 50px;
}

a{
	color: rgb(1,1,80);
	font-weight: bold;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

/* Formatação do cabecalho */

header#cabecalho img#icone {
	position: relative;
	left: 700px;
	bottom: 70px; 
}

header#cabecalho {
	border-bottom: 1px grey solid;
	height: 150px;
	background: url("../_imagens/glass-logo-peq.jpg") no-repeat 20px 90px;
}

header#cabecalho h1 {
	font-family: 'FonteLogo' , sans-serif;
	font-size: 50px;
	color: grey;
	text-shadow: 1px 1px 1px black;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 15px;
	margin-left: 30px;
}

header#cabecalho h2 {
	font-family: 'Titillium Web', sans-serif;
	color: grey;
	font-size: 15pt;
	margin-top: -5px;
}

/* Formatação do Menu */

nav#menu {
	display: block;
}

nav#menu ul {
	list-style: none;
	text-transform: uppercase;
	position: relative;
	bottom: 305px;
	left: 260px;
}

nav#menu li {
	display: inline-block;
	background-color: #cecece;
	padding: 10px;
	margin: 2px;
	box-shadow: 0px 0px 1px black;
}

nav#menu h1 {
	display: none;
}


nav#menu h1 {
	display: none;
}

/* Formatação do Corpo */

section#corpo {
	display: block;
	width: 900px;
}

footer#rodape {
	clear: both;
	border-top: 1px solid grey;
	height: 100px
}

footer#rodape p {
	text-align: center;
	position: relative;
	bottom: -10px;
}

footer#rodape img {
	position: relative;
	left: 580px;
	bottom: 35px;
}

section#conteudo {
	width: 1000px;
	margin-bottom: 20px;
}	
	

/* Formatação de Títulos*/

header#cabecalho-artigo h3 {
	font-size: 12px;
	color: black;
}

header#cabecalho-artigo h1 {
	font-family: 'FonteLogo', sans-serif;
	font-size: 20pt;
	color: black;
	margin-bottom: 0px;
	text-indent: 15px;
}

header#cabecalho-artigo h2 {
	color: grey;
	font-size: 13pt;
	position: relative;
	bottom: 18px;
}

/* Formatação de Formulário */



/* Formatações Avulsas */

.direita { /* "Atualizado em.." */
	text-align: right;
	position: relative;
	bottom: 20px;
	}
	
	iframe#frame {
		width:400px;
		height: 300px;
		box-shadow: 0px 0px 2px black;
		margin-left: -10px;
	}