body
{
	background: #fff url(../content/images/bg/bg-abertura.jpg) repeat center center;
	font-family: Arial;
}

/* Sombra */

.bg-sombra
{
	position: fixed; top: 0;
	height: 100%;
	width: 380px;
}

.sombra-esquerda
{
	background: transparent url(../content/images/bg/bg-sombra-esquerda.png) repeat-y 0 0;
	left: 0;
}

.sombra-direita
{
	background: transparent url(../content/images/bg/bg-sombra-direita.png) repeat-y right 0;
	right: 0;
}

/* Abertura */

.abertura
{
	background: transparent url(../content/images/bg/bg-vetor.png) no-repeat center center;
	height: 700px;
	position: absolute;
	left: 50%; top: 50%;
	margin: -350px;
	text-align:center;
	width: 700px;
}

.logo
{
	padding: 220px 0 0;
}

.nav
{
	display: inline-block;
	*display: inline;
	*zoom: 1;	
	margin: 30px 0 0;
}

.nav li
{
	color: #00457c;
	font-size: 20px;
	font-weight: bold;
	float: left;
	line-height: 60px;
	margin: 0 15px 0 0;
}

.nav li.nb,
.nav li.nb a
{
	margin: 0;	
}

.nav li a
{
	color: #00457c;
	float: left;
	font-size: 20px;
	height: 63px;
	line-height: 63px;
	margin: 0 15px 0 0;
	width: 149px;
}

.nav li a:hover
{
	background: transparent url(../content/images/bt/bt-hover-abertura.png) no-repeat 0 0;
	text-decoration: none;	
}

.sites-regionais
{
	clear: both;
	margin: 25px 0;
}
	
.bt-sites-regionais
{
    background: url('../content/images/bt/bt-sites-regionais.png') no-repeat right center;
	color: #07467a;
	display: inline-block;
	font-size: 14px; 
	height: 35px;
	line-height: 35px;
	padding-right: 45px;
}