﻿body  {
    margin: 0;
    padding: 0;
    background: #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.center {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
}

h3 {
    color:#2980b9;
    margin: 0px;
    letter-spacing: 1px;
}


/*  -----------------------index .php-------------------------------------  */
/*  fundo do governo  */
#topo{
    width:100%;
    height: 27px;
    margin-left: auto;
    margin-right: auto;
    /*background-color: #004b82;*/
}

/*  botões do governo  */
#topo #botao{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}

/* Caixa principal */
#container{
    width: 960px;
    padding-top: 10px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
}


/* imagem ON */
#header {
    background: #000;
    width: 960px;
    height: 55px;
    margin: -10px 0 0 0;
    padding: 0;
}

/* Nome departamento */

#dep{
    position: relative;
    background: #fff;
    width: 930px;
    height: 45px;
    padding-left: 10px;
    color: #2980b9;
}

/* Menu da página */

#mainnav {
    background: #fff;
    color: #272900;
    padding: 2px 0;
    margin-bottom: 10px;

}

#mainnav ul {
    margin: 0 0 0 3px;
    padding: 0;
    list-style-type: none;
}


#mainnav li {
    display: inline;
    padding: 0 10px;
    border-right: 1px solid #2980b9;
}

#mainnav li a {
    text-decoration: none;
    color: #2980b9;
    font-size: 14px;
}

#mainnav li a:hover {
    text-decoration: underline;
    color: #000;
}

#mainnav li a.lv {
    text-decoration: underline;
    color: #000;
}

/* Slider */
article {
    position: absolute;
    display:block;
    width: 100%;
}

article p {
    font-size: 12pt;
    text-align: justify;
}

div#slider img {
    width: 100%;
    height: 100%;
}

.box-slide{
    width: 960px;
    height: 300px;
    position: relative;
}

.slide {
    width: 960px;
    height: 300px;

    position: absolute;
    z-index: 5;

    overflow: hidden;

    text-align: center;
    float: left;
}

.pager {
    position: absolute;
    z-index: 6;
    top: 105%;
    padding-left: 45%;
}

.pager a {

    display: block;

    width: 15px;
    height: 15px;

    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;

    background-color: #3c404b;
    float: left;

    margin: 0 3px;
    cursor: pointer;
}
.pager a:hover{
    background-color: #14a7ff;
}

.pager a.activeSlide{
    background-color: #14a7ff;
}

.next_prev{
    width: 100%;
    position: relative;
    z-index: 9;
    top: -300px;
}

.next {
    width: 30px;
    height: 30px;

    position: relative;
    background-color: #14a7ff;
    color: #fff;

    float: right;
    padding: 1px;
    text-align: center;
    top: 30%;

    text-decoration: none;
    font-weight: bold;
}

.prev {
    width: 30px;
    height: 30px;

    position: relative;
    background-color: #5e6671;
    color: #fff;

    float: right;
    padding: 1px;
    text-align: center;
    top: 30%;

    text-decoration: none;
    font-weight: bold;
}



/*BEM VINDOS*/

div#bev {
    position: relative;

    border-top: 1px solid #999;

    margin-top: 50px;;

    background-color: #e1f5fa;

    text-align: justify;
    font-size: 13px;

    padding-left: 20px;
    padding-right: 20px;
    /*background-image: url("../img/background-blue-light.jpg");*/
}

div#bev h2 {
    text-align: center;
    font-family: 'Roboto', sans-serif;

    color: #2980b9;

    font-size: 23px;
    font-weight: bold;
}


section.partes {
    width: 100%;
    height: 325px;
    position: relative;
    text-align: justify;
    display: block;
}



        /*-------NOTICE SAO TODOS AS DIVS DO LADO DIREITO----- NOTICIAS; EVENTOS e SERVICOS-----------*/


.notice{
    position: relative;
    float: right;

    background: #fff;

    width: 365px;
    height: auto;

    margin-top: 0px;
}


.notice a {
    text-decoration: none;

}

/*---------------- SERVICOS -----------------------*/

#servicos {
    margin-top: -5px;
    text-align: center;
    font-size: 13pt;
}

#servicos h3 {

    font-size: 12pt;
    color:#2980b9;
    margin: 0px;
    letter-spacing: 1px;

}

/*---------LINHAS DE PESQUISA--------------- PROJETOS---------- */

.contents {
    position: relative;
    float: left;

    text-align: justify;

    background: #fff;

    width: 530px;
    height: auto;

    margin-top: 0px;
    margin-bottom: 30px;

    padding-left: 10px;

    overflow: hidden;
}


.contents img {

    float: left;
    padding: 5px;

    padding-bottom: 4px;

    -webkit-transition: all 0.7s ease-in;
    -moz-transition: all 0.7s ease-in;
    -ms-transition: all 0.7s ease-in;
    -o-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;

    border: 0px;
}


.contents img:hover {
    /*opacity: 0.6;*/

    filter: alpha(opacity=40);

    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);


}


.projetos {
    position: relative;
    float: left;

    background: #fff;

    text-align: justify;

    width: 585px;
    height: auto;

    margin-top: 0px;
    margin-bottom: 30px;

    padding-left: 10px;


    overflow: hidden;
}

.projetos img {
    float: left;

    margin-right: 8px;

    width: 90px;
}


.ensino {
    position: relative;
    float: left;

    text-align: justify;

    background: #fff;

    width: 585px;
    height: auto;

    margin-top: 0px;
    margin-bottom: 30px;

    padding-left: 10px;


    overflow: hidden;
}



 img#astro {
    width: 292px !important;
    height: 64px !important;
    display: block !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-top: 15px !important;
    border: 0px !important;
}


img#oba {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 110px !important;
    height: 110px !important;
}















#centro {
    margin-left: 20px;
    padding-bottom: 10px;
}

#caixa {
    text-align: justify;
    margin: 20px;
    margin-top: 0;
    padding-bottom: 10px;
}

#caixa ul {
    margin-left: 15px;
    padding: 0;
    list-style-type: circle;
}

#caixa li {
    
    padding: 0 5px;
}

#caixa li a {
    text-decoration: none;
    color: #2980b9;
    font-size: 12px;
}

#caixa li a:hover {
    text-decoration: underline;
    color: #000;
}

#caixa p{
    text-align: left;
    margin-left: 0px;
}

#caixa h5{
    font-weight:normal;
    text-align: justify;
    margin-left: 212px;
    font-size: 14px;
}









/* rodapá da página */

#footer{
    clear: both;
    color: #000;
    text-align: right;
    padding: 10px;
    font-size: 90%;
    border-top: 1px solid #999;
    margin-top: 2em;
}

/* rodapá da página- esquerdo*/
#foo1 {
    float: left;
    background: #fff;
    width: 300px;
    height: 20px;
    margin-top: 0px;
}

/* rodapá da página - direito*/

#foo2 {
    background: #fff;
    color: #272900;
    padding: 0 0px;
    margin-top: 0px;
}

/* Menu rodapé */
#foo2 ul {
    margin: 0px 0 0 0px;
    padding: 0;
    list-style-type: none;
}

#foo2 li {
    display: inline;
    padding: 0 15px 5px;
    border-right: 1px solid #2980b9;
}

#foo2 li a {
    text-decoration: none;
    color: #2980b9;
    font-size: 12px;
    margin-left: 0;
    padding-top: 10px;
}

#foo2 li a:hover {
    text-decoration: underline;
    color: #000;
}




h4 {
    color:#2980b9;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    font-size: 20px;
}

#cx {
    color:#000;
    margin-left: 200px; 
    margin-top: -15px;
    height: 170px;
}


#cx ul {
    margin-left: 3px;
    margin-top: -10px;
    padding: 0;
    list-style-type: none;
}
/*  -----------------------pesquisa.php-------------------------------------  */

#pesquisa {
    position: relative;
    float: left;
    background: #fff;
    width: 950px;
    margin-top: 5px;
    padding-left: 10px;
}

#pesquisa a{
    font-size: 12px;
    text-decoration: none;
}

/* classe da div do texto saiba mais */
.lk{
    margin-right: 10px;
}


/* classe dos links da pesquisa e projetos */
#pesquisa a.lv1{
    background-color: #2980b9;
    color: #fff;
}

/*  -----------------------coordenacao.php-------------------------------------  */
#imagens{
    Float: left;

}

img#jailson {
    width: 204px;
    height: 204px;
}

ul#coord {
    list-style: none;
    text-align: justify;
    display: inline-flex;

}

ul#coord li {
    padding: 40px;
    text-align: center;
}

/*  -----------------------sobre.html-------------------------------------  */
#sobre{
    width:930px;
    text-align: justify;

}


/*------------ANUARIO----------2015------------*/


h2.anuario {
    text-align: center;
    color: #2980b9;
}

figure.capa img {
    width: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 1px  4px black;

}

a.anua  {
    color: blue;
    text-decoration: none;
 }

a.anua:hover {
    opacity: .5;
    
}


/*-----------MAPA--------------DO-----------SITE------------------*/

.mapa {
    display: inline;
    padding: 20px;

}


.mapa h3 {
    background-color: #e1f5fa;
    width: 30%;
    height: 20px;
    padding: 5px;

}


.mapa h4 {
    font-size: 13px;
}

.mapa ul {
    list-style: none;

}

.mapa ul li {
    padding-top: 5px;
}

.mapa ul li a {
    color: #000;

}


.mapa ul li a:hover {
    color: #5286ff;
}

.mapa #dppg h3 {
    background-color: #e1f5fa;
    width: 45%;
    height: 20px;
    padding: 5px;
    margin-left: -40px;
}

.mapa #dppg a h3:hover {

    /*color: #000000;*/
    /*background-color: #ffffff;*/
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: .5;
}


.mapa a h3:hover {
    /*color: #000000;*/
    /*background-color: #ffffff;*/
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: .5;
}















