#tabela1
{
	width:1330px;
	height:750px;
	border:2px solid #000000;
	margin-left: 20px;
	margin-right:auto;
	margin-top:10px;
	background-color:#cccccc;
	
}

#banner
{
	width:1300px;
	height:120px;
	/*border: 2px solid #000000;*/
	margin-left:13px;
	margin-right:auto;
	margin-top:5px;
}	
#menu
{
	width:200px;
	height:490px;
	/*border:solid 2px #000000;*/
	margin-left:15px;
	margin-top:20px;
	float:left;
}

.botao
{
	width:200px;
	height:45px;
	/*border:2px solid #000000;*/
	margin-left:15px;
	margin-right:5px;
	margin-top:10px;
	float:left;
	font-size:20px;
	padding-top:15px;
	text-align:center;
	border-radius:10px;
	background-color:#99e699;
}

.botao:hover
{
	background-color:#ffff99;
	font-size:20px;
	box-shadow: 3px 2px 2px;
}


#tabela2
{
	width:1000px;
	height:490px;
	/*border:2px solid #000000;*/
	margin-left:20px;
	margin-top:20px;
	margin-right:auto;
	float:left;
	padding-left:74px;

	
	
}

.mt
{
	width:460px;
	height:460px;
	/*border:2px solid #000000;*/
	margin-left:5px;
	float:left;
	border-radius:10px;
	text-align:center;
	margin-top: 2px;
	font-size:25px;
	background-color:#cce6ff;
	
	
}
.estiloIMG
{
	width:460px;
	height:460px;
	/*border:2px solid #000000;*/
	margin-left:5px;
	float:left;
	border-radius:10px;
	text-align:center;
	margin-top: 2px;
	font-size:25px;
}
#rodape
{
	width:600px;
	height:50px;
	/*border:2px solid #000000;*/
	margin-left:350px;
	margin-right:auto;
	margin-bottom:10px;
	text-align:center;
	margin-top:10px;
	font-size:23px;
	background-color:#ffff99;
	border-radius:10px;
	padding-top:20px;
	

	
}

.limpar
{
	clear:both;
}