
//h1, h2, h3, h4, h5, h6{font-size:100%;}

p{
font-size:1.3em;
line-height:1.8em;
margin-bottom:10px;
color:#000;
}

a{text-decoration:none; color:#000; font-size:1.2em;}



ul{
list-style:none;
padding-left:15px;
}

.abas li{
float:left;
border:1px solid #ccc;
border-bottom:0; margin-right:5px;
padding:10px;
border-top-left-radius:3px;
border-top-right-radius:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
-webkit-border-radius-topleft:3px;
-webkit-border-radius-topright:3px;
}

.abas li:hover{
box-shadow:0 -2px 3px #DFDFDF;
-moz-box-shadow:0 -2px 3px #DFDFDF;
-webkit-box-shadow:0 -2px 3px #DFDFDF;
font-weight:bold;
border-color:#c0c0c0;
}

.ativo{
background:#416640;
border-color:#333;
}

.ativo a{
color:#fff;
font-weight:bold;
//text-shadow:0 0 5px #999;
}

#noticia{
position:relative;
width:1000px;
height:770px;
clear:both;
border:1px solid #ccc;
-moz-box-shadow:0 -1px 3px #ccc;
text-align:justify;
padding-left:10px;
padding-right:6px;

-webkit-box-shadow: 1px 1px 2px #000000;
-moz-box-shadow: 1px 1px 2px #000000;

//border-radius: 0px 0px 10px 0px;
}

#textoaba{
position:relative;
width: 980px;
height:760px;

text-align:justify;
padding-left:10px;
padding-right:6px;

color:#000;
font-size:14px;

line-height:1.8em;
margin-bottom:10px;

overflow: auto;

}


#noticia div{
display:none;
//overflow:auto;
}