
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, active, hover, selected {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    text-decoration: none;
}

ol,ul {
    list-style: none;
}
body {
	font-family: "Century Gothic", Verdana, Arial, Sans-Serif;
	font-size: 62.5%;
	background: #ffffff;
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0;
	behavior: url("csshover3.htc"); 
}

#topo h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size:36px;
	position: relative;
	margin: 0 auto;
	width: 950px;
	top: 0px;
}
#conteudo  h2,p{color:#115317; font-size: 150%;}
#conteudo h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	position: relative;
	margin: 0 auto;
	width: 950px;
	top: 20px;
	
}
#conteudo h2{font-size:16px;}
#conteudo p{font-size:12px;}

#topo {
	position: fixed;
	background: #009900;
	width: 100%;
	height: 50px;
	z-index:2;
}

#menu {
	margin-top:-15px;
	position: fixed;
	top: 50px;
	padding:0px;
	margin:0px;
	background: #E6E6E6;
	width: 210px;
	/*height: auto;*/
	height: 272px;
}




#content {
	position: absolute;
	top: 50px;
	left: 210px;
	margin:0px;
	background: #ffffff;
	padding-top:0px;
	
	/*padding-left: 6px;*/
	/*overflow:auto;*/
	/* NOVO */
	width: 69%;
	height: 120%; 
	
	overflow-y:scroll;
	scrollbar-arrow-color: blue;
	scrollbar- face-color: #e7e7e7;
	scrollbar-3dlight-color: #a0a0a0;
	scrollbar-darkshadow-color:#888888;
	
}


#footer {
	margin-top:20px;
	padding:2px;
	padding-bottom:2px;
	background: #E6E6E6;
	
	/* NOVO */
	
}
#footer p{
	color:#444;
	font-size:11px;
}
/* Lista de Atualizações */
#atualizacoes-list {
	width: 200px;
	float: left;
	list-style: none;
	margin: 0;
	
	padding: 0;
	font-size: 1.6em;
}
#atualizacoes-list li
{
	margin-top: 6px;
	clear: both;
	height: 2em;
}
#atualizacoes-list li a
{
	padding: 4px;
	float: left;
	display: block;
	text-decoration: none;
	color: #666;
	margin-bottom: 0;
	margin-right: 0;
}
#atualizacoes-list li:hover a,
#atualizacoes-list li a:hover
{

	background: #F8F8F8    !important;
	/*background: #006600 !important;*/
	/*display:block;*/
    height:auto !important;
    width:180px !important;
}

a.biblioteca {
 height:auto;
 display:block;
 text-decoration: none;
 color: #115317;
 font-size: 15px;
}

a.biblioteca:hover {
 height:auto;
 display:block;
 color: #fff;
 background-color:#009900;
 text-decoration: none;
}

a.fluxograma:hover {
 height:auto;
 display:block;
 color: #fff;
 background-color:#009900;
 text-decoration: none;
}

/* Horizontal Navigation */
#horizontal-navigation {
	top: 50px;
	position:  fixed;
	width: 200px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.7em;
}


/* CSS for each Parent Item */
#horizontal-navigation li
{
	clear: both;
	height: 2em;
	margin: 0;
	padding: 0;
}


#horizontal-navigation li a
{
	
	float: left;
	display: block;
	padding: 6px 2px 6px 6px;
	height:5px;
	text-decoration: none;
	color: #666;
	margin-bottom: 0;
	margin-right: 0;
}

/* 
Change background color and font color 
of parent items when mouse hover 
*/
#horizontal-navigation li:hover a,
#horizontal-navigation li a:hover
{
	background: #F8F8F8    !important;
	/*background: #006600 !important;*/
	/*display:block;*/
    height:auto !important;
    width:202px !important;
}




/* 
Applie to group of Child Items
Each Child Item will be invisible by default
*/
#horizontal-navigation ul {display: none;}

/* Each Child Item will be visible if mouse hover */
#horizontal-navigation li:hover ul {display: block;}

#horizontal-navigation ul
{
	list-style: none;
	float: left;
	margin: 0;
	padding: 4px 8px;	
}

#horizontal-navigation ul li
{
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	color: #999;
}


/* 
Reset and re style 
link of each child item
*/
#horizontal-navigation li:hover ul li a,
#horizontal-navigation ul li a
{
	display: inline;
	padding: 0 6px 0 0;
	float: none;
	text-transform: lowercase;
	color: #999;
	background: none;
	
}





/* Vertical Navigation */
#vertical-navigation { 
	list-style: none; 
	margin: 0; 
	padding: 0;
	font-size: 1.2em;
	float: right;
	position: relative}


/* CSS for each Parent Item */
#vertical-navigation li {float: left; position: relative;}

#vertical-navigation li a
{
	float: left;
	display: block;
	padding: 4px;
	text-decoration: none;
	color: #666;
	text-transform: uppercase;
	margin-right: 10px;
}

/* 
Change background color and font color 
of parent items when mouse hover 
*/
#vertical-navigation li:hover a,
#vertical-navigation li a:hover
{
	background: #999;
	color: #fff;	
}




/* 
Applie to group of Child Items
Each Child Item will be invisible by default
*/
#vertical-navigation ul {display: none;}

/* Each Child Item will be visible if mouse hover */
#vertical-navigation li:hover ul {display: block;}

#vertical-navigation ul
{
	float: none;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 1.8em;
	left: 0;
}

#vertical-navigation ul li
{
	float: none;
	clear: none;
	margin: 0;
	padding: 0;
	width: auto;
	color: #999;
}


/* 
Reset and re style 
link of each child item
*/
#vertical-navigation li:hover ul li a,
#vertical-navigation ul li a
{
	line-height: 200%;
	display: block;
	padding: 0 6px 0 0;
	float: none;
	text-transform: lowercase;
	color: #999;
	background: none;
}

#vertical-navigation li:hover ul li a:hover,
#vertical-navigation ul li a:hover
{
	background: none;
	color: #000;
}
.div_border{
padding-top: 8px;
padding-bottom: 8px;
}
.div_hover {
margin-bottom:7px;
margin-top:7px;
margin-left:7px;
margin-right:7px;
position:relative;
width:171px;
height:auto;
 
left:0%;
background-color:#E6E6E6; 
padding-left:5px;
padding-right:5px;
}
.div_hover a
{
	text-decoration: none;
	font-size:13px;
	text-align:center;
	display: block;
	float: none;
	color: #444;
	line-height:160%;
}
.div_hover p
{
	margin:0px;
	padding:0px;
	text-decoration: none;
	font-size:10px;
	text-align:center;
	color: #444;
	
}

.div_hover:hover { background-color : #F5F5F5; }


.div_border_importantes{
padding-top: 10px;
padding-bottom: 10px;
}
.div_hover_importantes {
margin-bottom:20px;
position:relative;
width:180px;
height:auto;
top:60px;
left:85%;
background-color:#E8E8E8; 
padding-left:8px;
padding-right:8px;
}
.div_hover_importantes a
{
	text-decoration: none;
	font-size:13px;
	text-align:center;
	display: block;
	float: none;
	color: #444;
}
.div_hover_importantes p
{
	margin:0px;
	padding:0px;
	text-decoration: none;
	font-size:10px;
	text-align:center;
	color: #444;
}
.div_hover_importantes:hover { background-color : #996600; /*009900;*/ }



.div_logos {
float:right;/*
background-color:#E8E8E8; */
}
.div_logos a
{
	text-decoration: none;
	font-size:13px;
	text-align:center;
	display: block;
	float: none;
}
.div_logos p
{
	margin:0px;
	padding:0px;
	text-decoration: none;
	font-size:10px;
	text-align:center;
	color: #444;
	
}
.div_logos:hover { background-color : #996600; /*009900;*/ }
