/* CSS Document */
html, body
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: Verdana, Geneva, sans-serif;
}

.home_structure
{
    width: 100%;
    height: 100%;
}

.columleft
{
    width: 32%;
    background-color: #00a9c7;
    background-image: url(images/imagem.jpg);
    background-position: top right;
    height: 100%;
    background-repeat: no-repeat;
}

.columRight
{
    width: 68%;
    background-image: url(images/image_maos.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 10px;
}

.structureLogin
{
    width: 255px;
    height: 100%;
    color: #FFF;
}

.tb_dim
{
    width: 720px;
}

.img_esq
{
    background-image: url(images/barra_bg_esq.gif);
    background-repeat: no-repeat;
    width: 7px;
    height: 23px;
}

.img_dir
{
    background-image: url(images/barra_bg_dir.gif);
    background-repeat: no-repeat;
    width: 7px;
    height: 23px;
}

.notTitle
{
    background-color: #00a9c7;
    color: #FFF;
    font-size: 14px; /*font-weight:bold;*/
    padding-left: 5px;
}

.listNews
{
    padding: 19px;
    padding-top: 0px;
}

.tdTitle
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.padExisteImg
{
    padding-top: 20px;
}
.linkTitle
{
    font-size: 12px;
    font-weight: bold;
    color: #05789e;
    line-height: 16px;
    text-decoration: none;
}

.linkTitle:hover
{
    font-size: 12px;
    font-weight: bold;
    color: #05789e;
    line-height: 16px;
    text-decoration: underline;
}
.desc
{
    font-size: 10px;
    color: #515151;
    line-height: 16px;
    padding-bottom: 10px;
}

.date
{
    font-size: 9px;
    color: #999;
    border-bottom: solid 1px #999;
    padding-bottom: 5px;
}

.box_input
{
    border: none;
    background-color: #4dc3d8;
    width: 165px;
    height: 22px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    padding-left: 8px;
    padding-right: 8px;
}

.buttonLogin
{
    background-color: #00F;
    background-image: url(images/Entrar.gif);
    width: 86px;
    height: 25px;
    cursor: pointer;
}

.buttonLogin:hover
{
    background-color: #00F;
    background-image: url(images/Entrar_btn_hover.gif);
    width: 86px;
    height: 25px;
}

.textLogin
{
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
}
.dim_176
{
    height: 176px !important;
}

.dim_200
{
    height: 200px;
}

.textuser
{
    font-size: 11px;
    font-weight: bold;
    padding-top: 8px;
    color: #FFF;
}

.listAssociados
{
    background-color: #0098b3;
    width: 212px;
}

.text_associados
{
    color: #5ecee2;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    padding-left: 8px;
    height: 22px;
}
.padImg
{
    width: 212px;
    padding-bottom: 5px;
}

.padImg img
{
    margin-bottom: 3px;
}
.footer
{
    font-size: 10px;
    padding-bottom: 3px;
}
.pontoc
{
    font-size: 10px;
    text-decoration: none;
    color: #FFF;
}
.pontoc:hover
{
    font-size: 10px;
    text-decoration: underline;
    color: #FFF;
}

.tb_contentPadd
{
    padding-left: 12px;
    padding-right: 12px;
}

.textinvaliduser
{
    font-size: 11px;
    font-weight: bold;
    padding-top: 8px;
    color: #FFF;
}

.linkHome
{
    font-weight:normal;
    color: #ffffff;
    text-decoration: none;
}

.linkHome:hover
{
    font-weight:normal;
    color: #ffffff;
    text-decoration: underline;
}