*{
    padding: 0;
    margin:0;
}

.janelaModal{
    width: 600px;
    height: 400px;
    min-height: 400px;
    position: fixed;
    left:50%;
    top:50%;
    margin-left: -300px;
    margin-top: -110px;
    overflow: scroll;
    overflow-style: scrollbar;
    overflow-x:hidden;
    visibility: visible !important;
    z-index: 999999900;
}

.modalTitulo{
    width: 600px;
    height: 22px;
    margin-bottom:15px;
    margin-top:-40px;
    
}

.fecharModal{
    width: 22px;
    height: 22px;
    float:right;
    position:fixed;
    background: url(../images/modal/fechar.png);
    margin-left: 550px;
    cursor:pointer;
    margin-right: 25px;
    margin-top: 45px;
}

.conteudoModal{
    width:600px;
    border: solid 1px #00a859;
    background: #FFF;
    padding-bottom: 30px;
}

.conteudoModal p{
    font-family: Arial, Verdana, Helvetica;
    font-size: 13px;
    padding:0px 50px 0px 50px;
    text-align: justify;
    color:#212121;
}

.conteudoModal h4{
    padding-left:50px;
    padding-right:50px;
}
.conteudoModal img{
    margin:20px;
}
.conteudoModal ul{
    font-family: Arial, Verdana, Helvetica;
    font-size: 11px;
    padding:0px 50px 0px 70px;
    margin-top: 20px;
    margin-bottom:30px;
    color:#212121;
}

.fundoModal{
    width: 100%;
    height: 100%;
    position: fixed;
    background: url(../images/modal/fundo.png);
    left:0;
    top:0;
    z-index: 99;
}

.botao{

    cursor:pointer;

}