@charset "utf-8";
/* CSS Document */




*{
	margin: 0;
	padding: 0;
	font-family: helvetica;
}


#top{
	width: 100%;
	background-attachment: contain;
	background-position: center;
	background-repeat: no-repeat;
}

header{
	position: fixed;
	width: 100%;
	height: 70px;
	background-color: transparent;
	-webkit-transition: background-color .5s;
}

nav{
	display: table;
	margin: auto;
	margin-top: 15px;
	height: 40px;
	-webkit-transition: margin-left .5s;
}

ul{
	display: block;
	float: left;
	list-style: none;
}



ul li{
	float: left;
	margin: 10px;
	padding: 2px;
}


ul a{
	color: #999;
	text-decoration: none;
}

ul a:hover{
	color: #090;
	text-decoration: overline;
}

img#logo{
	float:left;
	display: block;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;
	-webkit-transition: width .5s, height .5s, margin-right .5s, margin-top .5s;
}

/*FIM DO CABEÇALHO*/


body{
    background-color: #152836;
}


#conteudo{
    width: 95%;
    height: 90%;
	background-color:#CCC;
	border: 1px solid #000;
    margin: 1em auto;
	margin-bottom: 10px;
	box-shadow: 5px 5px 10px #0076a3;
    -webkit-box-shadow: 5px 5px 10px #0076a3;
    -moz-box-shadow: 5px 5px 10px #0076a3;
    border-radius: 10px;
	text-align:center;
}


.contato{
	font: 1.2em Trebuchet MS;
	min-height:450px;
	width:100%;
	padding: 1em;
	margin: 0.5em auto;
}
.contato h1{
	text-align:center;
}

.contato .contatoE{
	float:left;
	width:45%;
	margin-left:0;
	margin-top:10px;
}
	

.contato .contatoD{
	float:left;
	width: 50%;	
	margin-left: 3px;
}

.contato .contatoD label, input, textarea{
	display: block;
}

.contato .input, textarea{
	width:99%;
	font: 1.1em Trebuchet MS;
	margin-bottom: 1em; 
	border-radius: 5px;
}
.contato p{
	margin:6.7e auto;
	padding-top: 5px;
}

.btn{
	width: 5em;
	height:2em;
	font: 1.2em Trebuchet MS ;
	font: #FFF;
	background: #333;
	border:solid 0.2em #000;
	border-radius: 5px;
}

.btn:hover{
	background:#900;
}



/*RODAPÉ*/


#rodape{
	width: 100%;
    height: 100px;
    background-color: #000;
}

.rede_social{
	width: 182px;
	padding: 5px;
	float:left;
	position:absolute;
}

.info{
    width: 400px;
    height: 70px;
	text-align:center;
	margin: 0 auto;
	margin-top:15px;
}

.info p{
	font-size:10px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #FFF;
	text-align:center;
	margin: 0 auto;
}

span {
	font-size:10px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #FFF;
	text-align:center;
	margin: 0 auto;
  /*position:relative;*/
}

.area_restrita{
	width:100px;
	height:30px;
	float: right;
}

.area_restrita h1{
	font-size:10px;
	font-family:'Source Sans Pro', sans-serif;
}

.area_restrita h1 a{
	text-decoration:none;
	font-size:10px;
	font-family:'Source Sans Pro', sans-serif;
	color:#FFF;
}

.area_restrita h1 a:hover{
	color: #03F;
}
