* {
	border: none;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	list-style: none;
}
html {
	background-image: url(../images/general/fundo_xy.gif);
	height: 100%;
}
body {
	background: url(../images/general/fundo_x.gif) repeat-x;
	margin: 0;
	padding: 0;
	height: 100%;
	color: #626262;
}
#estrutura {
	width: 960px;
	position: relative;
	margin: 0 auto;
}
#topo {
	width: 960px;
	height: 109px;
	position: relative;
}
#idioma {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 167px;
	height: 17px;
	background: url(../images/general/lang_background.gif) no-repeat;
}
#idioma a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}
#idioma a:hover {
	text-decoration: underline;
}
#miolo {
	width: 960px;
	position: relative;
	background: #ffffff url(../images/general/interna_fundo.gif) no-repeat;
}
#rodape {
	clear: both;
	width: 960px;
	height: 60px;
	position: relative;
	background-color: #e6e6e6;
	border-top: 1px dotted #4a4a4a;
	text-align: center;
}
.bt_underline {
	text-decoration: none;
}
.bt_underline:hover {
	text-decoration: underline;
}
.bt_fundo1 {
	text-decoration: none;
}
.bt_fundo1:hover {
	background-color: #f0f0f0;
}
.bt_thumb {
	cursor: pointer;
	padding: 3px;
	text-decoration: none;
}
.bt_thumb:hover {
	background-color: #fba94b;
}
