@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300&subset=latin,latin-ext);
/* ESTILOS
Cores:

Verde escuro: #668f3d
Verde claro #BCD631
Verde opaco: #88a76a
/* ----------------------------------------- */

body{
    background: #FFF url('../img/fundo.jpg') no-repeat center 68px;
    color: #222;
    font-family: Verdana, Arial, Helvetica, Tahoma, serif;
}

/*TOPO*/
#barra-institucional{
    height: 70px;
    margin-top: -65px;
}
#fundo-barra-institucional{
    background: url('../img/fundo-barra-institucional.jpg') repeat-x;
    width: 100%;
    height: 70px;
}

#logo-ucpel{float: left;}

#datas{
    padding-top: 45px;
}

#site-slogan{
    background: #E0E036;
    
    padding: 28px 5px 28px 10px;
}
#site-slogan h2{
    margin: 0;
}

#barra-institucional ul{
    margin: 0;
    padding: 0;
}
#barra-institucional ul li{
    display: inline;
    float: left;
    text-align: center;
}
#barra-institucional ul li a{
    color: #BBBBBB;
    display: inline-block;
    font-family: Helvetica;
    font-size: 11px;
    font-weight: bold;
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
#barra-institucional ul li a:hover{
    color: #555;
}

#site-slogan{
    color:#663366;
}

#nav-menu{
    margin: 0;
    padding: 0;
    background: #cccc33 url('../img/fundo-nav-menu.jpg') repeat-x;
    height: 51px;
    margin-left: 10px;

}

#nav-menu li{
    list-style: none;
    display: inline;
    text-align: center;
    height: 51px;
}

#nav-menu li a{
    font-size: 16px;
    font-family: "Open Sans Condensed", "Myriad Pro", Arial, Helvetica, Tahoma, Verdana, "Times New Roman", Times, Arial, serif;
    float: left;
    display: block;    
    color:#663366 !important;
    width: 100px;
    line-height: 25px;
    padding-top: 12px;
}

#nav-menu li span{
    float: left;
}


#nav-menu li a:hover{
    text-decoration: underline;
}

a.ativo{
    text-decoration: underline;
    color: #000;
}

#conteudo a, #conteudo a:hover{
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 1em;
    font-weight: normal;

}

#conteudo h1, #conteudo h2, #conteudo h3, #conteudo h4{
    background: #663366;
    padding: 8px;
    color: #FFF;
}

h1, h2, h3, h4{
    font-family:"Open Sans Condensed", "Myriad Pro", Arial, Helvetica, Tahoma, Verdana, "Times New Roman", Times, Arial, serif;

}

h1 a, h2 a, h3 a, h4 a{color: #FFF !important;}

#avisos ul{
    margin: 0;
    padding: 0;
}

#avisos h3{
    margin-top: 35px;
}

#avisos li{
    list-style: none;
    background: #E1E038;
    padding: 4px;
    padding-left: 10px;
    margin-bottom: 4px;
}

#avisos li a{
    color: #000;
}

#avisos li a:hover{
    text-decoration: underline;
}

/*RODAPE*/

#rodape{
    margin-top: 100px;
}

#rodape ul li, #endereco{
    font-size: 8pt;
}

#rodape ul{
    margin: 0;
    padding: 0;
    list-style: none;
}


#endereco address{
    font-style: normal;
    line-height: 10pt;

}

#fundo-rodape{
    background: #FFF;
    width: 100%;
    height: 380px;
    clear: both;
}

table tr th{
    background: #cccc33;
    color: #663366;
}

#assinatura{
    padding-bottom: 40px;
    line-height: 10pt;
}

a.botao{
    width: 300px;
    display: inline-block;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
    border: 1px solid #CBCB35;
    background: #E1E038;
    color: #000;
    font-weight: bold;
    
}

.toggle{
    font-size: 9pt;
    padding: 3px;
    background: #F2F2F2;
}

p.leia-mais{
    border-top: 1px solid #E1E038;
    text-align: center;
}
.border-top{
    border-top: 1px solid #E1E038;
}