*{
  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;
			}

			
		
/* ------------------------------------------------------------------------------------------------------------------------------    SCRIPT SHOWCASE PRINCIPAL   */


.slideshow-wrapper{position:relative; width:1030px; height:600px; background-color:#;}

ul.slideshow{position:relative; width:1030px; height:600px; overflow:hidden; list-style:none;}
ul.slideshow li{width:1030px; height:600px; /*background:#f1f1f1;*/}
ul.slideshow figure{display:inline-block; padding:0 20px 0 0;}
ul.slideshow figure img{display:inline-block;}
ul.slideshow figure figcaption{font-size:10px; color:#;}
ul.slideshow figure div{float:left;}


.jcarousel-skinslide{list-style:none; padding:0 0 20px 0; clear:left; width:1030px;}
.jcarousel-skinslide li{display:inline; position:relative; margin:0 0 0 0; width:1030px; height:600px;}
.jcarousel-skinslide .jcarousel-container {position:relative;clear:both;}
.jcarousel-skinslide .jcarousel-container-horizontal {width: 1030px; padding: 0;}
.jcarousel-skinslide .jcarousel-clip {overflow-x:hidden;}
.jcarousel-skinslide .jcarousel-clip-horizontal {width: 1030px; height: 600px; }
.jcarousel-skinslide .jcarousel-item {float:left; width: 1030px; height: 600px;}
.jcarousel-skinslide .jcarousel-item-horizontal {margin:0;}
.jcarousel-skinslide .jcarousel-direction-rtl .jcarousel-item-horizontal {margin-left: 0; margin-right: 0;}
.jcarousel-skinslide .jcarousel-item-placeholder {background: #e2e6e0;color: #;}
.jcarousel-skinslide .jcarousel-next-horizontal {position: absolute; top: 0;right: 0;width: 60px;height: 440px;cursor: pointer;}
.jcarousel-skinslide .jcarousel-next-horizontal:hover{background: url(../_imagens/right-arrow.png) no-repeat center 255px;}
.jcarousel-skinslide .jcarousel-next-disabled-horizontal{cursor: default; background-position: 0 270px; opacity:0.3; -moz-opacity:0.3;}
.jcarousel-skinslide .jcarousel-prev-horizontal {position: absolute;top: 0;left: 0;width: 60px;height: 440px;cursor: pointer;}
.jcarousel-skinslide .jcarousel-prev-horizontal:hover{background:url(../_imagens/left-arrow.png) no-repeat center 255px;}
.jcarousel-skinslide .jcarousel-prev-disabled-horizontal{cursor: default;background-position: 0 270px;opacity:0.3;-moz-opacity:0.3;}


.slideshow-nav{position:absolute; z-index:300; height:1px; top:-1px; width:1030px;}
.slideshow-nav #slideshow-prev{position:absolute; left:0; top:1px; width:60px; height:540px; text-indent:-6666px; overflow:hidden; }
.slideshow-nav #slideshow-next{position:absolute; right:0; top:1px; width:60px; height:540px; text-indent:-6666px; overflow:hidden;}
.slideshow-nav #slideshow-prev:hover{background:url(../_imagens/left-arrow.png) no-repeat center center;}
.slideshow-nav #slideshow-next:hover{background:url(../_imagens/right-arrow.png) no-repeat center center;}

			
			
/* ------------------------------------------------------------------------------------------------------------------------------    ALINHA PÁGINA   */			
			

						
#geral {
	    position:absolute;
	    width:800px;
	    height:auto;
	    left:50%;
	    top:00px;
	    margin-left:-525px;
		}
		
		

/* ------------------------------------------------------------------------------------------------------------------------------    MENU DIV FIXO   */					


#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:#;
	   background-color:#;
	   }

#menu {
       position:relative;
       width:480px;
       height:40px;
	   float:left;
	   margin-left:330px;
	   margin-top:25px;
	   background-image:#;
	   background-color:#;
	   }
	  
#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 a {
         font-family: 'HelveticaRegular';
		 font-size:15px;
		 text-decoration:none;
		 color:#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;
			   }	  		  
			   
#section1 {
           position:relative;
           width:100%;
           height:650px;
           clear:both;
           float:left;
           margin-left:0px;
           margin-top:70px;
           background-image:#;
           background-color:#;
		   } 
		   
#showcase{
		  position:relative;
	      width:1030px;
	      height:600px;
	      float:left;
	      background-color:#;
     	  margin-top:10px;
	      margin-left:00px;
		  }		   
	
#section2 {
           position:relative;
           width:100%;
           height:2000px;
           clear:both;
           float:left;
           margin-left:0px;
           margin-top:0px;
           background-color:#e2e6e0;
		   }
	 	  
#espaco{
		position:relative;
		width:1030px;
		height:80px;
		float:left;
		background-color:#e2e6e0;
		margin-top:0px;
		margin-left:00px;
		padding:10px;
		padding-left:00px;
		border-bottom:1px dotted #666;
		}
		
#curtir{
		position:relative;
		width:400px;
		height:50px;
		float:left;
		background-color:#e2e6e0;
		margin-top:10px;
		margin-left:00px;
		padding:00px;
		padding-left:00px;
		}
		
#conteudo{
		  position:relative;
		  width:1030px;
		  height:2000px;
		  float:left;
		  background-color:#e2e6e0;
		  margin-top:-40px;
		  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;
	         margin-top:30px;
	         margin-left:20px;
			 }
