/* secoes */

@import "home.css";
@import "contato.css";
@import "edicoes.css";

/* HTML , BODY */
* {
  text-decoration: none;
}

html , body
{

     width:100%;
     height:100%;
}

html
{
    background:#000  url('../img/geral/fundo.jpg') repeat-x top left;
}

div#geral
{
         position:relative;
         width:950px;
         height:100%;
         mini-height:100%;
         margin:0 auto;
         z-index: 1;
}

/*TOPO*/

div#topo
{
        width:auto;
        margin:0;
        padding:0;
        margin-top:50px;
        height:120px;
        z-index: 1;
        
}
/* MENU */

div#logo
{
        position: relative;
        float:left;
        width:120px;
        z-index: 1;
        
}

div#menu
{
        position: relative;
        float: right;
        margin-top:30px;
        z-index: 1;
}

div#menu_esquerda
{
                 position: relative;
                 width:20px;
                 background: url('../img/geral/fundo_menu.png');
                 height:60px;
                 float:left;
                 z-index: 1;
                 
}

div#menu_direita
{
                 position: relative;
                 width:20px;
                 background: url('../img/geral/fundo_menu.png');
                 background-position: right;
                 height:60px;
                 float:left;
                 z-index: 1;

}
div#menu_centro
{
               float: left;
               width: 780px;
               background: url('../img/geral/fundo_menu_centro.png');
               height:60px;
               text-align: center;
               z-index: 1;

}

div#menu_nav ul
{
                list-style:none;
                padding:0;
                margin:0 auto;
                margin-top:5px;

}

div#menu_nav ul li
{
                display: inline;

}
.separar_botao
{
              width:3px;
              height:23px;
              float: left;
              padding-top:12px;

}



div#menu_nav ul li a:link , div#menu_nav ul li a:visited
{
                position: relative;
                margin:0;
                float: left;
                display: block;
                height:50px;
                text-decoration: none;
                font:14px "Din-Light" verdana;
                color: #fff;
                padding:0;
                padding-left: 10px;
                padding-right: 10px;
                line-height:45px;
                text-transform: uppercase;
}

div#menu_nav ul li a:hover
{
                /*background:#000;
                filter:alpha(opacity=25);
                -moz-opacity:.25;
                opacity:.25;*/
                color:#000;
}

/* select */

#seleciona_idioma
{
                 position: relative;
                 margin-top:5px;
                 text-align:center;
                 margin-right:0;
}

#seleciona_idioma option
{
                 display: block;
                 margin:0;
                 height: 16px;
                 padding-top:5px;
                 padding-bottom:5px;
                 text-align:left;
                 position: relative;
                 padding-left: 40px;
}

#titulo_escolha_lang
{
                     /*padding: .4em 1em .4em 20px;*/
                     padding:10px;
                     position: relative;

}

#titulo_escolha_lang span.ui-icon
{
                     margin: 0 5px 0 0;
                     position: absolute;
                     left: .2em;
                     top: 50%;
                     margin-top: -8px;
}

#titulo_escolha_lang img
{
                     margin: 0 15px 0 0;
                     position: absolute;
                     left: .5em;
                     margin-top: -8px;

}

div#lista_idioma
{
                position: relative;

}
div#lista_idioma ul {

                 padding: 0;
                 margin: 0;
                 list-style: none;
                 width:200px;
                 margin-top: 10px;


}
div#lista_idioma ul li {
                 padding: 10px;
                 z-index: 100;
}
div#lista_idioma li ul
{
                 display: none;
                 position: absolute;
                 left: -2em;
                 margin-top: 5px;
}

div#lista_idioma li > ul
{
	             top: 27px;
	             left: 0px;

}
div#lista_idioma li:hover ul { display: block; cursor: pointer; }

div#lista_idioma li:hover ul, div#lista_idioma li.over ul{ display: block; }


.titulo_idioma
{
              color:#fff;
              font:12px Verdana;
              bottom:0;
              height:25px;
              line-height:25px;
}

/* FIM DO SELECT */

/* conteudo */
div#conteudo
{
	position: relative;
	z-index: 0;

}



/* rodape */

div#rodape
{
          padding-top: 10px;
          text-align: right;
          height:60px;
}
