.noScreen{
	display: none;
}
:focus {
	outline: 0;
}

#ebc-header,
#ebc-header *{
	font-family: sans-serif;
	font-size: 11px;
	line-height: 1;
	font-weight: normal;
}
#ebc-header .outter{
	background: url("../images/bgTopo.png") repeat scroll 0 0 transparent;
	height: 31px;
}
#ebc-header h1,
#ebc-header h2{
	display: none;
}
#ebc-header .inner{
	width: 990px;
	margin-left:auto;
	margin-right:auto;
}

#ebc-header .inner .left{
	float:left;
}
#ebc-header .inner .right{
	float:right;
}

#ebc-header ul{
	color: #fff;
	margin: 0;
	padding: 0;
	float: left;
}
#ebc-header ul li{
	float: left;
	margin:0;
	padding:0;
	list-style: none;
	border-left: 1px solid #4B4E39;
	border-right: 1px solid #1C200C;
}
#ebc-header ul li a{
	color:#fff;
	text-decoration:none;
	display: block;
	padding:10px;
}
#ebc-header ul li a:hover{
	 background-color: #000;
}

#ebc-header ul.sitesPrincipais li.first{
	border-left:none;
}
#ebc-header ul.sitesPrincipais li.first a{
	background-image: url('../images/logoPortalEbc-n-32x26.png?v=20230801');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-left: 37px;
}
#ebc-header ul.sitesPrincipais li.rss a{
	background-image: url('../images/rss.png');
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	width: 11px;
	height: 11px;
	line-height: 999px;
	overflow: hidden;
}
#ebc-header ul.a11y{
    display: none;
}
#ebc-header ul.i18n li a{
	background: none repeat scroll 0 0 #2A3C4E;
}
#ebc-header ul.i18n li a:hover{
	background-color: #000;
}

#ebc-header ul.a11y li{
	border-right: none;
}
#ebc-header ul.a11y li a{
	padding: 10px;
}
#ebc-header ul.a11y li.first{
	border-left: none;
}
#ebc-header ul.acessoInformacao li a{
	background-image: url('../images/acessoInformacao.png');
	background-position: center center;
        background-repeat: no-repeat;
	display: block;
	width: 21px;
	height: 21px;
	line-height: 999px;
	overflow: hidden;
	padding: 5px;
}




#ebc-footer{
	background-color:#E0E0E0;
	*margin-top: 0px;
	font-family: sans-serif;
	height: 216px;
}
#ebc-footer *{
	font-weight: normal;
}
#ebc-footer .outer{
	margin:0 auto;
}
#ebc-footer .inner{
	margin-left:auto;
	margin-right:auto;
        border-top: 1px solid #000;
        height: 44px;
        background:#161616;
        background-image: linear-gradient(bottom, rgb(10,10,10) 0%, rgb(50,50,50) 100%);
        background-image: -o-linear-gradient(bottom, rgb(10,10,10) 0%, rgb(50,50,50) 100%);
        background-image: -o-linear-gradient(bottom, rgb(10,10,10) 0%, rgb(50,50,50) 100%);
        background-image: -moz-linear-gradient(bottom, rgb(10,10,10) 0%, rgb(50,50,50) 100%);
        background-image: -webkit-linear-gradient(bottom, rgb(10,10,10) 0%, rgb(50,50,50) 100%);
        background-image: -ms-linear-gradient(bottom, rgb(10,10,10) 0%, rgb(50,50,50) 100%);
}
#ebc-footer .inner ul.linksGerais{
	height: 44px;
	padding: 0;
	margin: 0 auto;
	width:820px;
}
#ebc-footer .inner ul.linksGerais li{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	float: left;
	text-align: center;
	width: 143px;
	background-image: url(../images/footerMenuBorder.png);
        background-repeat: no-repeat;
        background-position: 0 0;
}
#ebc-footer .inner ul.linksGerais li:first-child{
        background-image: none;
}
#ebc-footer .inner ul.linksGerais li a{
	color: #919191;
	display: block;
	padding: 12px 9px 17px 10px;
	height: 14px;
	text-decoration: none;
	margin-left: 1px;
}
#ebc-footer .inner ul.linksGerais li a:hover{
	 background-color: #333;
}



#ebc-footer .inner .info{
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#ebc-footer .inner .logo{
	float: left;
	width: 23%;
	padding-top: 45px;
	padding-left: 20px;
}
#ebc-footer .inner .logo a{
	width: 101px;
}

#ebc-footer .inner .institucional{
	font-size: 11px;
	line-height: 1.4em;
	text-shadow: 1px 0 #b6b6b6;
	color: #555;
	width: 32%;
	padding-top: 45px;
	padding-right: 20px;
}
#ebc-footer .inner .institucional a{
	color: black;
	text-decoration: none;
}
#ebc-footer .inner .institucional a:hover{
	color: #0066EE;
}
#ebc-footer .inner .institucional.left{
	position: absolute;
	left:200px;
}
#ebc-footer .inner .institucional.right{
	position: absolute;
	right: 0;
}

















