
/*Gerais*/

html { 
	background-image:url(page_bkg.jpg);
	background-repeat:repeat-x;
	
	

}

body {
    min-width: 800px; 
	min-height: 600px;
    margin-left: -400px; 
	margin-top: -300px;
    position: absolute; 
	top: 50%; 
	left: 50%;
	font-family:Verdana, Geneva, sans-serif;


	
	
}


section #capa{
	background-color: #728ec2;
	background-image:none;
	border:1px solid #728ec2;
	
}


section#capa h1{
	font-size:0.8em;
	background: none;
	text-shadow: 1px 1px 1px #666;
	-moz-text-shadow: 1px 1px 1px #666;
	-webkit-text-shadow:1px 1px 1px #666;
	-o-text-shadow: 1px 1px 1px #666;
	-ms-text-shadow: 1px 1px 1px #666;
	margin-top:170px;
	text-align:center;
	color: #036;
	height: auto;
	
}

#capa h1 + p{
	font-size:0.4em;
	background: none;
	text-shadow: 1px 1px 1px #666;
	-moz-text-shadow: 1px 1px 1px #666;
	-webkit-text-shadow: 1px 1px 1px #666;
	-o-text-shadow: 1px 1px 1px #666;
	-ms-text-shadow: 1px 1px 1px #666;
	color: #036;
	text-align:center;
	font-weight:bold;
	
}

#capa h1 + p + p{
	font-size:0.4em;
	text-align:center;
	font-weight:bold;
	margin-top: 100px;
}

#capa h1 + p + p + p{
	font-size:0.4em;
	text-align:center;
	font-weight:bold;
}

section {
      font-size: 2em;
	
	  
}


section h2,
#capa div{
background-image:url(logo-w3c.gif);
background-repeat:no-repeat;
	 height:79px;
	 right:10px;
	 color:#FFF;
	 color:#FFF;
	 margin-top: 0px;
	 text-align:right;
	 padding-right:10px;
	 padding-top:10px;
	 font-size:1em;
	 text-shadow: 2px 2px 2px #000;
	 
	 	
}


ul {
     font-size:0.8em;
	margin-left:50px;
}
  
a { 
	color: #03C; 
} 

a:hover {
	text-decoration: underline;
}




  section {
      -moz-transition: left 400ms linear 0s;
      -webkit-transition: left 400ms linear 0s;
      -o-transition: left 400ms linear 0s;
      -ms-transition: left 400ms linear 0s;
      transition: left 400ms linear 0s;
		background-image: url(fundo01.gif);
		

	  
  }

  section { left: -150%; }
  section[aria-selected] { left: 0; }
  section[aria-selected] ~ section { left: +150% }

  * { margin: 0; padding: 0; }
  details {display: none;}
  
  section {
    position: absolute;
    width: 100%; height: 100%;
	


	
  }
  

section img {
		box-shadow: 4px 4px 4px #333;
	-moz-box-shadow: 4px 4px 4px #333;
	-webkit-box-shadow:4px 4px 4px #333;
	-o-box-shadow: 4px 4px 4px #333;
	-ms-box-shadow: 4px 4px 4px #333;
	border:1px solid white;
}

section p{
	text-align:center;
	margin-bottom:20px;
}

section label{
	font-size:0.6em;
}



  
  footer {
	position:absolute;
	bottom:10px;
	right:10px;
	background-color: #005A9C;
	width:780px;
	height:25px;
	color:#FFF;
	z-index:2;
	-webkit-border-radius: 10px;
	  -moz-border-radius: 10px;
	  -o-border-radius: 10px;
	  border-radius: 10px;

}

footer a{
	color:#FFC;
}

footer div{
	float:left;
	margin-left:10px;

	
}

footer div {
	float:left;
	margin-left:10px;	
}

footer div + div{
	float:right;
	margin-right:10px;	
}

footer div + div + div{
position:absolute; 
top:-30px; 
right:10px;
}

fieldset{
	width:50%;
	margin-left:20%;
	padding:20px;
	
}

section input{
font-size: 0.7em;
}

legend{
	font-size:0.6em;
}


audio{
	width:100%;
	border:0px;
	margin:0px;
	color:#03C;
	background-color:#005A9C;
	font-size:0.5em;
  }
  
a.audio:link, a.audio:visited, a.audio:active{
	color:#03C;
}

footer input{
	background-color:#005A9C;
	color:#FFF;
	border:none;
}

label{
	font-size:0.8em;
}



/*Especificos*/


