@charset "UTF-8";

@font-face {
	font-family: 'font-logo';
	src: url(../_fonts/bubblegum-sans-regular.otf);
}

body {
	font-family: sans-serif;
	background-color: #dddddd;
	color: rgba(0,0,0,1);
	background-image: url(../_imagens/351.png);
}

span.sub {
	
	padding:-10px;
	position: relative;
	margin: 0px 0px -100px 0px;
}

div#interface {
	width: 900px;
	margin: -20px auto 0px auto;
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	background-color: white;
	padding: 10px;
}

header#cabecalho img#icones {
	position:absolute;
	top: 40px;
	left: 950px;
}

header#cabecalho {
	border-bottom: 1px #606060 solid;
	height: 150px;
	background: url("../_imagens/glass-logo-peq.jpg") no-repeat 0px 80px;
}

header#cabecalho h1 {
	font-family: 'font-logo', 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:'font-logo', sans-serif;
	font-size: 15pt;
	color: #888888;
	padding: 0px;
	margin-top: 0px;
}

p {
	text-align: justify;
	text-indent: 50px;
}

a {
	color: #606060;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

figure.foto-legenda {
	position: relative;
	border: 8px 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;
}

nav#menu {
	display: block;
}

nav#menu ul {
	list-style: none;
	text-indent: uppercase;
	position: absolute;
	top: -20px;
	left: 590px;
}

nav#menu li{
	display: inline-block;
	background-color: #dddddd;
	padding: 10px;
	margin: 2px;	
	transition: background-color 1s;
}

nav#menu li:hover {
	background-color: #606060;
}

nav#menu h1 {
	display: none;
}
nav#menu a {
	text-decoration: none;
	color: #000;
}

nav#menu a:hover {
	color: #fff;
}

section#corpo{
	display: block;
	width: 500px;
	float: left;
	border-right: 1px solid #606060;
	padding-right: 15px;
}

article#noticia-principal h2 {
	font-size: 13pt;
	color: #606060;
	background-color: #dddddd;
	padding: 5px 0px 5px 10px;
	margin: 10px 0px 10px 0px;
}

header#cabecalho-artigo h1 {
	font-family: 'font-face', sans-serif;
	font-size: 20px;
	color: #606060;
	margin-bottom: 0px;
}

header#cabecalho-artigo h2 {
	font-size: 13pt;
	color: #cecece;
	background-color: #fff;
	margin: 0px;
}

header#cabecalho-artigo h3 {
	font-size: 12px;
	color: #606060;
}

.direita {
	float: right;
}

table#tabelaspec {
	border: 1px solid #606060;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 0px;
}

table#tabelaspec td {
	border: 1px solid #606060;
	padding: 10px;
	text-align: right;
	vertical-align: top;
	background-color: #606060;
	color: white;
	font-weight: bold;
}


table#tabelaspec td:last-child {
	border: 1px solid #606060;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	background-color: #cecece;
	color: black;
}

table#tabelaspec caption {
	color: #888888;
	font-size: 13pt;
	font-weight: bold;
}

table#tabelaspec caption span {
	display: block;
	float: right;
	color: #000000;
	font-size: 8pt;
	margin-top: 8px;
	
}

aside#lateral {
	display: block;
	width: 350px;
	float: right;
	background-color: #dddddd;
	padding: 10px;
	margin-top: 10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.5);
}
aside#lateral h1 {
	font-family: 'font-face', sans-serif;
	font-size: 20pt;
	color: #606060;
	margin-top: 0px;
}

aside#lateral h2 {
	background-color: #606060;
	font-size: 13pt;
	color: #fff;
	padding: 5px;
}

video#video-lateral {
	width: 350px;
	box-shadow: 3px 3px 2px rgba(0,0,0,.5);
}

video#video-principal {
	box-shadow: 1px 1px 30px rgba(0,0,0,1);
	margin-bottom: 30px;
}

footer#rodape {
	clear: both;
	border-top: 1px solid #606060;
}
footer#rodape p {
	text-align: center;
}