html, body
{
	background-image:url(../imgs/master/bg-repeat.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	line-height:14px;
	height:100%;
}

.tudo
{
	margin:0px;
	padding:0px;
	background-image:url(../imgs/master/bg-geral.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	min-height:100%;
	position:relative;
}

* html .tudo {height:100%;}

p{margin:0px;padding:0px;}

/* Bloco Geral ----------------------------- */
.tudo .geral
{
	position:relative;
	margin:0 auto;
	width:730px;
	display:block;
	clear:both;
}

/* Bloco Geral - Topo ----------------------------- */
.tudo .geral .topo
{
	height:158px;
}

.tudo .geral .topo .esquerda
{
	width:250px;
	float:left;
}

.tudo .geral .topo .direita
{
	width:179px;
	float:right;
	margin-top:48px;
}

.tudo .geral .topo .direita a
{
	font-weight:bold;
	color:#FFFFFF;
	background-image:url(../imgs/master/marcador.jpg);
	background-repeat:no-repeat;
	background-position:2px 4px;
	padding-left:12px;
}

.tudo .geral .topo .direita a:hover
{
	text-decoration:underline;
}

.tudo .geral .topo .direita input.digite
{
	background-color:transparent;
	border:none;
	margin-left:5px;
	float:left;
	width:146px;
	*width:146px;
	_width:143px;
	margin-right:4px;
	padding-top:12px;
}

.tudo .geral .topo .direita input.buscar
{
	margin:0px;
	padding:0px;
	width:22px;
	height:19px;
	display:block;
	padding-top:10px;
}

.tudo .geral .topo .direita a.fale
{
	margin-right:14px;
	margin-top:7px;
	display:block;
	float:left;
}

.tudo .geral .topo .direita a.localiza
{
	margin-top:7px;
	display:block;
	float:right;
}
.tudo .geral .topo .direita a.language-ingles
{
	background-image:url(../imgs/master/bandeira-ingles.jpg);
	background-repeat:no-repeat;
	background-position:45px bottom;
	margin:0px;
	padding:0px;
	display:block;
	font-size:9px;
	font-weight:normal;
	margin-top:18px;
	*margin-top:28px;
	margin-left:111px;
}

.tudo .geral .topo .direita a:hover.language-ingles
{
	background-image:url(../imgs/master/bandeira-ingles-ovr.jpg);
}

.tudo .geral .topo .direita a.language-portugues
{
	background-image:url(../imgs/master/bandeira-portugues.jpg);
	background-repeat:no-repeat;
	background-position:45px bottom;
	margin:0px;
	padding:0px;
	display:block;
	font-size:9px;
	font-weight:normal;
	margin-top:18px;
	*margin-top:28px;
	margin-left:111px;
}

.tudo .geral .topo .direita a:hover.language-portugues
{
	background-image:url(../imgs/master/bandeira-portugues-ovr.jpg);
}

/* Bloco Geral - Conteúdo ----------------------------- */
.tudo .geral .conteudo
{
	display:block;
	clear:both;
}

/* Bloco Geral - Left ----------------------------- */
.tudo .geral .conteudo .left
{
	width:215px;
	float:left;
	padding-bottom:76px;
}

.tudo .geral .conteudo .left h2
{
	margin-top:3px;
	margin-bottom:20px;
}

.tudo .geral .conteudo .left ul
{
	margin:0px;
	padding:0px;
	width:215px;
}

.tudo .geral .conteudo .left ul li
{
	margin:0px;
	padding:0px;
	width:215px;
	float:left;
	margin-bottom:22px;
}
.tudo .geral .conteudo .left ul li img
{
	margin:0px;
	padding:0px;
	float:left;
}

/* Bloco Geral - Right ----------------------------- */
.tudo .geral .conteudo .right
{
	width:480px;
	float:right;
	padding-bottom:76px;
}
/* Bloco Rodapé ----------------------------- */
.tudo .rodape
{
	background-image:url(../imgs/master/bkg-rodape.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	height:66px;
	width:100%;
	position:absolute;
	bottom:0;
	text-align:center;
}

.tudo .rodape p
{
	margin-top:19px;
}

.tudo .rodape p .bold
{
	font-weight:bold;
}

.right h1
{
	margin-top:14px;
}

