/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

body{
	margin:0px;
	padding:0px;
	background-image:url(img/back.jpg);
	background-repeat:repeat-x;
	background-color: #3566A0;
}

img{
	margin:0px;
	border:0px;
}

hr{
	border-color: #CCCCCC;
	border-style: dotted;
	border-width: 1px;
}

.espaco_img{margin:10px;}

.link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #0083AE;
	text-decoration:none;
}

.link:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #0083AE;
	text-decoration:none;
}

.link:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #8AAB27;
	text-decoration:none;
}

.link_tabela a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #335177;
	text-decoration:none;
	background-color:#B4CCDE;
	display:block;
	padding: 10px;
	width: 120px;
	height: 80px;
	background-image: url(img/back_linktabela.gif);
}

.link_tabela a:hover{
	color: #FFFFFF;
	text-decoration:none;
	background-color: #82ABC9;
	background-image: url(img/back_linktabela_hover.gif);
}

.link_tabela_adeh a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #335177;
	text-decoration:none;
	background-color:#B4CCDE;
	display:block;
	padding: 8px;
	width: 97%;
	height: 15px;
	line-height: 15px;
}

.link_tabela_adeh a:hover{
	color: #FFFFFF;
	text-decoration:none;
	background-color: #82ABC9;
}

.in_descricao{
	background-image:url(img/back_in.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}

.celula_descricao{
	background-image:url(img/back_descricaotabela.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.espacamento{line-height:16px;}

h2 {
	font-family:'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#2D588C;
	display: block;
	background-image: url(img/back_h2.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 24px;
	width: 100%;
}

h3 {
	font-family:'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#2D588C;
	background-repeat: no-repeat;
	background-position: right;
	margin: 0;
}

.texto_destaques a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#16679E;
	text-decoration: none;
}

.texto_destaques a:hover{
	color:#000000;
}

.legenda{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	text-decoration: none;
}

#home{
	background-image:url(img/back_home.jpg);
	background-repeat:repeat-x;
	background-color: #3566A0;
}

#home_topo{
	width:770px;
	height:350px;
	margin:5px auto 0px;
	background-image:url(img/back_home_topo.jpg);
	position: relative;
	background-position: right;
	background-repeat: no-repeat;
}

#home_topo h1{
	background-image:url(img/back_home_h1.jpg);
	width: 270px;
	height: 90px;
	display: block;
	text-indent: -2000px;
	position: absolute;
	right: 15px;
	top: 33px;
}

#home_topo #menu{
	width:220px;
	height:350px;
	position: absolute;
	background-image: url(img/back_home_menu.jpg);
	background-repeat: no-repeat;
	z-index: 10;
}

#home_topo #animacao{
	width:550px;
	height:200px;
	position: absolute;
	right: 0px;
	top: 135px;
	z-index: 5;
}

#home_conteudo{
	width:770px;
	margin:0px auto;
	background-image:url(img/back_home_conteudo.jpg);
	position: relative;
	background-position: right;
	background-repeat: repeat-y;
}

.tabela{
	width: 95%;
	position: relative;
	margin-left: 25px;
}

.tabela th{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	border-bottom:solid 3px #B0D31D;
	text-align: center;
	padding-bottom:3px;
	background-color: #096191;
	padding-top: 3px;
	background-image: url(img/back_home_destaques_titulo.jpg);
	background-repeat: no-repeat;
}

.destaques{
	background-image:url(img/back_home_destaques.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
}


#home_rodape_container{
	width:100%;
	height:80px;
	margin:0px auto;
	background-image:url(img/back_home_rodape_container.jpg);
	position: relative;
	background-repeat: repeat-x;
}

#home_rodape{
	width:770px;
	height:80px;
	margin:0px auto;
	background-image:url(img/back_home_rodape.jpg);
	position: relative;
	background-repeat: repeat-x;
}

address a{
	width: 330px;
	height: 23px;
	position: absolute;
	top: 25px;
	right: 10px;
	color:#93B7CE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style: normal;
	line-height: 23px;
	text-decoration:none;
	background-image: url(img/sfw.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

address a:hover{
	color:#D7E3EC;
	background-image: url(img/sfw_hover.jpg);
	background-position: right;
	background-repeat: no-repeat;
}


#rodape_container{
	width:100%;
	height:80px;
	margin:0px auto;
	background-image:url(img/back_home_rodape_container.jpg);
	position: relative;
	background-repeat: repeat-x;
}

#rodape{
	width:770px;
	height:80px;
	margin:0px auto;
	background-image:url(img/back_rodape.jpg);
	position: relative;
	background-repeat: repeat-x;
}

#topo{
	width:770px;
	height:47px;
	margin:0px auto;
	background-image:url(img/topo.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	position: relative;
}

#conteudo{
	width:770px;
	margin:0px auto;
	position: relative;
	background-image: url(img/back_textual.jpg);
	background-repeat: repeat-y;
	background-position:right;
}


#menu{
	width:210px;
	height:495px;
	float:left;
	position: relative;
	background-image: url(img/back_menu.jpg);
	z-index: 10;
}

#menu h1 a{
	background-image:url(img/h1.jpg);
	width: 195px;
	height: 100px;
	display: block;
	text-indent: -2000px;
	position: absolute;
	top: 20px;
	left: 10px;
	overflow: hidden;
}

#textual{
	width:490px;
	float:right;
	position: relative;
	/*	background-image: url(img/back_textual.jpg);
	background-repeat: repeat-y;*/
	padding: 10px 35px 30px;
	z-index: 1;
}

.clear{
	clear:both;
}

.homologadas{
background-image:url(img/celula_homologadas.gif);
background-repeat:no-repeat;
}
.homologadas:hover{
background-image:url(img/celula_homologadas_hover.gif);
background-repeat:no-repeat;
}














/*MENU INDEX MENU INDEX MENU INDEX MENU INDEX MENU INDEX MENU INDEX MENU INDEX MENU INDEX */

#menu_lista{
	width:190px;
	position:relative;
	/*height: 280px;*/
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-top: 28px;
}

#menu_lista ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 185px;	/*border-bottom: 1px solid #ccc;*/
	}

#menu_lista li {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
ul li ul {
	position: absolute;
	left: 180px;
	top: 0;
	display: none;
	/*border: 1px solid #EBEBEB;*/
	background-color:#F9F9F9;	/*border-bottom: 0;*/
}


#menu_lista ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding-bottom: 6px;
	padding-top: 6px;
	border-bottom: 1px solid #E8F4B5;
	width:100%;
	margin:0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	/*border-bottom: 0;*/
	background-image: url(img/seta_menu.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
	text-indent: 20px;
	}
	
#menu_lista ul li a:hover {
	display: block;
	text-decoration: none;
	/*border: 1px solid #ccc;*/
	/*border-bottom: 0;*/
	background-color: #AAC12A;
	color: #FFFFFF;
	padding-bottom: 6px;
	padding-top: 6px;
	background-image: url(img/seta_menu_hover.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
	}
	
#menu_lista ul li ul li a{
	background-color: #AAC12A;
	color: #FFFFFF;
	border-bottom: 1px solid #E8F4B5;	
	width:100%;
	background-image: url(none);
	text-indent: 8px;
	}
	
#menu_lista ul li ul li a:hover{
	background-color: #879922;
	color: #FFFFFF;
	border-bottom: 1px solid #E8F4B5;
	background-image: url(none);
	text-indent: 8px;
	}
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul ul, li.over ul ul { 
display:none; 
}

li:hover ul, li li:hover ul, li.over ul, li li.over ul { 
display: block; 
}

/*CLASSES ADICIONAIS*/

#menu_lista .mais_largo{
	width:270px;
}

#menu_lista .menos_largo{
width:100px;
}

#menu_lista .semborda{
border-bottom:0;
}

#menu_lista .sub{
	background-repeat: no-repeat;
	background-position: 96% 50%;
}

#menu_lista .sub:hover{
	background-repeat: no-repeat;
	background-position: 96% 50%;
}







/*MENU INTERNO MENU INTERNO MENU INTERNO MENU INTERNO MENU INTERNO MENU INTERNO MENU INTERNO */


#menu_interno{
	width:180px;
	position:relative;
	/*height: 280px;*/
	background-repeat: no-repeat;
	margin: 0 auto;
	top: 140px;
}

#menu_interno ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 180px;	/*border-bottom: 1px solid #ccc;*/
	}

#menu_interno li {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
ul li ul {
	position: absolute;
	left: 180px;
	top: 0;
	display: none;
	/*border: 1px solid #EBEBEB;*/
	background-color:#F9F9F9;	/*border-bottom: 0;*/
}


#menu_interno ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding-bottom: 6px;
	padding-top: 6px;
	border-bottom: 1px solid #7BA8C6;
	width:100%;
	margin:0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	/*border-bottom: 0;*/
	background-image: url(img/seta_menu_interno.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
	text-indent: 20px;
	}
	
#menu_interno ul li a:hover {
	display: block;
	text-decoration: none;
	/*border: 1px solid #ccc;*/
	/*border-bottom: 0;*/
	background-color: #416890;
	color: #FFFFFF;
	padding-bottom: 6px;
	padding-top: 6px;
	background-image: url(img/seta_menu_interno_hover.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
	}
	
#menu_interno ul li ul li a{
	background-color: #416890;
	color: #FFFFFF;
	border-bottom: 1px solid #7BA8C6;
	width:100%;
	background-image: url(none);
	text-indent: 8px;
	}
	
#menu_interno ul li ul li a:hover{
	background-color: #335271;
	color: #FFFFFF;
	border-bottom: 1px solid #7BA8C6;
	background-image: url(none);
	text-indent: 8px;
	}
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul ul, li.over ul ul { 
display:none; 
}

li:hover ul, li li:hover ul, li.over ul, li li.over ul { 
display: block; 
}

/*CLASSES ADICIONAIS*/

#menu_interno .mais_largo{
	width:270px;
}

#menu_interno .menos_largo{
width:100px;
}

#menu_interno .semborda{
border-bottom:0;
}

#menu_interno .sub{
	background-repeat: no-repeat;
	background-position: 96% 50%;
}

#menu_interno .sub:hover{
	background-repeat: no-repeat;
	background-position: 96% 50%;
}
