BODY {
	background-color: #f8f8f8;
	background-image: url('/html/images/fundo_branco.png');
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	background-position: 50% -10px;
	font-family: verdana,arial,sans-serif;
	font-size: 0.75em;
	color: #444;
}

H1 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 2em;
}

SPAN.red {
	color: red;
	vertical-align: super;
}

DIV.pagina {
	position: absolute;
	width: 900px;
	top: 0;
	left: 50%;
	margin-left: -450px;
	padding: 0;
}

DIV.topo {
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 126px;
	background-image: url('/html/images/fundo_topo.png');
	background-repeat: no-repeat;
	z-index: 20;
}

DIV.menu {
	position: absolute;
	top: 50px;
	left: 200px;
	z-index: 20;
}

DIV.borda {
	position: absolute;
	top: 160px;
	width: 900px;
}

DIV.lateral {
	position: absolute;
	left: 707px;
	top: 70px;
}

DIV.texto {
	position: absolute;
	top: 50px;
	width: 620px;
	margin: 20px 10px 40px 40px;
	padding-right: 30px;
	border-right: 1px solid #999;
}

DIV.rodape3 {
	position: absolute;
	margin: 4em 0 0 -40px;
	width: 900px;
	height: 50px;
	background-image: url('/html/images/rodape2.png');
	background-repeat: no-repeat;
	z-index: 20;
}

DIV.develop1 {
	width: 300px;
	top: 100px;
	left: 0px;
}

DIV.develop2 {
	position: absolute;
	left: 330px;
	top: 100px;
	width: 300px;
}

DIV.blue_box {
	margin-top: 2em;
	font-family: 'Open Sans',sans-serif; 
	background-color: #f2f5f7;
	padding: 18px;
	border: 1px solid #dddddd;
	border-radius: 6px;
	-moz-border-radius: 6px;
}

DIV.relevancia {
	text-align: justify;
}

DIV.divulgacao {
	text-align: justify;
}

DIV.fotos_mercados {
	position: absolute;
	top: 100px;
	left: 420px;
	width: 210px;
	float: right;
}

DIV.tabela {
}

DIV.social {
	position: absolute;
	top: 250px;
	left: -10px;
}
DIV.social2 {
	position: absolute;
	top: 250px;
	left: 50px;
}
DIV.social3 {
	position: absolute;
	top: 250px;
	left: 120px;
}

DIV.parceiros {
	position: absolute;
	top: 340px;
	left: -8px;
}

DIV.sub-menu-sistema {
	position: absolute;
	top: 16px;
	left: 5px;
	z-index: 15;
	display: none;
}

DIV.sub-menu-relevancia {
	position: absolute;
	top: 16px;
	left: 97px;
	z-index: 15;
	display: none;
}

DIV.sub-menu-mercados {
	position: absolute;
	top: 16px;
	left: 189px;
	z-index: 15;
	display: none;
}


textarea.text {
	resize: none;
	/*Para não redimensionar a textarea o google chrome*/
	/*outline:none;*/
}

DIV.form {
	position: absolute;
	color: #333;
	top: 30px;
	left: 10px;
	z-index: 31;
}

DIV.close {
	position: absolute;
	z-index: 60;
	left: 600px;
	top: 20px
}

DT {
	font-weight: bold;
	padding-top: 1em;
}

TD.thumb_v {
	text-align: center;
	vertical-align: top;
}

P.thumb_1 {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	height: 2em;
}
P.thumb_2 {
	text-align: center;
	font-size: 0.9em;
	font-weight: normal;
}

P.destaque {
	font-weight: bold;
	font-size: 1.1em;
}



A.azul:link {
	color: blue;
	text-decoration: none;
}
A.azul:visited {
	color: blue;
	text-decoration: none;
}
A.azul:hover {
	color: blue;
	text-decoration: underline;
}

A.branco:link {
	color: white;
	text-decoration: none
}
A.branco:visited {
	color: white;
	text-decoration: none
}
A.branco:hover {
	color: white;
	text-decoration: underline
}
