/* ///// HEADER ///// */

.header-home {z-index:3;
position:relative;
width:100%;
height:354px;
/*background-image:url(../tmp/header-home.jpg );
background-repeat: no-repeat;
*//*background-color: #0099aa;
*/}

/* ///// FIM DO HEADER ///// */


/* ///// CONTEÚDO HOME ///// */
/* Hierarquia com a div CONTEUDO no css master */

.conteudo-home-div-left {position:relative;
float:left;
width:420px;
height:200px;
margin-top:25px;
margin-left:55px;
text-align:left;
/*background-color:#ff8899;*/}

.conteudo-home-div-right {position:relative;
float:right;
width:420px;
height:200px;
margin-top:25px;
margin-right:50px;
text-align:left;
/*background-color:#ff8833;*/}

.foto1-home-destaque{
position:relative;
float:left;
width:98px;
height:98px;
border-color:#63624a solid 10px;
background-image:url(../images/dest-home-01.jpg);
background-repeat: no-repeat;
background-position: center center;
border: 1px #d1d1d1 solid;
}

.foto2-home-destaque{
position:relative;
float:left;
width:98px;
height:98px;
background-image:url(../images/dest-home-02.jpg);
background-repeat: no-repeat;
background-position: center center;
border: 1px #d1d1d1 solid;
}

.foto3-home-destaque{
position:relative;
float:left;
width:98px;
height:98px;
background-image:url(../images/dest-home-03.jpg);
background-repeat: no-repeat;
background-position: center center;
border: 1px #d1d1d1 solid;
}

.texto-home-destaque{
position:relative;
float:left;
padding-left:10px;
width:310px;
height:98px;
vertical-align:sub;
}

.texto-home-contato{
position:relative;
float:left;
padding-left:5px;
width:410px;
height:100px;
border: 1px #d1d1d1 solid;
background:transparent url(../images/contato-home.jpg) center center no-repeat;
}

/* ///// FIM DO CONTEÚDO HOME ///// */