/* Tags */

body {
  margin: 0 auto;
/*  background-image: url('imgs/bg.jpg'); */
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

img { border: 0; }

a,
a:hover {
  text-decoration: none;
}


/* Classes */

.negrito { font-weight: bold; }

.sublinhado { text-decoration: underline; }

.alinha_direita { text-align: right; }

.cancela_ambos_fluxos { clear: both; }

.texto_pequeno { font-size: 13px; }

.texto_cinza { color: #414141; }

.titulo_tipo_registro {
  font-size: 15px;
	font-weight: bold;
	color: #414141;
}

.texto_registro {
	font-size: 11px;
	color: #414141;
}

.titulo_coluna_social,
.titulo_vitrines {
	font-size: 16px;
	font-weight: bold;
	color: #00476C;
}

.texto_teaser_coluna_social,
.texto_teaser_vitrines {
	font-size: 11px;
	color: #696969;
}

.link_coluna_social,
.link_vitrines {
	font-size: 12px;
	color: #00476C;
}


/* Camadas */

#pagina {
	width: 1005px;
	margin: 0 auto;
	background-color: #FFF;
	text-align: left;
}

#conteudo_superior_esquerdo {
  width: 276px;
  float: left;
}

#menu_lateral {
  width: 136px;
  padding: 5px 0;
  float: left;
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: 13px;
}

#ann_menu_lateral_usuario {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #EEE;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #143E8E;
}

#conteudo_superior_direito {
  width: 729px;
  float: left;
  background-image: url('imgs/bg_conteudo_superior_direito.jpg');
  background-repeat: no-repeat;
}

#apresentacao_home { margin-top: 54px; }

#conteudo_inferior_esquerdo { float: left; }

#titulo_registro {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
	font-size: 10px;
  background-color: #58AFDC;
  color: #FFF;
}

#registro_profissionais {
  width: 157px;
  padding: 0 12px 12px;
  float: left;
  background-color: #E6E4E5;
}

#registro_profissionais div { margin-top: 5px; }

#registro_fornecedores {
  width: 157px;
  margin-left: 1px;
  margin-right: 1px;
  padding: 0 12px 12px;
  float: left;
  background-color: #E6E4E5;
}

#registro_fornecedores div { margin-top: 5px; }

#registro_usuarios {
  width: 157px;
  padding: 0 12px 12px;
  float: left;
  background-color: #E6E4E5;
}

#registro_usuarios div { margin-top: 5px; }

#coluna_social_home {
  width: 545px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#img_coluna_social_home { float: left; }

#texto_coluna_social_home {
  width: 275px;
  float: left;
  line-height: 100%;
}

#texto_coluna_social_home div {
  padding-top: 10px;
  padding-left: 15px;
}

#conteudo_inferior_direito {
  width: 455px;
  margin-left: 5px;
  padding-bottom: 10px;
  float: left;
  background-color: #F0F0F0;
}

#titulo_patrocinios_home {
  height: 33px;
  background-image: url('imgs/titulo_patrocinios.jpg');
  background-repeat: no-repeat;
  background-position: 25px 5px;
}

#conteudo_patrocinios_home {
  margin-top: 10px;
  margin-left: 40px;
}

#logo1_patrocinador_home { float: left; }

#vitrines_home { margin-top: 20px; }

#titulo_vitrines_home {
  height: 37px;
  background-image: url('imgs/titulo_vitrines.jpg');
  background-repeat: no-repeat;
  background-position: 30px 5px;
}

#conteudo_vitrines_home {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 40px;
}

#img_vitrine_home { float: left; }

#texto_vitrines_home {
  width: 242px;
  float: left;
  line-height: 100%;
}

#texto_vitrines_home div {
  padding-top: 10px;
  padding-left: 20px;
}

#rodape {
  width: 1005px;
  height: 17px;
  margin: 15px auto 5px;
  padding-top: 3px;
  border-top: 1px solid #E0E0E0;
  background-color: #FFF;
  font-size: 11px;
}
