/* -------------------------------------------------------------------------- */
/* DEFINICOES VALIDAS EM TODAS AS PAGINAS ----------------------------------- */
/* -------------------------------------------------------------------------- */

BODY {
	background-color				: #DEDEDE;
	font-family						: Georgia, "Times New Roman", Times, serif;
	padding							: 0px;
	margin							: 0px;
	color							: #333333;
}

/* Centro ------------------------------------------------------------------- */

#centro {
	position						: absolute;
	left							: 50%;
	width							: 1px;
}

#centro #estrutura {
	position						: absolute;
	top								: 135px;
	left							: -380px;
	width							: 760px;
	background-color				: #FFFFFF;
	background						: url(imagens/selofundo.jpg);
}

/* Layers ------------------------------------------------------------------- */

#layer1 {
	position						: absolute;
	left							: 0;
	top								: -135;
	width							: 760px;
	height							: 151px;
	z-index							: 1;
	background-color				: #FFFFFF;
}

#layer2 {
	position						: absolute;
	left							: 615px;
	top								: 4px;
	width							: 130px;
	height							: 158px;
	z-index							: 2;
}

#layer3 {
	position						: absolute;
	left							: 464px;
	top								: 365px;
	width							: 100px;
	height							: 72px;
	z-index							: 3;
}

#layer4 {
	position						: absolute;
	left							: 290px;
	top								: 363px;
	width							: 293px;
	height							: 202px;
	z-index							: 4;
}

#layer5 {
	position						: absolute;
	left							: 616px;
	top								: 187px;
	width							: 86px;
	height							: 80px;
	z-index							: 5;
}

#layer6 {
	position						: absolute;
	left							: 463px;
	top								: 5px;
	width							: 129px;
	height							: 116px;
	z-index							: 6;
}

#layer7 {
	position						: absolute;
	left							: 465px;
	top								: 188px;
	width							: 46px;
	height							: 58px;
	z-index							: 7;
}

/* Topo --------------------------------------------------------------------- */

#topo {
	position						: absolute;
	top								: -135px;
	width							: 760px;
	height							: 154px;
	background						: url(imagens/bg_topo.jpg);
}

#topo #logo {
	position						: absolute;
	left							: 31px;
	top								: 42px;
}

/* Menu --------------------------------------------------------------------- */

.menu1 {
	position						: absolute;
	left							: 31px;
	top								: 96px;
}

.menu2 {
	position						: absolute;
	left							: 98px;
	top								: 96px;
}

.menu3 {
	position						: absolute;
	left							: 219px;
	top								: 96px;
}

.menu4 {
	position						: absolute;
	left							: 296px;
	top								: 96px;
}

.menu5 {
	position						: absolute;
	left							: 462px;
	top								: 10px;
}

.menu6 {
	position						: absolute;
	left							: 478px;
	top								: 10px;
}

/* Lista -------------------------------------------------------------------- */

#lista {
	position						: absolute;
	left							: 30px;
	padding							: 10px;
	width							: 300px;
}

#lista H2 {
	font-size						: 1em;
	display							: inline;
	line-height						: 1.5em;
}

#lista H3 {
	font-size						: 0.60em;
	font-weight						: lighter;
	display							: inline;
	line-height						: 1.5em;
}

/* Texto -------------------------------------------------------------------- */

#texto {
	position						: relative;
	left							: 20px;
	padding							: 20px;
	width							: 400px;
	z-index							: 2;
}

#texto H1 {
	font-size						: 1em;
	font-variant					: small-caps;
	display							: inline;
}

#texto H2 {
	font-size						: 1em;
	margin-bottom					: -20px;
	display							: inline;
}

#texto H3 {
	font-size						: 0.60em;
	font-weight						: lighter;
	display							: inline;
}

#texto P {
	text-align						: left;
	font-size						: 0.70em;
	line-height						: 1.5em;
	font-weight						: lighter;
}

#texto #autor {
	border-top						: 1px solid #999999;
	padding-top						: 15px;
	color							: #666666;
}

/* Comentarios -------------------------------------------------------------- */

#comentarios {
	position						: absolute;
	top								: 20px;
	left							: 480px;
	width							: 200px;
	font-size						: 0.60em;
}

#comentarios INPUT, #comentarios TEXTAREA {
	border							: 1px solid #CCCCCC;
	background						: url(imagens/formulario_bground.gif);
	background-repeat				: repeat-x;
	background-color				: #FFFFFF;
	width							: 200px;
	font-family						: Georgia, "Times New Roman", Times, serif;
	font-size						: 1em;
	color							: #666666;
	padding							: 2px;
	margin-bottom					: 4px;
}

#comentarios TEXTAREA {
	height							: 160px;
}

#comentarios INPUT.botao {
	position						: relative;
	left							: 140px;
	border							: 1px solid #CCCCCC;
	background						: url(imagens/formulario_enviar_bground.gif);
	width							: 60px;
	height							: 18px;
	font-family						: Georgia, "Times New Roman", Times, serif;
	font-size						: 1em;
	height							: 18px;
}

/* Rodape ------------------------------------------------------------------- */

#apoio {
	position						: absolute;
	bottom							: 10px;
	right							: 10px;
	font-size						: 0.66em;
}

/* Links -------------------------------------------------------------------- */

A:link, A:visited, A:active {
	text-decoration					: none;
	color							: #333333;
}

A:hover {
	color							: #CC3300;
	text-decoration					: underline;
}
