/* Estrutura principal */

body {
    font-family: tahoma, verdana, helvetica, arial, sans-serif;
    font-size: 11px;
    text-align: center;
	margin:0px 0px;
	padding: 0px 0px;
  }


html, #wrapper, h1 {
    margin: 0px;
    padding: 0px;
  }


img {
    border: 0px;
  }

.issn {
 height:15px;
 background:#D0A522;
 text-align:center;
 font-weight:bold;
}

.issn1 {
 background:#f1e1d8;
 text-align:center;
 font-weight:bold;
}

.pesquisa {
 margin-bottom:5px;
 text-align:right;
 margin-left:10px;
 padding-left:10px;
 padding-top:10px;
}

#telalogin {
 text-align:left;
 margin-left:18px;
 padding-left:18px;
 padding-top:17px;

}


#wrapper {
    margin-top:0px;
    margin:auto;
    text-align: left;
    width: 808px;
    position: relative;
  }

#topo {
 width:100%;
 height:106px;
 background: url("/site/revista/images/topo_revista.jpg")  top no-repeat;
}

#divmenu {
float:left;
 width:218px;
 /*height:443px;*/
 background: url("../images/fundo_menu.jpg")  top repeat;
}

#topomenu {
 float:left;
 background: url("../images/lateral.jpg")  top no-repeat;
}

#fimmenu {
 width:218px;
 height:192px;
 float:left;
 background: url("../images/fim_menu.jpg")  bottom no-repeat;
}

/* MENU */
#current ul {
 text-align:left;
 font-weight:bold;
 padding-right:30px;
 padding-top:30px;
 width:100%;
 
}

#current li {
	width:100%;
	list-style: none;
	margin: 3px;
	padding: 2px;
    /*padding: 0px 0px 0px 5px;*/
}

#current li a {
    color:#FFFFFF;
}

/* FIM MENU */

#rodape {
	float:left;
	width:100%;
	height:102px;
	text-align:center;
        padding: 7px 0px 0px 0px;
	background-repeat: repeat-x;
}

/* Conteudo */

#conteudo {
    float: left;
    margin-left: 5px;
    width: 580px;
    padding-top: 3px;
    /*margin-right: 8px;*/
  }

p.titulo {
 margin-top:10px;
 font-size:20px;
 font-family:sans-serif;
 height:30px;


}

p.texto {
 text-align:justify;
}

/* Fim conteudo */

#principal {
 width:100%;
}




a {
 text-decoration:none;
 color:#131D33;
}

a:hover {
 text-decoration:underline;
 color:#992438;
}

a.noticiaurl {
 text-decoration:none;
 color:#131D33;
}

a.noticiaurl:hover {
 text-decoration:underline;
 color:#5881B6;
}


label {
    display: block;
    float: left;
    width: 150px;
    text-align: right;
    padding-right: 6px;
  }

textarea:focus, input:focus {
	border: 1px solid #9be!important;
	color: #27D !important;
	background-color: #F0F4FF !important;
}


label.inline {
    display: inline;
    float: none;
  }

td.menurev {
 text-align:center;
 background:#FFE8A9;
}

td.menurev:hover {
 background:#FFD284;
}

td {
  
 border-bottom:1px solid #CBD0CD;
}

.tabelaLista {
 width:100%;
 border: 1px solid #CBD0CD !important;
}


input, textarea {
    padding: 2px 1px;
    border: 1px solid #CBD0CD !important;
    background-color: #F9F9F9 !important;
    color: #666 !important;
  }

.corpo p {
 text-align:justify;
}







