body {
	margin: 0px auto;
	text-align: center;
	font-family: Arial Unicode MS, Arial, Helvetica, sans-serif;
	background-color: transparent;
}

p { font-size: 10pt;  color: #666;  text-align: left;}

a {	color: #666666;	text-decoration: none;}

a:hover {color: #999999;	text-decoration: none;}

h1 { font-size: 12pt; color: #9F1B1B; text-align: left; font-weight: bold;}

h2 { color: #9F1B1B; font-weight: bold; font-size: 10pt; text-align:left; padding-left:0px; padding-top: 4px;}

th {font-size: 10pt;  color: #666; text-align: left;}

img {border:0px;}

hr {float:right; width:647px; height:2px; color:#9F1B1B;}

/*  =======    Cabecalho   ========  */
#cabecalho { width:776px; height: 100px; text-align:center; margin:0 auto;}
#biblio img {float:left; width:300px; height:48px; margin-top:20px; margin-left:30px;}
#unifesp img {float:right;  margin-right:10px;}

/*  =======    Caixa maior   ========  */
#main {
    width: 776px;
    overflow: hidden;
    text-align: center;
    margin: 0px auto;
    padding-bottom:10px;
}

/*  =======    Barra imagem  ========  */
#barra {
    width: 776px;
    height:4px;
    margin:0px auto;
    text-align: center;
    background: url(images/linha_base_periodicos2.gif) no-repeat;
}

/*  =======    Conteúdo lado direito  ========  */
#conteudo {
    float: right;
    width: 615px;
    overflow: hidden;
    text-align: justify;
}

/*  =======    Bloco lado esquerdo   ========  */
#bloco {
    float: left;
    width: 140px;
    display: block;
    padding:0px auto;
    margin: 0px auto;
}

#bloco ul {display: block; text-align:center; width: 140px; list-style-type:none; margin-left:0px; padding-left:0px;}
#bloco ul li {float:left;  text-align:right; color:#666; font-size:12px; width:45px; padding:0px auto; height:20px;  margin:1px auto; border:1px solid #E59930;}
#bloco ul li.titulo {width:90px; color:#9F1B1B; font-weight:normal; text-align:left;}

/*  =======    Menu horizontal   ========  */
#menu {width: 776px; height:18px; margin: 0px auto; text-align: center;}
#menu ul {float: right; text-align: center; margin: 0px auto; padding:0px; list-style-type: none;}
#menu ul li {float: left; width:120px; height:18px; font-weight: normal;            font-size: .8em; text-align: center; background: url(images/aba_menu3.gif) no-repeat 0 0; /*laranja*/}

#menu ul li a { display: block;  height:18px;  color: #FFF; text-decoration: none;
font-weight: normal; font-size: .8em; }

#menu ul li a:hover { text-decoration: none; background:url(images/aba_menu2.gif) 0 0;}

#menu ul li a:active { text-decoration: none;  font-size:.8em;}

#menu ul li a.artigos, #menu ul li a.livros, #menu ul li a.revistas, #menu ul li a.revistasbr {background:url(images/aba_menu2.gif) 0 0;}
             
/*  =======    Rodapé   ========  */
#rodape {
         width:776px;
         height:30px;
         text-align: center;
         margin:0px auto;
         padding:0px;
}
#left {
    width:256px;
    float: left;
    text-align: left;
    color: #666;
    font-size: 11px;
}

#right {
    width:256px;
    text-align: right;
    float: right;
    color: #666;
    font-size: 11px;
}

/*  =======    Estatistica   ========  */
#estat {
    width:620px;
    padding:0px auto;
    margin:0px auto;
    text-align:center;
	float:none;
    overflow: hidden;
}

#estat ul {display:inline; list-style-type:none; width:100%;}
#estat ul li {
    vertical-align: middle;
    float:left;
    text-align:right;
    color:#666;
    background:#fff;
    font-size:8pt;
    width:41px;
    padding:0px;
    height:20px;
    margin:0px;
    border:1px solid #CCC;
}

#estat ul li.titulo {color:white; font-weight:bold; text-align:center; background:#A52D2D;}/*meses*/
#estat ul li.ano    { color:black; background:#F2E3CE;}/*linha com valores totais*/
#estat ul li.tit_ano {width:600px; text-align:center; color:black; font-weight:bold; background:#F8EADA;}
/*celula  com o ano*/

/*  =======    Perfil do Usuario   ========  */
#perfil {
  	float:left;
  	display:block;
    width:350px;
    margin:0px auto;
    padding:0px auto;
    text-align:center;
}

#perfil ul {text-align:center; display:block; list-style-type:none;  width:340px;}
#perfil ul li {
         float:left;
         color:#666;
         width:105px;
         height:20px;
         font-size:12px;
         text-align:right;
         padding:0px auto;
         margin:0px auto;
         border:1px solid #ccc;
}

#perfil ul li.titulo { color:#A52D2D;  font-weight:bold;   text-align:center;}

/*  =======    teste  não utilizado  ========  */
#usuario dl {
    float:left;
    margin:0px auto;
}

#usuario dt {font-weight:bold; color:#666; font-size:12px; text-align:center; color:#A52D2D; margin:0px; width:90px;  height:20px; padding:0px;   border:1px solid #ccc;}
#usuario dd {font-weight:normal; font-size:12px;  margin:0px; text-align:right; padding:0px; width:90px; height:20px; border:1px solid #ccc;}


