@import url("banner.css");
/* CSS Document */
*{
margin:0;
padding:0;
box-sizing:border-box;
}


header{
	width:100%;
	height:70px;
	background-color: black;
    /*Opacity start*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	color:#FFFFFF;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
}

main{
	position:absolute;
}

/*footer{
	width:25px;
	height:25px;
	background:rgba(0,0,0,0.4);
	color:#000;
	position:fixed;
	bottom:0;
	right:0;
	z-index:0;
}*/


.conteudo{
	width:98%;
	margin:auto;

}

#tituloHeader{
	float:left;
	font-size:30px;
	margin:10px;
}

#tituloHeader2{
	float:center;
	padding-bottom:center;
	font-size:15px;
	margin:15px;
}

	@media screen and (max-width: 736px) {
			
	#tituloHeader2{
	float:center;
	font-size:15px;
	margin:15px;
}

}
/*
#tituloHeader a{
	display:block;
	color:#FFF;
	height:50px;
	text-decoration:none;
	padding:15px;
	border-bottom:1px solid rgba(255,255,255,0.5);
}

#tituloHeader a:hover{
	background:rgba(255,255,255,0.3);
}*/

header .conteudo{
	dislplay:table;
}

section{
	width:100%;
	margin-botom:25px;
}




