@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Poppins);
@font-face {
	font-family:"FonteTCAV";
	src:url("../_tiposletra/webfontkit-20151106-155234/hind-bold-webfont.ttf");
}
/* CSS Document */

body{
	backgroud-color:#dddddd;
	color:rgba(0,0,0,1);
	font-family:Arial, Helvetica, sans-serif;
}

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

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

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

a:hover {
	text-decoration:underline;
}
	
header#cabecalho img#icone {
	position: absolute;
	left: 900px;
	top: 125px;
	width: 150px;
	height: 150px;
}

header#cabecalho img#icones {
	position: absolute;
	left: 900px;
	top: 75px;
	width: 150px;
	height: 150px;
}

header#cabecalho {
	border-bottom:1px #606060 double;
	height:200px;
	background:url("../_images/logo.png") no-repeat 0px 85px;
}

header#cabecalho h1 {
	font-family:"FonteTCAV";
	font-size:30pt;
	color: #606060;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	padding:0px;
	margin-bottom:-10px;
}

header#cabecalho h2 {
	font-family: 'Poppins', sans-serif;
	font-size:13pt;
	color: #888888;
	padding:0px;
	margin-top:0px;
}

/* legendas imagens */
	
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;
}

/* menu */

nav#menu {
	display:block;
	
}

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

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

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

nav#menu h1 {
	display:none;
}

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

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

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

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

header#cabecalho-noticia h1{
	font-family:"FonteTCAV";
	font-size:20pt;
	color:#606060;
	margin-bottom:0px;
	margin-top:0px;
}

.direita{
	text-align:right;
}

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

header#cabecalho-noticia h3{
	font-size:12pt;
	color:#606060;
}



table#tabela {
	border:1px solid #606060;
	border-spacing:0px;
	margin-left:auto;
	margin-right:auto;
	vertical-align:middle;
	
}

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

table#tabela td.ce {
	color:#FFF;
	background-color:#606060;
	vertical-align:top;
	font-weight:bold;
	border-bottom:none;
	border-top:none;
}

table#tabela td.ce {
	color:#000;
	background-color:#cecece;
}

table#tabela caption {
	color:#888888;
	font-size:15pt;
	font-weight:bolder;
}

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,0.5);
}

aside#lateral h1{
	font-family:"FonteTCAV", 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;
}

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

