/* seletor universal */
*
{
margin:0;
padding:0;
border:0;
}

/* itens globais */
body
{
margin:0 auto;
text-align:center;
font-size:62.5%;
font-family:Arial, Helvetica, sans-serif;
color:#fff;
background:#07275c url(../Imagens/bg.jpg) center top no-repeat;
}

.topo
{
display:none;
}

.clear
{
clear:both;
}

.imgLeft
{
float:left;
margin:0 10px 0 0;
}

.imgRight
{
float:right;
margin:0 0 0 10px;
}

a img
{
border:1px solid #f7e20b;
display:block;
}

a:hover img
{
filter:alpha(opacity=40);
-moz-opacity:0.4;
-khtml-opacity:0.4;
opacity:0.4;
}

hr
{
height:1px;	
background:#39527d;
margin-bottom:1.8em;
}

h2 em
{
font-weight:normal;
font-size:0.9em;
}

.subtitulo
{
font-size:1.7em;
}

.subtitulo em
{
font-size:0.8em;
font-weight:normal;
color:#fff;
} 

a
{
color:#f7e20b;
}

a:hover
{
text-decoration:none;
}

h2, h3, h4, h5, h6
{
font-size:2.2em;
color:#f7e20b;
margin:0 0 0.5em 0;
}

p
{
font-size:1.2em;
margin:0 0 1.5em 0;
line-height:1.4em;
}

/* header */
#header
{
position:relative;
margin:20px auto 0 auto;
width:720px;
height:90px;
background:url(../Imagens/header_divider.gif) 198px 0 repeat-y;
}

#header h1
{
position:absolute;
left:0;
top:-4px;
text-indent:-90000px;
width:138px;
height:80px;
}

#header h1 a
{
display:block;
width:138px;
height:80px;
background:url(../Imagens/logo.jpg) no-repeat;
text-decoration:none;
}

#header h1 a:hover
{
filter:alpha(opacity=60);
-moz-opacity:0.6;
-khtml-opacity:0.6;
opacity:0.6;
}

/* rodapé */
#footer
{
margin:0 auto;
width:720px;
clear:both;
border-top:1px solid #39527d;
padding:30px 0;
}

#footer p
{
margin:0;
}