<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}
body{
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
}
a{
	font-weight: bold;
	color: #1e3067;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#topo a,
#topo{
	width: 430px;
	height: 31px;
	display: block;
}
#topo{
	background-image: url(img/topo.gif);
}
#titulo a,
#titulo{
	display: block;
	width: 930px;
	height: 21px;
}
#titulo{
	background-image: url(img/titulo.gif);
	position: absolute;
	top: 47px;
	left: 22px;
	border-bottom: 3px solid #ccc;
}
#topo h2,
#titulo h1{
	display: none;
}
h3,
p{
	margin: 15px;
}
h2{
	font-size: 10px;
	color: #555;
	position: absolute;
	left: 26px;
	top: 81px;
}
h1{
	font-size: 17px;
	margin: 26px;
}
#info{
	width: 930px;
	height: 830px;
	display: block;
	position: absolute;
	left: 22px;
	top: 130px;
	background-image: url(img/info.gif);
	
}
#menu{
	float: left;
	width: 930px;
	height: 35px;
	position: absolute;
	background-image: url(img/menu-bg.gif);
	left: 22px;
	top: 95px;
	padding: 0 0 0 5px;
}
#menu li,
#menu li a{
	width: 30px;
	height: 35px;
	line-height: 29px;
	display: block;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	background-image: url(img/menu.gif);
}
#menu li{
	float: left;
	color: #000;
	margin: 0;
	background-position: -60px 0;
}
#menu li a{
	text-decoration: none;
	color: #fff;
	background-position: -30px 0;
}
#menu li a:hover{
	color: #fff;
	background-position: 0px 0;
}

#papel,
#disquete{
	background-color: #ebebeb;
	border: 1px solid #ccc;
	position: absolute;
	width: 320px;
	background-position: 5px 5px;
	padding-top: 70px;
	padding-bottom: 15px;
	left: 590px;
}
#papel{
	background-image: url(img/papel.gif);
	top: 5px;
}
#disquete{
	background-image: url(img/disquete.gif);
	top: 290px;
}
#internet h1,
#papel h1,
#disquete h1{
	display:none;
}
#internet p,
#papel p,
#disquete p{
	margin: 12px;
	line-height: 150%;
}
#internet{
	background-image: url(img/internet.gif);
	position: absolute;
	width: 520px;
	background-position: 5px 5px;
	padding-top: 70px;
	left: 20px;
	top: 5px;
}
#tit{
	position: absolute;
	width: 900px;
	height: 59px;
	left: 12px;
	top: 1px;
	background-image: url(img/passos.gif);
}
#tit h1{
	padding-top: 0;
	margin: 8px 0 0 80px;
}
#passos{
	position: absolute;
	left: 5px;
	top: 35px;
}
.ilustra{
	text-align: center;
	width: 100%;
	padding: 9px 0;
}
#passos p{
	font-size: 11px;
	margin-left: 80px;
}
#proxima a,
#anterior a,
#proxima,
#anterior{
	width: 28px;
	height: 28px;
	display: block;
}
#proxima,
#anterior{
	z-index: 10;
	position: absolute;
	left: 835px;
	top: 6px;
}
#proxima{
	left: 870px;
}
#proxima a:hover,
#anterior a:hover{
	background-position: 0 -28px;
}
#proxima a{
	background-image: url(img/proxima.gif);
}
#anterior a{
	background-image: url(img/anterior.gif);
}
</pre></body></html>