@charset "utf-8";

body {
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#global {
	margin: auto;
	width: 800px;
	position: relative;
}

#topo {
	position: relative;
}

#menu {
	position: absolute;
	font-size: 13px;
	left: 254px;
	top: 38px;
	width: 544px;
	color: #FFF;
	text-align: right;
}

#menu a {
	color: #FFF;
	text-decoration: none;
}

#menu a:hover {
	color: #FFF;
	text-decoration: underline;
}

#seo {
	position: absolute;
	color: #999;
	left: 705px;
	top: 5px;
	font-size: 11px;
}

#login-clientes {
	font-size: 12px;
	color: #FFF;
	background-image:url(img/fundo-central.png);
	background-repeat: no-repeat;
}

#login-clientes input {
	color: #F40000;
	border: 1px solid #E5E5E5;
	background-color: #FFF;
	padding: 2px;
}

#flutuante {
	position: absolute;
	left: 11px;
	top: 12px;
	height: 133px;
	width: 237px;
}

#flutuante-links {
	position: absolute;
	left: 0px;
	top: -32px;
}

#telefone {
	position: absolute;
	color: #999;
	left: 648px;
	top: 74px;
	font-size: 11px;
	width: 148px;
}

#telefone-exibir {
	position: absolute;
	color: #999;
	left: 522px;
	top: 63px;
	font-size: 11px;
}

a {
	color: #F13F25;
}

a:hover {
	text-decoration: none;
	color: #000;
}

#vantages {
	font-size: 11px;
	text-align: justify;
	color: #999;
}

#chat {
	position: absolute;
	left: 468px;
	top: 68px;
	width: 167px;
	height: 78px;
}

#nav {
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 206px;
}

#nav a {
	position: relative;
	padding: 6px;
	background-color: #F4F4F4;
	font-size: 14px;
	font-weight: bold;
	margin-right: 5px;
	color: #999;
	text-decoration: none;
	margin-right: -2px;
}

#nav a:hover {
	background-color: #F4F4F4;
	color: #000;
}

#nav a.activeSlide {
	position: relative;
	padding: 6px;
	background-color: #E74B47;
	font-size: 14px;
	font-weight: bold;
	margin-right: 5px;
	color: #FFF;
	text-decoration: none;
	margin-right: -2px;
}

#rodape {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	/*border-top: 4px solid #E42B16;*/
	padding: 5px;
	margin-top: 10px;
	width: auto;
	text-align: center;
	/*background-color: #F2F2F2;*/
	border-top: 1px solid #F0F0F0;
	clear: both;
}

#texto {
	font-size: 12px;
	text-align: justify;
	padding: 5px;
}

.titulo {
	color: #C00;
	font-size: 15px;
}

.titulo1 {
	font-size: 24px;
}

.caracteristicas h3 {
	border: 1px solid #F0F0F0;
	background-color: #F4F4F4;
}

ul {
	list-style-image: url(img/seta.png);
	text-align: justify;
}

.txt-contato {
	font-size: 11px;
	padding: 5px;
	width: 740px;
	text-align: justify;
}

#pop {
	display: block;
	position: fixed;
	margin: 0;
	width: 220px;
	height: 200px;
	top: 70px;
  	left: auto;
  	right: 20px;
}