@charset "utf-8";
#centro {
	position: relative;
	width: 400px;
	top: 46px;
	left: 262px;
}
#centro h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	margin: 0px;
}
#centro h2 {
	color: #B8AE7C;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 10px 0 20px 0;
	font-size: 16px;
}
#scroll {
	background-color: #131313;
	height: 235px;
	width: 378px;
	border: 1px solid #B5AC57;
	overflow: auto;
	position: relative;
	padding: 10px;
}
#scroll ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#centro #scroll p {
	margin: 0px;
}
#scroll ol {
	margin: 0px;
	list-style-type: none;
	padding: 0;
}
#scroll ul li {
	margin-bottom: 10px;
}
#scroll ol li {
	margin-bottom: 10px;
}

#centro #scroll strong {
	color: #B8AE7C;
}
#content #nota {
	position: absolute;
	left: 20px;
	top: 89px;
	width: 202px;
}
#content #nota .titulo {
	margin-top: 20px;
}

#left {
	position: absolute;
	top: 89px;
	left: 20px;
}
#left p {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B5AC57;
	border-bottom-color: #B5AC57;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
}

#left a {
	color: #FFFFFF;
}
#left a:hover {
	text-decoration: none;
}

#scroll h3 {
	font-size: 14px;
	margin: 0px;
	padding-bottom: 10px;
	text-decoration: underline;
	color: #B8AE7C;
}
#scroll a {
	font-weight: bold;
	color: #B8AE7C;
}
#scroll a:hover {
	text-decoration: none;
}
