@charset "utf-8";
/* CSS Document */

#estrutura {
	position			: absolute;
	top					: 0px;
	left				: 0px;
	width				: 100%;
}

.topo {
	height				: 122px;
	width				: 100%;
	background-color	: #2a166c;
	background-image	: URL(img/layout/NOVO/top_left.jpg);
	background-repeat	: no-repeat;
}

.topo IMG {
	float				: left;
}

.banner_topo {
	 float				: right;
	 position			: relative;
	 right				: 24px;
	 top				: 13px;
}

#menu_estrutura {
	height				: 50px;
	width				: 100%;
	background-color	: #2a166c;
	background-image	: URL(img/layout/NOVO/menu_fundo2.jpg);
	background-repeat	: repeat-x;
}

#menu{
	height				: 50px;
	width				: 36px;
	background-image	: URL(img/layout/NOVO/canto_sup_left2.jpg);
	background-repeat	: no-repeat;
	float				: left;
}

#conteudo_menu {
	position			: absolute;
	left				: 36px;
	top					: 130px;
	width				: 94%;
	height				: 43px;
}

.fim_menu {
	height				: 50px;
	width				: 43px;
	background-image	: URL(img/layout/NOVO/canto_sup_right2.jpg);
	float				: right;
}

#conteudo {
	position			: relative;
	left				: 37px;
	width				: 94%;

}

.topo_conteudo {
	height				: 29px;
	width				: 100%;
	background-image	: URL(img/layout/NOVO/fundo2.jpg);
	background-repeat	: repeat-x;
}

.canto_sup_left {
	height				: 29px;
	width				: 36px;
	background-image	: URL(img/layout/NOVO/canto_left2.jpg);
	float				: left;
}

.canto_sup_right {
	height				: 29px;
	width				: 36px;
	background-image	: URL(img/layout/NOVO/canto_right2.jpg);
	float				: right;
}

.left {
	height				: 100%;
	width				: 100%;
	background-image	: URL(img/layout/NOVO/left.jpg);
	background-repeat	: repeat-y;
	background-position	: 0px 0px;
}

.right {
	height				: 100%;
	width				: 100%;
	background-image	: URL(img/layout/NOVO/right2.jpg);
	background-repeat	: repeat-y;
	background-position	: right top;
}

.fundo_conteudo {
	height				: 31px;
	width				: 100%;
	background-image	: URL(img/layout/NOVO/baixo2.jpg);
	background-repeat	: repeat-x;
}

.fundo_cont_left {
	height				: 31px;
	width				: 41px;
	background-image	: URL(img/layout/NOVO/canto_inf_left2.jpg);
	float				: left;
}

.fundo_cont_right {
	height				: 31px;
	width				: 36px;
	background-image	: URL(img/layout/NOVO/canto_inf_right2.jpg);
	float				: right;
}

