﻿@charset "utf-8";
/* CSS Document */
    html {
        height: 100%;
    }

    body {
        height: 100%;
        margin: 0px;
        padding: 0px;
        text-align: center;
        vertical-align: baseline;
        font-family: Arial, Helvetica, sans-serif !important;
        background-image: url(/Images/tcbcTou.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-color: #F6FBFF;
    }

#divBaseTelefone {
    width: 100%;
    position: relative;
    float: left;
}

.txtDefMailForm{

border-width:1px;border-style:Solid;font-family:Arial;font-size:11px;height:20px;width:95%;
}

#divtelefone {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 920px;
    text-align: right;
    padding-right: 15px;
}

#divBaseEndereco {
    width: 100%;
    position: relative;
    float: left;
}

#divEndereco {
    line-height:1.5em;
    font-family:Arial;        
    color:#444444;
    font-size:12px;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 920px;
    text-align: center;
}

    a {
        text-decoration: none;
    }

    img {
        border: none;
    }

    p {
        text-align: justify !important;
    }

    h4 {
        font-size: 25px;
        color: #f4fff2;
    }

    .AjaxLoader {
        /*vertical-align:baseline;*/
        position: initial;
        letter-spacing: 0.1em;
        width: 100%;
        min-height: 100%;
        height: auto !important;
        height: 100%;
        padding: 0px;
        overflow: hidden;
        /*top:50%;
        left:50%;           
        margin-left:-100px;
        margin-top:-100px;
        padding-top: 20px;*/
        background-color: rgba(0,0,0,0.7);
        z-index: 4000;
        text-align: center;
    }

    #ConteudoDefault {
        width: 100%;
        clear: both;
        z-index: 0;
    }

    #MiniLogo {
        display: none;
        width: 80%;
        margin-top: 0px;
        margin-left: 10px;
        text-align: left !important;
        position: absolute;
        float: left;
    }


    #ConteudoDefault > #Conteudo {
        width: 920px;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    #ConteudoDefault > #LogoFull {
        text-align: left;
        margin-top: 2%;
    }

        #ConteudoDefault > #LogoFull > img {
            margin-left: 22%;
            width: 20%;
        }

    #ConteudoDefault > #TextoImagem {
        margin-top: 9%;
    }

        #ConteudoDefault > #TextoImagem > img {
            width: 15%;
            margin-left: 30%;
        }

    #Rodape {
        width: 920px;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        font-family: Arial;
        font-size: 11px;
        color: #898989;
    }
