  ul.fonteul {font-family: Candara; text-decoration: none; color:#00589F; font-size:17px;}
  
  h1.fonteh {font-family: Candara; color:#00589F;}
  h1.fonteh2 {font-family: Candara; color:#FFFFFF;}
  h3.fonteh {font-family: Candara; color:#00589F;}
  
  p.fontep {font-family: Candara; text-decoration: none; color:#00589F; font-size:17px;}
  p.fontep2 {font-family: Candara; text-decoration: none; color:#00589F; font-size:19px;}
  p.fontep3 {font-family: Candara; text-decoration: none; color:#FFFFFF; font-size:17px;}
  
  font.fontep {font-family: Candara; text-decoration: none; color:#ffffff; font-size:17px;}
  font.fontep2 {font-family: Candara; text-decoration: none; color:#00589F; font-size:17px;}
  font.fontep3 {font-family: Candara; text-decoration: none; color:#ffffff; font-size:26px;}
      
  a.link      {font-family: Candara; text-decoration: none; color:white; font-size:12px;}
  a.link:hover{font-family: Candara; text-decoration:none; color:white; font-size:12px;}
  
  a.link2      {font-family: Candara; text-decoration: none; color:#00589F; font-size:16px;}
  a.link2:hover{font-family: Candara; text-decoration:none; color:#00589F; font-size:16px;}
  
  a div.progress{ 
  background: #00589F;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  }
  
  
  /* ######### CSS for horizontal menu ######### */

   ul.underlinemenu{
   padding: 0px 0 0px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
   margin: 0;
   text-align: center; //set value to "left", "center", or "right"*/
   text-transform: uppercase;
   width: 100%;
   overflow: hidden;
   padding-bottom: 5px;
   z-index: 1000;
   position:fixed;
   top: 0;
   right: 0;
   box-shadow: 0 5px 5px #FFFFFF;
   background: rgb(255,255,255);
   background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
   background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
   background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
   background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
   background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
   
   
   }
   
   ul.underlinemenu li{
   display: inline;
   }
   
   ul.underlinemenu li a{
   color: #00589F;
   font: 18px Candara;
   padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
   margin-right: 10px; /*spacing between each menu link*/
   text-decoration: none;
   /*border-bottom: 4px solid #FFFFFF;*/
   
   }
   
   ul.underlinemenu li a:hover, ul.underlinemenu li a.selected{
   color: #FFFFFF;
   border-bottom-color: 4px solid #00589F;
   text-shadow: 1px 1px 1px #00589F;
   }
   /*fim menu horizontal*/
  
  body {
          /*background-image:  url(imagens/fundo.jpg);*/
          background-color:#0067b7;
		  background-size:100% 100%;
		  -webkit-background-size: 100% 100%;
		  -o-background-size: 100% 100%;
		  -khtml-background-size: 100% 100%;
		  -moz-background-size: 100% 100%;		 
          background-attachment:fixed;
		  background-repeat:inherit;
          }
  
  /*body.body2 {
          background-image:  url(imagens/fundo.jpg);
          background-color:#ffffff;
		  background-size:100% 100%;
		  -webkit-background-size: 100% 100%;
		  -o-background-size: 100% 100%;
		  -khtml-background-size: 100% 100%;
		  -moz-background-size: 100% 100%;		 
          background-attachment:fixed;
		  background-repeat:inherit;
          }*/        
          
  /*#rede{
          background-image:  url(imagens/tablet.png);
		  background-size:100% 100%;
		  -webkit-background-size: 100% 100%;
		  -o-background-size: 100% 100%;
		  -khtml-background-size: 100% 100%;
		  -moz-background-size: 100% 100%;		 

          }*/        
          
  #section2{
        background-color: rgba(255,255,255,0.8);
        filter: alpha(opacity=60);
        position:relative;	    
	    margin:0 auto;
        width:95%;
        }   
  
  #section3{
        background-image:  url(imagens/fundo_piscina.jpg);
        background-color: rgba(255,255,255,1);
        filter: alpha(opacity=60);
        position:relative;	    
	    margin:0 auto;
        width:95%;
        }    
        
  #section4{
        background-color: rgba(255,255,255,1);
        filter: alpha(opacity=60);
        position:relative;	    
	    margin:0 auto;
        width:95%;
        }
        
  #section5{
        background-color: rgba(255,255,255,1);
        filter: alpha(opacity=60);
        position:relative;	    
	    margin:0 auto;
        width:95%;
        }      
    
    
               
    .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
  
  .active, .accordion:hover {
    background-color: #ccc; 
  }
  
  .panel {
    padding: 0 18px;
    display: none;
    background-color: /*transparent*/white;
    overflow: hidden;
  }
  
