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

/*TAGS*/

geral {
	width:786px;	
	height:690px;
}

.segura{ height:580px !important;}

body{
	margin:0px auto;
	padding:0px;
}

/*FINAL TAGS*/

/*ESTADOS DE LINKS TOP*/

.links a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;

}

.links a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;

}


.links a:active{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF9900;
	text-decoration:none;

}

.links a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF9900;
	text-decoration:none;

}

.links2 a:link {
	font-family:verdana, "trebuchet MS", arial, calinbri;
	color:#000000;
	font-size:12px;
	
}

.links2 a:visited {
	font-family:verdana, "trebuchet MS", arial, calinbri;
	color:#000000;
	font-size:12px;
}

.links2 a:active {
	font-family:verdana, "trebuchet MS", arial, calinbri;
	color:#ff9900;
	font-size:12px;
}

.links2 a:hover {
	font-family:verdana, "trebuchet MS", arial, calinbri;
	color:#ff9900;
	font-size:12px;
}
/*FINAL ESTADOS DE LINKS TOP*/

/*FORMATAÇÃO DE TEXTO E TITULOS*/

.text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*FINAL FORMATAÇÃO DE TEXTO E TITULOS*/

/*DIVS E CLASS*/

.geral {
	width:980px;
}

#menu_top {
	width:781px;
	height:111px;
	background:url(../images/pf_top.png);
	background-repeat:no-repeat;
	float:left;

	
}

.caixa {
	width:786px;
	height:384px;
}

#menu {
	width:326px;
	height:384px;
	float:left;	
	background:url(../images/menu.png);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}

.conteudo {
	width:460px;
	height:384px;
	float:right;
	background:url(../images/conteudo.png);
	background-repeat:no-repeat;
}

#menu_botton {
	width:786px;
	height:85px;
	background:url(../images/pf_botton.png);
	background-repeat:no-repeat;
	float:left;
}

#espaco {
	width:194px;
	height:580px;
	background:url(../images/espaco.png);
	background-repeat:no-repeat;
	float:right;
}

.esq{
	float:left;
}

.dir {
	width:250px;
	float:right;
	vertical-align:top;	
}

.dir2 {
	width:250px;
	float:right;
	margin-top:25px;
}

.dir3 {
	width:252px;
	float:right;
	margin-top:35px;
	margin-left:10px;
}


.links{
	float:right;
	margin-top:70px;
	height:30px;
}

.links2 {
	display:list-item;
	padding-left:60px;
}


#status {
	width:784px;
	height:40px;
	border:solid 1px #999999;
	background:#302624;
	text-align:center;
	color:#FFFFFF;
	padding:3px 0px 4px 0px;
	margin-top:30px;
	float:left;
}



.text2 {
	font-family:verdana, "trebuchet MS", arial, calinbri;
	font-size:11px;
	text-align:justify;
	width:400px;
}

/*FINAL DIVS E CLASS*/


/*LISTA*/

li{
	list-style:none;
	display:inline;
	padding:0px 5px 0px 0px;
}


a:link{
	font-family:verdana, "trebuchet MS", arial, calinbri;
	color:#ff9900;
	font-size:12px;
	}
a:visited{
	font-family:verdana, "trebuchet MS", arial, calinbri;
	color:#ff9900;
	font-size:12px;
	}
a:active{
	font-family:verdana, "trebuchet MS", arial, calinbri;
	color:#ff9900;
	font-size:12px;
	}
a:hover{
	font-family:verdana, "trebuchet MS", arial, calinbri;
	color:#000000;
	font-size:12px;
	}




/*FINAL LISTA*/