html, body { margin: 0; padding: 0; height: 100%;}

body { 
  text-align: center; 
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px; 
  line-height: 150%; 
  color: #333;
  background: #A3BECC url(../images/fundo_topo_novo.jpg) repeat-x center top; 
}

dl,dt,dd {
	margin: 0;
	padding: 0;
}

dl dt span {
	display: none;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
	display: block;
}

form p {
	margin: 0;
	padding: 0;
	display: block;
} 

a {
  text-decoration: none;
	color: #333;
}

a:hover {
  text-decoration: underline;
	color: #333;
}

a span,h5 span,h6 span,h1 span,h2 span { display: none; }

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

.hideThis { display: none; }/* CSS Document */

h6.boxTit {
  height: 28px;
  background-repeat: no-repeat;
}

div#master {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
}
  div#master div.fundoRodape {
    position: absolute;
    width: 100%;
    height: 330px;
    bottom: 0;
    left: 0;
    margin: 0;
    z-index: 0;
    background: url(../images/fundo_rodape.jpg) repeat-x bottom;
  }

div#principal {
  position: relative;
  width: 998px;
  margin: 0 auto;
}

div#header {
  height: 120px;
}

  div#header a.logo {
    display: block;
    position:absolute;
    width: 276px;
    height: 84px;
    top: 20px;
    left: 10px;
    background: url(../images/logo.gif) no-repeat;
  }
  
  div#header div.recursos {
	position: absolute;
	width: 540px;
	height: 42px;
	top: 70px;
	right: 1px;
  }
  
    div.recursos h6 {
      height: 15px;
      background: url(../images/boxTit_recursos.gif) no-repeat;
      border-bottom: 1px solid #FF9B59;
      margin-bottom: 5px;
    	voice-family : "\"}\"";
    	voice-family : inherit;
      height: 14px; 
    }
    
      div.recursos a { 
        display: block;
        float: left;
        height: 17px;
        background-repeat: no-repeat;
        background-position: 0 0;
      } 
           
      div.recursos a:hover { background-position: 0 -20px; }
        div.recursos a.favoritos { width: 62px; background-image: url(../images/link_recursos_favoritos.gif); }
        div.recursos a.indique { width: 65px; background-image: url(../images/link_recursos_indique.gif); }
        div.recursos a.mapa { width: 87px; background-image: url(../images/link_recursos_mapa.gif); }
        
      div.cols {
        float: left;
        text-align: left;
      }
      
      div.cols.A { 
        width: 170px;
        padding-left: 10px; 
      	voice-family : "\"}\"";
      	voice-family : inherit;
        width: 160px;
      }
      
        div.cols.A div.menu {
	padding-top: 57px;
	margin-bottom: 20px;
}
      
          div.menu a.bot {
            display: block;
            width: 130px; 
            height: 26px;
            background-position: 0 0;
            background-repeat: no-repeat;
          }
          
          div.menu a:hover { background-position: -130px 0; }
          div.menu a.bot.home { background-image: url(../images/bot_home.gif); }
          div.menu a.bot.institucional { background-image: url(../images/bot_institucional.gif); }
          div.menu a.bot.lembrancinhas { background-image: url(../images/bot_lembrancinhas.gif); }
          div.menu a.bot.potinhos { background-image: url(../images/bot_potinhos.gif); }
          div.menu a.bot.quadros { background-image: url(../images/bot_quadros.gif); }
          div.menu a.bot.contato { background-image: url(../images/bot_contato.gif); }
              
      div.cols.B {
        width: 818px;
        padding-left: 10px;
        padding-right: 10px;
        background: #FFC;
      	voice-family : "\"}\"";
      	voice-family : inherit;
        width: 808px; 
      }  
      
      div.cols.B div.spacer { position: relative; }
        div.cols.B div.spacer.home { height: 170px; }
        div.cols.B div.spacer.interna{ height: 114px; }
        
        div.spacer.home div#flashL1 {
          position: absolute;
          width: 828px;
          height: 170px;
          top: 0;
          left: -10px;
          z-index: 10;
        }
        
        div.spacer.interna div#sectTit {
          position: absolute;
          width: 798px;
          height: 100px;
          top: -5px;
          left: -20px;
          z-index: 10;
          background: url(../images/bn_topo_internas.jpg) no-repeat;
        }
        
          form#formContato p {
            padding-top: 10px;
          }
          
          form#formContato label {
            display: block;
            float: left;
            width: 120px;
            font-size: 11px;
            font-weight: bold;
            text-align: right;
            margin-right: 5px;
          }
          
          form#formContato label.error {
            display: block;
            float: left;
            width: 320px;
            font-size: 11px;
            font-weight: bold;
            text-align: left;
            margin: 0 0 0 155px;
            color:#c00;
          }
          
          form#formContato input.entTxt {
            float: left;
            width: 320px;
            height: 25px;
            border: 1px solid #666;
            margin: 0;
            padding: 3px 0 0 5px;
          	voice-family: "\"}\"";
          	voice-family: inherit;
            width: 315px;
            height: 22px;
          }
          
          form#formContato textarea.entMsg {
            float: left;
            width: 320px;
            height: 80px;
            border: 1px solid #666;
            margin: 0;
            padding: 3px 0 0 5px;
          	voice-family: "\"}\"";
          	voice-family: inherit;
            width: 315px;
            height: 77px;
          }
          
          form#formContato input.bot_submit {
            display: block;
            float: left;
            width: 54px;
            height: 18px;
            border: none;
            margin: 0 0 0 125px;
            padding: 0;
            background: url(../images/bt_enviar.gif);
            overflow: hidden;
          }        

        
        fieldset {
        	margin: 10px 0 0 0;
        	border: none;
        	border-top: 1px solid #ccc;
        }
        
        fieldset legend {
          font-size: 14px;
          padding-top: 5px;
          padding-bottom: 10px;
          color: #548DD3;
          font-family: Verdana,Helvetica,sans-serif;
          font-weight: bold;
        }

        div.obs {
          font-size: 10px;
          line-height: 120%;
        }
 
        div.txt {
          font-size: 11px;
          line-height: 150%;
        }

        div.txt img {
          float: right;
          margin: 0 0 5px 5px;
        }     
        
       div.txt h1 {
          font-size: 16px;
          padding-bottom: 30px;
          color: #548DD3;
          font-weight: bold;
        }  
        
       div.txt h3 {
          font-size: 13px;
          padding-top: 5px;
          padding-bottom: 5px;
          color: #548DD3;
          font-weight: bold;
          padding: 10px 0;
        } 
		
		.txt_detalhe_tt {
	font-size: 12px;
	color: #8B4601;
	font-weight: normal;
	padding: 12px;
	line-height: 22px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        } 
		
		.txt_detalhe {
	font-size: 11px;
	color: #8B4601;
	font-weight: normal;
	padding: 12px;
	line-height: 15px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        }
        
       div.txt a.catPost {
          display: block;
          padding: 10px 0;
          background: url(../images/dot_grey.gif) repeat-x bottom;
          color: #333;
        }
    
       div.txt a.catPost strong {
          display: block;
          color: #548DD3;          
          font-size: 14px;
          font-weight: bold;
          line-height: 150%;
        }
        
       div.txt strong { color: #548DD3; }         
      
        div.cols.B div.subCols { position: relative; float: left; }
          div.cols.B div.subCols.subA { width: 686px }
          div.cols.B div.subCols.subAint { width: 661px; padding-left: 10px; padding-right: 15px; }
          div.cols.B div.subCols.subB { width: 120px;}
 
          dl.rodape {
            height: 110px;
            font-size: 10px;
            background: #fff;
            border-top: 1px solid #EBCD7E;
            padding-left: 10px;
            padding-top: 10px;
          	voice-family : "\"}\"";
          	voice-family : inherit;
          	height: 90px;
          }
        
          dl.rodape dd {
            float: left;
            height: 80px;
            padding-top: 10px;
          	voice-family : "\"}\"";
          	voice-family : inherit;
            height: 70px;
          }
          
        dl.rodape dd.logo { width: 192px; }   
          
        dl.rodape dd.logo a {
          display: block;
          width: 154px;
          height: 46px;
          background: url(../images/logo_rodape.gif) no-repeat;
        }           
              
          dl.rodape dd.contato { 
            width: 245px; 
            background: url(../images/separador.gif) repeat-y right;
            padding-right: 55px;
          	voice-family : "\"}\"";
          	voice-family : inherit;
            width: 195px; 
          }
          
          dl.rodape dd.contato a { text-decoration: underline; color: #CC9900; }
          
          dl.rodape dd.links { 
            width: 240px;
            padding-left: 65px;
          	voice-family : "\"}\"";
          	voice-family : inherit;
            width: 170px; 
          }    
          
          dl.rodape dd.links a.bot {
            display: block;
            width: 140px; 
            height: 23px;
            background-repeat: no-repeat;
          }
                  
          dl.rodape a.bot.favoritos { background-image: url(../images/link_favoritos.gif); }
          dl.rodape a.bot.indique { background-image: url(../images/link_indique.gif); }
          dl.rodape a.bot.mapa { background-image: url(../images/link_mapa.gif); }  
          
          dl.rodape dd.anna { 
            width: 60px;
          }             
     
          dl.rodape dd.anna a {
            display: block;
            width: 105px;
            height: 35px;
            background: url(../images/logo_anna.gif) no-repeat;
          } 

div#popup { display: none; width: 900px; height: 510px;}     
              
span.clearFull {
  display: block;
  clear: both;
}

  span.clearFull.divider20 { height: 20px; }.txt_tt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #990000;
	font-weight: bold;
	vertical-align: 140%;
}
