.open>.dropdown-menu {
	background: #ebebeb;
}

.open>.dropdown-menu>.active>a {
	background: #ebebeb !important;
}

.open>.dropdown-menu>.active>a:hover {
	background: #004182 !important;
	color: #FFF !important;

}

.active-trail>.dropdown-menu>.active>a:hover {
	background: #004182 !important;
	color: #FFF !important;

}

.dropdown-menu>.active>a {
	background: #FFF;
	color: #004182;
}



  body { background: url("../img/padra1.png"); }

  h3 {color: #026026; font-family: 'geometr415_lt_btlite';}
  h4 {font-family: 'geometr415_lt_btlite';}
  h5 {font-family: 'geometr415_lt_btlite';}

  p {font-family: 'geometr415_lt_btlite';}

  strong {font-family: 'geometr415_lt_btlite'; }

  /* TABLE SETTINGS */

  .table {
  	font-family: 'geometr415_lt_btlite';
  }

  ul li {font-family: 'geometr415_lt_btlite';}

  dl dt {font-family: 'geometr415_lt_btlite'; font-size: 16px;}

  dl dd {
  	font-family: 'geometr415_lt_btlite';
  }

  .table>tbody>tr>td {
  	border: 1px solid #004183;
  }

  .table>tbody>tr>th {
  	background: #C6D8F3;
  	border: 1px solid #004183;
  	text-align: center;
  }

  /* END TABLE */

  .icdra-header {background: #FFF; border-bottom: 4px solid #554132; }
  .icdra-header .logo-icdra {position: relative; z-index: 999}
  .icdra-header h3 {
  	font-family: 'geometr415_lt_btlite';
	font-size: 23px;
	color: #004182;
	font-weight: normal;
	}
  .icdra-header h6 {
  	font-family: 'geometr415_lt_btlite';
	font-size: 18px;
	color: #505050;
	font-weight: normal;
	padding-top: 2px;
  }
  .icdra-header .titulo-data {
  	padding-top: 20px;
	text-align: right;
  }
  .main-container {background: #FFF}
  .icdra-footer {
  	background: #ebebeb;
  	border-bottom: 5px solid #004182;
  	height: 80px;
	padding-top: 20px;
  }

  /* NAV */

nav{
	float: left;
	display: inline-block;
	width: 100%;
	background: #ebebeb;

}

nav .menu{
	font-family: 'geometr415_lt_btlite';
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
	padding: 0px 10px 0px 25px;
	
}

nav .menu li{
	float: left;
	position: relative;
	display: block;
	text-transform: capitalize;
	font-size: 16px;
	margin-right: 5px;
	font-family: 'geometr415_lt_btlite';

}

.caret { display: none}

nav .menu li a{
	color: #004182;
	text-decoration: none;
	display: block;
	background: #ebebeb;
	padding: 5px 10px 5px 6px;
	font-size: 16px;
	font-family: 'geometr415_lt_btlite';
}

nav .menu .dropdown span.dropdown-toggle {
	display: block;
	cursor: pointer;
	color: #004182;
}

nav .menu li span.nolink {
	display: block;
	cursor: pointer;
	color: #004182;
	padding: 5px 8px 5px 6px;
}	

.menu li ul{
	display:none;
}

.menu li a:hover{
	background:#004182;
	color:#FFF;
}

nav .menu .dropdown span:hover {
	background: #004182;
	color: #FFF;
}

.menu li:hover ul{
	display: block;
	position: absolute;
	z-index: 1000;
	padding: 0;
	background: none;
	top: 30px;
}

.menu li:hover li{
	float:none;
	font-size:12px;
	width:136px;
	width: 100%;
}

