﻿down /** PÁGINAS INTERNAS **/
article h1.titulo,
h2.titulo, h1.titulo {
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
    font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
    line-height: normal;
}

#corpo .limite {
    padding-top: 15px;
    line-height: 25px;
    text-align: justify;
    font-size: 14px;
}


article h2.titulo {
    font-size: 20px;
    margin-bottom: 15px;
}

article p {
    margin-bottom: 10px;
}

    article p a {
        color: #0f5b1e;
    }

a:link, a:active, a:visited {
    color: #069;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


/** REVISTAS CIENTÍFICAS **/
.imgRev a {
    text-decoration: none;
    display: inline-block;
    margin-right: 20px;
}

    .imgRev a:last-child {
        margin-right: 0;
    }

    .imgRev a .imgRevista {
        width: 158px;
        border: 1px solid #999;
        padding: 1px;
    }

    .imgRev a span {
        display: block;
        text-align: center;
        color: #000;
        font-weight: bold;
    }


/** CEP **/
.listaCEP {
    list-style: none;
    padding-top: 15px;
}

    .listaCEP li {
        margin: 10px 0;
    }

    .listaCEP > li > a {
        text-decoration: none;
        color: #656565;
        display: block;
        padding: 8px 0 8px 15px;
        font-size: 18px;
        background: #f3f3f3;
        border-left: 3px solid #0b4213;
        border-bottom: 2px solid #0b4213;
        background-image: url(https://www.unoeste.br/site/prppg/_css/img/seta-destaque.png);
        background-repeat: no-repeat;
        background-position: 7px 17px;
    }

    .listaCEP li > a > span {
        display: block;
        font-size: 10px;
        font-weight: normal;
    }

    .listaCEP li > a:hover {
        text-decoration: underline;
    }

    .listaCEP li > div.listaCEPconteudo {
        display: none;
        padding: 10px 20px;
    }

    .listaCEP li ul li {
        margin: 0;
        padding: 0;
    }

        .listaCEP li ul li > a {
            border: none;
            font-size: 12px;
        }



/** INFORME CCPq **/
#listaInformeCCPq {
    list-style: none;
}

    #listaInformeCCPq li:nth-child(2n+1) {
        background-color: #edf4f0;
    }

    #listaInformeCCPq li a {
        text-decoration: none;
        color: #333;
        display: block;
        padding: 10px;
        background: url(https://www.unoeste.br/site/prppg/_css/img/icone-download-normal.png) 658px center no-repeat;
    }

        #listaInformeCCPq li a:hover {
            background: url(https://www.unoeste.br/site/prppg/_css/img/icone-download-hover.png) 658px center no-repeat;
        }

/** Contato **/
#formContato fieldset {
    border: none;
}

    #formContato fieldset legend {
        display: none;
    }

    #formContato fieldset label {
        display: block;
        margin-bottom: 3px;
        margin-top: 15px;
    }

    #formContato fieldset .btn {
        padding: 5px;
        min-width: 120px;
        border: solid 1px #999;
        background-color: #dbdbdb;
    }

    #formContato fieldset .input-xxlarge,
    #formContato fieldset .input-xlarge {
        padding: 5px;
        min-width: 400px;
        border: solid 1px #999;
    }

    #formContato fieldset .input-xlarge {
        min-width: 200px;
    }

    #formContato fieldset .textoAlerta {
        color: Red;
    }

/** Tabelas **/
.padraoTabela, .padraoTabelaLiquido {
    width: 100%;
}

    .padraoTabela tr td {
        border-top: none 0;
        border-right: none 0;
        border-left: none 0;
        border-bottom: dashed 1px #ccc;
        padding: 6px;
        font-size: 14px;
    }

    .padraoTabela tr:nth-child(2n+1) td {
        background-color: #f5f5f5;
    }

    .padraoTabela tr th, .fundoCabecalho {
        border: none 0;
        background-color: #5d5d5d;
        padding: 8px;
        text-align: left;
        color: #fff;
    }


/** Convenios internacionais **/
#divBtnExibirTodosParceiros {
    margin: 20px 5px;
    padding: 30px;
    border: 1px solid #ddd;
    text-align: center;
    font-weight: bolder;
    font-size: 11px;
}

.textoAlerta {
    color: red;
    font-weight: normal;
}

.btnCadastrar {
    padding: 5px;
    width: 120px;
}


/** tipos **/
.listaMenusInternas {
    margin-left: 20px;
}

    .listaMenusInternas li ul {
        margin-left: 20px;
    }

.lista {
    margin: 15px 0;
}

    .lista li {
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

        .lista li:hover {
            background-color: #ddd;
        }

.relacaoDownload {
    padding: 15px 20px;
    padding-left: 4px;
}


.subMenu li a {
    display: inline-block !important;
}

.subMenu {
    float: right;
    padding: 5px;
    background-color: #fefefe;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px #777;
    margin: 20px;
    max-width: 350px !important;
    margin-top: 15px;
}

    .subMenu li:hover {
        background-color: #eee;
    }

    .subMenu li a {
        color: #333;
        display: block;
    }

    .subMenu li {
        padding: 4px;
        border-bottom: 1px dotted #ddd;
    }

.conteudoInterno h3 {
    font-weight: bolder;
    font-size: 15px;
    border-bottom: 1px solid #eee;
}

.listaComItem {
    list-style-type: disc;
}

    .listaComItem li {
        margin-left: 20px;
    }

.colunaPaisBandeiraTabela {
    width: 20px;
}

.colunaPaisDescricaoTabela {
    width: 130px;
}

.colunaPaisPrograma {
    width: 670px;
}

ul.listaDisc {
    list-style: disc;
    margin-left: 20px;
}

article.eapi {
    overflow: hidden;
}


        .relacaoDownload li {
            margin-bottom: 5px;
        }

            .relacaoDownload li .titulosarea {
                display: block;
                cursor: pointer;
                background-color: #ede7e2;
                border: 1px solid #dbd4cf;
                padding: 5px;
            }

            .relacaoDownload li .conteudoarea {
                display: none;
                padding: 10px;
            }