article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display: block;
}
/* ---- Gebo Admin eastern blue theme ---- */

    .navbar-inner {
        background: #000E25;
		/*background: -moz-linear-gradient(top, #37b0c9 0%, #1294af 100%);*/
		background: -moz-linear-gradient(top, #000E25 0%, #000E25 100%);
		
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000E25), color-stop(100%,#000E25));
		background: -webkit-linear-gradient(top, #000E25 0%,#000E25 100%);
		background: -o-linear-gradient(top, #000E25 0%,#000E25 100%);
		background: -ms-linear-gradient(top, #000E25 0%,#000E25 100%);
		background: linear-gradient(top, #000E25 0%,#000E25 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000E25', endColorstr='#000E25',GradientType=0 );
    }
    .navbar .nav > li > a {
       
		/*nuevo*/
		padding: 2px 44px;
		color: #FFFFFF;
		font-family: 'antartida_roundedmedium';		
		/*font-family: 'source_code_proregular';*/
		font-size: 14px;
    }
    .navbar .nav > li:hover > a {
        color:#fff;
    }
    .navbar .nav .active > a, .navbar .nav .active > a:hover {
        background: #0f7a90;
    }
    .navbar .divider-vertical {
        background-color:#0f7a90;
        border-color:#15aece;
    }
    .dropdown-menu li > a:hover, .dropdown-menu .active > a,
	.dropdown-menu .active > a:hover,
    .nav-list > .active > a, .nav-list > .active > a:hover {
        background: #000E25 !important;
    }
	.ui-menu .ui-menu-item a.ui-state-hover,
    .ui-menu .ui-menu-item a.ui-state-active {
        background: #000E25 !important;
        border-color:#000E25 !important;
    }

	.table thead th {background-color:#eaf5f8 !important}
	.dataTables_wrapper th.sorting_asc,.dataTables_wrapper th.sorting_desc {background-color:#d1e9f0 !important}
	
