/*Início - header geral */
/*Imagem de fundo conforme cada area*/
.header{
	height:126px;
	background:url(../img/header_home.jpg) 470px bottom no-repeat;
}
/*coluna da esquerda*/
.headerEsquerda{
	float:left;
	width:735px;
	border:solid 0px #000000;
	padding-top:15px;
}
/*Posicionamento do logo*/
.logoVivo{
	padding:0 0 0 30px;
	height:70px;
	line-height:70px;
}
/*Posicionamento do menu*/
.header .menu{
	margin:0 0 0 30px;
	padding:15px 0 0 0;
}
/*Zerando as margem do elemento UL*/
.menu ul{
	margin:0px;
	padding:0px;
}
/*Ajustando o elemento LI*/
.menu li{
	display:inline;
	float: left;
	margin-right:7px;
	padding-left:2px;
	list-style:none;
}
/* Imagem separador do menu */
.menu .separadorMenu{
	background:url(../img/separador.gif) right 1px no-repeat;
	padding-right:9px;
}

/*coluna da direita*/
.headerDireita{
	margin:0px;
	padding:0px;
	float:left;
	height:126px;
}
/*Posicionando o logo */
.logoGestao{
	margin:23px 0 0 0;
}
/*Caixa de infomacoes do usuario*/
.infoUsuario{
	display:inline-block;
	background:url(../img/ico_usuario.gif) left 3px no-repeat;
	padding:0 0 0 7px;
	margin:10px 0 0 -5px;
	float:left;
}
.infoUsuario .info{
	width:198px;
	float:none;
	margin:0;
}
.infoUsuario .info span{
	font-size:10px!important;	
}
.infoUsuario .info label{
	color:#013299;
	font-size:10px!important;	
}
.infoUsuario .botao{
	float:right;
	z-index: 103; 			/**** configurado para      ****/
	position: relative;		/**** deixar o botão 'Sair' ****/
	z-index:1998 !important;/**** sempre disponível     ****/
}
.infoUsuario .botaotrocar{
	padding-top:4px;
}

/*Barra*/
.barraHeader{
	background:url(../img/header_barra.gif) repeat-x;
	display:inline-block;
	height:33px;
	line-height:33px;
	margin:0px;
	padding:3px 0 0 0;
	text-align:right;
	width:100%;
}
/*Texto da barra*/
.barraHeader .buscar{
	background:url(../img/ico_lupa.gif) left center no-repeat;
	color:#FFFFFF;
	font-size:10px;	
	padding-left:10px;
	margin:0 10px 0 10px;
}
/*Select da barra*/
.barraHeader .select{
	margin:0px;
	padding:0px;
	vertical-align: middle;
}
/*Campo de input */
/* Borda lado esquerdo */
.barraHeader .input{
	background:url(../img/input_fundo_azul_esquerda.gif) left center no-repeat;
	padding:3px 0 3px 4px;
}
/* Borda lado direito */
.barraHeader .input input{
	background:url(../img/input_fundo_azul_direita.gif) right center no-repeat;
	border:0px;
	padding:3px 3px 3px 4px;	
}
/*posicionamento do botao de OK*/
.barraHeader .botao{
	margin:6px 10px 0 0;
	vertical-align:middle;
}
/*Seta para indicar onde usuario esta */
.setaMenu{
	background:url(../img/seta_menu.gif) no-repeat;
	width:24px;
	height:9px;
	position:absolute;
	display:none;
}
/*Final - header geral */



/*Inicio - rodape geral */
.rodape{
	height:67px;
	padding-top:10px;
}

.rodape .rodapeLeft{
	height:67px;
	background:url(../img/rodape_bg_left.jpg) no-repeat;
	width:39px;
}

.rodape .rodapeMiddle{
	height:67px;
	background:url(../img/rodape_bg_middle.jpg) repeat-x;
	width:896px;
}

.rodape .rodapeMiddle p{
	font-size:9px;
	color:#525252;
	text-align:left;
	margin-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

.rodape .rodapeRight{
	height:67px;
	background:url(../img/rodape_bg_right.jpg) no-repeat;
	width:39px;
}

.rodape .imagemEsquerda{
	background:url(../img/rodape_vivo_empresa.jpg) no-repeat;
	width:342px;
	height:13px;
	float:left;
}

.rodape .imagemDireita{
	background:url(../img/rodape_vivo_conexao.jpg) no-repeat;
	width:258px;
	height:13px;
	float:right;
}
/*Fim - rodape geral */


