@charset "utf-8";

#conteudo a{
    color:#000;
    text-decoration: underline;
}

#conteudo a:hover{
    text-decoration: none;
}

#conteudo h1{
    background: url(../img/padrao/bgH1.jpg) no-repeat left top;
    height: 45px;
    line-height: 45px;
    width:441px;
    font-family: 'Arial', cursive;
    font-size: 200%;
    margin-bottom: 1em;
    padding-left: 20px;
}

#conteudo h2{
    background: url(../img/padrao/sombraH2.jpg) no-repeat left 5px;
    height: 40px;
    margin-bottom: 1em;
    padding-top: 5px;
	padding-left: 10px;
}


#conteudo h2 span{
    background: url(../img/padrao/bgH2.jpg) no-repeat right top;
    font-family: 'Arial', cursive;
    font-size: 150%;
    display: inline-block;
	line-height: 40px;
    height: 40px;
    padding-right: 40px;
	padding-left: 10px;
       
}

#conteudo h3{
    margin-bottom:1em;
    font-size:110%;
}

.marcador li{
    background: url(../img/padrao/marcador.jpg) no-repeat left top;
    padding: 0 0 10px 20px;
}

.contBtns{
    margin: 0 -10px;
}

.btnAdm{
    background: url(../img/padrao/btnAdm.png) no-repeat left top;
    width:228px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    color:#000;
    text-decoration: none;
    font-size: 130%;
    float:left;
    margin: 0 5px;
}

.listaFotos li{
    float:left;
    margin: 0 30px 10px;
}

#cruVantagens {
    margin: 0 85px;
}

#cruVantagens li{
    float:left;
    width:172px;
    position: relative;
    padding-top: 100px;
    margin: 0 10px;
}

#cruVantagens img{
    position: absolute;
    left:30%;
    top:0;    
}

#cruVantagens p{
    text-align: left;
    
}

#mapa{
    background: url(../img/padrao/bgMapaPreto.jpg) repeat-x left top;
    height: 286px;
    padding-top: 40px;
	text-align: center;
	margin-top: 10px;
}


#tblpreco{
    border:1px solid #000;
    border-collapse: collapse;
}
#tblpreco th, #tblpreco td, #tblpreco tr{
    border:1px solid #000;   
}

#tblpreco th{
    background-color: #fff;
    font-size: 110%;
}

#tblpreco td{
    padding: 5px;
}

#unidades {
	padding-top: 30px;
}

.listaCli li {
	float: left;
	margin-right: 30px;
	height: 130px;
}

/*CLASSES*/

.marginTop{
    margin-top: 1em;
}

.floatRight{
    float: right;
    margin-left: 20px;
}
