@charset "utf-8";

body {
	margin: 0;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-color: #8EB5FD;
	font-family: Arial, Helvetica, sans-serif;
}

/* Estilo DIV principal */
#geral {
	margin: auto;
	position: relative;
	width: 800px;
}

/* Linha utilizada no rodapé */
.linha-divisao {
	background-image: url(img/bg-divisao.jpg);
	background-repeat: repeat-xy;
	height: 5px;
}

/* Estilo rodapé */
#rodape {
	text-align: center;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Estilo de links ativos */
a {
	text-decoration: none;
	color: #006699;
}

/* Estilo mouse sobre links */
a:hover {
	text-decoration: underline;
	color: #0099CC;
}

/* Estilo imagem animada dos planos na inicial */
#planos-animacao {
	position: absolute;
	left: 635px;
	top: 177px;
}

/* Estilo do chat (topo) */
#chat {
	position: absolute;
	left: 342px;
	top: 17px;
	width: 131px;
	height: 74px;
}

/* Estilo telefones (topo) */
#telefones {
	position: absolute;
	left: 618px;
	top: 42px;
	font-size: 11px;
	text-align: justify;
}

/* Estilo dos textos da inicial */
.texto-apresentacao {
	font-size: 12px;
	text-align: justify;
}

/* Estilo dos textos */
#texto {
	font-family: "Trebuchet MS";
	font-size: 11px;
	background-color: #FFFFFF;
	padding: 15px;
	text-align: justify;
}

#pop {
	display: block;
	position: fixed;
	margin: 0;
	width: 220px;
	height: 200px;
	top: 140px;
  	left: auto;
  	right: 20px;
}