/* ---------------------------------------- GERAL ---------------------------------------- */
a {
	text-decoration: underline;
	color: #1b978f;
}
a:hover {
	text-decoration: none;
	color: #1b978f;
}
body {
	text-align: center;
	vertical-align: top;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #0F2944;
	font-size: 0.8em;
background: #ffffff;
	/*	background: #000000 url(../images/bg_geral.png) repeat-y center top; */
}
.siteContainer {
	text-align: left;
 	margin: 0 auto;
	overflow: hidden;
}
/*---------------------------------------- MENU ----------------------------------------*/
@font-face
{
font-family: myFirstFont;
src: url('../fonts/cifrabold.ttf');  
}
.menuContainer {
	float: left;
	width: 200px;
	height: 682px;
	color: #0093d0;

}
.menuContainer2 {
	float: left;
	width: 200px;
	height: 682px;
	background: url(../images/unnamed2.png) no-repeat;
	color: #0093d0;

}
.menu {
	font-family: myFirstFont;
	width: 200px;
	height: 0px;
	clear: both;
	margin-left: 0px;
	font-size: 0px;
	font-weight: bold;
}
.menu a {
	font-family: myFirstFont;
	color: #0093d0;
	text-decoration: none;
}
.menuSeleccionado {
		font-family: myFirstFont;
	width: 200px;
	height: 20px;
	clear: both;
	font-size: 18px;
	font-weight: bold;
	background: url(../images/setamenuseleccionado.png) no-repeat;
}
.menuSeleccionado a {
	font-family: myFirstFont;
	color: #69bfe7;
	text-decoration: none;
	margin-left: 17px;
}

.separadorMenu {
	width: 780px;
	padding: 20px 0;
	margin-left: 0px;
	background: url(../images/linha_azul.png) repeat-x center center; 
	clear: both;
}
}
.btnsMenuEsquerda {
	width: 111px;
	float: left;
	margin-left: 38px;
}
.btnRedesSociais {
	line-height: 0;
	width: 200px;
	clear: both;
	float: left;
	margin-top: 20px;
	margin-left: 17px;
/*	clear: both;  float: left; padding: 30px 100px 0px 38px; */
}


.fb-like {
	margin-top: 10px;
	margin-left: 17px;
	width: 137px;
	height: 20px;
	clear: both;
}
.copyrightAzul {
	clear: both;
	margin-top: 10px;
	margin-left: 17px;
	font-family: myFirstFont;
	font-size: 1em;

}
.menuEventos {
	line-height: 0;
	z-index: 2;
	position: relative;
}
.menuComunicacao {
	line-height: 0;
	z-index: 2;
	position: relative;
}
.menuMerchandising {
	line-height: 0;
	z-index: 2;
	position: relative;
}
.menuRecursosHumanos {
	line-height: 0;
	z-index: 2;
	position: relative;
}
.menuContactos {
	line-height: 0;
	z-index: 2;
	position: relative;
}
.linha {
	width: 100%;
	height: 5px;
	background:#0183ff;
	position: absolute;
	z-index: 0;
}
.linhaMarcada {
	width: 100%;
	height: 5px;
	background:#0183ff;
	position: absolute;
	z-index: 0;
}
.marcado {
	line-height: 0;
	z-index: 2;
}
#scrollBox {
	text-transform: uppercase;
	margin-left: 39px;
	font-size: 0.85em;
	width: 137px;
	height: 204px;
	overflow: hidden;
	clear: both;
}
#scrollBox ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#scrollBox ul li {
	margin: 5px 0 0 0;
	padding: 0;
	background-image: none;
}
#scrollBox ul li:first-child {
	margin: 0;
}
#scrollBox ul li a {
	text-decoration: none;
	color: #000000;
}
#scrollBox ul li a:hover {
	text-decoration: none;
	color: #000000;
	background: #0183ff;
}
#scrollBox ul li a.menuLateralMarcado {
	text-decoration: none;
	color: #000000;
	background: #0183ff;
}
#scrollBox ul li ul {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
}
#scrollBox ul li ul li {
	margin: 5px 0 0 0;
	padding: 0;
	background-image: none;
}
#scrollBox ul li ul li a {
	text-decoration: none;
	color: #000000;
	padding: 0 0 0 10px;
}
#scrollBox ul li ul li a:hover {
	text-decoration: none;
	color: #000000;
	background: url(../images/bullet_menulateral.png) no-repeat 0px 4px;
}
#scrollBox ul li ul li a.subMenuLateralMarcado {
	margin: 5px 0 0 0;
	padding: 0 0 0 10px;
	text-decoration: none;
	color: #000000;
	background: url(../images/bullet_menulateral.png) no-repeat 0px 4px;	
}
/*** SCROLLBAR - LIONBARS ***/
.lb-v-dummy {
width:100%;
display:block;
height:1px;
}
.lb-h-dummy {
height:100%;
display:block;
width:1px;
}
.lb-clear {
clear:both;
}
.lb-wrap {
z-index:0;
overflow:auto;
position:relative;
}
.lb-v-scrollbar {
z-index:1;
position:absolute;
right:2px;
top:2px;
width:3px;
height:100%;
background:#dedede;
border-radius:7px;
}
.lb-h-scrollbar {
z-index:1;
position:absolute;
bottom:2px;
left:2px;
width:100%;
height:7px;
background:#dedede;
border-radius:7px;
display: none;
}
.lb-v-scrollbar-slider {
position:absolute;
width:3px;
height:50px;
left:0;
top:0;
background:#979596;
border-radius:7px;
}
.lb-h-scrollbar-slider {
position:absolute;
height:7px;
width:50px;
left:0;
top:0;
background:#979596;
border-radius:7px;
}
/*---------------------------------------- CONTEUDOS ----------------------------------------*/
.conteudosContainer {
	float: right;
	width: 780px;
}
/* .separadorGeral {
	width: auto;
	padding: 10px 0;
 	background: url(../images/linha_preta.png) repeat-x center center; 
	clear: both;
}
.separadorGeral2 {
	width: auto;
	padding: 10px 0;
/* 	background: url(../images/linha_preta.png) repeat-x center center; /*
	clear: both;
}
/* *** GALERIAS *** */
.listClienteContainer {
	list-style-type: none;
	/* margin: 20px 0 0 0; CSH*/
	padding: 0;
	line-height: 0;
	width: 780px;
}

.listClienteContainer li {
	float: left;
	width: 156px;
	margin: 0;
	padding: 0;
	background: none;
}

.listClienteContainer2 {
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0;
	line-height: 0;
	width: 780px;
}

.listClienteContainer2 li {
	float: left;
	width: 156px;
	margin: 0;
	padding: 0;
	background: none;
}

/* *** LOJA *** */
.loja {
	clear: both;
	overflow: hidden;
	font-size: 0.9em;
	line-height: 1.7em;
}
.loja .imagens {
	margin: 0 0 20px -20px;
	clear: both;
}
.loja .esq {
	float: left;
	width: 370px;
}
.loja .dta {
	float: left;
	width: 370px;
	margin-left: 40px;
}
.candidaturaContainer {
	width: auto;
	text-align: left;
	padding: 10px;
	overflow: hidden;
	margin-left: 140px;
}
/* *** CONTACTOS *** */
.contactos {
	clear: both;
	overflow: hidden;
	width: 780px;
	margin: 0px 0 0 0px;
	line-height: 0;
}
.contactos {
	clear: both;
	overflow: hidden;
}

.mapa {
	clear: both;
	overflow: hidden;
	margin-left: 130px;
	margin-top: 100px;
	width:780px;
}
.separadorGeral {
	clear: both;
	overflow: hidden;
	margin-left: 180px;
	margin-top: 20px;
	width:780px;
}



