*{
  margin:0px;
  padding:0px;
  }
  
body {
	  background-color:#e2e6e0;
	  }  


	  
/* ------------------------------------------------------------------------------------------------------------------------------    FONTES   */	  
 
  
@font-face {
            font-family: 'HelveticaNeueLTStdLtCnRegular';
            src: url('../_fonts/helveticaneueltstd-ltcn-webfont.eot');
            src: url('../_fonts/helveticaneueltstd-ltcn-webfont.eot?#iefix') format('embedded-opentype'),
            url('../_fonts/helveticaneueltstd-ltcn-webfont.woff') format('woff'),
            url('../_fonts/helveticaneueltstd-ltcn-webfont.ttf') format('truetype'),
            url('../_fonts/helveticaneueltstd-ltcn-webfont.svg#HelveticaNeueLTStdLtCnRegular') format('svg');
            font-weight: normal;
            font-style: normal;
			}

@font-face {
            font-family: 'HelveticaNeueLTStdUltLtCnRg';
            src: url('../_fonts/helveticaneueltstd-ultltcn-webfont.eot');
            src: url('../_fonts/helveticaneueltstd-ultltcn-webfont.eot?#iefix') format('embedded-opentype'),
            url('../_fonts/helveticaneueltstd-ultltcn-webfont.woff') format('woff'),
            url('../_fonts/helveticaneueltstd-ultltcn-webfont.ttf') format('truetype'),
            url('../_fonts/helveticaneueltstd-ultltcn-webfont.svg#HelveticaNeueLTStdUltLtCnRg') format('svg');
            font-weight: normal;
            font-style: normal;
			}

@font-face {
            font-family: 'HelveticaRegular';
            src: url('../_fonts/helvetica-webfont.eot');
            src: url('../_fonts/helvetica-webfont.eot?#iefix') format('embedded-opentype'),
            url('../_fonts/helvetica-webfont.woff') format('woff'),
            url('../_fonts/helvetica-webfont.ttf') format('truetype'),
            url('../_fonts/helvetica-webfont.svg#HelveticaRegular') format('svg');
            font-weight: normal;
            font-style: normal;
			}

@font-face {
            font-family: 'WebfontRegular';
            src: url('../_fonts/helveticalight-webfont.eot');
            src: url('../_fonts/helveticalight-webfont.eot?#iefix') format('embedded-opentype'),
            url('../_fonts/helveticalight-webfont.woff') format('woff'),
            url('../_fonts/helveticalight-webfont.ttf') format('truetype'),
            url('../_fonts/helveticalight-webfont.svg#WebfontRegular') format('svg');
            font-weight: normal;
            font-style: normal;
			}

/*
	font-family: 'HelveticaNeueLTStdLtCnRegular';
	font-family: 'HelveticaNeueLTStdUltLtCnRg';
	font-family: 'HelveticaRegular';
	font-family: 'WebfontRegular';
*/
	
/*  -----------------------------------------------------------------------------------------------   DIV ALINHA  */	  		  	
			
#geral {
	    position:absolute;
	    width:800px;
	    height:auto;
	    left:50%;
	    top:00px;
	    margin-left:-525px;
		}	


		
/*  -----------------------------------------------------------------------------------------------   DIV FIXA MENU+LOGO  */	  		  

#fixo {
       position:fixed;
       left:00%px;
       top:0px;
       bottom:0px;
       width:100%;
       height:90px;
       opacity:0.95;
       filter:alpha(opacity=100);
       background-color:#e2e6e0;
	   z-index:2;
	   }		 
			   
#logo {
       position:relative;
       width:240px;
       height:80px;
	   float:left;
	   margin-left:00px;
	   margin-top:10px;
	   background-image:url(#);
	   background-color:#;
	   }

#menu {
       position:fixed;
       width:720px;
       height:40px;
	   float:left;
	   margin-left:310px;
	   margin-top:28px;
	   background-image:#;
	   background-color:#e2e6e0;
	   }
	  
#menu ul {
          list-style-type:none;
		  }
		 
#menu li {
          width:120px;
          height:40px;
          line-height:40px;
          float:left;
		  padding-top:00px;
          text-align:center;
          border-right: 0px solid white;
		  }
		  
#menu li2 {
          width:40px;
          height:40px;
          line-height:40px;
          float:left;
		  padding-top:5px;
          text-align:center;
          border-right: 0px solid white;
		  }		  
		  
#menu a {
         font-family: 'HelveticaRegular';
		 font-size:15px;
		 text-decoration:none;
		 color:#666;
		 /*b6b7ba  ou 828282*/
		 display:block;
		 margin-left:0px;
		 }
		
#menu a:hover {
               font-family: 'HelveticaRegular';
               font-size:15px;
               color:#7ac142;
               background-color:#;
			   /*border-bottom:1px dotted #7ac142;  */
			   margin-top:0px;
			   margin-left:0px;
			   }	


			   
/*  -----------------------------------------------------------------------------------------------   HOME  */	  		  

#section1 {
           position:relative;
           width:100%;
           height:3300px;
           clear:both;
           float:left;
           margin-left:0px;
           margin-top:0px;
           background-image:#;
           background-color:#e2e6e0;
		   }  
		   		   
#conteudo2{
	       position:relative;
	       width:1050px;
	       height:620px;
	       float:left;
	       margin-top:70px;
	       background-color:#e2e6e0;
		   z-index:1;
		   }
		   
#ttl2 {
	   position:relative;
	   width:100px;
	   height:40px;
	   float:left;
	   background-color:#;
	   margin-top:-20px;
	   z-index:2;
	   }

#ttl2 h1 {
          font-family: 'HelveticaNeueLTStdUltLtCnRg';
          font-size:35px;
		  color:#;
		  margin-top:00px;
		  }	
		  
#txt2 {
	   position:relative;
	   width:700px;
	   height:40px;
	   float:left;
	   background-color:#;
	   margin-top:-10px;
	   margin-left:-90px;
	   z-index:2;
	   } 
		  
#txt2 p {
         font-family: 'WebfontRegular';
         font-size:15px;
	     text-align:left;
	     margin-top:00px;
         color:#999;
		 line-height:40px;
	     }	
		 
#espaco1{
		position:relative;
		width:950px;
		height:120px;
		float:left;
		background-color:#0CC;
		margin-top:-40px;
		margin-left:10px;
		padding:00px;
		padding-left:00px;
		border-bottom:1px dotted #666;
		}		 
		 
#perfil1 {
	      position:relative;
	      width:680px;
	      height:270px;
	      float:left;
	      background-color:#e2e6e0;
     	  margin-top:25px;
	      margin-left:00px;
		  } 
		  
#perfil2 {
	      position:relative;
	      width:335px;
	      height:270px;
	      float:left;
	      background-color:#e2e6e0;
     	  margin-top:25px;
	      margin-left:10px;
		  } 
		  
#perfil3 {
	      position:relative;
	      width:335px;
	      height:270px;
	      float:left;
	      background-color:#e2e6e0;
     	  margin-top:10px;
	      margin-left:00px;
		  } 
		  
#perfil4 {
	      position:relative;
	      width:680px;
	      height:270px;
	      float:left;
	      background-color:#e2e6e0;
     	  margin-top:10px;
	      margin-left:10px;
		  } 



#perfil5 {
	      position:relative;
	      width:335px;
	      height:270px;
	      float:left;
	      background-color:#;
		  background-image:url(../_imagens/pt1.jpg);
		  background-repeat:no-repeat;
     	  margin-top:25px;
	      margin-left:00px;
		  } 
		  
#perfil6 {
	      position:relative;
	      width:335px;
	      height:270px;
	      float:left;
	      background-color:#;
		  background-image:url(../_imagens/pt2.jpg);
		  background-repeat:no-repeat;
     	  margin-top:25px;
	      margin-left:10px;
		  } 
		  
#perfil7 {
	      position:relative;
	      width:335px;
	      height:270px;
	      float:left;
	      background-color:#;
		  background-image:url(../_imagens/#);
		  background-repeat:no-repeat;
     	  margin-top:25px;
	      margin-left:10px;
		  } 
		  
#perfil8 {
	      position:relative;
	      width:335px;
	      height:270px;
	      float:left;
	      background-color:#;
		  background-image:url(../_imagens/pt3.jpg);
		  background-repeat:no-repeat;
     	  margin-top:10px;
	      margin-left:00px;
		  } 
		  
#perfil9 {
	      position:relative;
	      width:335px;
	      height:270px;
	      float:left;
	      background-color:#;
		  background-image:url(../_imagens/pt4.jpg);
		  background-repeat:no-repeat;
     	  margin-top:10px;
	      margin-left:10px;
		  } 
		  
#perfil10 {
	       position:relative;
	       width:335px;
	       height:270px;
	       float:left;
	       background-color:#;
		   background-image:url(../_imagens/#);
		   background-repeat:no-repeat;
     	   margin-top:10px;
	       margin-left:10px;} 		  		  
		  		   
		   

#section2 {
           position:relative;
           width:100%;
           height:3500px;
           clear:both;
           float:left;
           margin-left:0px;
           margin-top:00px;
           background-image:#;
           background-color:#;
		   }

		  
/*  -----------------------------------------------------------------------------------------------   SHOWCASE  */
		 
#section3 {
           position:relative;
           width:100%;
           height:1500px;
           clear:both;
           float:left;
           margin-left:0px;
           margin-top:00px;
           background-image:#;
           background-color:#e2e6e0;
		   }
		   
	 	  
#espaco{
		position:relative;
		width:1020px;
		height:120px;
		float:left;
		background-color:#e2e6e0;
		margin-top:-40px;
		margin-left:00px;
		padding:10px;
		padding-left:00px;
		border-bottom:1px dotted #666;
		}
		
#conteudo{
		  position:relative;
		  width:1030px;
		  height:2000px;
		  float:left;
		  background-color:#e2e6e0;
		  margin-top:00px;
		  margin-left:00px;
		  }		
	
#show16 {
	    position:relative;
	    width:335px;
	    height:270px;
	    float:left;
	    background-color:#;
	    margin-top:30px;
	    margin-left:10px;
		}
		
#show15 {
	    position:relative;
	    width:680px;
	    height:270px;
	    float:left;
	    background-color:#;
	    margin-top:30px;
	    margin-left:0px;
		}
		
#show12 {
	    position:relative;
	    width:335px;
	    height:270px;
	    float:left;
	    background-color:#;
	    margin-top:10px;
	    margin-left:00px;
		}
		
#show11 {
	    position:relative;
	    width:680px;
	    height:270px;
	    float:left;
	    background-color:#;
	    margin-top:10px;
	    margin-left:10px;
		}
				  
#show1 {
	    position:relative;
	    width:680px;
	    height:270px;
	    float:left;
	    background-color:#;
     	margin-top:25px;
	    margin-left:00px;
		}
		 
#show2 {
	    position:relative;
	    width:335px;
	    height:270px;
	    float:left;
	    background-color:#;
	    margin-top:-270px;
	    margin-left:690px;
		}
		
#show3 {
	    position:relative;
	    width:335px;
	    height:270px;
	    float:left;
	    background-color:#;
	    margin-top:10px;
	    margin-left:00px;
		}
		
#show4 {
	    position:relative;
	    width:335px;
	    height:270px;
	    float:left;
	    background-color:#;
	    margin-top:10px;
	    margin-left:10px;
		}
		
#show5 {
	    position:relative;
	    width:335px;
	    height:270px;
	    float:left;
	    background-color:#;
	    margin-top:10px;
	    margin-left:10px;
		}
			
#espaco1{
		position:relative;
		width:1030px;
		height:10px;
		float:left;
		background-color:#e2e6e0;
		margin-top:20px;
		margin-left:00px;
		border-bottom:1px dotted #666;
		}

#show6 {
	    position:relative;
	    width:335px;
	    height:270px;
	    float:left;
	    background-color:#;
	    margin-top:30px;
	    margin-left:00px;
		}
		
#show7 {
	    position:relative;
	    width:680px;
	    height:270px;
	    float:left;
	    background-color:#;
	    margin-top:30px;
	    margin-left:10px;
		}
		
#show8 {
	    position:relative;
	    width:335px;
	    height:270px;
	    float:left;
	    background-color:#;
	    margin-top:10px;
	    margin-left:00px;
		}
		
#show9 {
	    position:relative;
	    width:335px;
	    height:270px;
	    float:left;
	    background-color:#;
	    margin-top:10px;
	    margin-left:10px;
		}
		
#show10 {
	    position:relative;
	    width:335px;
	    height:270px;
	    float:left;
	    background-color:#;
	    margin-top:10px;
	    margin-left:10px;
		}
		
#espaco2{
		 position:relative;
		 width:1030px;
		 height:10px;
		 float:left;
		 background-color:#e2e6e0;
		 margin-top:20px;
		 margin-left:00px;
		 border-bottom:1px dotted #666;
		 }		
		
#bt_port {
	      position:relative;
	      width:335px;
	      height:40px;
	      float:left;
	      background-color:#e2e6e0;
		  
	      margin-top:30px;
	      margin-left:00px;
		  }
		  
#bt_port p {
            font-family: 'WebfontRegular';
            font-size:13px;
            text-align:left;
            line-height:40px;
            color:#666;
			}	
		 
#bt_port a {
            text-decoration:none;
			}
			
				
#bt_acrobat {
	         position:relative;
	         width:40px;
	         height:40px;
	         float:left;
	         background-color:#e2e6e0;
		     border:dotted 1px #666;
	         margin-top:30px;
	         margin-left:20px;
			 }

			 
			 
/*  -----------------------------------------------------------------------------------------------   FOTOGRAFIA  */

#section4 {
           position:relative;
           width:100%;
           height:1215px;
           clear:both;
           float:left;
           margin-left:0px;
           margin-top:0px;
           background-image:#;
           background-color:#e2e6e0;
		   }
		   
#conteudo4{
	       position:relative;
	       width:1050px;
	       height:1000px;
	       float:left;
	       margin-top:70px;
	       background-color:#e2e6e0;
		   z-index:1;
		   }
		   
		   
	/* NOVA SECTIOOOOONNNNNNNNNNNNN0------------------*/	   
		   
		   #section9 {
           position:relative;
           width:100%;
           height:2500px;
           clear:both;
           float:left;
           margin-left:0px;
           margin-top:0px;
           background-image:#;
           background-color:#e2e6e0;
		   }
		   
#conteudo9{
	       position:relative;
	       width:1050px;
	       height:1000px;
	       float:left;
	       margin-top:70px;
	       background-color:#e2e6e0;
		   z-index:1;
		   }
		   
		   
		   
		   
		   
#txt4 {
	   position:relative;
	   width:150px;
	   height:30px;
	   float:left;
	   background-color:#;
	   margin-top:40px;
	   margin-left:00px;
	   } 
		  
#txt4 p {
         font-family: 'WebfontRegular';
         font-size:18px;
	     text-align:left;
	     margin-top:00px;
         color:#999;
	     }
		 
#img_grd {
	      position:relative;
	      width:770px;
	      height:480px;
	      float:left;
	      background-color:#;
	      margin-top:80px;
	      margin-left:-150px;
		  } 
		  
#legenda {
	      position:relative;
	      width:770px;
	      height:25px;
	      float:left;
	      background-color:#;
	      margin-top:10px;
	      margin-left:00px;
		  } 
		  
#legenda p {
         font-family: 'WebfontRegular';
         font-size:12px;
	     text-align:left;
	     margin-top:00px;
         color:#999;
		 line-height:25px;
	     }
		  
#galeria {
	      position:relative;
	      width:254px;
	      height:550px;
	      float:left;
	      background-color:#;
	      margin-top:-515px;
	      margin-left:10px;
		  } 

#seta_sobe {
	        position:relative;
	        width:254px;
	        height:25px;
	        float:left;
	        background-color:#;
	        margin-top:0px;
	        margin-left:00px;
			}		  

#img_pqn1 {
	      position:relative;
	      width:122px;
	      height:88px;
	      float:left;
	      background-color:#;
	      margin-top:10px;
	      margin-left:00px;
		  }
		  
#img_pqn2 {
	      position:relative;
	      width:122px;
	      height:88px;
	      float:left;
	      background-color:#;
	      margin-top:10px;
	      margin-left:10px;
		  } 
		  
#img_pqn3 {
	      position:relative;
	      width:122px;
	      height:88px;
	      float:left;
	      background-color:#;
	      margin-top:10px;
	      margin-left:00px;
		  }   
		  
#img_pqn4 {
	      position:relative;
	      width:122px;
	      height:88px;
	      float:left;
	      background-color:#;
	      margin-top:10px;
	      margin-left:10px;
		  }   
		  
#img_pqn5 {
	      position:relative;
	      width:122px;
	      height:88px;
	      float:left;
	      background-color:#;
	      margin-top:10px;
	      margin-left:00px;
		  } 
		  
#img_pqn6 {
	      position:relative;
	      width:122px;
	      height:88px;
	      float:left;
	      background-color:#;
	      margin-top:10px;
	      margin-left:10px;
		  }  
		  
#img_pqn7 {
	      position:relative;
	      width:122px;
	      height:88px;
	      float:left;
	      background-color:#;
	      margin-top:10px;
	      margin-left:00px;
		  }  
		  
#img_pqn8 {
	      position:relative;
	      width:122px;
	      height:88px;
	      float:left;
	      background-color:#;
	      margin-top:10px;
	      margin-left:10px;
		  } 
		  
#img_pqn9 {
	      position:relative;
	      width:122px;
	      height:88px;
	      float:left;
	      background-color:#;
	      margin-top:10px;
	      margin-left:00px;
		  }
		  
#img_pqn10 {
	        position:relative;
	        width:122px;
	        height:88px;
	        float:left;
	        background-color:#;
	        margin-top:10px;
	        margin-left:10px;
			}
			
#seta_desce {
	         position:relative;
	         width:254px;
	         height:25px;
	         float:left;
	         background-color:#;
	         margin-top:10px;
	         margin-left:00px;
			 }  



/*  -----------------------------------------------------------------------------------------------   PRÊMIOS  */	  		  	

#section5 {
           position:relative;
           width:100%;
           height:3000px;
           clear:both;
           float:left;
           margin-left:0px;
           margin-top:0px;
           background-image:#;
           background-color:#e2e6e0;
		   }
		   
#conteudo5{
	       position:relative;
	       width:1050px;
	       height:700px;
	       float:left;
	       margin-top:70px;
	       background-color:#e2e6e0;
		   z-index:1;
		   }
		   
#tapa{
	      position:relative;
	      width:560px;
	      height:418px;
	      float:left;
	      background-color:#;
	      margin-top:25px;
		  margin-left:-130px
		  }	
			   		   
#linha1 {
	      position:relative;
	      width:1030px;
	      height:60px;
	      float:left;
	      background-color:#;
		  margin-left:0px;
	      margin-top:25px;
		  }

#premio1a {
	      position:relative;
	      width:500px;
	      height:30px;
	      float:left;
	      background-color:#;
		  margin-left:0px;
	      margin-top:0px;
		  }	
		  
#premio1b {
	      position:relative;
	      width:500px;
	      height:30px;
	      float:right;
	      background-color:#;
		  margin-left:0px;
	      margin-top:0px;
		  }			  	  

#premio1a h1 {
              font-family: 'WebfontRegular';
              font-size:15px;
			  text-align:right;
              color:#8B7500;
			  }
			 
#premio1b p {
             font-family: 'WebfontRegular';
             font-size:15px;
			 text-align:left;
             color:#828282;
			 }	
			 
			 
			 
#linhanovo {
	      position:relative;
	      width:1030px;
	      height:65px;
	      float:left;
	      background-color:#;
		  margin-left:0px;
	      margin-top:25px;
		  border-top:1px dotted #666;
		  }

#premionovoa {
	      position:relative;
	      width:500px;
	      height:40px;
	      float:left;
	      background-color:#;
		  margin-left:0px;
	      margin-top:25px;
		  }	
		  
#premionovob {
	      position:relative;
	      width:500px;
	      height:40px;
	      float:right;
	      background-color:#;
		  margin-left:0px;
	      margin-top:25px;
		  }			  	  

#premionovoa h1 {
              font-family: 'WebfontRegular';
              font-size:15px;
			  text-align:right;
              color:#8B7500;/*7ac142*/
			  }
			 
#premionovob p {
             font-family: 'WebfontRegular';
             font-size:15px;
			 text-align:left;
             color:#828282;
			 }			 




			 
			 
			 			 
			 
#linha2 {
	      position:relative;
	      width:1030px;
	      height:85px;
	      float:left;
	      background-color:#;
		  margin-left:0px;
	      margin-top:25px;
		  border-top:1px dotted #666;
		  }

#premio2a {
	      position:relative;
	      width:500px;
	      height:60px;
	      float:left;
	      background-color:#;
		  margin-left:0px;
	      margin-top:25px;
		  }	
		  
#premio2b {
	      position:relative;
	      width:500px;
	      height:60px;
	      float:right;
	      background-color:#;
		  margin-left:0px;
	      margin-top:25px;
		  }			  	  

#premio2a h1 {
              font-family: 'WebfontRegular';
              font-size:15px;
			  text-align:right;
              color:#8B7500;
			  }
			 
#premio2b p {
             font-family: 'WebfontRegular';
             font-size:15px;
			 text-align:left;
             color:#828282;
			 }
			 
#linha3 {
	      position:relative;
	      width:1030px;
	      height:65px;
	      float:left;
	      background-color:#;
		  margin-left:0px;
	      margin-top:25px;
		  border-top:1px dotted #666;
		  }

#premio3a {
	      position:relative;
	      width:500px;
	      height:40px;
	      float:left;
	      background-color:#;
		  margin-left:0px;
	      margin-top:25px;
		  }	
		  
#premio3b {
	      position:relative;
	      width:500px;
	      height:40px;
	      float:right;
	      background-color:#;
		  margin-left:0px;
	      margin-top:25px;
		  }			  	  

#premio3a h1 {
              font-family: 'WebfontRegular';
              font-size:15px;
			  text-align:right;
              color:#8B7500;
			  }
			 
#premio3b p {
             font-family: 'WebfontRegular';
             font-size:15px;
			 text-align:left;
             color:#828282;
			 }
			 
#linha4 {
	      position:relative;
	      width:1030px;
	      height:65px;
	      float:left;
	      background-color:#;
		  margin-left:0px;
	      margin-top:25px;
		  border-top:1px dotted #666;
		  }

#premio4a {
	      position:relative;
	      width:500px;
	      height:40px;
	      float:left;
	      background-color:#;
		  margin-left:0px;
	      margin-top:25px;
		  }	
		  
#premio4b {
	      position:relative;
	      width:500px;
	      height:40px;
	      float:right;
	      background-color:#;
		  margin-left:0px;
	      margin-top:25px;
		  }			  	  

#premio4a h1 {
              font-family: 'WebfontRegular';
              font-size:15px;
			  text-align:right;
              color:#8B7500;
			  }
			 
#premio4b p {
             font-family: 'WebfontRegular';
             font-size:15px;
			 text-align:left;
             color:#828282;
			 }	

#linha5 {
	      position:relative;
	      width:1030px;
	      height:185px;
	      float:left;
	      background-color:#;
		  margin-left:0px;
	      margin-top:25px;
		  border-top:1px dotted #666;
		  }

#premio5a {
	      position:relative;
	      width:500px;
	      height:160px;
	      float:left;
	      background-color:#;
		  margin-left:0px;
	      margin-top:25px;
		  }	
		  
#premio5b {
	      position:relative;
	      width:500px;
	      height:160px;
	      float:right;
	      background-color:#;
		  margin-left:0px;
	      margin-top:25px;
		  }			  	  

#premio5a h1 {
              font-family: 'WebfontRegular';
              font-size:15px;
			  text-align:right;
              color:#8B7500;
			  }
			 
#premio5b p {
             font-family: 'WebfontRegular';
             font-size:15px;
			 text-align:left;
             color:#828282;
			 }
			 
#linha6 {
	      position:relative;
	      width:1030px;
	      height:245px;
	      float:left;
	      background-color:#;
		  margin-left:0px;
	      margin-top:25px;
		  border-top:1px dotted #666;
		  }

#premio6a {
	      position:relative;
	      width:500px;
	      height:220px;
	      float:left;
	      background-color:#;
		  margin-left:0px;
	      margin-top:25px;
		  }	
		  
#premio6b {
	      position:relative;
	      width:500px;
	      height:220px;
	      float:right;
	      background-color:#;
		  margin-left:0px;
	      margin-top:25px;
		  }			  	  

#premio6a h1 {
              font-family: 'WebfontRegular';
              font-size:15px;
			  text-align:right;
              color:#8B7500;
			  }
			 
#premio6b p {
             font-family: 'WebfontRegular';
             font-size:15px;
			 text-align:left;
             color:#828282;
			 }
			 			 
#linha7 {
	      position:relative;
	      width:1030px;
	      height:65px;
	      float:left;
	      background-color:#;
		  margin-left:0px;
	      margin-top:25px;
		  border-top:1px dotted #666;
		  }

#premio7a {
	      position:relative;
	      width:500px;
	      height:40px;
	      float:left;
	      background-color:#;
		  margin-left:0px;
	      margin-top:25px;
		  }	
		  
#premio7b {
	      position:relative;
	      width:500px;
	      height:40px;
	      float:right;
	      background-color:#;
		  margin-left:0px;
	      margin-top:25px;
		  }			  	  

#premio7a h1 {
              font-family: 'WebfontRegular';
              font-size:15px;
			  text-align:right;
              color:#8B7500;
			  }
			 
#premio7b p {
             font-family: 'WebfontRegular';
             font-size:15px;
			 text-align:left;
             color:#828282;
			 }			 	

#linha8 {
	      position:relative;
	      width:1030px;
	      height:65px;
	      float:left;
	      background-color:#;
		  margin-left:0px;
	      margin-top:25px;
		  border-top:1px dotted #666;
		  }

#premio8a {
	      position:relative;
	      width:500px;
	      height:40px;
	      float:left;
	      background-color:#;
		  margin-left:0px;
	      margin-top:25px;
		  }	
		  
#premio8b {
	      position:relative;
	      width:500px;
	      height:40px;
	      float:right;
	      background-color:#;
		  margin-left:0px;
	      margin-top:25px;
		  }			  	  

#premio8a h1 {
              font-family: 'WebfontRegular';
              font-size:15px;
			  text-align:right;
              color:#8B7500;
			  }
			 
#premio8b p {
             font-family: 'WebfontRegular';
             font-size:15px;
			 text-align:left;
             color:#828282;
			 }	
			 
#linha9 {
	      position:relative;
	      width:1030px;
	      height:65px;
	      float:left;
	      background-color:#;
		  margin-left:0px;
	      margin-top:25px;
		  border-top:1px dotted #666;
		  }

#premio9a {
	      position:relative;
	      width:500px;
	      height:40px;
	      float:left;
	      background-color:#;
		  margin-left:0px;
	      margin-top:25px;
		  }	
		  
#premio9b {
	      position:relative;
	      width:500px;
	      height:40px;
	      float:right;
	      background-color:#;
		  margin-left:0px;
	      margin-top:25px;
		  }			  	  

#premio9a h1 {
              font-family: 'WebfontRegular';
              font-size:15px;
			  text-align:right;
              color:#8B7500;
			  }
			 
#premio9b p {
             font-family: 'WebfontRegular';
             font-size:15px;
			 text-align:left;
             color:#828282;
			 }				 		 	

#linha10 {
	      position:relative;
	      width:1030px;
	      height:120px;
	      float:left;
	      background-color:#;
		  margin-left:0px;
	      margin-top:25px;
		  }

#premio10a {
	      position:relative;
	      width:500px;
	      height:120px;
	      float:left;
	      background-color:#;
		  margin-left:0px;
	      margin-top:0px;
		  }	
		  
#premio10b {
	      position:relative;
	      width:500px;
	      height:120px;
	      float:right;
	      background-color:#;
		  margin-left:0px;
	      margin-top:0px;
		  }			  	  

#premio10a h1 {
              font-family: 'WebfontRegular';
              font-size:15px;
			  text-align:right;
              color:#8B7500;/*7ac142*/
			  }
			 
#premio10b p {
             font-family: 'WebfontRegular';
             font-size:15px;
			 text-align:left;
             color:#828282;
			 }				
		  		  
/*
	font-family: 'HelveticaNeueLTStdLtCnRegular';
	font-family: 'HelveticaNeueLTStdUltLtCnRg';
	font-family: 'HelveticaRegular';
	font-family: 'WebfontRegular';
*/		  
		  
#txt5 {
	   position:relative;
	   width:400px;
	   height:160px;
	   float:left;
	   background-color:#;
	   margin-top:25px;
	   margin-left:50px;
	   z-index:2;
	   } 
		  
#txt5 p {
         font-family: 'WebfontRegular';
         font-size:14px;
	     text-align:left;
	     margin-top:00px;
         color:#828282;
	     }	
		 
#txt5 p a{
          color:#999;
		  text-decoration:none;
	      }
		  

		 
#espaco3{
		position:relative;
		width:1020px;
		height:25px;
		float:left;
		background-color:#;
		margin-top:-40px;
		margin-left:00px;
		padding:10px;
		padding-left:00px;
		border-bottom:1px dotted #666;
		}	
		
		
		
/*  -----------------------------------------------------------------------------------------------   CONTATO  */	  		  	

#section6 {
           position:relative;
           width:100%;
           height:1650px;
           clear:both;
           float:left;
           margin-left:0px;
           margin-top:0px;
           background-image:#;
           background-color:#e2e6e0;
		   }
		   
#conteudo6{
	       position:relative;
	       width:1050px;
	       height:700px;
	       float:left;
	       margin-top:70px;
	       background-color:#e2e6e0;
		   z-index:1;
		   }
		   
#fachada {
	      position:relative;
	      width:560px;
	      height:418px;
	      float:left;
	      background-color:#;
	      margin-top:25px;
		  margin-left:-130px
		  }	
			   		   
#ttl5 {
	   position:relative;
	   width:130px;
	   height:25px;
	   float:left;
	   background-color:#;
	   margin-top:000px;
	   }

#ttl5 h1 {
          font-family: 'HelveticaNeueLTStdUltLtCnRg';
          font-size:35px;
		  color:#828282;
		  }	
		  
#txt5 {
	   position:relative;
	   width:400px;
	   height:160px;
	   float:left;
	   background-color:#;
	   margin-top:25px;
	   margin-left:50px;
	   z-index:2;
	   } 
		  
#txt5 p {
         font-family: 'WebfontRegular';
         font-size:14px;
	     text-align:left;
	     margin-top:00px;
         color:#828282;
	     }	
		 
#txt5 p a{
          color:#828282;
		  text-decoration:none;
		  font-style:normal;
	      }
		  
#icon_fb{
	     position:relative;
	     width:20px;
	     height:20px;
	     float:left;
	     background-color:#000;
	     margin-top:226px;
	     margin-left:-400px;
	     }	
		 		  
#mapa {
	   position:relative;
	   width:410px;
	   height:230px;
	   float:left;
	   background-color:#;
	   margin-top:-230px;
	   margin-left:610px;
	   border:1px solid #999;
	   } 
	   
#mapa p {
         font-family: 'WebfontRegular';
         font-size:10px;
	     text-align:left;
	     margin-top:15px;
		 margin-left:-10px;
         color:#828282;
	     }	
		 
#mapa a {
	     text-decoration:none;
		 }	
	   	 	
			
#curtir {
	     position:relative;
	     width:600px;
	     height:30px;
	     float:left;
	     background-color:#e2e6e0;
	     margin-top:10px;
	     margin-left:-10px;
	     padding:10px;
		 } 	
		 
#espaco3{
		position:relative;
		width:1020px;
		height:25px;
		float:left;
		background-color:#;
		margin-top:-40px;
		margin-left:00px;
		padding:10px;
		padding-left:00px;
		border-bottom:1px dotted #666;
		}			
		
	 
		 
		 		   

	   
	   
	   


/*  -----------------------------------------------------------------------------------------------   GALERIA PROVISÓRIA  */	  		  	


#espaco5{
		position:relative;
		width:1010px;
		height:80px;
		float:left;
		background-color:#;
		margin-top:0px;
		margin-left:00px;
		padding:10px;
		padding-left:00px;
		border-bottom:1px dotted #666;
		}
		
#espaco6{
		position:relative;
		width:1010px;
		height:1px;
		float:left;
		background-color:#;
		margin-top:-68px;
		margin-left:00px;
		padding:10px;
		padding-left:00px;
		border-bottom:1px dotted #666;
		}				

#espaco7{
		position:relative;
		width:1010px;
		height:1px;
		float:left;
		background-color:#e2e6e0;
		margin-top:15px;
		margin-left:00px;
		padding:10px;
		padding-left:00px;
		border-bottom:1px dotted #666;
		}	

.galeria {
	          width:1035px; 
           	  height:485;
 	          background-color:#;
			  margin-top:-50px;
			  margin-left:-10px;
			  }

/* -------------------------------------------------------------------------------------------------------------------------------------------- GALERIA 1 */
			  			  
.img-aqui { 
	background: #e2e6e0 url('../_galeria_temp/img1.jpg') center no-repeat; 
	width:758px; 
	height:480px; 
	position:relative;
	margin-top:10px; 
	margin-left:-5px;
	top:0px;
	float:right; 
	border:0px solid #;
	}		

ul.fotos {                       
	          position:relative;
	          list-style:none;  
	          width:275px;
	          height:480px;
	          padding-top:0px;
	          background:#e2e6e0;
	          margin:0; 
              padding:0; 
			  }	
			  
.fotos:after {
	display: block;
	content: ".";
	height: 0;
	font-size:0; 
	visibility: hidden;
	clear: both;
	margin-left:0px;
	}

	
ul.fotos li {       
	         width:122px;
	         height:88px;
	         float:left; 
	         margin-left:10px;
	         margin-top:10px; 
			 }
				 
ul.fotos li img {
	             border:none; 
	             width:122px;
	             height:88px;
				 }

ul.fotos li span {
	              border:none;
	              width:758px;
	              height:480px;
	              margin-left:100px;
	              margin-top:10px;
				  }
	


ul.fotos li span img {              
	                  border:none;
	                  width:755px;
	                  height:480px;
	                  margin-left:0px;
					  }
							   
ul.fotos a {
	        display: block;
			}
				  
ul.fotos a span {
	             display: none;
				 }
				 
				 
				      

ul.fotos a:hover span.legenda {   
                               display: block;
                               text-align:right;
                               width:758px;
                               height:25px;
                               background-color:#;
                               position:absolute;
                               margin-top:500px;
                               margin-left:-180px;
                               text-decoration:none;
							   }
							   
							    
											   
ul.fotos a:hover span {
                       display: block;
                       position: absolute; 
                       top:0px; 
                       left: 177px; 
                       background:#e2e6e0;
					   }
					   
					    
								   
ul.fotos a:hover span.legenda {
                               font-family: 'WebfontRegular';
                               font-size:12px;
	                           text-align:right;
                               color:#e2e6e0;
							   text-decoration:none;
							   }
							   
							     

/* -------------------------------------------------------------------------------------------------------------------------------------------- GALERIA 2 */


							   
.img-aqui2 { 
	background: #e2e6e0 url('../_galeria_temp/img11.jpg') center no-repeat; 
	width:758px; 
	height:480px; 
	position:relative;
	margin-top:00px; 
	margin-left:0px;
	top:0px;
	float:left; 
	border:0px solid #;
	}	

ul.fotos2 {                       
	          position:relative;
	          list-style:none;  
	          width:275px;
	          height:480px;
			  margin-top:-10px;
			  margin-right:15px;

			  float:right;
	          background:#e2e6e0; 
			  }

.fotos2:after {
	display: block;
	content: ".";
	height: 0;
	font-size:0; 
	visibility: hidden;
	clear: both;
	margin-left:0px;
	}
			  
ul.fotos2 li {       
	         width:122px;
	         height:88px;
	         float:left; 
	         margin-left:10px;
	         margin-top:10px; 
			 }
				 
ul.fotos2 li img {
	             border:none; 
	             width:122px;
	             height:88px;
				 }

ul.fotos2 li span {
	              border:none;
	              width:758px;
	              height:480px;
	              margin-left:0px;
	              margin-top:00px;
				  }	
				 
ul.fotos2 li img {
	             border:none; 
	             width:122px;
	             height:88px;
				 }

ul.fotos2 li span2 {
	              border:none;
	              width:758px;
	              height:480px;
				  
	              margin-left:-935px;
	              margin-top:10px;
				                                 text-decoration:none;
				  }

ul.fotos2 li span2 img {              
	                  border:none;
	                  width:755px;
	                  height:480px;
	                  margin-left:0px;
					                                 text-decoration:none;
					  }
							 
ul.fotos2 a {
	        display: block;
			}
				  
ul.fotos2 a span2 {
	             display: none;
				                                text-decoration:none;
				 }

ul.fotos2 a:hover span2.legenda2 {   
                               display: block;
                               text-align:left;
                               width:758px;
                               height:25px;
                               background-color:#;
                               position:absolute;
                               margin-top:500px;
                               margin-left:-178px;
                               text-decoration:none;
							   }
											   
ul.fotos2 a:hover span2 {
                       display: block;
                       position: absolute; 
                       top:0px; 
                       left: 177px; 
                       background:#e2e6e0;
					   text-decoration:none;
					   }
								   
ul.fotos2 a:hover span2.legenda2 {
                               font-family: 'WebfontRegular';
                               font-size:12px;
	                           text-align:left;
                               color:#999;
							   text-decoration:none;
							   }
							   
							   
							   
							   
							   
							   
.img-aqui3 { 
	background: #e2e6e0 url('../_galeria_temp/img_pt3_1.jpg') center no-repeat; 
	width:758px; 
	height:480px; 
	position:relative;
	margin-top:10px; 
	margin-left:-5px;
	top:0px;
	float:right; 
	border:0px solid #;
	}								   
							   

	/* Só arrumar aqui */
	
.img-aqui4 { 
	background: #e2e6e0 url('../_galeria_temp/img_pt4_1.jpg') center no-repeat; 
	width:758px; 
	height:480px; 
	position:relative;
	margin-top:00px; 
	margin-left:0px;
	top:0px;
	float:left; 
	border:0px solid #;
	}								   
							   
							
							
/*  -----------------------------------------------------------------------------------------------   MAPA REDES SOCIAIS  */	  		  	

#section10 {
           position:relative;
           width:100%;
           height:1650px;
           clear:both;
           float:left;
           margin-left:0px;
           margin-top:0px;
           background-image:#;
           background-color:#e2e6e0;
		   }
		   
#conteudo10{
	       position:relative;
	       width:1050px;
	       height:700px;
	       float:left;
	       margin-top:70px;
	       background-color:#e2e6e0;
		   z-index:1;
		   }   
							   
			   