#estrutura
{
width: 1378px;
height: 750px;
border: solid 1px #000000;
margin-top: 40px;
border-radius: 13px;
}

#banner
{
width:1355px;
height:90px;
border: 1px solid #000000;
border-radius: 15px;
margin-left:10px;
margin-top:15px;
background-image: url('banner.png');
}

.tema1
{
width:145px;
height:29px;
border:solid 1px #000000;
margin-top:22px;
margin-left:90px;
border-radius:10px;
text-align:center;
float:left;
padding-top:8px;
}
.tema2
{
width:145px;
height:29px;
border:solid 1px #000000;
margin-top:22px;
margin-left:117px;
border-radius:10px;
text-align:center;
float:left;
padding-top:8px;
}
.tema3
{
width:200px;
height:29px;
border:solid 1px #000000;
margin-top:110px;
margin-left:20px;
border-radius:10px;
text-align:center;
float:left;
padding-top:8px;
}
.imagem1
{
width:260px;
height:150px;
/*border:solid 1px #000000;*/
margin-top:22px;
margin-left:32px;
border-radius:10px;
text-align:center;
float:left;
box-shadow:1px 1px 10px
background-image: url('site1.png');

}
.imagem2
{
width:300px;
height:170px;
/*border:solid 1px #000000;*/
margin-top:50px;
margin-left:62px;
border-radius:10px;
text-align:center;
float:left;
background-image: url('site5.PNG');
}
#conteudos
{
width:1320px;
height:585px;
border:solid 1px #000000;
margin-top:30px;
margin-left:25px;
border-radius:10px;	
box-shadow:0px 0px 4px;

}

#dentroconteudos
{
width:620px;
height:530px;
border:solid 1px #000000;
margin-top:25px;
margin-left:25px;
border-radius:10px;	
box-shadow:0px 0px 4px;
float:left;
}
.titulo
{
width:250px;
height:32px;
border:solid 1px #000000;
margin-top:10px;
margin-left:160px;
border-radius:10px;
margin-top:15;
text-align:center;
padding-top:13px;
font-size: 17px;
font-family: Arial, Helvetica, sans-serif;
box-shadow:1px 1px 4px;
}

.limpar
{
	clear:both;
}