@charset "utf-8";
#principal {
	width: 900px;
	margin-right: Auto;
	margin-left: Auto;
	height: 480px;
}
#topo {
	background-color: #0081AE;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#esquerda {
	width: 259px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	height: 480px;
	background-color: #E5E5E5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#esquerda h1 {
	margin: 0px;
	background-color: #E5E5E5;
	padding: 10px;
	color: #666;
}
#esquerda h2 {
	background-color: #E5E5E5;
	font-style: italic;
	font-weight: normal;
	color: #666;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 26px;
	margin-left: 0px;
	font-size: 18px;
}
#esquerda ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#esquerda li {
	background-color: #E5E5E5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#esquerda a:link {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #666;
}
#esquerda a:hover {
	background-color: #EEE;
}
#esquerda a:visited {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #666;
}
#direita {
	float: right;
	width: 640px;
	height: 480px;
	background-image: url(img/bg.jpg);
}
#passos {
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	overflow: auto;
	height: 440px;
}
#passos p {
	font-size: 14px;
}

#passos h1 {
	margin-top: 0px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 4px;
}
#passos h2 {
	font-size: 18px;
}
#passos h3 {
	font-size: 16px;
}
#passos h4 {
	font-size: 14px;
	font-style: italic;
}



#passos li {
	font-size: 14px;
	padding-bottom: 10px;
}
#passos ul li ul {
	padding-top: 5px;
	list-style-type: square;
}
#passos ul li ul li {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#links {
	font-size: 14px;
	padding-right: 20px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0081AE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0081AE;
	margin-top: 40px;
}
#links a:link {
	color: #0081AE;
	text-decoration: none;
}
#links a:visited {
	color: #0081AE;
	text-decoration: none;
}
#links a:hover {
	text-decoration: underline;
}
#fechar {
	height: 25px;
	width: 900px;
	float: right;
	z-index: 800;
	position: fixed;
}
#fechar p {
	text-align: right;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}
#fechar a:link {
	color: #fff;
	text-decoration: none;
	background-color: #0081ae;
	padding: 2px;
}
#fechar a:visited {
	color: #fff;
	text-decoration: none;
	background-color: #0081ae;
	padding: 2px;
}
#fechar a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #afcdd7;
	padding: 2px;
}
.menuactive {
	background-color: #CCC;
}
.plinks {
	padding-left: 15px;
	background-image: url(img/seta.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
body {
	margin: 0px;
}
