@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");
}

body {
	font-family: Arial, san-sans-serif;
	background-color: #dddddd);
	color: rgba(0,0,0,1);
}

div#interface {
	width: 900px;
	background-color: #ffffff;
	margin: 0px 0px 10px 0px;
	box-shadow: 0p 0px 10px rgba(0,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: 730px;
	top: 60px;
}

header#cabecalho {
	border-bottom: 1px #606060 solid;
	height: 100px;
	}

header#cabecalho h1 {
	font-family: 'FonteLogo', sans-serif;
	font-size: 30pt;
	color: #0000ff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

header#cabecalho h2 {
	font-family: 'Titillium Web', sans-serif;
	color: #888888;
	font-size: 15pt;
	padding: 0px;
	margin-top: 0px;
}

h3 {
	font-size: 10pt;
}

	/* Formatação de imagens com legendas */

figure.foto-legenda{
	position: relative;
	width: 150px;
	height: 60px;
	border: 3px solid white;
	box-shadow: 5px 5px 8px;
	margin-top: 0px;
	margin-bottom: 10px;
}

figure.foto-legenda img{
	width: 100%;
	height: 100%;
}

figure.foto-legenda figcaption{
	opacity: 0;
	position: absolute;
	top: 0px;
	font-size: 6pt;
	background-color: rgba(0,0,0,.4);
	color: yellow;
	width: 100%;
	height: 100%;
	padding: 5px;
	box-sizing: border-box;
	transition: opacity 1s;
}

figure.foto-legenda:hover figcaption{
	opacity: 1;
}

/* Formatação do Menu */

nav#menu {
	display: block;
}

nav#menu ul {
	list-style: none;
	text-transform: uppercase;
	position: absolute;
	top: -0px;
	left: 280px;
	
}

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 {
	color: #000000;
	text-decoration: none;
}

nav#menu a:hover {
	color: #ffffff;
}

section#corpo {
	display: block;
	width: 600px;
	float: left;
	border-right: 1px solid #606060;
	padding-right:15px;
}

article#noticia-principal h2 {
	font-size: 13pt;
	color: #606060;
	background-color: #dddddd;

}

header#cabecalho-artigo h1 {
	font: 'FonteLogo', 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#tabela_io {
	border: 1px solid #606060;
	border-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
}

table#tabela_io td {
	border: 1px solid #606060;
	padding: 2px;
	vertical-align: center;
	width: 200px;
}

table#tabela_io td.cc1 {
	vertical-align: center;
	text-align: center;
	background-color: #eeeeee;
	width: 6%;
}

table#tabela_io td.cc2 {
	vertical-align: center;
	text-align: center;
	background-color: #eeeeee;
	width: 10%;
	font-size: 12pt;
}

table#tabela_io td.ce {
	vertical-align: center;
	text-align: center;
	background-color: #eeeeee;
}

table#tabela_io td.cd {
	font-size: 9pt;	
	vertical-align: center;
	background-color: #cecece;
	text-align: center;
}

table#tabela_io caption {
	color: 888888;
	font-size: 13pt;
	font-weight: bolder;
}

table#tabela_io caption span {
	display: block;
	float: right;
	color: #000000;
	font-size: 8pt;
	margin-top: 10px;
}

aside#lateral {
	display: block;
	width: 250px;
	float: right;
	background-color: #dddddd;
	padding: 10px;
	margin-top: 100px;
}

aside#lateral h1 {
	font-family: 'FonteLogo', sans-serif;
	font-size: 20pt;
	color: #606060;
}

aside#lateral h2 {
	background-color: #606060;
	font-size: 13pt;
	color: #ffffff;
	padding: 10px;	
}

aside#lateral p {
	font-size: 11pt;
	}


footer#rodape {
	clear: both;
	border-top: 1px solid #606060;
}

footer#rodape p {
	text-align: center;
}


