body {
    padding: 0;
    margin:0;
    width: 100%;
    height: 100%;
}


body img.bg {
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}
.input_qtd{
    color: #979797;
    height: 37px;
    padding-left: 15px;
    top: -10px;
    text-decoration: none;
    background-image: url('../imagens/input_qtd.png');
    background-repeat: no-repeat;
    border-radius: 5px; /*up to date browsers support this, but you can add prefixes if you want*/
    border: 0;
}

.page {
    min-height: 100%;

}

.page h1, h2, h3, h4, h5, h6 {
    margin-top:0;
}

.page p {
    margin-bottom: 0;
}

.page.imp {

}

.produtos_paddingtop{
    padding-top: 1px;

}


div.wrapper {
    width: 950px;
    margin: 50px auto 0 auto;
    padding-top: 55px;
    padding-left: 5px;
    font-size: .8em;
    color: white;
    font-family: "Lucida Sans Unicode";
}

.center_hover:hover{
    /*background-color: #00CCFF;*/
}

div.background-intpage {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size:100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: contain;
    background-attachment: fixed;
    overflow: hidden;

}

div.background-intpage-cc {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-size:100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    -moz-background-size: 100% 100%;

}

div.background-intpage.product {
    background-color: #00CCFF;
}
div.background-grather {
    position: absolute;
    width: 100%;
    min-height: 100%;
    background: url("../imagens/fundo_site.png") repeat;
    background-attachment: fixed;
}

div#elementsFixed {
    position: fixed;
    left: 44px;
    top: 10px;
    margin-left: 8px;
    z-index: 5;
}
div#elementsFixed2 {
    position: fixed;
    right: 44px;
    top: 10px;
    margin-right: 8px;
    z-index: 5;
}

.detProduto_back {
    background: url("../imagens/fundo_det_produto.jpg") repeat scroll 0 0 transparent !important;
}

div.logo-interno {
    background: url("../imagens/frasa_internas.png") no-repeat center center !important;
    width: 182px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    margin-left: 752px;
    padding-top: 36px;
}
div.logo-interno1 {
    background: url("../imagens/frasa_internas2.png") no-repeat center center !important;
    width: 182px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    margin-left: 765px;
    padding-top: 32px;
}

.button_storeonline {
    position: fixed;
    display:inline-block;
    width:100px;
    left: 0;
    bottom:20px;

}
.button_storeonline_p{
    position: fixed;
    left: 0;
    bottom: 20px;
}

