
body{
background-color:#CCCCCC;
	font-family: Verdana, Geneva, sans-serif;
	
	margin: 0;
	padding: 0;
	font-size:12px;

	background-color:#C0C0C0;
	background-repeat:no-repeat;
background-size: 100%;
}



.especial{
display:none;
}
.header{
	
	width:100%;
	height: 150px;
	z-index:1;
	margin:0 auto;
	background-image:url(imagens/h.png);
	background-repeat:repeat-x;

  overflow:hidden
}
.topo img{
margin-left:20px;
}
.topo{
	z-index:2;
	margin-top:5px;
	height:100px;
	width:100%;
	text-align:right;
	margin:0 auto;
}


.menu{
width:100%;

background: url(imagens/header.png) repeat;

	float:right;
	margin-top:0px;
	min-height:43px;
	text-align:center;
	overflow:hidden;
}
.footer{
display:none;
background-color:#CCCCCC;
	width: 100%;
	height: 90px;
	z-index:1;
	margin:0 auto;

 
}

.fim_left{
	z-index:2;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	height:70px;
	width:50%;
	float:left;
overflow:hidden;
}
.fim_right{
	z-index:2;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	height:70px;
	width:36%;
	float:right;
	text-align:right;overflow:hidden;
}
.copy{
	z-index:2;
	background-color:#000000;
	height:35px;
	width:100%;
	float:left;
	text-align:center;
}
.texto{
	width:100%;
	
	height:600px;
	z-index:5;
	background-color:#FFFFFF;
	margin:0 auto;

  text-align:justify;
  font-style:normal;
  line-height:2em;overflow:hidden;}
.inicio img{
border:#333333 solid 10px; width:150px; height:100px;
opacity:0.9;
-moz-box-shadow: 3px 15px 10px 0px #999;
  -webkit-box-shadow: 3px 15px 10px 0px #999;
  box-shadow: 3px 15px 10px 0px #999;
  margin:5px;
  z-index:10;
}
.inicio img:hover{
cursor:pointer;
opacity:1;
border:#000 solid 10px; width:150px; height:100px;


}
#inicio_g{
width:100%; height:600px;
cursor:pointer;
  z-index:10;
display:none;


}

#inicio_g img{
width:60%; height:60%;
  z-index:10;
  margin:30px;
border:#000 solid 7px;
-moz-box-shadow: 10px 15px 20px 0px #999;
  -webkit-box-shadow: 10px 15px 20px 0px #999;
  box-shadow: 10px 15px 20px 0px #999;
 } 

#imagem_g img{
width:80%; height:80%;
  z-index:10;
border:#000 solid 7px;
-moz-box-shadow: 10px 15px 20px 0px #999;
  -webkit-box-shadow: 10px 15px 20px 0px #999;
  box-shadow: 10px 15px 20px 0px #999;
 } 

 
.right img,.left img{
border:#333333 solid 10px; width:100px; height:80px;
opacity:0.9;
-moz-box-shadow: 3px 15px 10px 0px #999;
  -webkit-box-shadow: 3px 15px 10px 0px #999;
  box-shadow: 3px 15px 10px 0px #999;
  margin:5px;
  z-index:10;
}
.right img:hover,.left img:hover{
cursor:pointer;
opacity:1;
border:#000 solid 10px; 


} 
#imagem_g{
cursor:pointer;
 } 
.left{
	z-index:2;
	padding-top:25px;
	padding-left:25px;
	min-height:520px;
	width:40%;
	float:left;

}
.right{
	z-index:2;
	padding-top:25px;
	padding-left:25px;
	padding-right:25px;
	min-height:520px;
	width:40%;
	float:right;overflow:hidden;
}
#conteudo{
	
	width:80%;
	height:800px;
	 margin:0 auto;
-moz-box-shadow: 10px 30px 40px 0px #333;
  -webkit-box-shadow: 10px 30px 40px 0px #333;
  box-shadow: 10px 30px 40px 0px #333;		 
}
a{
color: white;
font-weight:bold;
margin-left:10px;
text-decoration:none;
line-height:40px;
text-shadow:  1px 1px 2px #000;
}
a:hover{

text-shadow: -1px 1px 10px #ffc, 1px -1px 10px #FFF;  
}
.menu a:hover{
color:#000  
}
	
a:active{

text-shadow: -1px 1px 10px #ffc, 1px -1px 10px #FFF;  
}

 
.textfield {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color:#333 ;
margin:3px;
height:20px;
padding: 3px 8px;
width:197px;
}

textarea {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color:#333 ;
margin:3px;
height:165px;
padding: 0 8px;
width:200px;
}

.submit {
cursor:pointer;
margin:3px;
height:30px;
border:solid 0 #fff;
background-color:#333333;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
min-width:80px;
color:#fff;
text-shadow: 1px 1px 1px #000;
 }