﻿#principal {
    margin: 0 auto;
    font-family: 'alright_sansregular';
}

#banner {
    position:relative;
    left: 50%;
    margin-left: -640px;
    z-index: 1;
}

#textobanner {
    margin: 200px 0px 0px 50px;
    position: absolute;
    z-index: 2;
}

    #textobanner .Titulo {
    font-size: 40px;
    color: #FFFFFF;
    font-family: 'fairviewregular';
}

    #textobanner .subTitulo {
        font-size: 24px;
        color: #FFFFFF;
        font-family: 'fairviewregular';
    }

#introducao {
    margin: 10px 0px 20px 100px;
    color: #000000;
    font-size: 16px;
}

#setas1 {
    font-size: 18px;
    color: #FFFFFF;
    position: absolute;
    z-index: 2;
}

    #setas1 table td {
    width: 200px;
    padding: 40px 40px 40px 50px;
}

#imagem {
    margin: 20px 0px 20px -339px;
    position: relative;
    left: 50%;
}

#tipoDesenvolvimento {
}

#tipoDesenvolvimento #tipos {
    position: absolute;
    z-index: 2;
}

#tipoDesenvolvimento #tipos table td {
    width: 286px;
    padding: 15px 10px 0px 0px;
}

    #tipoDesenvolvimento #tipos table td.tituloTipos {
        font-size: 30px;
        color: #FFFFFF;
        padding-left: 15px;
        font-family: 'fairviewregular';
    }

    #tipoDesenvolvimento #tipos table td.textoTipos {
        color: #FFFFFF;
    }

#setaImagem {
    position:relative;
    left: 50%;
    margin-left: -500px;
    z-index: 1;
}

#tipoFundo {
    position:relative;
    left: 50%;
    margin-left: -450px;
    z-index: 1;
}

#personalizacao {
}

#personalizacao #custom {
    position: absolute;
    z-index: 2;
}

#personalizacao #custom table td {
    width: 286px;
    padding: 15px 10px 0px 0px;
}

    #personalizacao #custom table td.tituloTipos {
        font-size: 30px;
        color: #FFFFFF;
        padding-left: 15px;
        font-family: 'fairviewregular';
    }

    #personalizacao #custom table td.textoTipos {
        color: #FFFFFF;
    }

#customFundo {
    position:relative;
    left: 50%;
    margin-left: -450px;
    z-index: 1;
}

#conclusao {
    margin: 10px 0px 20px 100px;
    color: #000000;
    font-size: 16px;
}

#footerSistemas .tdfooter {
    padding-right: 12px;
}