body, p, html, header {
	/*font-family: "facitweb";*/
	font-family: "museo-sans", "Helvetica Neue", "Helvetica";
	font-size: 12px;
	margin: 0;
	padding: 0;
	
}

p {
	line-height: 1.1666666667em
}
section {
	position: relative;
}
.relative{
	height: 500px;
}
.loading {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: auto;
	text-align: center;
	/*height: 500px;*/
	font-weight: bold;
}

a:hover, a:active, a:visited, a, a:link {
	color: white;
	text-decoration: none;
}

.full {
	background-color: #414141;
	-moz-box-shadow: inset 0 -4px 6px black;
	-webkit-box-shadow: inset 0 -4px 6px black;
	box-shadow: inset 0 -4px 6px black;
	/*position: fixed;*/
	/*top: 0px;*/
	/*left: 0px;*/
	width: 100%;
	/*height: 100%;*/
	margin: 0;
	padding: 0;
	min-width: 1024px;
}
.full:after {
	content: "";
	clear: both;
	display: table;
}
.full .logo {
	padding: 12px 0;
	color: #e3e3e3;
	/*cursor: pointer;*/
	/*display: inline-block;*/
	float: left;
	text-shadow: -1px -1px 1px black;
}
.full .dataSel {
	padding: 12px 30px;
	color: #c1c1c1;
	/*cursor: pointer;*/
	/*display: inline-block;*/
	float: right;
	text-shadow: -1px -1px 1px black;
}

.dataSel a{
	color: #c1c1c1;
}

.dataSel a.sel {
	text-decoration: underline;
	cursor: pointer;
	color: white;
}

.full svg {
	/*display: inline-block;*/
	margin: 0;
	padding: 0;
	float: left;
}

.container {
	width: 1000px;
	margin: 0 auto 0;
	padding: 0 12px;
}
.container>.row {
	margin-left: 299px;
	margin-right: 50px;
	width: 649px;
}
.container p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}

.autores p {
	font-size: 12px;
	color: gray;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
}

h1 {
	font-size: 40px;
	font-weight: normal;
	margin-bottom: 10px;
}
h2 {
	font-weight: normal;
}

.full2 p, .full2 h2 {
	color: #eaeaea;
	font-size: 13px;
	margin: 0;
	text-shadow: -1px -1px 1px black;
}
.full2 h2 {
	color: white;
	font-size: 16px;
	margin-bottom: 20px;
}
.full2 {
	background-color: #414141;
	-moz-box-shadow: inset 0 4px 6px black;
	-webkit-box-shadow: inset 0 4px 6px black;
	box-shadow: inset 0 4px 6px black;
	/*position: fixed;*/
	/*top: 0px;*/
	/*left: 0px;*/
	/*width: 100%;*/
	padding-top: 50px;
	padding-bottom: 0px;
	width: 100%;
	height: 100%;
	margin: 0;
	min-width: 1024px;
}
.v-row::after, .v-row::before {
	content: "";
	clear: both;
	display: table;
}

.v-topRowNameLabel {
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
}

.v-woodButton {
	padding: 4px 6px;
	background-color: "white";
	color: "black";
	float: left;
	pointer-events: "none";
	cursor: "pointer";
	border-left-right: solid;
	border-color: "black";
}

#rodape {
	margin-top: 80px;
	font-style: italic;
	font-size: 11px;
	text-shadow: none;
	line-height: 18px;
}
#rodape a {
	text-decoration: underline;
}