/* base do layout */

/* seletor universal - zerando os valores padrão */
*
{
margin:0;
padding:0;
border:0;
}

body
{
margin:0 auto;
text-align:center;
font-size:62.5%;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333;
background:url(../Imagens/bg.gif) repeat-x;
}

.clear
{
clear:both;
}

.topo, .anchorLink
{
display:none;
}

.imgEsquerda
{
float:left;
margin:0 10px 0 0;
}

.imgDireita
{
float:right;
margin:0 0 0 10px;
}

a
{
font-weight:bold;
color:#c30;
}

a:hover
{
text-decoration:none;
}

hr
{
border:1px solid #bfd4f3;
margin-bottom:15px;
}

h1, h2, h3, h4, h5, h6
{
margin:0 0 0.6em 0;
font-family:"Times New Roman", Times, serif;
font-size:2.6em;
line-height:1em;
font-style:italic;
color:#c30;
}

p, address
{
font-style:normal;
margin:0 0 1.4em 0;
font-size:1.2em;
line-height:1.3em;
}

#wrapper
{
margin:49px auto 0 auto;
width:760px;
background:url(../Imagens/bg_conteudo.jpg) no-repeat;
}

#header
{
position:relative;
width:740px;
margin:0 auto;
height:136px;
}

#header h1
{
position:absolute;
top:30px;
left:30px;
width:153px;
height:72px;
margin:0;
text-indent:-90000px;
}

#header h1 a
{
display:block;
width:153px;
height:72px;
text-decoration:none;
background:url(../Imagens/logo.gif) no-repeat;
}

#header h1 a:hover
{
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity:0.5;
opacity:0.5;
}

/* Rodapé */
#footer
{
position:relative;
clear:both;
height:70px;
padding-top:25px;
margin:0 auto;
color:#666;
text-align:center;
border-top:1px solid #fecc4e;
}

/* Créditos */
.creditos
{
	position:absolute;
	top:39px;
	right:93px;
	width:19px;
	height:15px;
	text-indent:-90000px;
}

.creditos a
{
width:18px;
height:12px;
display:block;
background:url(../Imagens/3.gif) no-repeat;
}

/* Créditos1 */
.creditos1
{
	position:absolute;
	top:522px;
	right:474px;
	width:116px;
	height:15px;
	text-indent:-90000px;
}

.creditos1 a
{
width:110px;
height:65px;
display:block;
background:url(../Imagens/parceiro_onslink.gif) no-repeat;
}

/* Créditos2 */
.creditos2
{
	position:absolute;
	top:-482px;
	right:468px;
	width:147px;
	height:15px;
	text-indent:-90000px;
}

.creditos2 a
{
width:145px;
height:90px;
display:block;
background:url(../Imagens/parceiro_onslink.gif) no-repeat;
}

/* Tabelas */
table
{
width:100%;
margin:0 0 1.4em 0;
font-size:1.1em;
}

table caption
{
display:none;
}

table th, table td
{
padding:5px;
}

table th
{
background:#c0d3f2;
}

table td
{
border-bottom:1px solid #c0d3f2;
}
