<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#submenu{
	position: absolute;
	z-index: 2;
	width: 206px;
	height: 600px;
	left: 0;
	top: 370px;
	border-left: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
}
#submenu h2{
	width: 206px;
	height: 23px;
	line-height: 22px;
	text-indent: 10px;
}
#submenu h2 a{
	width: 205px;
	font-size: 12px;
	color: #47423a;
	border-bottom: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	display: block;
	line-height: 22px;
	height: 22px;
}
#submenu h2 a:hover{
	color: #ff9900;
	background-color: #fff;
}
#abertura h1{
	margin: 0;
	padding: 0;
	font-size: 1px;
	position: absolute;
}
#conteudo{
	height: 600px;
}
#conteudo *{
	font-size: 14px;
	color: 47423a;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: none;
	font-weight: bold;
	
}
#mosaico{
	width: 600px;
	position: absolute;
	left: 0px;
	top: 10px;
}
#mosaico h2{
	width: 95px;
	height: 95px;
	margin: 3px;
	display: block;
	float: left;
	overflow: hidden;
}

#mosaico h2 a{
	display: block;
	height: 95px;
	width: 95px;
	float: left;
	position: relative;
	left: 0;
	top: 0;
	overflow: hidden;

}
#mosaico h2 a b{
	border: 3px solid #ccc;
	height: 89px;
	width: 89px;
	display: block;
	position: relative;
	left: 0;
	top: 0;
	overflow: hidden;
	
}
#mosaico h2 a span{
	display: none;
}
#mosaico h2 a:hover b{
	border: 3px solid #ff9900;
}

#mosaico h2 a:hover{
	background-color: #fff;
}
#conteudo h2{
	font-size: 32px;
	color: #999;
}
#conteudo #texto{
	width: 400px;
	position: absolute;
	left: 230px;
	top: 10px;
	z-index: 3;
}
#conteudo img{
	position: absolute;
	left: 0;
	top: 0;
}
#conteudo.capa{
	background-image: url(img/capa2.jpg);
}
#conteudo #texto p{
	color: #47423a;
	font-size: 16px;
}
</pre></body></html>