	   /* Informações gerais do site BALADAS S.A */
	  body {
	  text-align:center;
	  background-color:#FBE0E9;
	  }
	  
      #corpo {
      width: 706px;
	  text-align:left;
	  padding: 0px;
	  margin:0 auto;
	  background-color: #fffaf0;
	  background-image: url('http://www.baladassa.com/imagens/fundo.gif');
	  background-repeat:no-repeat;
	  }
	  
	  a:visited {
	  color:#4682b4 ;
	  }
  
	  /* MENU TOPO BALADAS S.A */
	  
	  #topo {
	  background-color: transparent;
	  text-align:center;
	  }
	  
	  #topo li { display:inline;}
	  
	  ul.topNav {
      position:relative;
      border:0px;}
  
      .topNav a {
      font: 12px Arial, Verdana,Helvetica,sans-serif;
      font-weight:bold;
      text-decoration: none;
      background: black;
      text-align: center;
      padding: 1px 5px;
      margin-right:3px;
      border: 1px solid #000000;
	  border-top: 1px solid #EC145B;}
	
      .topNav a:link {
      color: #FBE1E9 }
	  
      .topNav a:visited {
      color: #FBE1E9 }
	  
      .topNav a:hover {
      color: white;
      background: #EC145B;
      border: 1px solid #666666;
	  border-top: 4px solid black;
      font-weight:bold;
	  padding-top:8px;}
  	  
      .topNav a span { 
      display:none;}
  
      .topNav a:hover span {
	display: block;
	position: absolute;
	font-weight:lighter;
	top: 42px;
	left: 23%;
	width: 25%;
	color: black;
	font-size: 12px;
	border:2px dotted #000;
	background-color: #FFFFFF;
}
	  
	  html>body .topNav a:hover span {
	  left: 38%;}
	  
	  /* Organização das Divs BALADAS S.A */
	  
	  div#esquerda, div#direita {
	  width:149px; /* Faz os divs DIRETA e ESQUERDA ficarem com a largura de 150px */
	  float:left; /* faz o div flutuar a esquerda */
	  }
	  
	  #esquerda p{
	  font-size:11px;
	  background-color: #FCE5EA;
	  padding:2px;
	  text-align:justify;
	  margin-left: 10px;
	  margin-right: 12px;
	  border-bottom: 1px dashed #ec145b;
	  }
	  
      div#meio {
	  width:406px; /* Faz o div do MEIO ficar com 408px de largura */
	  float:left; /* faz o div flutuar a esquerda */
      }
	  
	  #direita , #esquerda {
	  text-align: center;}
	  
	  .conteudo {
	  float:left;
	  width:406px;
	  background-image:url(../imagens/conteudo.gif);
	  background-repeat:no-repeat;}
	  
	  .conteudo p{
	  text-align:justify;
	  margin: 8px;}
	  
	  .conteudo h1{ margin-top: 14px;}
	  
	  #link {
	  float: left;
	  }
	  
	  #agenda {
	  width:706px; /* Faz o div do MEIO ficar com 400px de largura */
	  float:left; /* faz o div flutuar a esquerda */
	  text-align:center;}
	  
	  #agendao {
	  width:700px;
	  margin:2px;
	  text-align:center;}
	  
	  #agendao p {
	  
	  font: 13pt Arial, Helvetica, sans-serif;
	  text-align: center;
	  color: #333333;
	  text-decoration:none;
	  }
	  
	  #equipe1, #equipe2 {
	  width:340px;
	  float:left;
	  margin:2px;
	  text-align:center;}
	  
	  #flyers {
	  width:680px;
	  float:left;
	  margin:2px;
	  text-align:center;	  
	  }
	  #flyers p {
	  width:650px;
	  float:left;
	  margin: 2px 10px 4px 10px;
	  text-align:center;	  
	  }
	  
	  #flyers img { margin-bottom: 5px; margin-top: 5px;}

	  
	  /* CONTATO */
	  
	  #mensagem {
	  width:680px;
	  float:left;
	  margin:2px;
	  text-align:center;
	  
	  }
	  
	   #contato {
	  width:300px;
	  float: right;
	  margin:2px;
	  text-align:center;
	  background-image:url(http://www.baladassa.com/imagens/fundo_formulario.gif);}
	  
	  #contato p{
	  text-align:left;
	  margin-left:25px;}
	  
	  /* FORMULÁRIOS */
	  
	  fieldset { text-align:center; border:none;}
	  
	  legend {
	  text-align:center; font-size: 18px;}
	  
	  label {
	  font: 10pt Arial, Helvetica, sans-serif;
	  padding-left: 30px;
	  font: 10pt Arial, Helvetica, sans-serif;
	  text-align: center;
	  color: #333333;
	  text-decoration:none;}
	  
	  input,
	  textarea{
	  width: 150px;
	  color: black;
	  background-color: #FBE0E9;
	  border: 3px solid white;
	  }
	  
	  option,
	  select{
	  background-color: #FBE0E9;
	  border:none;
	  }

	  input:hover,
	  input:focus,
	  textarea:hover,
	  select:hover,
	  textarea:focus {
	  color: black;
	  background-color: #FF9191;
	  border: 3px solid white;
	  }
	  
	  /* BANDAS */
	  
	  .bandas {
	  width:400px;
	  text-align: center;
	  background-color: #FDECEC;}
	  
	  .bandas p{
	  text-align:justify;
	  color: black;
	  font-size:11px;}
	  
	  .bandas p a:hover {
	  font-weight: normal;
	  } 
	  
	  .bandas h1{
	  text-align:center;
	  color:black;
	  font-weight:bold;
	  font-size:12px;}
	  
	  /* RODAPE */
	  
	  #rodape {
	  clear:both;
	  height: 255px;
	  width: 705px;
	  background: black;}
	  
	  /* INFORMAÇÕES ADICIONAIS NO RODAPÉ BALADAS S.A */
	  
	  #rodape p {color: #CCC; padding-top: 5px; font-size:10px; }
	  #rodape p a {color: #CCC; padding-top: 5px; font-size:10px; }
	  
	  #rodape_inf {
	  clear:both;
	  margin:8px;
	  height: 210px;
	  width: 690px;
	  background: #fffaf0;
	  border-top: 3px solid #e75d8b;
	  border-bottom: 3px solid #e75d8b;}
	  
	  #rodape_inf ul {
	  margin:0;
	  padding:0;
	  width: 140px;
	  background-color:#FFF5EE;
	  height: 180px;}
	  
	  .tituloinf {
	  width: 130px;
	  text-align:center;
	  background:none;
	  font-weight:bold;}	
	  
	  #rodape_inf ul li {
	  width: 125px;
	  font: 8pt Arial;}
	  
	  #rodape_inf ul li a, #rodape_inf ul li a:active {
	  color: #333;
	  font: 8pt Arial;
	  text-decoration:none;
	  font-weight:bold;}
	  
	  #rodape a:hover {font-weight:bold; color: #e75d8b;background-color:#FCE5EA;}
	  
	  .quadrado { float: left; margin-left: 6px;}
	  
	  	  
	  /* Informações de texto BALADAS S.A */
	  
	  h1 {
	  font: bold 16pt  "Arial";
	  color:#e75d8b;
	  text-align:center;
	  text-decoration: none;
	  }
	  
	  h1:hover {
	  color: #000000;
	  }
	  
	  h1 a:link{
	  color:#4682b4;
	  text-decoration:none;
	  }
	  	  
	  h1 a:visited  { 
	  text-decoration:none;
	  color:#4682b4 ; /* Importante muda a cor da fonte dos títulos */}
	  
	  h2 {
	  font: bold 22pt  "Verdana, Helvetica, sans-serif";
	  color:#4682b4;
	  text-decoration: underline;
	  text-align:center; }
	  
	  h2 a:link{
	  color:#4682b4;
	  text-decoration:none;;
	  
	  }
	  	  
	  h2 a:visited  { 
	  text-decoration:none;
	  color:#4682b4 ; /* Importante muda a cor da fonte dos títulos */}
	  
	  h3 {
	  font: 10pt Arial;
	  font-weight:bold;
	  color: #333333;
	  border-bottom:3px solid #e75d8b;
	  margin: 5px;}
	  
	  li {
      list-style : none;	  
	  font: 8pt Arial, Helvetica, sans-serif;
	  color: #333333;
	  text-decoration:none; }
	  
	  li a:link {
	  font: 8pt Arial, Helvetica, sans-serif;
	  font-weight:bold;
	  text-decoration: none}
	  
	  li a:hover, li a:active { background-color : #FCE5EA;}
	  
	  /* Propriedades do Parágrafo BALADAS S.A */
	  
  	  p,
	  p a {
	  font: 10pt Arial, Helvetica, sans-serif;
	  text-align: center;
	  color: #333333;
	  text-decoration:none;}
	  
	  p a:hover {
	  border-bottom: 1px dashed #666666;
	  font-weight:bold;
	  text-decoration:none;}
	  
	  p a:visited {
	  color:#ff1493;}  
	  p a:link {
	  color:#ff1493; }
	  
	  img { border: 2px solid  #FF99CC;}
	  
	  img:hover { border: 2px solid #ec145b;}
	  
	  img.imagemtopo { border:none;}
	  .orkut { border:none;}
	  
	  #img.table { border:none}
	  
	  /* SELOS DE VALIDAÇÃO BALADAS S.A */
	  
	  #rodape ul li a {
      display:block;
      width : 80px; 
      height : 15px; }
  
      #rodape li {
	  font: 8pt Arial, Helvetica, sans-serif;
      list-style : none;
	  float:right;
	  padding: 10px; } 
	  
	  /*Roupas de Bazar*/
	  
	  .blocodetexto {
	font-size:11px;
	color:#333333;
	height:auto;
	text-align:justify;
	padding:8px;
	text-align: center;
}

.novosite a { background: #EC145B; border-top: 8px solid #000}
 /*Publicidade*/
 
 p.blog { text-indent: -9000px; background: url(../imagens/blog-de-marketing-digital.gif) no-repeat center; width: 129px; height: 200px; order-bottom: none;}
 p.blog a { display: block; width: 129px; height: 200px; border-bottom: none;}