#box_bemvindo {
	position: relative;
	float: left;
    background: #FFFFFF;
    padding: 5px 0 0 40px;
    width: 230px;
    height: 290px;
}

#box_bemvindo p {
	position: absolute;
	top: 15px;
}

#texto_bemvindo {
	position: absolute;
	top: 50px;
    width: 200px;
}

#box_servicos {
	position: relative;
    float: right;
    background: #ECE8E9;
    padding: 0 0 0 20px;
    width: 610px;
    height: 480px;
}

#box_servicos object {
	position: absolute;
	top: 25px;
}

#box_servicos table {
    width: 600px;
}

#box_servicos table img{
    padding-right: 5px;
}

#box_servicos div {
	position: absolute;
	bottom: 35px;
}

#box_novidades{
	float: left;
    background: #F5F1F2;
    height: 175px;
    width: 230px;
    padding: 10px 0 0 40px;
}

.leia_mais {
    text-align: right;
    position: relative;
    top: 20px;
    right: 40px;
}

.leia_mais a{
    color: #009AC5;
}

