#estrutura
{
	width:920px;
	height:700px;
	border: 1px solid #ffffff;
	margin-left:auto;
	margin-right:auto;
	border-radius:20px;
	box-shadow: 2px 2px 10px #000000;
}
#banner
{
	width:900px;
	height:80px;
	/*border:1px solid #000000;*/
	margin-left:10px;
	border-radius:20px;
	box-shadow: 2px 2px 10px #000000;
	margin-top:10px;
	background-image:url('banner.png');
	
}
#menu
{
	width:130px;
	height:500px;
	/*border: 1px solid #000000;*/
	margin-left:10px;
	margin-top:10px;
	float:left;
}
.botao
{
	width:110px;
	height:30px;
	margin-left:10px;
	/*border-radius:20px;*/
	box-shadow: 2px 2px 10px #000000;
	margin-top:30px;
	text-align:center;
	padding-top:15px;
}

.botao:hover
{
	background-color: #000080;
	box-shadow: 7px 7px 10px #000080;
}

#conteudos
{
    width:760px;
	height:500px;
	/*border: 1px solid #000000;*/
	margin-left:10px;
	margin-top:30px;
	float:left;	
	
	
}

#fotos
{
    width:230px;
	height:230px;
	/*border: 1px solid #000000;*/
	margin-left:50px;
	margin-top:10px;
}

#rodape
{
	width:880px;
	height:40px;
	/*border:1px solid #000000;*/
	margin-left:15px;
	border-radius:20px;
	box-shadow: 2px 2px 10px #000000;
	margin-top:15px;
	text-align:center;
	padding-top:15px;
}
.limpar
{
	clear:both;
	
}
#titulos
{
    width:290px;
	height:15px;
	/*border: 1px solid #000000;*/
	margin-left:10px;
	margin-top:30px;	
	text-align:center;
	font-family:"lucida console", "courier New", monospace;
	color:#0000ff;
	font-size:25px;
}
#caixatextos
{
    width:290px;
	height:380px;
	/*border: 1px solid #000000;*/
	margin-left:10px;
	margin-top:20px;	
	text-align:center;
	font-size:25px;
	float:left;
	
	
}
#videos
{
    width:270px;
	height:155px;
	/*border: 1px solid #000000;*/
	margin-left:50px;
	margin-top:10px;
	
	
}
#zonaimgvideos
{
	width:420px;
	height:380px;
	/*border: 1px solid #000000;*/
	margin-left:10px;
	margin-top:20px;	
	text-align:center;
	font-size:25px;
	float:left;
	
}
