/* CSS Document */

* {
	margin: 0 auto;
	padding: 0;
}

body {
background:#ffffff url('imagens/bg5.jpg') top center repeat-x;
background-color: #fff;
color: #585858;
font-size: 9pt;
font-family: verdana;
}

h1,h2,h3,h4,h5,h6
{
font-weight: normal;
letter-spacing: -1px;
}

h3,h4,h5,h6
{
color: #185360;
}

h1 span
{
font-weight: bold;
}

h3 span
{
font-weight: bold;
}

h4 span
{
font-weight: bold;
}

br.clear
{
clear: both;
}

#container {
	width: 80%;
}
#top {
	float: left;
	background: #000;
}

#semlink a: {
	text-decoration: underline;
	color: #fff;
	background-color:#ffcc00;
}

#semlink a:hover {
	text-decoration: underline;
	color: #fff;
	background-color:#ffcc00;
}


/* Logo */

#logo span {
	display: none;
}

#logo a {
	color: #F4E7DB;
}

#slogan {
	float: right;
}
#slogan span {
	display: none;
}

#menubg {
	width: 940px;
	height: 30px;
	background: #000;
}
#menusup {
	font-weight: bold;
	color: #fff;
	margin-left:20px;
}
#menusup a {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	float: left;
}
#menusup a:hover {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
#menusup ul{
	margin: 0 auto;
	position: relative;
}
#menusup li {
	display: inline;
	float: left;
	margin-right: 25px;
	margin-top: 8px;
}
#menusup li.active a{
	color: #000;
	background-color:#fff;
	height:14px;
	padding: 5px 5px 5px 5px ;
}
#resultado li {
	margin-right: 5px;
	margin-top: 8px;
}
#resultado li.active_materia a{
	font-weight: bold;
	border-bottom: 1px dotted gray;
	border-bottom: 1px dotted gray;
}
resultado div {
background-color:#fff;
}

#content {
	width: 860px;
	float: left;
	margin: 0 auto;

}

#resultado {
	float: left;
	width: 100%;
	position: relative;
	background: #fff;
	color:#000;
}

#lista{
	width: 200px;
	float: left;
	position: relative;
	left: 20px;
	top: 20px;
	padding: 0 0 0px 0;
}
#lista ul{
	list-style: none;
	text-indent: 0px;
}
#lista li{
	margin-top: 3px;
	
}
#lista a{
	padding: 2px;
	color: #fff;
	display:block;
	padding: 3px 4px;
	text-decoration: none;
	background-color: #036439;
}
#lista a:hover {
	text-decoration: underline;
	color: #fff;
	background-color:#000;
}

#lista22 a{
	padding: 2px;
	color: #fff;
	display:block;
	padding: 3px 4px;
	text-decoration: none;
	background-color: #fff;
}
#lista22 a:hover {
	text-decoration: underline;
	color: #fff;
	background-color:#fff;
}

#materia {
	color:#000;
	float: left;
	position: relative;
	left: 20px;
	right: 20px;
	top: 20px;
	width: 90%;
	margin: 8px;
	padding-bottom: 60px;
	padding-left: 20px;
	border-left:1px solid silver;
}

#materia2 {
	color:#000;
	float: left;
	position: relative;
	left: 20px;
	right: 20px;
	top: 20px;
	width: 70%;
	margin: 8px;
	padding-bottom: 60px;
	padding-left: 20px;
	border-left:1px solid silver;
}
#materia2 img {
border: 1px solid silver;
margin-right: 10px;
}
#materia2 h2 {
	color: #716D6A;
	margin-bottom:16px;
} 
#materia h2 {
	color: #716D6A;
	margin-bottom:16px;
}
#materia img {
color: #716D6A;
margin-bottom:16px;
}



/* Footer */

.sub_titulo {
font-weight: bold;
margin-top:12px;
}

#rodape {
	width:100%;
	position:relative;
	float:left;
	height:70px;
	margin-top: 20px;
	text-align: center;
	background:#ffffff url('imagens/bg_rodape3.jpg') top center repeat-x;
	background-color:#ffffff ;
}

#rodape p {
	text-align: center;
	font-weight: normal;
	color: #999;
}

#rodape a {
	text-decoration: underline;
	color: #000;
}

#rodape a:hover {
	text-decoration: none;
	color: #666;
}

#assinatura {
	font-size: 9px;
	color: #999;
}
#legal {
	margin-top: 10px;
	font-size: 10px;
	color: #999;
}


