/*** ESTRUTURA PRINCIPAL ***/
#principal {
	position: relative;
	width: 780px;
	height: auto;
	font-family: Tahoma, Geneva, sans-serif;
	color: #006;
	margin: 20px auto 0;
}

#radio {
	width: 780px;
	height: 50px;
	text-align: center;
}


#cabecalho {
	width: 780px;
	height: 100px;
}

#cabecalho ul#idiomas {
	width: 126px;
	height: 20px;
	float: right;
}

#cabecalho ul#idiomas li {
	float: left;
	margin: 0 10px;
}


#conteudo {
	width: 780px;
	height: auto !important;
	padding-bottom: 55px;
	display: table;
}

#rodape {
	width: 780px;
	height: 50px;
	position: absolute;
	bottom: 0;
	background: url(../imagens/barra_rodape.png) no-repeat top;
	padding-top: 5px;
}

#rodape address {
	font-size: 13px;
	text-align: center;
	margin-bottom: 5px;
}

#rodape address.creditos {
	font-size: 11px;
}

.left {
	float: left;
	margin: 5px 5px 20px 0;
	clear: both;
}

.right {
	float: right;
	margin: 5px 5px 20px 5px;
	overflow: hidden;
}

/*** Saudação ***/
#saudacao {
	width: 780px;
	height: 22px;
	margin: 0 auto;
}

#saudacao span{
	float: left;
	font-size: 12px;
}

#saudacao strong {
	font-size: 12px;
}

#saudacao .chamadaNoticias {
	width: 95px;
	height: 22px;
	float: right;
}

#saudacao .chamadaNoticias a {
	margin: 0 5px;
	text-decoration: none;
	color: #006;
	font-weight: bold;
	position: relative;
	cursor: pointer;
}


#saudacao .chamadaNoticias sup {
	position: absolute;
	background: red;
	top: -65px;
	left: -235px;
	background: url(../imagens/balaoNoticias.png) no-repeat;
	color: #FFF;
	display: block;
	width: 276px;
	height: 64px;
	padding: 8px;
	display: none;
}

#saudacao .chamadaNoticias a:hover sup{
	display: block;
}	


#saudacao p {
	color: #FFF;	
}

#banner {
	width: 600px;
	height: 350px;
	margin: 0 auto 30px;
}

ul#redesSociais {
	width: 525px;
	height: 16px;
	margin: 0 auto 15px;
}

ul#redesSociais li {
	float: left;
	margin: 0 10px;
}


/*** Componentes do Cabeçalho***/
#cabecalho h1.logoBlue {
	background: url(../imagens/logoBlueComunicacao_redondo.jpg) no-repeat;
	width: 62px;
	height: 62px;
	float: left;
	text-indent: -9999px;
}

#cabecalho h1.logoBlue a {
	width: 62px;
	height: 62px;
	display: block;
}

/*** Textos ***/
#conteudo strong {
	font-size: 14px;	
}

#conteudo p {
	text-align: justify;
	padding: 5px 10px;	
}

#conteudo p a {
	text-decoration: none;
	color: #006;
	font-weight: bold;
}

#conteudo p a:hover {
	text-decoration: underline;
}

#conteudo h1 {
	margin-left: 10px;
	padding: 0;
	text-indent: -9999px;
}

#conteudo h2 {
	color:#000066;
	font-family:Verdana,Geneva,sans-serif;
	font-size:14px;
	margin-bottom:5px;
	margin-left:10px;
	margin-top:20px;	
}

#conteudo h1.aBlue {
	background: url(../imagens/titulos/ablue.gif) no-repeat;
}

#conteudo h1.principios {
	background: url(../imagens/titulos/principios.gif) no-repeat;
}

#conteudo h1.valores {
	background: url(../imagens/titulos/valores.gif) no-repeat;
}

#conteudo h1.etica {
	background: url(../imagens/titulos/etica.gif) no-repeat;
}

#conteudo h1.referencias {
	background: url(../imagens/titulos/referencias.gif) no-repeat;
}

#conteudo h1.osBlues {
	background: url(../imagens/titulos/blues.gif) no-repeat;
}

#conteudo h1.fale {
	background: url(../imagens/titulos/faleconosco.gif) no-repeat;
}

#conteudo h1.trabalhe {
	background: url(../imagens/titulos/trabalheconosco.gif) no-repeat;	
}

#conteudo h1.twentySeven {
	background: url(../imagens/titulos/27andMore.gif) no-repeat;	
}

#conteudo h1.prMidia {
	background: url(../imagens/titulos/prMidia.gif) no-repeat;	
}

#conteudo h1.bBooks {
	background: url(../imagens/titulos/bBooks.gif) no-repeat;	
}

#conteudo h1.megaHub {
	background: url(../imagens/titulos/megaHub.gif) no-repeat;	
}

#conteudo h1.bluE {
	background: url(../imagens/titulos/bluE.gif) no-repeat;	
}

#conteudo h1.noticias {
	background: url(../imagens/titulos/noticias.gif) no-repeat;	
}

/*** Galeria de Referências **/

ul.referencias {
	margin: 0 auto 20px; 
	padding: 10px;
	width: 680px;
	height:auto;
}
ul.referencias li {
	padding: 10px;
	float: left;
	position: relative;
	width: 150px;
	height: 150px;
}
ul.referencias li img {
	width: 150px;
	height: 150px;
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; 
	top: 0;
	-ms-interpolation-mode: bicubic; 
}
ul.referencias li img.hover {
	background: url(../imagens/referencias/thumb_bg.png) no-repeat center center;
	border: none;
}


