.PG_Tabela {
    display:block;
    text-align:center;
}
.PG_Tabela span {
    display:inline-block;
}
.PG_Bem {
    float:left;
    width:225px;
    min-height:0px;
    padding:10px;
    text-align:left;
}
.PG_BemArea {
    float:left;
    width:225px;
    min-height:0px;
    background-color:#f0f0f0;
    border-radius:10px;
    cursor:pointer;
}
.PG_BemCabecalho {
    float:left;
    width:205px;
    height:14px;
    line-height:14px;
    background-color:#444444;
    border-radius:7px 7px 0px 0px;
    color:#FFFFFF;
    margin-top:5px;
    margin-left:5px;
    margin-right:5px;
    padding:5px;
    font-size:11px;
}
.PG_BemFoto {
    float:left;
    width:215px;
    height:140px;
    margin:0px 5px 5px 5px;
    background-color:#dbdbdb;
}
.PG_BemFotoArea {
    float:left;
    width:215px;
    height:160px;
}
.PG_BemFotoAreaIMG {
    float:left;
    width:215px;
    height:140px;
}
.PG_BemTextos {
    float:left;
    width:215px;
    height:100px;
    margin-left:5px;
    margin-right:5px;
    margin-bottom:5px;
}
.PG_BemTextosArea {
    float:left;
    width:195px;
    min-height:100px;
}
.PG_BemTextosTitulo {
    float:left;
    width:195px;
    height:20px;
    line-height:20px;
    color:#444444;
    font-weight:bold;
}
.PG_BemTextosSubtitulo {
    float:left;
    width:195px;
    height:20px;
    line-height:20px;
    color:#444444;
    font-weight:bold;
}
.PG_BemTextosDescricao {
    float:left;
    width:195px;
    min-height:0px;
    color:#444444;
    line-height:16px;
    font-size:12px;
}
.PG_BemTitulo {
    float:left;
    width:205px;
    height:28px;
    color:#444444;
    font-weight:bold;
    line-height:14px;
    margin-left:5px;
    margin-right:5px;
    margin-bottom:5px;
    padding:5px;
}
.PG_BemMensagem {
    float:left;
    width:205px;
    height:14px;
    line-height:14px;
    background-color:#3c5998;
    color:#FFFFFF;
    margin-left:5px;
    margin-right:5px;
    margin-bottom:5px;
    padding:5px;
    font-size:11px;
    text-align:center;
}
.PG_BemValorBase {
    float:left;
    width:205px;
    height:14px;
    line-height:14px;
    background-color:#f0b606;
    color:#000000;
    margin:0px 5px;
    padding:5px;
    font-size:12px;
    text-align:right;
}
.PG_BemValorMinimo {
    float:left;
    width:205px;
    height:14px;
    line-height:14px;
    background-color:#e68813;
    color:#000000;
    margin:0px 5px;
    padding:5px;
    font-size:12px;
    text-align:right;
}
.PG_BemMaisInfo {
    float:left;
    width:205px;
    height:14px;
    line-height:14px;
    background-color:#d2570d;
    border-radius:0px 0px 7px 7px;
    color:#FFFFFF;
    margin:0px 5px 5px 5px;
    padding:5px;
    font-size:12px;
    text-align:center;
    font-weight:bold;
}


.BT_Paginacao_Anterior {
    font-family:"Ubuntu-L";
    font-size:14px;
    text-align:center;
    cursor:pointer;
    margin:0px;
    padding:0px;
    background-color:#353535;
    color:#FFFFFF;
    border:0px;
    font-weight:bold;
    background-image:url('../img/icons/icon_paginacao_anterior.png');
    background-repeat:no-repeat;
    background-position:center center;
}
.BT_Paginacao_Anterior:hover {
    background-color:#e68813;
}
.BT_Paginacao_Anterior[disabled] {
    cursor: default;
    background-color:#dbdbdb;
}

.BT_Paginacao_Seguinte {
    font-family:"Ubuntu-L";
    font-size:14px;
    text-align:center;
    cursor:pointer;
    margin:0px;
    padding:0px;
    background-color:#353535;
    color:#FFFFFF;
    border:0px;
    font-weight:bold;
    background-image:url('../img/icons/icon_paginacao_seguinte.png');
    background-repeat:no-repeat;
    background-position:center center;
}
.BT_Paginacao_Seguinte:hover {
    background-color:#e68813;
}
.BT_Paginacao_Seguinte[disabled] {
    cursor: default;
    background-color:#dbdbdb;
}


.Inputs_Font {
    font-family:"Ubuntu-L";
}
.Inputs_FontCenter {
    text-align:center;
    font-family:"Ubuntu-L";
}
.Inputs_FontRight {
    text-align:right;
    font-family:"Ubuntu-L";
}

.CB_Inputs { 
    position: relative;
    top: 4px;
} 
.CB_Inputs label { 
    font-family:"Ubuntu-L";
    position: relative;
    top: -2px;
}

.TB_Login {
    font-family:"Ubuntu-L";
    font-size:12px;
    text-align:center;
}
.TB_Pesquisa {
    font-family:"Ubuntu-L";
    font-size:14px;
    padding:4px;
}


.BT_BensInfo {
    cursor:pointer;
}
.BT_BensInfo:hover {
    color:#e68813;
}