/* --- >>> TOPO <<< --- */
#topo {
	background:url(../img/bg/bg_topo_01.jpg) repeat-x top center;
}
#topo > .nivel2 {
	background:url(../img/bg/bg_topo_02.jpg) no-repeat top center;
}
#topo > .nivel2 > .nivel3 {
	clear:both;
	overflow:hidden;
	width:978px;
	margin:0px auto;
	
	height:60px;
}
/* --- >>> TOPO <<< --- */



/* --- >>> TOPO - SITE ANTIGO <<< --- */
.siteAntigo #topoNovo {
	background:url(../img/bg/bg_topo_01.jpg) repeat-x top center;
}
.siteAntigo #topoNovo > .nivel2 {
	background:url(../img/bg/bg_topo_02.jpg) no-repeat top center;
}
.siteAntigo #topoNovo > .nivel2 > .nivel3 {
	clear:both;
	overflow:hidden;
	width:978px;
	margin:0px auto;
	
	height:60px;
}
/* --- >>> TOPO - SITE ANTIGO <<< --- */



/* --- >>> MENU TOPO <<< --- */
.widget_menuTopo {
	height:40px;
	background:url(../img/bg/bg_menuTopo_01.png) no-repeat top center;
	margin:10px 0px;
	padding:0px 0px;
	position:absolute;
	z-index:1000;
	overflow:visible !important;
}
.widget_menuTopo ul {
	list-style:none;
}
.widget_menuTopo .nivel1 {
	width:978px;
}
.widget_menuTopo .nivel2 {
	display:none;
}
.widget_menuTopo .grupo {
	float:left;
	height:40px;
	position:relative;
}
.widget_menuTopo .nomeGrupo {
	display:none;
}
.widget_menuTopo .linkGrupo {
	display:block;
	padding:10px 0px;
	margin:1px 0px;
	text-decoration:none;
}
.widget_menuTopo .linkGrupo span {
	display:block;
	font-family:'Ubuntu Condensed', sans-serif;
	font-size:16px;
	color:#FFF;
	border-left:1px solid #00b2d1;
	padding:0px 15px;
	background:none;
}
.widget_menuTopo .grupo:first-child .linkGrupo span {
	border:none;
}
.widget_menuTopo .composto .linkGrupo span {
	padding:0px 23px 0px 15px;
	background:url(../img/elem/seta_azul_01.gif) no-repeat right 10px;
}

.widget_menuTopo .grupo:hover .linkGrupo {
	border-bottom:1px solid #FFF;
}
.widget_menuTopo .grupo:hover .linkGrupo span {
	color:#b4e5ee;
}

.widget_menuTopo .composto:hover {
	background:#ebebeb;
	border-radius:5px 5px 0px 0px;
}
.widget_menuTopo .composto:hover .submenu {
	display:block;
}
.widget_menuTopo .composto:hover .linkGrupo {
	border-bottom:none;
}
.widget_menuTopo .composto:hover .linkGrupo span {
	color:#002d66;
	border-left-color:#ebebeb;
	background:url(../img/elem/seta_verde_01.gif) no-repeat right 10px;
}

.widget_menuTopo .destaque {
	background:#419ed1;
	border-radius:5px 5px 5px 0px;
	float:right;
}
.widget_menuTopo .destaque span {
	border:none;
}
.widget_menuTopo .destaque:hover {
	background:#6fc1ea;
}
.widget_menuTopo .destaque:hover .linkGrupo {
	border:none;
}
.widget_menuTopo .destaque:hover .linkGrupo span {
	color:#FFF;
}



.widget_menuTopo .submenu {
	display:none;
	position:absolute;
	background:#ebebeb;
	padding:12px 15px 12px;
	top:40px;
	z-index:300;
	border-bottom:3px solid #c3c3c3;
}
.widget_menuTopo .esquerdo .submenu {
	left:0px;
	border-radius:0px 5px 5px 5px;
}
.widget_menuTopo .direito .submenu {
	right:0px;
	border-radius:5px 0px 5px 5px;
}
.widget_menuTopo .submenu {
	min-width:150px;
}
.widget_menuTopo .submenu li a {
	display:block;
	padding:0px;
	text-decoration:none;
}
.widget_menuTopo .submenu li a span {
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#002d66 !important;
	white-space:nowrap;
	padding:0px 10px;
	line-height:20px;
	margin:0px;
	background:url(../img/elem/seta_verde_02.gif) no-repeat left 7px !important;
	border:none !important;
	cursor:pointer;
}
.widget_menuTopo .submenu li a:hover {
	background:#dfdfdf;
}

.widget_menuTopo .submenu .subitem a span {
	padding:0px 10px 0px 10px;
	margin-left:15px;
	color:#0057b1 !important;
}

.widget_menuTopo .submenu .separador {
	margin-top:3px;
	padding-top:3px;
	border-top:1px dotted #AAA;
}
/* --- >>> MENU TOPO <<< --- */



/* --- >>> BUSCA <<< --- */
.widget_busca {
	position:absolute;
	margin:-50px 0px 0px 756px;
}
.widget_busca input.gsc-input,
.widget_busca input[type="text"] {
	width:180px;
	border:0px;
	border-right:none;
	border-radius:5px 0px 0px 5px;
	padding:5px;
	height:15px;
	font-size:11px;
	color:#777;

	background-image: none !important;
}

.widget_busca input.gsc-search-button,
.widget_busca input[type="submit"] {
	width:32px;
	height:25px;
	border:none;
	background:url(../img/elem/bt_busca_01.png) no-repeat;
	cursor:pointer;
	vertical-align:top;
	*margin-top:1px;

	text-indent: -99999px;
	margin-left: 0;
}



.widget_busca table.gsc-search-box td.gsc-input{
	padding-right: 0;
}

.widget_busca table{
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 0px;
	width: auto;
}

.widget_busca form{
	margin-bottom: 0px;
	width: auto;
}

.widget_busca td.gsc-search-button{
	width: auto;
}

.widget_busca td.gsc-clear-button{
	display: none;
}

/* --- >>> BUSCA <<< --- */