#tabela1
{
	width:1200px;
	height:700px;
	border: 2px solid #000000;
	margin-left:auto;
	margin-right:auto;
}
#banner
{
	width:1170px;
	height:100px;
	border: 2px solid #FF9900;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	border-radius:10px;
	
	
}

#home
{
	width:1000px;
	height:70px;
	border:2px solid #33cc33;
	margin-left:auto;
	margin-right:auto;
	margin-top:3px;
	

}
.botao
{
	width:150px;
	height:30px;
	border: 1px solid #0033cc;
	margin-top:12px;
	margin-left:15px;
	float:left;
	border-radius:10px;
	text-align:center;
	padding-top:10px;
	font-size:15px;
	margin-bottom:15px;
	margin-right:33px;
	background-color:#0066FF;
	color:#FFFFFF;
	
} 
.botao:hover
{
	background-color:#0066FF;
	font-size:20px;
	box-shadow: 6px 6px 8px;
}

#tabela2
{
	width:1170px;
	height:400px;
	/*border:2px solid #33CC33;*/
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	
}

#rodape
{
	width:1170px;
	height:85px;
	/*border: 2px solid #33CC33;*/
	margin-left:auto;
	margin-right:auto;
	margin-top:7px;
	text-align:center;
	font-size:20px;
	
}

.tabela3
{
	width:350px;
	height:375px;
	border:2px solid #0033cc;
	background-color:#0066FF;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:5px;
	margin-left:10px;
	margin-right:25px;
	
}

.limpar
{
	clear:both;
}

.imagem
{
	width:300px;
	height:125px;
	/*border:2px solid #33CC33;*/
	margin-top:10px;
	margin-left:25px;
	text-align:center;
	border-radius:15px;
	float:top;
	padding-top:15px;
}
.video
{
	width:300px;
	height:125px;
	/*border:2px solid #33CC33;*/
	margin-left:25px;
	margin-right:15px;
	float:top;
	padding-top:15px;
	border-radius:15px;
	margin-top:15px;
	
}

.titulo
{
	width:250px;
	height:50px;
	/*border:2px solid #33CC33;*/
	float:top;
	margin-left:45px;
	margin-right:15px;
	border-radius:15px;
	text-align:center;
	color:#FFFFFF;
	font-size: 27px;
	
}

.estiloImagens
{
	border-radius:50px;
	
	
}