/* CSS Document */

@import url("common.css");
html, body {
	height:100%;
	text-align: left;
}
body {
	width:100%;
	min-width:449px;
	font-family: Arial, Helvetica, sans-serif;
	color:#5a5a5a;
	display:table;
	background-color:#e0e0e0;
	background-image: url(../images/fundo_geral.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
SPAN {
	display:none;
}
#principal {
	width:449px;	
	display:block;
	margin: 0 auto;
}
#tela-espera, #tela-espera-conteudo {
	width:449px;
	float:left;
}
#tela-espera-conteudo {
	height:357px;
}
#tela-espera-superior {
	background-image: url(../images/fundo-superior.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 38px;
	width: 449px;	
	display:block;
	float:left;
}
#tela-espera-esquerda {
	background-image: url(../images/fundo-esquerda.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 357px;
	width: 114px;
	display:block;
	float:left;
}
#tela-espera-conteudo-interior {
	float:left;
	width: 206px;	
}
#tela-espera-conteudo-interior H1 {
	float:left;
	width: 206px;
	height: 121px;
	background-image: url(../images/logotipo-fsk.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#tela-espera-direita {
	background-image: url(../images/fundo-direita.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 357px;
	width: 129px;
	display:block;
	float:left;
}
#tela-espera-conteudo-interior UL {
	float:left;
	list-style:none;
	width: 206px;
	height: 132px;
	background-image: url(../images/texto.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#tela-espera-conteudo-interior UL LI {
	display:none;
}
#tela-espera-endereco {
	background-image: url(../images/endereco.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 63px;
	width: 206px;	
	float:left;
}
#tela-espera-telefone {
	font-size: 1px;
	height: 18px;
	width: 206px;
	float:left;
}
#tela-espera-telefone A {
	font-size: 1px;
	background-image: url(../images/telefone.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 18px;
	width: 206px;
	display:block;
}
#tela-espera-contato {
	font-size: 1px;
	height: 24px;
	width: 206px;
	float:left;
}
#tela-espera-contato A {
	font-size: 1px;
	background-image: url(../images/contato.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 24px;
	width: 206px;
	display:block;
}
#tela-espera-inferior {
	background-image: url(../images/fundo-inferior.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 54px;
	width: 449px;
	display:block;
	float:left;
	*margin-top:-1px;
}