@CHARSET "UTF-8";
/*-- FORMATACAO GERAL --*/
html, body, div, table, form, ul, li, h1, h2, h3, p, a, img {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: verdana, arial;
}
p { padding: 12px; }
html { background-color: #fff; }
body {
	background-color: #9c9d9f;
	font-size: 62.5%; /* Resets 1em to 10px */
	text-align: center;
}

/*-- ESQUELETO --*/
div#geral, div#superior, div#conteudo {
	position: relative;
}
div#geral {
	background: #9c9d9f url("/website/imagens/bg.png") repeat-y -90px 0px;
	margin: 0 auto 0 auto;
}
div#superior {
	background: #9c9d9f url("/website/imagens/top.png") no-repeat -90px 5px;
	height: 105px;
}
div#conteudo {
	background: transparent url("/website/imagens/top_degrade.png") no-repeat -90px 0px;
	color: #333333;
	font-size: 1.2em;
	padding-bottom: 20px;
}

/*-- LOGO's --*/
div#superior img {
	position: absolute;
	top: 20px;
	left: 230px;
}

/*-- GENERICS --*/
a, a:link, a:visited { color: #008da8; }
a:hover, a:active { color: #025468; }
h1 { font-size: 1.7em; }
h1 a, h1 a:link, h1 a:visited { color: #333333; font-weight: normal; }
.center { text-align: center; }
.right { text-align: right; }
.cx_alta { text-transform: uppercase; }
.dest_v { color: #008da8; }
.dest_l { color: #f48120; }
img.img_dest { margin: 20px 30px 0 30px; }

#termosUso {
	border: 1px solid black;
	border-right-color: #666666;
	border-bottom-color: #666666;
	margin: 2px;
	width: 570px;
	height: 305px;
}
