html {
	height: 100%;
}
body {
	font-size: 62.5%;
	line-height: 1.3em;
	background: #fff;
	color: #fff;
	font-family: Arial, Geneva, sans-serif;
	height: 100%;
}
.fundo {
	background: url(../_img/background.png) #001525 repeat-y center top;
}
em {
	font-style: italic;
}
h1 {
	color: #786c68;
	font-size: 18px;
	line-height: 25px;
}
h2 {
	color: #4b4341;
	font-size: 24px;
}
h3 {
}
h4 {
}
h6 {
}
strong {
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #003055;
}
a:hover {
	color: #5c1b00;
}
p {
	font-size: 12px;
	line-height: 18px;
	color: #001525;
}
legend {
	display: none;
}
/* @group geral */
.clear {
	clear: both;
	height: 0;
}
.hide {
	display: none;
}
.bold {
	font-weight: bold;
}
.visible {
	visibility: visible;
}
.hidden {
	visibility: hidden;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.noscript {
	background: #FFFFE1 url(/_img/warning.png) no-repeat 5px 2px;
	color:#000;
	font-size:13px;
	line-height:25px;
	padding:0 40px;
}
/* @end */
/* @group structural */
#wrapper {
	background: url(../_img/footer.png) center bottom no-repeat;
	padding: 0 28px 0 28px;
	min-height: 100%;
	margin: 0 auto;
	width: 852px;
	position: relative;
}
#header {
	margin: 7px 20px 0 12px;
	clear: both;
	border-bottom: 1px solid #cfd1da;
}
#colLeft {
	width: 160px;
	margin: 10px 20px 214px 12px;
	float: left;
}
#colContent {
	float: right;
	margin: 10px 20px 214px 0;
	width: 640px;
}
#footer {
	clear: both;
}
/* @end */
/* @group header */
#header a {
	float: left;
}
#header .mainTitle {
	background: url(../_img/mainTitle_en.png) no-repeat;
	width: 422px;
	height: 175px;
	float: right;
}
#header .mainTitle.pt {
	background: url(../_img/mainTitle_pt.png) no-repeat;
}
#header h1, #header h2 {
	/*text-align: right;
	float: right;*/
	display: none;
}
/* @end */
/* @group colLeft */
.lang {
	color: #5c1b00;
	margin-bottom: 35px;
	text-align: right;
}
.lang a{
	font-size: 12px;
}
.lang a.active{
	color: #5c1b00;
}
/* @end */
/* @group mainNav */
#mainNav {
	display: block;
	list-style-type: none;
	
}
#mainNav li {
	display: block;
	border-bottom: 1px solid #c8c9cb;
	padding: 10px 0 0;
}
#mainNav li a {
	font-size: 18px;
	line-height: 23px;
	text-align: right;
	display: block;
}
#mainNav li.first{
	padding-top: 0;
}
/* @end */
/* @group colContent */
#colContent p.date {
	text-indent: -99999px;
	overflow: hidden;
	background: url(../_img/date_en.png) no-repeat top right;
	width: 235px;
	height: 25px;
	float: right;
}
#colContent .datept {
	text-indent: -99999px;
	overflow: hidden;
	width: 235px;
	height: 25px;
	float: right;
	background: url(../_img/date_pt.png) no-repeat top right;
}
#colContent .content {
	padding: 0 40px;
}
#colContent h3 {
	font-size: 24px;
	line-height: 28px;
	color: #29628e;
	font-style: italic;
}
#colContent h4 {
	font-size: 18px;
	line-height: 24px;
	color: #484d52;
	margin-bottom: 10px;
}
#colContent .content img {
	float: left;
	margin: 0 10px 10px 0;
}
/* @end */
#colContent .content a {
	color: #1982CF;
}
#colContent .content a:hover {
	text-decoration: underline;
}
#colContent .content div {
	color:#001525;
	font-size:12px;
	line-height:18px;
}
#colContent .content ul {
	list-style-type: disc;
	padding-left: 15px;
}
#colContent .content ul.hifen {
	list-style-type: none;
	padding-left: 0;
}
#colContent .content ul.hifen li {
	background: url(/_img/bullet.gif) no-repeat 0 8px;
	padding-left: 15px;
}
h5 {
	color:#000000;
	font-size:14px;
	line-height:18px;
	text-align: justify;
}
h5 p {
	color:#000000;
	font-size:14px;
	line-height:18px;
	text-align: justify;
}



span.capsulaLogo {
	position: absolute;
	right: 9px;
	bottom: 80px;
}
span.capsulaLogo a {
	text-indent: -9999px;
	background: url(/_img/logocapsula.png) no-repeat;
	width: 20px;
	height: 65px;
	display: block;
}












