/*	ESTILOS DO TOPO	DO SITE: ANIMAÇÃO, LOGOTIPO, LOGIN E MENU GLOBAL	
	ESTILOS DO RODAPÉ DO SITE: ENDEREÇO DA PONTO DE APOIO E BANNER	*/

/*	ABAIXO, ESTILOS DO TOPO	*/

#topo{/*	DIV QUE ENGLOBA TODO O TOPO DO SITE	*/
position:relative;
width:732px;
text-align:center;
}
#animacao_topo{/*	DIV DA ANIMAÇÃO DO TOPO DO SITE	*/
width:732px;
margin:auto;
height:135px;
}
#logotipo_login{/*	DIV DO LOGOTIPO E DO LOGIN	*/
position:relative;
float:left;
width:732px;
}
#ok{
	left:900px;
	height:12px;
	width:21px;
	background-image:url(../botoes/ok.gif);
	background-position:center;
	background-repeat:no-repeat;
	margin:auto;
}
#logotipo_login h1{
background-image: url(../imagens/logo.jpg);
width:360px;
height:79px;
position:relative;
float:left;
left:180px;
margin-top:10px;
margin-bottom:10px;
cursor:hand;
}
span{
display:none;
}
#logotipo_login form{
position:relative;
float:right;
font-size:11px;
color:#fff;
line-height:20px;
text-align:center;
margin-top:10px;
margin-bottom:10px;
}
#logotipo_login form input{
margin-bottom:3px;
font-size:11px;
}
#menu_global{	/*	LISTA, MENU GLOBAL	*/
position:relative;
float:left;
width: 740px;
right:5px;
}
#menu_global li{
display:inline;
margin:0;
padding:0;
border:0;
list-style:none;
}
#login{
border:none 0;
width:150px;
}
/*	ABAIXO, ESTILOS DO RODAPÉ	*/

#rodape{	/*	DIV QUE ENGLOBA TODO O RODAPÉ	*/
width:732px;
margin:auto;
text-align:center;
}
#banner_rodape{	/*	DIV QUE ENGLOBA O BANNER	*/
width:732px;
margin:auto;
}
#endereco_ponto_de_apoio{	/*	ESTILO DO ENDEREÇO	*/
color:#fff;
width:732px;
text-align:center;
font-size:65%;
margin:10px 10px;
margin-left:0;
font-style:normal;
position:relative;
float:left;
}
