/* estilos_menu_fix.css
   Ajusta faixa, posicionamento, z-index e estados de submenu para replicar o layout de referência.
*/
body {
	background-color: #e1e4e4;
	background-image: url(img/bg_internas.gif);
	background-repeat: repeat-x;
	height: 100%;
    overflow: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

#topo {
	position: relative;
	width: 100%;
	height: 126px;
	margin-top: 0px;
	background-position: center;
	overflow: hidden;
	min-width: 990px;
	background-image: url(img/bg_topo.jpg);
}

#topo .container {
	height: 126px;
}

#logo {
	position: absolute;
	left: 34px;
	top: 4px;
}

#miolo_padrao {
    position: relative;
    width: 100%;
    background-position: center;
    min-width: 990px;
    margin-top: 30px;
    margin-bottom: 60px;    
}

#miolo_padrao_box {
    padding-top: 110px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    width: 910px;
    margin-left: 20px;
    background-color: #d0d2d2;
    background-image: url(img/bg_box.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    color: #7f4f65;
    font-family: gotham-light;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}

.logos {
  text-align: center;
}

#miolo_padrao .logos {
  display: block;
  text-align: center;
  overflow: hidden; /* evita colapso se houver float */
}

.container {
	position: relative;
	width: 990px;
	top: 0px;
	left: 50%;
	margin-left: -495px;
}

#faixa_cabecalho {
    position: absolute;
    height: 91px;
    background-image: url(img/faixa_cabecalho.png);
    background-repeat: no-repeat;
    background-position: left;
    left: 0px;
    top: 20px;
    font-family: gotham-light;
    color: #fff;
    font-size: 50px;
    line-height: 67px;
    padding-left: 60px;
    padding-right: 45px;
}

#rodape {
	position: relative;
	width: 100%;
	height: 100px;
	margin-top: 0px;
	background-position: center;
	background-color: #d0d2d2;
	overflow: hidden;
	min-width: 990px;
	background-image: url(img/bg_rodape.gif);
}


#rodape .container {
	height: 100px;
}

#logo_rodape {
	position: absolute;
	top: 51px;
	left: 20px;
}

#texto_rodape {
	position: absolute;
	left: 180px;
	top: 64px;
	line-height: 10px;
	color: #5f2641;
	font-family: gotham-light;
	font-size: 12px;
}