@charset "UTF-8";
/* CSS Document */


h1{
    font-size:28px;
    color:#666;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}

h2{
    font-size:14px;
    color: #CD7004;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}

h3{
    font-size:12px;
    color: #666;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}

p{
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size:11px;
    color:#666;
    line-height:15px;
}

a{
    font-family:"Lucida Grande", Helvetica, Arial, sans-serif;
    text-decoration: none;
    font-size: 12px;
    color:#666;
}

body{
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    background: url(../_img/backAll.png) repeat-x top;
}

#bodyBackIndex{
    background: url(../_img/sliderBg1.png) no-repeat top;

    width: 100%;
    float: left;
}

#bodyBack{
    background: url(../_img/backHeader.png) no-repeat top;

    width: 100%;
    float: left;
}

#wrapper{
    margin: 0 auto;
    width: 890px;
    position: relative;
}

/*********************************HEADER*******************************************/
/*********************INDEX**************/

#headerIndex{
    height: 80px;
    width: 100%;
    position: absolute;
    top: 20px;
    z-index: 1;
    left: 0;
}

#header{
    height: 100px;
    width: 100%;
    float: left;
    padding-top: 20px;
}


#logoA{
    width: 212px;
    height: 53px;
    background: url(../_img/logo.png) no-repeat;
    float: left;
}

#h1Logo{
    text-indent: -5555px;
}

#menuUl{
    list-style: none;
    float: right;
    height: 25px;
    padding-top: 15px;
    z-index: 10000;
    position: relative;
}

.menuLi{
    list-style: none;
    float: left;
    margin-left: 10px;
    position: relative;
    height: 25px;
}

.menuA{
    float: left;
    font-size: 13px !important;
    padding: 5px;
    color: #fff;
}

.menuA:hover{
    background: url(../_img/menuUnderline.png) repeat-x bottom;
}

.menuASelected{
    background: url(../_img/menuUnderline.png) repeat-x bottom;
}

#subMenu1{
    list-style: none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 140px;
    background: url(../_img/submenuBack.png) repeat;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 500;
    display: none;
}

#subMenu2{
    list-style: none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 140px;
    background: url(../_img/submenuBack.png) repeat;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 500;
    display: none;
}

.subMenuDivFirst{
    position: absolute;
    top: -7px;
    left: 0;
    list-style: none;
    width: 140px;
    height: 7px;
    background: url(../_img/subMenuArrowUp.png) no-repeat left;
}

.subMenuLi{
    float: left;
    list-style: none;
    border-bottom: 1px #000 dotted;
    width: 140px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    z-index: 500;
}

.subMenuA{
    width: 140px;
    float: left;
    color: #fff;
    font-size: 13px;    
}

.subMenuA:hover{
    text-decoration: underline !important;
    color: #ccc;
}

#contentWrapperIndex{
    float: left;
    width: 100%;
    //height: 550px;
    height: 450px;
    padding-top: 50px;
    position: relative;
}

.loader {
    background: url('../_img/ajax-loader.gif') 50% 50% no-repeat white;
    z-index: 10000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

#sliderIndexDiv{
    width: 100%;
    height: 350px;
    float: left;    
    overflow: hidden;
}

#sliderIndex{
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

#sliderUl{
    width: 100%;
    height: 100%;
    float: left;
    list-style: none;
}

.sliderLi{
    float: left;
    list-style: none;
    width: 890px;
    position: relative;
    height: 100%;
}

.sliderImg{
    float: right;
    position: absolute;
    width: 680px;
    height: 380px;
    right: -22px;
    top: -30px;
}

.sliderDivContainer{
    height: 100%;
    width: 400px;
    float: left;
    position: relative;
}

.verMaisASliderIndex{
    font-family:"Lucida Grande", Helvetica, Arial, sans-serif;
    text-decoration: none;
    font-size: 8px;
    color:#fff;
    padding-right: 20px;
    background: url(../_img/verMaisArrows.png) no-repeat right;
    height: 22px;
    float: right;
    padding-top: 15px;
}

.bx-captions{
    position: absolute;
    bottom: 80px;
    left: 150px;
    float: left;
    width: 100px;
}

.h1SliderIndex{
    color: #fff;
    font-size: 26px;
    margin-top: 100px;
    width: 380px;
}

.h2SliderIndex{
    color: #fff;
    font-size: 16px; 
    margin-top: 20px;
    width: 300px;
}

#sliderArrows{
    right: 50px;
    bottom: 50px;
    position: absolute;
}

#prevBtn a{
    width: 22px;
    height: 42px;
    float: left;
    background: url(../_img/sliderArrowsLeft.png) no-repeat;
    text-indent: -9999px;
    margin-right: 30px;
    position: absolute;
    top: 130px;
    left: 15px;
}

#nextBtn a{
    width: 22px;
    height: 42px;
    float: left;
    background: url(../_img/sliderArrowsRight.png) no-repeat;
    text-indent: -9999px;
    position: absolute;
    top: 130px;
    right: 15px;
}

#bannerLeftArrow{
    width: 22px;
    height: 42px;
    float: left;
    background: url(../_img/sliderArrowsLeft.png) no-repeat;
    text-indent: -9999px;
    margin-right: 30px;
}

#bannerRightArrow{
    width: 22px;
    height: 42px;
    float: left;
    background: url(../_img/sliderArrowsRight.png) no-repeat;
    text-indent: -9999px;
}

.bx-next{
    width: 22px;
    height: 42px;
    float: left;
    background: url(../_img/sliderArrowsRight.png) no-repeat;
    text-indent: -9999px;
    position: absolute;
    right: 0;
    bottom: 50px;
}

.bx-prev{
    width: 22px;
    height: 42px;
    float: left;
    background: url(../_img/sliderArrowsLeft.png) no-repeat;
    text-indent: -9999px;
    margin-right: 30px;
    position: absolute;
    right: 50px; 
    bottom: 50px;
}

#destDivLeft{
    width: 130px;
    height: 100%;
    float: left;
    background: url(../_img/destaquesArrow.png) no-repeat 100px 40px;
}

.spanDest{
    font-size: 20px;
    float: left;
    color: #999;
}

#destContIndex{
    float: left;
    width: 655px;
    height: 100%;
    overflow: hidden;

}

.destUl{
    list-style: none;
    float: left;
    background: #999;
}

.destLi{
    list-style: none;
    float: left;
    width: 640px;   
    position: relative;
}

.imgDestIndex{
    border: 10px solid #999;
    margin-bottom: 10px;
}

.destIndexA{
    color: #999;
    font-size: 13px;
    float: left;
}

.destIndexAImgDiv{
    background: url(../_img/indexHoverBack.png) repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 620px;
    height: 340px;
    display: none;
    z-index: 100;    
}

.destIndexSpanImg{
    color: #fff;
    font-size: 14px;
    background: url(../_img/indexHoverVerMaisArrows.png) no-repeat right;
    width: 75px;
    height: 22px;
    padding-right: 20px;
    padding-top: 15px;
    float: left;
    margin-top: 160px;
    margin-left: 260px;
    z-index: 0;

}

.destIndexAImg{
    position: absolute;
    top: 0;
    left: 10px;
    top: 10px;
    width: 620px;
    height: 340px;   
}

.destIndexA:hover{
    text-decoration: underline;
}

#contactDivIndex{
    width: 215px;
    float: right;
    position: relative;
    background-color: #f9f9f9;
}

.contactDivIndexInner{
    height: 210px;
    width: 100%;
    float: left;
	position: relative;
}

.contactDivIndexInnerLi{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.contactDivIndexInnerCont{
    height: 210px;
    width: 100%;
    float: left;
    position: absolute;
}

.contactImgIndex{
    float: right;
    position: absolute;
}

.contactImgIndexExp{
    position: absolute;
    bottom: 40px;
}

.contactImgIndexCont{
    position: absolute;
    bottom: 40px;
}


#contentWrapperIndexMarcas{
    width: 100%;
    float: left;
    height: 130px;
}

#marcasIndexTopDiv{
    float: left;
    width: 100%;
    height: 20px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 2px;
    padding-top: 10px;
}

.spanMarcasIndex{
    font-size: 16px;
    float: left;
    background: url(../_img/barrasRight.png) no-repeat left;
    padding-left: 30px;
    color: #999;
}

#marcasIndexUl{
    float: left;
    width: 100%;
    height: 80px;
    list-style: none;
}

.marcasIndexLi{
    list-style: none;
    float: left;
    border-right: dotted 1px #c8c8c8;
    margin-top: 5px;
    padding-left: 8px;
    padding-right: 8px;

}

.marcasIndexLiLast{
    border: none !important;
    float: right !important;
    padding-left: 0px !important;
}

.marcasIndexImg{

}

.jcarousel-container{
    float: left;
    width: 640px;
}

.jcarousel-clip{
    overflow: hidden;
}

.jcarousel-prev{
    position: absolute;
    width: 12px;
    height: 22px;
    background: url(../_img/sliderArrowsLeftSmall.png) no-repeat;
    bottom: -30px;
    right: 340px;
    cursor: pointer;
}

.jcarousel-next{
    position: absolute;
    width: 12px;
    height: 22px;
    background: url(../_img/sliderArrowsRightSmall.png) no-repeat;
    bottom: -30px;
    right: 300px;
    cursor: pointer;
}
/**********************************CONTENT WRAPPER******************************************/

#contentWrapper{
    width: 100%;
    float: left;

}


/************PAGINATION**************/

#paginationDiv{
    width: 100%;
    height: 25px;
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
}

#paginationUl{
    position: relative;
    left: 50%;
    float: left;
    list-style: none;

}

.paginationLi{
    position: relative;
    right: 50%;
    float: left;
    list-style: none;
    margin-right: 4px;
    width: 14px;
    height: 22px;
    text-align: center;
}

.paginationRightArrow{
    float: left;
    width: 12px !important;
    height: 22px;
    background: url(../_img/pagArrowRight.png) no-repeat center;
}

#paginationNextBtn{
    float: left;
    width: 12px !important;
    height: 22px;
    background: url(../_img/pagArrowRight.png) no-repeat center;
}

.paginationLeftArrow{
    float: left;
    width: 12px !important;
    height: 22px;
    background: url(../_img/pagArrowLeft.png) no-repeat center;
}

#paginationPreviousBtn{
    float: left;
    width: 12px !important;
    height: 22px;
    background: url(../_img/pagArrowLeft.png) no-repeat center;
}

.paginationNumber{
    margin-top: 2px;
    width: 14px;
    height: 12px;
    background: url(../_img/pagCirc.png) no-repeat top;
    float: left;
    color: #ffba68;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 9px;
    padding-top: 8px;
}

.pagInact{
    margin-top: 2px;
    width: 14px;
    height: 12px;
    background: url(../_img/pagCirc.png) no-repeat top;
    float: left;
    color: #ffba68;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 9px;
    padding-top: 8px;
}

#actPage{
    margin-top: 2px;
    width: 14px;
    height: 12px;
    background: url(../_img/pagCircSel.png) no-repeat top;
    float: left;
    color: #ff6600;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 9px;
    padding-top: 8px;
}

/************************************PRODUTOS NEW*********************/

#prodsMenu{
    float: left;
    width: 163px;
    background: url(../_img/menuLatBack.png) no-repeat;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    min-height: 423px;
    z-index: 10000;
    position: relative;
}

#prodsCont{
    float: right;
    width: 668px;
}

.menuSpanTop{
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    color: #CE7004;
    font-size: 16px;
    width: 163px;
    margin-bottom: 10px;
    float: left;
}

#menuLeftUl{
    list-style: none;
    width: 163px;
    float: left;
}

.menuLeftLi{
    list-style: none;
    width: 100%;
    float: left;
    position: relative;
}

.menuLeftA{
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    color: #666;
    font-size: 12px;
    float: left;
    width: 153px;;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 7px;
    padding-top: 7px;
    border-bottom: 1px dotted #7f7f7f;
}

.menuLeftASelected{
    color: #f4a874;
}

.menuLeftA:hover{
    color: #f4a874;
}

.subMenuLeftUl{
    list-style: none;
    position: absolute;
    background: url(../_img/submenuBack.png) repeat !important;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1000;
    top: 0px;
    left: 180px;
    width: 140px;
    display: none;
}

.subSubMenuUl{
    list-style: none;
    position: absolute;
    background: url(../_img/submenuBack.png) repeat !important;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 500;
    top: 0px;
    left: 157px;
    width: 140px;
}

.subMenuLeftLi{
    float: left;
    list-style: none;
    border-bottom: 1px #000 dotted;
    width: 140px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.subMenuLeftLiFirst{
    background: url(../_img/subMenuLatPoint.png) no-repeat;
    width: 7px;
    height: 28px;
    position: absolute;
    top: 0;
    left: -7px;
}

.subMenuLeftA{
    width: 140px;
    float: left;
    color: #fff;
    font-size: 13px;
}

.subMenuLeftA:hover{
    text-decoration: underline !important;
    color: #ccc;
}

#prodsUl{
    width: 100%;
    list-style: none;
    float: left;

}

.prodsLi{
    float: left;
    width: 100%;
    list-style: none;
    margin-top: 20px;
    background: url(../_img/prodsLIstLiBack.png) repeat;
    height: 138px;

}

.prodsImg{
    width: 185px;
    height: 124px;
    float: left;
    border: 7px solid #666;
}

.prodsLiDivLeft{
    width: 210px;
    float: left;
    position: relative;
}

.prodsLiDivRight{
    width: 450px;
    float: left;
    padding-top: 10px;
    position: relative;
    height: 90%;
}

.prodsLiH1{
    color: #333;
    font-size: 16px;
    padding-bottom: 10px;
}

.prodsLiH2{
    color: #999;
    font-size: 14px;
    height: 70px;
    overflow: hidden;
}

.prodsLiDownFicha{
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    color: #cc7004;
    font-size: 14px;
    width: 180px;
    padding-right: 25px;
    background: url(../_img/downloadArrow.png) no-repeat right;
    position: absolute;
    bottom: 10px;
    right: 0px;
}
.prodsLivideo{
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    color: #cc7004;
    font-size: 14px;
    width: 65px;
    padding-right: 25px;
    background: url(../_img/downloadArrow.png) no-repeat right;
    position: absolute;
    bottom: 10px;
}

.expsDownFicha{
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    color: #cc7004;
    font-size: 14px;
    width: 150px;
    padding-right: 25px;

    margin-top: 30px;
    background: url(../_img/downloadArrow.png) no-repeat right;
    float: right;
}

.prodsImgLupa{
    background: url(../_img/lupaProd.png) no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.prodsImgAResto{
    display: none;
}

.prodsLiLeadP{
    font-size: 12px;
}

/*********************404***********/

#ErroContainer{
    height: 100px;
    padding-top: 150px;
    float: left;
    width: 100%;
}

/************************************PRODUTOS OLD*********************/

.prodsListH1{
    font-size: 24px;
    color: #fff;
    height: 75px;

}

.prodsListH2{
    font-size: 16px;
    color: #666;
    background: url(../_img/barrasRight.png) no-repeat left;
    padding-left: 30px;
    float: left;
}

#prodsListUl{
    list-style: none;
    float: left;
    padding-top: 20px;
}

.prodsListLi{
    list-style: none;
    float: left;
    width: 155px;
    height: 110px;
    border: solid 3px #666;
    position: relative;
    margin-right: 21px;
    margin-bottom: 20px;

}

.prodListLiA{

}

.prodsListLiLast{
    float: right;
    margin-right: 0px !important;
}

.prodsListImg{
    width: 155px;
    height: 110px;
}

.prodsListCaption{
    float: left;
    width: 100%;
    height: 28px;
    background: url(../_img/prodsListDivBack.png) repeat-x;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-top: 5px;
}

.prodsListASpan{
    width: 130px;
    padding-right: 15px;
    padding-left: 5px;
    background: url(../_img/prodsListArrow.png) no-repeat right;
    float: left;
    color: #333;
    font-size: 12px;
    overflow: hidden;
    height: 24px;
}

.prodsListASpanHover{
    background: url(../_img/prodsListArrowHover.png) no-repeat right !important;
    color: #fff !important;
}

/************************PRODUTO ITEM*************/

.voltarAtrasA{
    position: absolute;
    top: 120px;
    left: 0;
    color: #fff;
    background: url(../_img/voltarAtras.png) no-repeat left;
    padding-left: 20px;
    height: 22px;
    font-size: 14px;
    padding-top: 8px;
}

#itemTopDiv{
    width: 100%;
    float: left;
    height: 40px;
    padding-top: 50px;
}

.prodSpanTop{
    color: #ebebeb;
    font-size: 32px;
    float: right;
}

#itemContentLeft{
    padding-left: 20px;
    width: 300px;
    float: left;
    padding-left: 30px;
    padding-bottom: 20px;
}

#itemContentRight{
    float: right;
    width: 550px;
    padding-bottom: 20px;

}

.prodH1{
    color: #666;
    font-size: 16px;
    float: left;
    padding-left: 30px;
    margin-left: -30px;
    background: url(../_img/barrasRight.png) no-repeat left;
    width: 100%;
    margin-bottom: 20px;
}

.prodH2{
    color: #999;
    font-size: 14px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.prodP{
    color: #999;
    font-size: 11px;
}

.prodH2Orange{
    color: #ce7004;
    font-size: 14px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 25px;

}

.prodH2OrangeA{
    color: #ce7004;
    font-size: 14px;
    float: left;
    width: 165px;
    margin-bottom: 20px;
    margin-top: 20px;
    background: url(../_img/expoArrow.png) no-repeat right;
    height: 25px;
    padding-right: 15px;
    float: left;
    padding-top: 10px;
}

.prodTable{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.prodTable tr{
    border-bottom: 1px dotted #ccc;
    float: left;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
}

.prodTable td{
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    color: #666;
    font-size: 11px;
    float: left;
    width: 50%;

}

.prodAp{
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    color: #666;
    font-size: 11px;
    background: url(../_img/expoArrow.png) no-repeat right;
    height: 20px;
    padding-right: 15px;
    float: left;
    padding-top: 10px;
}

#prodImgCont{

    height: 275px;
    float: right;
    background: url(../_img/prodBackImg.png) repeat;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
}

#prodImgContExp{    
    height: 295px;
    float: right;
    background: url(../_img/prodBackImg.png) repeat;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    position: relative;
}


#prodImgContRight{
    float: right;
}

#prodImgContLeft{
    float: left;
    padding-right: 10px;
    width: 87px;
}

.prodImg{
    width: 396px;
    height: 265px;
    float: left;
}

.prodImgLat{
    width: 87px;
    height: 58px;
    float: left;
    margin-bottom: 10px;
}

.prodADownload{
    height: 18px;
    background: url(../_img/downloadArrow.png) no-repeat right;
    padding-right: 30px;
    color: #ce7004;
    margin-top: 5px;
    float: left;
    font-size: 14px;
}

#slider{
    height: 265px !important;
    width: 396px !important;
}

/************************************CAMPOS DE APLICAÇãO*********************/

.apsListH1{
    font-size: 24px;
    color: #fff;
    height: 65px;
    padding-top: 10px;

}

#apsListUl{
    list-style: none;
    float: left;
    padding-top: 20px;
}

.apsListLi{
    list-style: none;
    float: left;
    width: 199px;
    height: 138px;
    position: relative;
    margin-right: 31px;
    margin-bottom: 30px;

}

.apsListLiLast{
    float: right;
    margin-right: 0px !important;
}

.apsListImg{
    width: 199px;
    height: 138px;
}

.apsListCaption{
    float: left;
    width: 100%;
    height: 100%;
    background: url(../_img/aplicListMask.png) repeat-x;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
}

.apsListASpan{
    width: 165px;
    padding-right: 20px;
    height: 30px;
    font-size: 14px;
    padding-left: 10px;
    background: url(../_img/prodsListArrowHover.png) no-repeat 180px 0px;
    float: left;
    color: #fff;
    margin-top: 100px;
    padding-top: 2px;
    overflow: hidden;
}

.apsListA:hover{
    background: url(../_img/prodsListArrowHover.png) no-repeat right;
    color: #fff;
}

#camposContainer{
    width: 100%;
    float: left;
    height: 112px;
    margin-bottom: 20px;
}

#camposContainerLeft{                     
    overflow: hidden;    
    height: 100%;
    width: 400px;
    float: left;
}

#camposContainerRight{                     
    float: right;
    height: 100%;
    width: 255px;
    position: relative;
}

.campoImg{
    width: 255px;
    height: 112px;
}

#campoImgOverImg{
    width: 255px;
    height: 112px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../_img/aplicListMask.png) repeat-x;
}

.camposH2{
    width: 100%;
    margin-bottom: 15px;
}

/**********************CONTACTOS***************************/

#contDivLeft{
    padding-left: 30px;
    float: left;
    width: 200px;
}

#contDivMiddle{
    padding-left: 20px;
    float: left;
    width: 260px;
}

#contDivMorada{
    padding-left: 30px;
    float: left;
    width: 200px; 
}

#contDivRight{
    float: right;
    width: 324px;
}

.contH1Orange{
    width: 100%;
    float: left;
    color: #CD7004;
    font-size: 16px;
    margin-bottom: 25px;
}

.contH1Grey{
    width: 100%;
    float: left;
    color: #666;
    font-size: 16px;
    margin-bottom: 25px;
}

.contSpanBold{
    width: 100%;
    float: left;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    color: #666;
    font-size: 11px;
    font-weight: bold;
    margin-top: 25px;
}

.contSpanBoldFirst{
    width: 100%;
    float: left;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    color: #666;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 3px;
}

.contSpanBoldItalic{
    width: 100%;
    float: left;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}

.contNoMargin{
    margin: 0 !important;
}

.contSpanNormal{
    width: 100%;
    float: left;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    color: #666;
    font-size: 11px;
    margin-top: 5px;
}

#contactForm{
    width: 100%;
    float: left;
}

#contactForm input{
    width: 98%;
    float: left;
    border: none;
    background: url(../_img/inputBg.png) repeat-x;
    height: 27px;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    color: #666;
    font-size: 11px;    
    margin-top: 5px;
    padding-left: 5px;
}

#contactForm textarea{
    width: 98%;
    float: left;
    border: none;
    height: 103px;
    background: url(../_img/textAreaBg.png) repeat-x;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    color: #666;
    font-size: 11px;
    margin-top: 5px;
    padding-left: 5px;
    padding-top: 5px;
}

#contactBtn{
    width: 90px !important;
    height: 27px !important;
    float: right !important;
    background: url(../_img/submit.png) no-repeat !important;
    margin-top: 10px !important;
}

#mapa{
    float: left;
    width: 306px;
    height: 197px;
    border: 9px solid #666;
}

/*******************ASSISTENCIA*******/

#contDivMiddleAss{

    float: right;
    width: 300px;
}

#contDivLeftAssist{
    padding-left: 30px;
    float: left;
    width: 300px;
}

.h2Grey{
    color: #666;
    margin-bottom: 20px;
}

.backSeta{
    padding-top: 10px;
    background: url("../_img/destaquesArrow.png") no-repeat 120px 0px;
    width: 150px;
    height: 42px;
}
/************************************FOOTER****************************************/


#footerIndexBg{
    width: 100%;
    height: 240px;
    background: url(../_img/footerBackIndex.png) no-repeat bottom;  
    float: left;
}

#footerBg{
    width: 100%;
    height: 125px;
    background: url(../_img/footerBack.png) no-repeat bottom;  
    float: left;
}

#footerIndex{
    margin: 0 auto;
    height: 240px;
    width: 890px;

}

#footerNotIndex{
    margin: 0 auto;
    height: 125px;
    width: 890px;

}

.footer{

}

#footerUp{
    width: 100%;
    height: 70px;
    float: left;
}

#footerDown{
    width: 100%;
    height: 20px;
    float: left;
    padding-top: 20px;
}

.rightsSpan{
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 9px;
    float: left;
}

.tarambola{
    float: right;
    width: 81px;
    height: 11px;
    background: url(../_img/tarambola.png) no-repeat;
}

#searchDiv{
    float: right;
    width: 136px;
    height: 21px;
    background: url(../_img/searchBack.png) no-repeat;
    margin-top: 30px;
}

#formPesq{
    float: right;
    padding-top: 2px;
}

#inputPesq{
    background: transparent;
    border: none;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    color: #bababa;
    padding-left: 5px;
    font-size: 11px;
    float: left;
    width: 100px;
}

#searchBtn{
    background: url(../_img/lupa.png) no-repeat bottom;
    border: none;
    width: 14px;
    height: 16px;
    cursor: pointer;
    margin-right: 5px;    
    float: right;
}

/***********VARIOS**********************/

.hideProds{
    display: none;
}

.pp_pic_holder table span{
    padding-right: 10px;
    padding-left: 10px;
}

.pp_pic_holder table{
    border-top: 1px solid #000 !important; 
}

.pp_pic_holder table td{
    border-bottom: 1px solid #000 !important; 
}

.searchLink:hover{
    color:#CE7004;
}

.quemP{
    margin-bottom: 15px;
}
