#estrutura
{
	width:900px;
	height:750px;
	border: 2px solid #000000;
	margin-left:auto;
	margin-right:auto;
}
#banner
{
	width:880px;
	height:120px;
	border: 1px solid #000000;
	margin-left:10px;
	margin-top:10px;
	border-radius:40px;
	background-image:url('banner.png');
}
#caixaHtml
{
	width:435px;
	height:560px;
	border: 1px solid #000000;
	margin-left:10px;
	margin-top:10px;
	float:left;
}
#caixaBoot
{
	width:435px;
	height:560px;
	border: 1px solid #000000;
	margin-left:10px;
	margin-top:10px;
	float:left;
}

.limpar
{
	clear:both;
}
#rodape
{
	width:880px;
	height:23px;
	border: 1px solid #000000;
	margin-left:10px;
	margin-top:10px;
	text-align:center;
	padding-top:7px;
}
.titulos
{
	width:200px;
	height:23px;
	border: 1px solid #33cc33;
	margin-left:11px;
	margin-top:10px;
	float:left;
	text-align:center;
	padding-top:7px;
}
.fotoSite
{
	width:200px;
	height:200px;
	border: 1px solid #000000;
	margin-left:11px;
	margin-top:10px;
	border-radius:20px;
	box-shadow:2px 2px 10px #000000;
	float:left;
	
}
.fotoEstilos
{
	width:200px;
	height:200px;
	border-radius:20px;
}

.tituloPrincipal
{
	width:400px;
	height:27px;
	border: 1px solid #000000;
	margin-left:20px;
	background-color:#ff5c33;
	margin-top:10px;
	text-align:center;
	font-size:17px;
	font-weight: bold;
	border-radius:30px;
	padding-top:7px;
	box-shadow:3px 3px 5px;
}
.fotoSite:hover
{
	opacity: 0.7;

}