/*Reset de Estilos nos Browsers*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	font-size: 10px;
	list-style: none;
	quotes: none;
	border-spacing: 0;
	border-collapse: 0;
	-webkit-appearance: none;
}

article,
aside,
footer,
header,
nav,
section,
div {
	display: block;
}

img,
object,
embed {
	max-width: 100%;
}

html,
body {
	height: 100%;
}

a,
a:link,
a:visited,
a:hover {
	text-decoration: none;
	/*font-size: inherit;*/
	color: inherit;
}

/*Estilos Esoecíficos do Site*/
* {
	font-family: Arial,sans-serif;
}

body {
	background-color: #eee;
}

#distancia {
	width: 1px;
	height: 50%;
	float: left;
	margin-bottom: -255px; /*metade da altura da CAIXA*/
}

#caixa {
	width: 495px;
	height: 510px;
	margin: 0 auto;
	clear: left;
}

#site {
	width: 495px;
	height: 495px;
	position: relative;
}

.grelha {
	width: 120px;
	height: 120px;
	background-color: #fff;
	position: absolute;
}

.col1 {
	left: 0;
}

.col2 {
	left: 125px;
}

.col3 {
	left: 250px;
}

.col4 {
	left: 375px;
}

.lin1 {
	top: 0;
}

.lin2 {
	top: 125px;
}

.lin3 {
	top: 250px;
}

.lin4 {
	top: 375px;
}

.leg {
	width: 112px;
	height: 10px;
	position: relative;
	bottom: 20px;
	vertical-align: bottom;
	text-align: center;
	padding: 4px;
	font-size: 10px;
	font-weight: bold;
	user-select: none;
	display: block;
	z-index: 101;
}

a.nav {
	color: #bbb;
}

a.normal {
	background-color: rgba(255,255,255,0.5);
}

.subNav {
	padding: 5px;
	text-align: right;
}

.subNav li {
	font-size: 9px;
	font-weight: bold;
	margin-bottom: 5px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

.artigos p {
	font-size: 11px;
	margin-bottom: 5px;
}

.notas {
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.artigos {
	width: 350px;
	height: 350px;
	background-color: #fff;
	position: absolute;
	left: 125px;
	top: 125px;
	overflow: auto;
	padding: 10px;
}

.botao {
	width: 120px;
	height: 120px;
	text-align: center;
	color: #bbb;
	background-color: #fff;
	font-size: 15px;
	font-weight: bold;
	vertical-align: middle;
	display: table-cell;
}

.textos {
	padding: 5px;
}

footer {
	margin-top: 4px;
}

footer p {
	display: inline-block;
	font-size: 11px;
}

#direitos {
	float: left;
}

#desenvolvimento {
	float: right;
	font-weight: bold;
}

img.Seg1 {
	width: 120px;
	height: 120px;
	background: url(../img/Nav_Seg.png) 0 0;
}

img.Ant1 {
	width: 120px;
	height: 120px;
	background: url(../img/Nav_Ant.png) 0 0;
}

img.Seg2 {
	width: 60px;
	height: 120px;
	background: url(../img/Nav_Nav.png) -60px 0;
}

img.Ant2 {
	width: 60px;
	height: 120px;
	background: url(../img/Nav_Nav.png) 0 0;
}

img.Seg1:hover {
	width: 120px;
	height: 120px;
	background: url(../img/Nav_Seg.png) -120px 0;
}

img.Ant1:hover {
	width: 120px;
	height: 120px;
	background: url(../img/Nav_Ant.png) -120px 0;
}

img.Seg2:hover {
	width: 60px;
	height: 120px;
	background: url(../img/Nav_Nav.png) -180px 0;
}

img.Ant2:hover {
	width: 60px;
	height: 120px;
	background: url(../img/Nav_Nav.png) -120px 0;
}

.seleccionado {
	color: black;
}

.desactivado {
	color: #eee;
}

.formulario {
	margin: 5px 0px;
}

input {
	background-color: #eee;
	padding: 2px;
	float: right;
	width: 270px;
}

textarea {
	resize: none;
	background-color: #eee;
	width: 340px;
	height: 145px;
	padding: 5px;
}

