#estrutura

{
	width:1000px;
	height:600;
	border:1px solid #000000;
	margin-left: auto;
	margin-right:auto;
}

#banner
{
	width:980px;
	height:100px;
	/*border: 1px solid #000000;*/
	margin-left:10px;
	margin-top:10px;
	background-image: url('banner.png');
}

#menu
{
	width:150px;
	height: 400px;
	/*border: 1px solid #000000;*/
	margin-left:10px;
	margin-top:10px;
	float:left;
}
#conteudos
{
	width:818px;
	height:400px;
	border: 1px solid #000000;
	border: 1px solid #000000;
	margin-left:10px;
	margin-top: 10px;
	float: left;
}
.limpar
{
	clear:both;
}
#rodape
{
	width:980px;
	height:34px;
	border: 1px solid #000000;
	margin-left:10px;
	margin-top:10px;
	text-align:center;
	padding-top:20px
}
.botao
{
width:130px;
height:33px;
border:1px solid #000000;
margin-left:10px;
margin-top:10px;
border-radius: 25px;
box-shadow:2px 2px 10px;
text-align:center;
padding-top:10px;

}
#titulos
{
width:auto;
height:40px;
/*border:1px solid #000000;*/
margin-left:20px;
margin-top:10px;
}
#textos
{
width:500px;
height:270px;
/*border:1px solid #000000;*/
margin-left:10px;
margin-top:10px;
float:left ;
}
#imagens
{
width:290px;
height:270px;
/*border:1px solid #000000;*/
margin-left:10px;
margin-top:10px;
float:left;
}
.botao:hover
{
background-color:44ff44;	
}

.letra
{
	font-size:19px;
	
}
.fotos
{
	width:290px;
	height:270px;
	border-radius:18px;
	box-shadow: 2px 2px 15px;
	
}
.fotos:hover
{
	border-radius:180px;
}