#estrutura
{
	width:1345px;
	height:800px;
	border: 1px solid #00ff00;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	border-radius:20px;
	box-shadow: 2px 2px 10px #00ff00;
}
#banner
{
	width:1325px;
	height:100px;
	border:1px solid #00ff00;
	margin-left:10px;
	border-radius:20px;
	box-shadow: 2px 2px 10px #00ff00;
	margin-top:15px;
	background-image:url('banner.png');
	
}
#menu
{
	width:1325px;
	height:80px;
	border: 1px solid #00ff00;
	box-shadow: 2px 2px 10px #00ff00;
	margin-left:10px;
	margin-top:10px;
	
}
.botao
{
	width:110px;
	height:50px;
	margin-left:50px;
	border-radius:20px;
	box-shadow: 2px 2px 10px #00ff00;
	margin-top:10px;
	text-align:center;
	padding-top:10px;
	float:left;
	font-size:15px;
}
.botao:hover
{
	background-color: #00ff00;
	box-shadow: 7px 7px 10px #00ff00;
}
#conteudos
{
    width:1325px;
	height:500px;
	border: 1px solid #00ff00;
	box-shadow: 2px 2px 10px #00ff00;
	margin-left:10px;
	margin-top:10px;
}

#rodape
{
	width:1325px;
	height:40px;
	border:1px solid #00ff00;
	margin-left:10px;
	border-radius:20px;
	box-shadow: 2px 2px 10px #00ff00;
	margin-top:10px;
	text-align:center;
	padding-top:15px;
}
.limpar
{
	clear:both;
	
}
#titulo
{
    width:250px;
	height:50px;
	border: 1px solid #00ff00;
	box-shadow: 2px 2px 10px #00ff00;
	margin-left:15px;
	margin-top:15px;
	text-align:center;
	font-size:20px;
}
#texto
{
    width:380px;
	height:320px;
	border: 1px solid #00ff00;
	box-shadow: 2px 2px 10px #00ff00;
	margin-left:45px;
	margin-top:15px;	
	text-align:center;
	font-size:25px;
	float:left;
}
#foto
{
    width:380px;
	height:320px;
	border: 1px solid #00ff00;
	box-shadow: 2px 2px 10px #00ff00;
	margin-left:45px;
	margin-top:15px;	
	text-align:center;
	font-size:20px;
	float:left;
}
#video
{
    width:380px;
	height:320px;
	border: 1px solid #00ff00;
	box-shadow: 2px 2px 10px #00ff00;
	margin-left:45px;
	margin-top:15px;	
	text-align:center;
	font-size:20px;
	float:left;
}