@charset "iso-8859-1";
/* CSS Document */

body{
	position:relative;
	text-align:center;
	margin:0px;
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}
#box{
	margin:auto;
	text-align:left;
	width:1000px;
	height:860px;
	background-color:#FFF;
}
.top{
	width:1000px;
	height:39px;
	background-image:url(img/top.gif);
	background-repeat:no-repeat;
	float:left
}
.logomarca{
	width:180px;
	height:60px;
	background-color:#FFF;
	float:left
}
.menu{
	width:820px;
	height:60px;
	float:left;
	text-align:right;
	background-color:#FFF;
}
.icones{
	float:left;
	height:44px;
	text-align:center;
}
.barra_up{
	width:1000px;
	height:26px;
	background-image:url(img/barra_up.gif);
	background-repeat:no-repeat;
	float:left
}
.seta_esq{
	width:45px;
	height:470px;
	background-color:#FFF;
	float:left
}
.corpo{
	width:910px;
	height:470px;
	float:left;
	background-color:#FFF;
	text-align:center;
}
.seta_dir{
	width:45px;
	height:470px;
	background-color:#FFF;
	float:left;
}
.barra_down{
	width:1000px;
	height:21px;
	background-image:url(img/barra_down.gif);
	background-repeat:no-repeat;
	float:left
}
.corpo_down{
	width:1000px;
	height:130px;
	background-color:#FFF;
	float:left
}
.rodape{
	width:1000px;
	height:114px;
	background-image:url(img/rodape.gif);
	background-repeat:no-repeat;
	float:left;
	text-align:center;
	font-size:9px;
}
.menu a{
        font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
        color:#696969;
        font-size:14px;
        text-decoration:none;
		padding-top:10px;
		padding-bottom:6px;
        width:auto;
        display:inline;
		position:relative;
		top:1px;
    }
		.menu a:hover{
			text-decoration:none;
			color:#E60000;
    }
		.menu a:active{
			text-decoration:none;
			color:#E60000;
			background-color:transparent;
    }
#ativo{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#E60000;
	font-size:14px;
	text-decoration:none;
	padding-top:10px;
	padding-bottom:6px;
	width:auto;
	display:inline;
	position:relative;
	top:1px;
    }
h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#E60000;
	font-weight:300;
}	
.fonte_body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#696969;
	font-size:15px
}
.fonte_body2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#E60000;
	font-size:17px;
}
.fonte_body3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#363636;
	font-size:17px;
}
.fonte_body4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#696969;
	font-size:14px
}
.fonte_body4red {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#E60000;
	font-size:14px
}
.fonte_body4black {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#363636;
	font-size:14px
}
.fonte_body5 {
	font-family: Arial, Helvetica, sans-serif;
	color:#696969;
	font-size:14px
}

.fonte_body6 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#363636;
	font-size:14px
}

.texto{
	position:relative;
}
.fonte_rodape1 a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #999;
	text-decoration:none;
}
		.fonte_rodape1 a:hover{
			color: #999;
			font-size:13px;
			text-decoration:underline;
			background-color:transparent;
	}
.fonte_rodape2 {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size:13px;
}
a{
	text-decoration:none;
}
.fontebotao{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:400;
	color:#666;
}
.font1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:400;
	color:#696969;
}
.font2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#E60000;
}
.font3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:400;
	color:#666;
}
.font6{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:400;
	color:#666;
}
a{
	text-decoration:none;
	color:#E60000;
}
	a:hover{
		color:#666;
		text-decoration:underline;
	}

/* BARRA DE ROLAGEM */
::-webkit-scrollbar-thumb:vertical {
background: #CCC; /*Cor da barrinha que se move*/
border: 1px solid #E8E8E8; /*Coloque borda se quiser*/
height:25px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}
/*** Rolagem da Horizontal da Página***/
::-webkit-scrollbar-thumb:horizontal {
background-color:#999; /*Cor da barrinha que se move*/
border: 1px solid #E8E8E8; /*Coloque borda se quiser*/
height:25px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}
/*** Parte fixa da rolagem (fundo que não se move) ***/
::-webkit-scrollbar {
height:10px;
width:10px; /*Largura da barra de rolagem*/
background: #fff; /*Cor da parte fixa, que fica no fundo*/
border: 0px solid #FBFBFB; /*Coloque borda se quiser*/
}
