

#intro_focus {
	margin-bottom: 4em;
	visibility: hidden;
}


/* ___________________ imagem de fundo do intro_focus ___________________ */

#intro_focus img {
	width: 100%;
	height: auto;
}


/* ___________________ logotipo da WAD sobreposto à imagem ___________________ */

#logo_focus {
	position: absolute;
	z-index: 20;
	left: 10%;
}


/* ___________________ textos sobrepostos à imagem ___________________ */

#intro_focus .txt_focus {
	position: absolute;
	z-index: 10;
	width: 50%;
	right: 10%;
	text-align: right;
	letter-spacing: 0.0625em;
}
#intro_focus .txt_central {
	position: absolute;
	z-index: 10;
	width: 80%;
	right: 10%;
	text-align: left;
}


/* ___________________ Barra pontilhada e sobrepostos ___________________ */

#barra_intro_focus {
	position: absolute;
	z-index: 10;
	width: 100%;
	background-image: url(../imagens/fundos/ponto_ciz_padrao.gif);
	background-repeat: repeat;
}

#intro_focus .seta_sobre_barra {
	position: absolute;
	z-index: 20;
	left: 47.1%;
}

