/*TAGS DO HTML 5:
<header>
<section>
<aside>
<nav>
<footer>
<article>
*/

@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=Titillium+Web');*/
@import url('https://fonts.googleapis.com/css?family=Bubblegum+Sans|Titillium+Web');

@font-face {
	font-family: 'FonteLogo';
	scr: url("../_fonts/bubblegum-sans-regular.otf");
	/*scr: url('https://fonts.googleapis.com/css?family=Bubblegum+Sans|Titillium+Web');*/
	/*scr: url('https://fonts.googleapis.com/css?family=Titillium+Web');*/
}







* { /* seletor global */
	margin: 0;
	padding: 0;
}






body{
/*
//background-image: url("_imagens/fundo.jpg");
//background-color: rgb(35, 137, 195);
//background-color: hsl(165,81%,93%);
//background-color: hsla(165,81%,93%,0.5);
//color: rgb(0,0,0);
//    background-color: white;
*/
	font-family: Arial, sans-serif;
	background-color: #dddddd;
    color: rgba(0,0,0,1);
}

div#interface {
	width: 900px;
	background-color: white;
	margin: -20px auto 10px auto; /*Margens superior, direita, inferior e esquerda*/
	box-shadow: 0px 0px 10px rgba(0,0,0,.5); /* Horizontal, vertical, espalhamento, cor*/
	/*padding: 10px 10px 10px 10px; /*Cima, direita, baixo, esquerda*/
	padding: 10px; /*Se os 4 lados forem iguais, basta colocar uma vez*/
}




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

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

a:hover {
	text-decoration: underline;
}

header#cabecalho img#icone{
	position: relative;
	left: 800px;
	top: 20px;
}

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

header#cabecalho h1 {
	/*font-family: 'FonteLogo', sans-serif;*/ /*ESTE NÃO FUNCIONOU*/
	font-family: 'Bubblegum Sans', sans-serif;
	font-size: 30pt;
	color: #606060;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 50px;
}

header#cabecalho h2 {
	position: relative;
	font-family: 'Titillium Web', sans-serif;
	color: #888888;
	font-size: 15pt;
	padding: 0px;
	margin-top: 0px;
	top: 130px;
}

/* Formatação de imagens com legendas */

figure.foto-legenda {
    position: relative;
    border: 8px solid white;
    box-shadow: 1px 1px 4px black; /*horizontal, vertical, espalhamento, cor*/
}

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#menuacessorestrito ul{
    list-style: none;
    text-transform: uppercase;
    position: absolute;
    top: -20px;
    left: 250px;
}

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

    /* Compatibilidade de transição para outros browsers, gerado em http://demo.dsheiko.com/ccss/: */
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    -ms-transition: background-color 1s;
    -o-transition: background-color 1s;
}

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

nav#menuacessorestrito h1{
    display: none;
}

nav#menuacessorestrito a{
    color: #000000;
    text-decoration: none;
}

nav#menuacessorestrito a:hover{
    color: #ffffff;
    text-decoration: underline;
}


nav#menu ul {
    list-style: none;
    text-transform: uppercase;
    position: relative;
    top: -200px;
    left: 0px;
}

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

    /* Compatibilidade de transição para outros browsers, gerado em http://demo.dsheiko.com/ccss/: */
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    -ms-transition: background-color 1s;
    -o-transition: background-color 1s;
}

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

nav#menu h1 {
    display: none;
}

nav#menu a {
    color: #000000;
    text-decoration: none;
}

nav#menu a:hover {
    color: #ffffff;
    text-decoration: underline;
}

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;
}

article#noticia-principal a {
	color: #7093DB;
	text-decoration: none;
}

article#noticia-principal a:hover {
	color: #0000FF;
	text-decoration: none;
}

header#cabecalho-artigo h1 {
	/*font-family: 'FonteLogo', sans-serif;*/ /*ESTE NÃO FUNCIONOU*/
	font-family: 'Bubblegum Sans', sans-serif;
	font-size: 20pt;
	color: #606060;
	margin-bottom: 0px;
	margin-top: 0px;
}

.direita {
	text-align: right;
}

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

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

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

table#tabelaspec td {
	border: 1px solid #606060;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

table#tabelaspec td.ce {
	color: #ffffff;
	background-color: #606060;
	vertical-align: top;
	font-weight: bold;
}

table#tabelaspec td.cd {
	background-color: #cecece;
}

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

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

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);/* Horizontal, vertical, espalhamento, cor (preto com 50% de transparência)*/
}

aside#lateral h1 {
	/*font-family: 'FonteLogo', sans-serif;*/ /*ESTE NÃO FUNCIONOU*/
	font-family: 'Bubblegum Sans', sans-serif;
	font-size: 20pt;
	color: #606060;
	margin-top: 0px;
}

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

footer#rodape {
	clear: both;
	border-top: 1px solid #606060;
	color: #606060;
}

footer#rodape p {
	text-align: center;
}
