.esquerda {
  float: left;
}

.quebra {
  clear: both;
}

html {
  margin: 0;
  border: 0;
  padding: 0;
  background: #f0f0f3;
  color: rgb(74, 74, 74);
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

body {
  margin: 0;
  border: 0;  
  padding: 0;
  /* height: 1000px; */
  min-width: 350px;
}

.transparencia4 {
  filter:alpha(opacity=7);
  opacity: 0.7;
  -moz-opacity:0.7;
  -webkit-opacity:0.7;
}

.transparencia5 {
  filter:alpha(opacity=95);
  opacity: 0.95;
  -moz-opacity:0.95;
  -webkit-opacity:0.95;
}

#cabecalho_espaco {
  height: 89px;
  background: #fff
}

#cabecalho {
  position: fixed;
  top: 0;
  height: 89px;
  width: 100%;
  
  background: #fff;
  border: 0;
  border-bottom: 1px solid #ebebeb;

   /* background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)); */
   
  filter:alpha(opacity=7);
  opacity: 0.7;
  -moz-opacity:0.7;
  -webkit-opacity:0.7;
}

.cabecalho_logo {
  position: fixed;
  top: 0;
  background: url(logo_jairpro.png);
  height: 88px;
  width: 448px;
}

#corpo {
  margin: 0;
  border: 0;
  padding: 0;
  background: #f0f0f3;
  color: rgb(74, 74, 74);
  /* width: 100%; */
}

#rodape {
}

.sistema {
  margin: 0;
  border: 0;
  padding: 0;
}

.sistema_cabecalho {
  margin: 0;
  border: 0;
  padding: 0;
  margin-bottom: 0;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 5%;
  background: #fff;
  color: rgb(74, 74, 74);
}

.sistema_cabecalho_texto {
  margin: 1%;
  margin-right: 5%;
}

.sistema_cabecalho_titulo {
  font-size: 45px;
  line-height: 1.2em;
  font-family: sans-serif;
}

.sistema_itens {
  margin: 0;
  border: 0;
  padding: 0;
  margin-top: 6ex;
  margin-left: 5%;
  margin-bottom: 6ex;
  /* width: auto; */
}

.sistema_item {
  margin: 1%;
  border: 0;
  padding: 3%;
  /* width: auto; */
  background:#fff;
  border: 1px solid #a6c9e2;
  width: 300px;
}

.texto {
  /*
  margin: 0;
  border: 0;
  padding: 0;
  padding-right: 2.5em;
  */
}

.celula2 {
  margin: .8em;
}

.tab {
  width: 4em;
}

.texto_esquerda {
  text-align: left;
}


.texto_centro {
  text-align: center;
}

.texto_direita {
  text-align: right;
}

.titulo {
  
  color: #333;
  font-size: 14pt; 
  line-height: 3em; 
  font-weight: bold;
  
}

.subconteudo {
  /*
  margin: 0;
  border: 0;
  padding: 0;
  */
  /* background: #303539; */
  /*
  color:#fff;
  */
}

.subtitulo {
  /*
  color: #666;
  font-family: Arial; 
  font-size: 11pt; 
  line-height: 2em; 
  font-weight: none;
  */
}

.subtexto {
  /*
  color: #666;
  font-family: Arial; 
  font-size: 11pt; 
  font-weight: none;
  */
}

.link {
  font-family:Arial; 
  font-size:12px; 
  /* line-height:2.5em; */
	text-decoration: none;
  color: #005999;
  cursor: pointer;
}

.link:hover {
	/* text-decoration: underline; */
  color: #3af;
}

.link_teamviewer {
  font-family:Arial; 
  font-size:11px; 
  line-height:2.5em;
	text-decoration: none;
  color: #999;
}

.link_teamviewer:hover {
	/* text-decoration: underline; */
  color: #666;
}

.baixar_teamviewer_link {
  text-decoration:none;
}

.baixar_teamviewer_imagem {
  background-image: url(teamviewer_badge_grey6.png);
  color:#424242;
  
  position:relative;
  width:234px; 
  height:60px;
}

.baixar_teamviewer_imagem a {
  color:#424242;
}

.baixar_teamviewer_imagem:hover {
  background-image: url(teamviewer_badge_blue6.png);
  color:White;
}

.baixar_teamviewer_imagem:hover a {
  color:White;
}

.baixar_teamviewer_texto {
  position:absolute;
  top:25px;
  left:60px;
  display:block;
  cursor:pointer;
  font-family:Arial;
  font-size:12px;
  line-height:.1.2em;
  font-weight:bold;
  text-align:center;
  width:169px;
}

.erro {
  background: #e97a53;
  color: #fddd9e;
  padding: .4em .4em;
}
