@charset "utf-8";
/* CSS Document */
body {
	padding: 20px 0px 0px 20px;
	margin-bottom: 50px;
}
a {
	color: #996666;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
#mldr {
	margin: auto;
	width: 70%;
}
#topo {
	background: url(../imagens/logo_internas.gif) no-repeat left top;
	height: 45px;
	padding-left: 200px;
	position: relative;
	margin-bottom: 15px;
}
#menu {
	position: absolute;
	left: 210px;
	bottom: 0px;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
}
#menu li {
	display: inline;
	margin-right: 10px;
	white-space: nowrap;
}
#menu a {
	color: #666666;
	text-decoration: none;
}
#apoio {
	width: 180px;
	float: left;
	font-size: 11px;
	line-height: 13px;
	text-align: right;
	border-right: 1px solid #996666;
	padding-right: 15px;
}
#apoio h2 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0px;
}
#apoio h2 a {
	color: #990000;
	text-decoration: none;
}
#apoio h2 a:hover { color: #CC0000; }
#apoio h3 {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 0px;
}
#apoio h3 a {
	color: #990000;
	text-decoration: none;
	display:block;
}
#apoio h3 a:hover { color: #CC0000; }
#apoio li, #apoio p { margin-bottom: 20px; }
#cntd {
	margin-left: 195px;
	font-size: 12px;
	line-height: 15px;
	border-left: 1px solid #996666;
	padding-left: 15px;
}
#cntd * {font-family: comic sans ms,sans-serif;}
#cntd h2 {
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	margin-bottom: 15px;
}
#cntd h3 {
	font-size: 15px;
	line-height: 19px;
	margin: 10px 0px 5px;
	
	}
#cntd h4 {
	font-size: 14px;
	line-height: 18px;
}
#cntd p {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 5px;
}

