﻿/* ============================================================= */
html {
	height: 100%;
	max-height: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 100%;
	font-family: Calibri, Trebuchet MS, Verdana, Tahoma, Arial, sans-serif;
	overflow: hidden;
}
body {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
h1 {
	color: White;
	margin: 0px;
	padding-top: 6px;
	padding-left: 20px;
}
h2 {
	color: #d2b48c;
	margin-bottom: -10px;
	white-space: nowrap;
}
h3 {
	color: #d2b48c;
	margin-bottom: -10px;
}
h6 {
	color: white;
	margin: 0px;
	font-size: small;
	font-weight: normal;
	padding-left: 30px;
	padding-top: 10px;
	text-align: left;	
}
#content {
	display: block;
	height: 100%;
	max-height: 100%;
	overflow: auto;
	padding-left: 220px;
	padding-right: 25px;
	position: relative;
	z-index: 3;
}
#left {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 220px;
	color: white;
	z-index: 4;
	padding-top: 65px;
}
#head {
	position: fixed;
	top: 0px;
	right: 18px;
	display: block;
	width: 100%;
	height: 50px;
	margin: 0px;
	z-index: 5;
	color: white;
	background: dimgray;
	white-space: nowrap;
}
#foot {
	position: fixed;
	bottom: 0px;
	right: 17px;
	display: block;
	width: 100%;
	height: 35px;
	margin: 0px;
	z-index: 4;
	background: dimgray;
	white-space: nowrap;	
}
* html #left {
	position: absolute;
}
* html #foot {
	position: absolute;
}
* html #head {
	position: absolute;
}
#pad1 {
	display: block;
	width: 18px;
	height: 100px;
	float: left;
}
#pad3 {
	display: block;
	width: 18px;
	height: 50px;
	float: left;
}
.pad2 {
	display: block;
	height: 60px;
}
#content p {
	padding: 5px;
	color: white;
}
#content ul {
	color: white;
}
#left ul {
	list-style: none;
}
ul {
	color: white;
	list-style: square;
	line-height: 140%;
}
a.nav:visited {
	display: block;
	width: 125px;
	height: 25px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	line-height: 25px;
}
a.nav {
	display: block;
	width: 125px;
	height: 25px;
	text-decoration: none;
	color: White;
	font-weight: bold;
	line-height: 25px;
}
a.nav:hover {
	background-color: #d2b48c;
}
select {
	font-family: Calibri, Trebuchet MS, Verdana, Tahoma, Arial, sans-serif;
	font-size: 90%;
	border: 0px solid black;
}
input {
	font-family: Calibri, Trebuchet MS, Verdana, Tahoma, Arial, sans-serif;
	font-size: 90%;
	border: 0px solid black;
}
form {
	font-family: Calibri, Trebuchet MS, Verdana, Tahoma, Arial, sans-serif;
	font-size: 90%;
	margin: 70px 0px 0px 30px;
	padding: 0;
}
#tblResultado TD {
	width: 92%;
	margin-left: 36px;
}
#Autor {
	color: #d2b48c;
	font-weight: bold;
}
#Obra {
	color: White;
	padding-left: 30px;
}
#BlocoTexto {
	color: White;
	padding-left: 30px;
}
#blocoesquerda {
	float: left;
	top: 100px;
	left: 150px;
	height: 200px;
	width: 150px;
	border: 1px solid black;
	margin: 5px;
	padding: 5px;
}
#blocodireita {
	float: right;
	top: 100px;
	right: 150px;
	height: 200px;
	width: 150px;
	border: 1px solid black;
	margin: 5px;
	padding: 5px;
}
#blocoabsoluto {
	position: absolute;
	top: 280px;
	left: 400px;
	border: 1px solid black;
	margin: 5px;
	padding: 5px;
}
#blocorelativo {
	position: relative;
	width: 200px;
	top: 10px;
	left: 30px;
	border: 1px solid black;
	margin: 5px;
	padding: 5px;
}
.FotoDireita {
	float: right;
	margin-left: 16px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0px;
}
.FotoEsquerda {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px;
}
#Fundo1 {
	background: #2c5362 url(../imagens/x06.jpg) no-repeat bottom left;
}
#Fundo2 {
	background: #2f2d81 url(../imagens/x02.jpg) no-repeat bottom left;
}
#Fundo3 {
	background: #862129 url(../imagens/x01.jpg) no-repeat bottom left;
}
#Fundo4 {
	background: #a25d12 url(../imagens/x03.jpg) no-repeat bottom left;
}
#Fundo5 {
	background: #664069 url(../imagens/x05.jpg) no-repeat bottom left;
}
#Fundo6 {
	background: #42783e url(../imagens/x04.jpg) no-repeat bottom left;
}
/* ============================================================= */
