﻿.vinhos
{
    background: url(../imagens/vinhos_fundo.jpg) no-repeat center top;
    height: 925px;
}

.vinhosdetalhes {
    height: 925px;
    float: left;
    width: 100%;
    background: url(../imagens/vinhosdetalhes_fundo.jpg) repeat top center;
}

.vinhospaises .fundo_bandeira {
    height: 250px;
    float: left;
    width: 100%;
    background: url(../imagens/espanha.jpg) repeat top center;
}

    .conteudo.lista_vinhos {
        background: url(../imagens/vinhospaises_fundo.jpg) no-repeat center bottom;
        height: 880px;
        float:left;
        width: 100%;
    }

    .lista {
        margin:auto;
        width: 990px;
        height: 790px;
        margin-top: 15px;
    }

.item.vinho {
    width: 20%;
    height: 370px;
    margin: 0.5% 2%;
    text-align: center;
    float:left;
}

    .item.vinho .descricao {
        color: #5C0000;
        float: left;
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

    .item.vinho .uva {
        font-size: 14px;
        font-weight: 100;
    }

    .item.vinho img {
        min-width: 1px;
    }

.vinhosdetalhes div {
    margin-top: 270px;
    width: 380px;
    height: 650px;
    float: right;
    margin-right: 0;
}

    .vinhosdetalhes div img {
        margin-top: 50px;
        max-height: 500px;
    }

.vinhosdetalhes h2 {
    color: #5C0000;
    margin-bottom: 5px;
    text-indent: 0.5em;
    font-size: 28px;
}

.vinhosdetalhes span {
    width: 100%;
    float:left;
}

.vinhosdetalhes .texto_vinho {
    margin-top: 20px;
}

.vinhos .texto, .vinhosdetalhes .texto
{
    margin-top: 320px;
    float:right;
    width: 45%;
    color: #1A1A1A;
    margin-right: 5%;
}

.naoha_registros {
    width: 100%;
    float:left;
    text-align: center;
    padding: 40px;
    color: #5C0000;
}

.vinhos_paginacao {
    float:left;
    width: 100%;
}

.paginacao {
    margin:auto;
    width: 250px;
    text-align:center;
    color:#515251;
    font-size: 14px;
}

    .contar_paginas {
        display: inline;
    }

        .paginacao a {
            background: #FFF;
            color: #5C0000;
            padding:3px 6px;
            font-size: 14px;
        }

.facebook {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    height:30px !important;
    float:right !important;
    width:50px !important;
}