@charset "utf-8";
/* CSS Document */

/* INSTRUÇÕES GERAIS ///////////////////////////////////////////////////////////////////////////////////*/

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

body{
	margin:0px;
	padding:0px;
	background-image:url(img/back_body.jpg);
	background-repeat:repeat-x;
}

img {border:0px;}


#index{
	background-image:url(img/back_index.jpg);
	background-repeat:repeat-x;
}

/* INSTRUÇÕES PARA TEXTOS E LINKS ///////////////////////////////////////////////////////////////////////*/


a:link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0099CC;
	text-decoration:none;
}

a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0099CC;
	text-decoration:none;
}

a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	text-decoration:none;
}

h2{
	width:100%;
	text-indent:38px;
	background-image:url(img/h2.jpg);
	background-repeat:no-repeat;
	font-family:'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666666;
	border-bottom:#FF9900 1px solid;
	margin-bottom: 25px;
	line-height: 34px;
}

h3{
	font-family:'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#067FC6;
	line-height: 28px;
	font-weight: bold;
	}

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

.caption{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	line-height: 28px;
	font-weight: bold;
	width:100%;
	background-color: #E9E9E9;
	text-indent: 5px;
	border-bottom: 1px solid #A3A3A3;
}



/* INSTRUÇÕES PARA O FORMS /////////////////////////////////////////////////////////////////////////////*/

input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:2px 2px;
	}

.campo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:3px 2px;
	border:#666666 1px solid;
	background-color:#F8F8F8;
}

.campo_focus{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:3px 2px;
	border: #0099CC 1px solid;
	background-color:#FFFFFF;
}


/* INSTRUÇÕES PARA O TOPO /////////////////////////////////////////////////////////////////////////////*/


#topo{
	width:774px;
	height:130px;
	margin:0 auto;
	background-image:url(img/back_topo.jpg);
	position: relative;
	}

h1 a{
	width:400px;
	height:130px;
	display: block;
	background-image:url(img/h1.jpg);
	position: absolute;
	text-indent: -3000px;
	overflow: hidden;
	top: 0px;
	left: 0px;
}

#controles{
	width:140px;
	height:60px;
	top:30px;
	right:12px;
	position:absolute;
}

#controles ul{
	list-style-type: none;
	margin:0px;

}

#controles ul li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
	background-image:url(img/icon_laranja.jpg);
	background-repeat:no-repeat;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-position: 128px 8px;
	padding-right: 20px;
	width: 120px;
	height: 20px;
	line-height: 20px;
}

#controles ul li a:hover{
	text-decoration: underline;
}



/* INSTRUÇÕES PARA O CONTEÚDO /////////////////////////////////////////////////////////////////////////////*/


#container{
	width:774px;
	position:relative;
	margin:0 auto;
	height: 450px;
	/*background-image: url(img/back_conteudo.jpg);*/
}

#container_interno{
	width:774px;
	position:relative;
	margin:0 auto;
	background-image: url(img/back_conteudo.jpg);
}

#menuprincipal{
	width:220px;
	height:250px;
	position: absolute;
	background-image: url(img/back_menu_index2.jpg);
	z-index: 5;
	padding-left: 4px;
	top: -22px;
}

#menuprincipal ul{
	list-style-type: none;
	margin:0 auto;

}

#menuprincipal ul li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
	display: block;
	color: #666666;
	text-decoration: none;
	width: 185px;
	height: 30px;
	line-height: 30px;
	background-image:url(img/menu.jpg);
	padding-right:30px;
	font-weight: bold;
}

#menuprincipal ul li a:hover{
	background-image:url(img/menu_hover.jpg);
}

#menuprincipal ul li a:active{
	background-image:url(img/menu_hover.jpg);
}

#flash{
	width:554px;
	height:210px;
	background-image:url(img/back_flash.jpg);
	background-position:right;
	background-repeat:repeat-y;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
}

#container_index{
	width:774px;
	height:230px;
	position: absolute;
	background-image: url(img/back_conteudo.jpg);
	top: 219px;
}

#conteudo_index{
	width:520px;
	height:200px;
	position: absolute;
	right: 16px;
	top: 16px;
}

#esquerda{
	width:224px;
	float:left;
	position: relative;
}


#menu{
	width:220px;
	height:250px;
	position: relative;
	background-image: url(img/back_menu.jpg);
	z-index: 5;
	padding-left: 4px;
	float: left;
}

#menu ul{
	list-style-type: none;
	margin:0 auto;

}

#menu ul li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
	display: block;
	color: #666666;
	text-decoration: none;
	width: 185px;
	height: 30px;
	line-height: 30px;
	background-image:url(img/menu.jpg);
	padding-right:30px;
	font-weight: bold;
}

#menu ul li a:hover{
	background-image:url(img/menu_hover.jpg);
}

#menu ul li a:active{
	background-image:url(img/menu_hover.jpg);
}

#links_interno{
	width:215px;
	height:200px;
	float:left;
	position: relative;
	left: 7px;
	margin-bottom: 20px;
}

#links_interno ul{
	list-style-type:none;
}

#links_interno ul li a{
	list-style-type:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	display: block;
	color: #99CC00;
	text-decoration: none;
	text-indent:-2000px;
	margin-bottom:5px;
}

#preconteudo{
	width:550px;
	height:32px;
	background-image:url(img/pre_conteudo.jpg);
	float: right;
}

#textual{
	width:500px;
	float:right;
	margin-top: 10px;
	right: 30px;
	position: relative;
}

#texto_index{
	width:270px;
	height:200px;
	float:left;
	line-height: 1.5;
}

#links_index{
	width:215px;
	height:200px;
	float:right;
}

#links_index ul{
	list-style-type:none;
}

#links_index ul li a{
	list-style-type:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	display: block;
	color: #99CC00;
	text-decoration: none;
	text-indent:-2000px;
	margin-bottom:5px;
}

#iframe_area{
	width: 530px;
	height: 430px;
	position: relative;
	float: right;
	right: 10px;

}

.area_restrita{
	width:213;
	height:58px;
	background-image:url(img/link_area_restrita.jpg);
	background-repeat:no-repeat;	
}

.area_restrita:hover{
	background-image:url(img/link_area_restrita_hover.jpg);
	background-repeat:no-repeat;	
}

.forum{
	width:213;
	height:58px;
	background-image:url(img/link_forum.jpg);
	background-repeat:no-repeat;	
}

.forum:hover{
	background-image:url(img/link_forum_hover.jpg);
	background-repeat:no-repeat;	
}

.portal_recof{
	width:213;
	height:75px;
	background-image:url(img/link_portal_recof.jpg);
	background-repeat:no-repeat;	
}

.portal_recof:hover{
	background-image:url(img/link_portal_recof_hover.jpg);
	background-repeat:no-repeat;	
}

.linha_impar{
	background-color:#E7F5FA;
	height:30px;
}

.linha_par{
	background-color:#FFFFFF;
	height:30px;
}

.item_mapa{
	background-image: url(img/seta.jpg);
	background-repeat:no-repeat;
	text-indent:12px;
	background-position: 0 8px;
	border-bottom: 1px solid #EEEEEE;
	line-height: 22px;
	width: 160px;
}


/* INSTRUÇÕES PARA O RODAPÉ /////////////////////////////////////////////////////////////////////////////*/

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

#rodape{
	width:768px;
	height:96px;
	margin:0 auto;
	background-image:url(img/back_rodape_int.jpg);
	position: relative;
	}
	
#rodape .copyright{
	width:400px;
	height:20px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 20px;
	top: 10px;
	left: 10px;
	}
	
#rodape .adress{
	width:400px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 14px;
	top: 35px;
	left: 10px;
	}
	
#rodape .avisolegal{
	width:100px;
	height:20px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 20px;
	top: 10px;
	right: 10px;
	text-align:right;
}

#rodape .avisolegal a:link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	text-decoration:none;
}

#rodape .avisolegal a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	text-decoration:none;
}

#rodape .avisolegal a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	text-decoration:underline;
}

	
#rodape .creditos{
	width:300px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 14px;
	bottom: 5px;
	right: 10px;
	text-align: right;
}

.clear{
	width:100%;
	clear:both;
}
