*
#corpo{	
              width: 360px;
	    height: auto;
 //       background-color: #FFC125;		
       background-color: 6699FF; 
       padding: 10px 10px 0px 10px;
    margin: 5px auto 0px auto;
        font-family: Arial, Helvetica, sans-serif;	
        font-size: 24px;
	text-align: center;
border-radius: 15px;
border: 3px solid blue;
 align: center; 
}
#despesa{	
        width: 120%;
	height: 100%;
        background-color: 6699FF; 
        padding: 0px 0px 0px 15px;
        font-family: Arial, Helvetica, sans-serif;	
        font-size: 14px;
	text-align: left;
        font-color: black;
        text-decoration: none;
}
#despesa1{	
       
        background-color: #6699FF; 
        padding: 5px 0px 0px 15px;
        font-family: Arial, Helvetica, sans-serif;	
        font-size: 14px;
	text-align: left;
        font-color: black;
        text-decoration: none;
}
#despesa2{	
                width: 112%;
        background-color: 6699FF; 
        padding: 0px 2px 0px 22px;
        font-family: Arial, helvetica, sans-serif;	
        font-size: 16px;
	text-align: left;
        font-color: black;
        text-decoration: none;
}
#despesa3{	
        width: 100%;
	height: 110%;
        background-color: 6699FF; 
        padding: 2px 0px 5px 10px;
        border: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 2px;
    margin-left: 5px;
        font-family:Comic Sans MS,arial,verdana;	
        font-size: 12px;
	text-align: left;
        font-color: black;
        text-decoration: none;
}
#rodape2 { 
	width: 110%;
	border: 4px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 6px;
    margin-left: 4px;
        font-family: arial, helvetica, sans-serif;
	font-size: 8px;
	}
body{	
	padding: 0px;
	margin: 0px;
	font-family: 'Roboto', sans-serif;
font-size: 8px;
	background-color:white;	
}
.menu{
	width: 100%;
	height: 70px;
	background-color:rgba(135,206,250,0.8);
	float: left;
	z-index: 99;
	position: fixed;                  
}
.center{
	width: 80%;
	height: 70px;
	margin: 0 auto;        	
}
.center img{
	width: 115px;	 
	margin: 5px 0px;	
	float: left;
	opacity: 1;
  	filter: alpha(opacity=100);		
}
.center img:hover{	
	opacity: 0.9;
  	filter: alpha(opacity=90);		
}
.img{
	display:none;
}
.center ul{
	width: 65%;
	height: 65px;        
	float: right;        	
}
.center ul li a{
    	text-decoration: none;
    	color: white;	     
	font-size: 18px;
    	text-align: center;        	
	padding: 5px 20px;       	
}
.center ul li{
	width: auto;
                margin: 22px 1px auto; 
  	list-style: none; 
      	float: right;	
}
.center ul li a:hover{	
	transition: all 0.7s;
	color:#DCF1FF;
	cursor: pointer;	
}
.main{	    
	width: 100%;
	height:950px;	
	float:left;                	
}
.banner{
	width: 100%;
	height:950px;		  	       			
}
.topo{       
	background: url(../images/topo.png) no-repeat center;
	height: 950px; 	
	text-align: center;
	font-size: 32px;
	color:#DCF1FF; 
	font-weight: bold;
	letter-spacing: 2px;	
	text-shadow: 0px 0px 8px #000000;	        
}
.topo img{
	margin-top:150px;	
	text-align: center;
}
#produtos{			
    width: 100%;
	height: 800px;
    background-color: white; 
   	padding: 100px 0px;
	text-align: center;                
    clear: both;    	
}
#prod{
	width: 80%;
	height: 800px;	
    background-color: white;
    margin:0 auto;   	
	padding: 20px 0px;	      	 
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;	
}
.sc-content{		
	width: 19%;	
	background-color: rgba(255,255,255,1);	
	padding:10px 0px;
	float: left;	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	box-shadow: 0px 0px 5px #000000;
	text-align: center;
	margin: 5px 5px;
}
.sc-content:hover{	
	box-shadow: 0px 0px 15px #000000;	
	cursor: pointer;		
}
.sc-content img{
	box-shadow: 0px 1px 0px #000000;
	text-align: center;
	max-width:100%;
	}
.sc-content p{	
	color: gray;
	margin:0px auto;	
	text-align: center;		  
	}
#contato{	
    width: 100%;
	height: 500px;
    background: url(../images/backcont.jpg) no-repeat center; 
    padding: 100px 0px;
	margin: 0px auto; 	
    clear: both; 
	text-align: center;                  
}
#cont{
	width: 80%;
	height: 500px;
	margin: 15px auto;	
	color: gray;
	}
form { 	
	width: 50%;	
	float: left;
	margin-top:30px;
	margin-left: -60px;
	}
input, textarea { 
	width: 300px; 
	padding: 14px 15px; 
	color: gray;	
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px; 
	border: 1px solid;
	background-color:rgba(250,250,250,0.7);	
	}
input:hover, textarea:hover, input:focus, textarea:focus{ 
	border-color: gray; 	
	background-color:rgba(255,255,255,1);
	color: black; 		
	}
.submit input { 	
	height: 50px; 
	width: 120px;
	cursor: pointer;	
	}
textarea { 
	width: 500px; 
	height: 145px; 
	line-height: 20px; 
	max-width: 500px; 
	max-height: 250px;
	}
form label{ 
	margin-left: 10px; 			
	}
.mapa{
	width: 50%;
	float:right;
	width: 600px;
    	height: 450px;
	margin: 40px 0px;
	
}
.map:hover{	
	opacity: 1;
  	filter: alpha(opacity=100);	 
}
.map{	
	position:absolute;	
    width: 600px;
    height: 450px;
   	 border-radius: 50%; 
   	 -moz-border-radius: 10px; 
   	 -webkit-border-radius: 10px;
    overflow: hidden;
	opacity: 0.85;
  	filter: alpha(opacity=85);	
}
iframe{		
	border: 0px solid;	
	}
.rodape { background: url(../images/foot.jpg) no-repeat center;
	width: 100%;
	height: 300px;			
	clear: both;		
	}

.footer{ 	
	width: 80%;	
	margin: 0px auto;        	
	padding: 80px;	
	}
.social{
	width:50%;	
	height: 150px;
	float:left;		
	padding: 0px;
	margin-top: -15px;
	margin-left: 15px;
	}
.social img{	
	max-width: 250px;		
	opacity: 1;
  	filter: alpha(opacity=100);			
	}
.social img:hover{	
	opacity: 0.7;
  	filter: alpha(opacity=70);
	cursor: pointer;			
	}
.copy{	
	width:30%;
	float:right;		
	font-size: 16px;
	text-align: right;
	color: white;	
	margin-top: 20px;					
	}
.copy img{
	max-width: 80px;	
	float: right;
	padding: 0px 5px;
	margin-top: -20px;
			
	}
.local{		
	width:40%;	
	height: 80px;
	float:right;	
	color:white;
	font-size:20px;
	text-align: right;	
	padding: 5px 1px;			
	}
.local img{
	float:right;		
	width: 16px;	
	padding: 2px 7px;
	}
h3{
	color:black; 
	font-size: 10px;		
	text-shadow: 0px 0px 0px #01294E;
	text-decoration: none;
	width: 80%;
	height: auto;
	margin: 0 auto;			
	letter-spacing: 5px;	
	}
p{
	width: 85%;
	height:auto;
	margin: 0px 19px auto;
	padding: 20px;	
	font-size: 16px;
	text-align: justify;	
	}
#botao {
    width: 80px;
    height: 38px;
    margin-left: 45px;
margin-top:0px;
text-color:white;
    display: block;
    background-color: #00FF00;
margin-bottom: 5px;
}

#appearance-select{
   -webkit-appearance: none;  /* Remove estilo padrão do Chrome */
   -moz-appearance: none; /* Remove estilo padrão do FireFox */
   appearance: none; /* Remove estilo padrão do FireFox*/
   background: url(http://www.webcis.com.br/images/imagens-noticias/select/ico-seta-appearance.gif) no-repeat #eeeeee;  /* Imagem de fundo (Seta) */
   background-position: 218px center;  /*Posição da imagem do background*/
   width: 270px; /* Tamanho do select, maior que o tamanho da div "div-select" */
   height:40px; /* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
   border:1px solid #ddd;
   background-color: yellow;
   text-align: center;
}


.CSSTableGenerator {
	margin:0px;padding:0px;
	width:30%;
height:30%;
	box-shadow: 5px 5px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:14px;
	-webkit-border-bottom-left-radius:14px;
	border-bottom-left-radius:14px;
	
	-moz-border-radius-bottomright:14px;
	-webkit-border-bottom-right-radius:14px;
	border-bottom-right-radius:14px;
	
	-moz-border-radius-topright:14px;
	-webkit-border-top-right-radius:14px;
	border-top-right-radius:14px;
	
	-moz-border-radius-topleft:14px;
	-webkit-border-top-left-radius:14px;
	border-top-left-radius:14px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:14px;
	-webkit-border-bottom-right-radius:14px;
	border-bottom-right-radius:14px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:14px;
	-webkit-border-top-left-radius:14px;
	border-top-left-radius:14px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:14px;
	-webkit-border-top-right-radius:14px;
	border-top-right-radius:14px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:14px;
	-webkit-border-bottom-left-radius:14px;
	border-bottom-left-radius:14px;
}.CSSTableGenerator tr:hover td{
	
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#ffd4aa; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #ff7f00 5%, #bf5f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #bf5f00) );
	background:-moz-linear-gradient( center top, #ff7f00 5%, #bf5f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#bf5f00");	background: -o-linear-gradient(top,#ff7f00,bf5f00);

	background-color:#ff7f00;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ff7f00 5%, #bf5f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #bf5f00) );
	background:-moz-linear-gradient( center top, #ff7f00 5%, #bf5f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#bf5f00");	background: -o-linear-gradient(top,#ff7f00,bf5f00);

	background-color:#ff7f00;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}