﻿div.menu {
	font: normal normal bolder 100% arial;
	position: fixed;
	left: 20px;
	z-index: 2;
	font-weight: bolder;
	font-size: x-large;}

div.logo {
    position: absolute;
    right: 60px;
	top: 200px;
	z-index:0;}

div.slide {
    position: absolute;
    left: 0px;
	top: 0px;
	z-index:-1;}
	
#Conteudo {
	position: relative;}
	
#Inicial {
	border: medium gray double;
	margin: 10px 10px 10px 10px;
	padding: 5px 20px 20px 20px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	text-indent: 50px;
	text-align: justify;
	font-size: x-large;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	font-family: Tahoma, Arial , Helvetica, sans-serif;}
	
#SalaComercial {
	border: medium gray double;
	margin: 10px 10px 10px 10px;
	padding: 0px 20px 0px 20px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 4;
	text-indent: 50px;
	text-align: justify;
	font-size: x-large;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	font-family: Tahoma, Arial , Helvetica, sans-serif;}
	
#SalaComercial-2 {
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
	position: relative;
	left: 50;
	top: 0px;
	z-index: 4;
	text-indent: 0px;
	text-align: justify;
	font-size: x-large;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	font-family: Tahoma, Arial , Helvetica, sans-serif;
	background-color: #DFDFFF;
	width: 650px;
	vertical-align: middle;}
	
#SalaComercial-3 {
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 4;
	text-indent: 0px;
	text-align: justify;
	font-size: x-large;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	font-family: Tahoma, Arial , Helvetica, sans-serif;}
	
#SalaComercial-4 {
	margin: 0px 10px 0px 10px;
	padding: 0px 20px 0px 20px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 4;
	text-indent: 50px;
	text-align: justify;
	font-size: x-large;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	font-family: Tahoma, Arial , Helvetica, sans-serif;}
	
#SalaComercial-8 {
	margin: 0px 10px 0px 10px;
	padding: 0px 20px 0px 20px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 4;
	text-indent: 50px;
	text-align: center;
	font-size: x-large;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	font-family: Tahoma, Arial , Helvetica, sans-serif;}

.btn {
  background: #4fb4f7;
  background-image: -webkit-linear-gradient(top, #4fb4f7, #0013e0);
  background-image: -moz-linear-gradient(top, #4fb4f7, #0013e0);
  background-image: -ms-linear-gradient(top, #4fb4f7, #0013e0);
  background-image: -o-linear-gradient(top, #4fb4f7, #0013e0);
  background-image: linear-gradient(to bottom, #4fb4f7, #0013e0);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  -webkit-box-shadow: 3px 3px 2px #000000;
  -moz-box-shadow: 3px 3px 2px #000000;
  box-shadow: 3px 3px 2px #000000;
  font-family: Arial;
  color: #ffffff;
  font-size: 24px;
  padding: 3px 20px 3px 20px;
  text-decoration: none;}

.btn:hover {
  background: #349fd9;
  background-image: -webkit-linear-gradient(top, #349fd9, #6f94d4);
  background-image: -moz-linear-gradient(top, #349fd9, #6f94d4);
  background-image: -ms-linear-gradient(top, #349fd9, #6f94d4);
  background-image: -o-linear-gradient(top, #349fd9, #6f94d4);
  background-image: linear-gradient(to bottom, #349fd9, #6f94d4);
  text-decoration: none;}
  
.whatsapp {position: fixed; bottom: 20px; right: 20px; background: #25d366; color: #fff; padding: 15px 20px; border-radius: 50px; font-weight: 300; text-decoration: none; box-shadow: 0 2px 6px rgba(0,0,0,0.3);z-index: 5;}
.whatsapp:hover {background: #1eb75e;}

.titulo {
	font-size: xx-large;
	font-weight: bold;
	font-style: italic;
	color: #FF6600;}
		
IMG.center {
    display: block;
    margin-left: auto;
    margin-right: auto }
  
.center {
	vertical-align: text-top;
	border-style: solid;
	border-width: 0;} 
	
	
.right {
	vertical-align: text-top;
	border-style: solid;
	border-width: 0;} 
	
.left {
	border-style: solid;
	border-width: 0;
	float: left;
	margin-left: 30px;
	margin-right: 30px;}   	
	
LI {text-indent: 0px;
	margin: 10px;} 	

