/* COMPOSIÇÃO */

/*** DIVs ***/

#faixa {
	width:100%;
	height:44px;
	position:absolute;
	top:180px;
	left:0px;
	background-image:url(../img/faixa_roxo.png);
	background-repeat:repeat-x;
	z-index:1;
}

#sub_bt_esquerda {
	width:10px;
	height:31px;
	background-image:url(../img/bt_sub_esquerda_roxo.png);
	background-repeat:no-repeat;
	float:left;
}

#sub_bt_meio {
	height:19px;
	background-image:url(../img/bt_sub_meio_roxo.png);
	background-repeat:repeat-x;
	padding-top:12px;
	float:left;
}

#sub_bt_direita {
	width:10px;
	height:31px;
	background-image:url(../img/bt_sub_direita_roxo.png);
	background-repeat:no-repeat;
	float:left;
}

#sub_bt_hover_esquerda {
	width:10px;
	height:31px;
	background-image:url(../img/bt_sub_hover_esquerda_roxo.png);
	background-repeat:no-repeat;
	float:left;
}

#sub_bt_hover_meio {
	height:19px;
	background-image:url(../img/bt_sub_hover_meio_roxo.png);
	background-repeat:repeat-x;
	padding-top:12px;
	float:left;
}

#sub_bt_hover_direita {
	width:10px;
	height:31px;
	background-image:url(../img/bt_sub_hover_direita_roxo.png);
	background-repeat:no-repeat;
	float:left;
}

#mapa_faixa {
	position:absolute;
	width:897px;
	height:22px;
	top:29px;
	left:1px;
	background-image:url(../img/box_topo_roxo.jpg);
	background-repeat:repeat-x;
	padding:17px 20px 16px 20px;
	z-index:11;
}

#box_faixa {
	position:absolute;
	width:622px;
	height:22px;
	top:29px;
	left:1px;
	background-image:url(../img/box_topo_roxo.jpg);
	background-repeat:repeat-x;
	padding:17px 20px 16px 20px;
	z-index:11;
}

#box_submenu_faixa {
	position:absolute;
	width:662px;
	height:5px;
	top:79px;
	left:1px;
	background-image:url(../img/bt_sub_hover_meio_roxo.png);
	background-repeat:repeat-x;
	z-index:12;
}

#scrollh_anterior {
	float:left;
	width:30px;
	height:18px;
	background-image:url(../img/box_scrollh_anterior_roxo.png);
	background-position:right;
	background-repeat:no-repeat;
}

#scrollh_separador {
	float:left;
	width:9px;
	height:18px;
	background-image:url(../img/box_separador_horizontal_roxo.png);
	background-position:center;
	background-repeat:repeat-x;
}

#scrollh_proximo {
	float:left;
	width:30px;
	height:18px;
	background-image:url(../img/box_scrollh_proximo_roxo.png);
	background-position:left;
	background-repeat:no-repeat;
}

#maisfotos {
	text-align:center;
	width:80px;
	height:16px;
	padding-left:20px;
	padding-top:2px;
	background-image:url(../img/box_maisfotos_roxo.png);
	background-repeat:no-repeat;
}



/*** FONTES ***/

.trebuchet_12_titulo_box {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#604679; 
	font-weight:bold;
}