﻿body  {
    margin: 0;
    padding: 0;
    background: #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

/*  -----------------------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;
}


/*--------BOTAO BANDEIRA-------*/

.flag {
    float: right;
    height: 45px;
    width: 125px;
    margin-right: 15px;
}

.flag img {
    padding: 10px;
}





/* Nome departamento */

#dep{
    position: relative;
    background: #fff;
    width: 530px;
    height: 35px;
    padding-left: 10px;
    color: #2980b9;
}

/* Menu da página */

.mainnav {
    background: #fff;
    color: #272900;
    padding: 2px 0;
    margin-bottom: 10px;
    text-align: left;

}

.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 {
    height: 45px;
    position: relative;
    border-top: 1px solid #999;
    margin-top: 0px;;
    background-color: #e1f5fa;
    text-align: justify;
    font-size: 5px;
    padding-left: 20px;
    padding-right: 20px;
    /*background-image: url("../img/background-blue-light.jpg");*/
}

div#bev h2 {
    text-align: right;
    font-family: 'Roboto', sans-serif;
    color: #2980b9;
    font-size: 14px;
    font-weight: bold;
    padding-top: 0px;
    padding-right: 30px;
}



/*-------SUB--MENU----------------*/




#menu hr {

    color: #3399CC;
    height: 3px;
    margin-top: -2px;


}

#menu ul {
    padding-top: 40px;
    list-style-type:none;
}

a {
    text-decoration:none;
}
#menu body {
    font-size:12px;
}


#menu {
    margin-top: -59px;
    width: 275px;
    height: 705px;
    background: #e1f5fa;
}

#menu ul li {
    position:relative;
    display: block;
    margin-left: 0px;
    background: #e1f5fa;
}

#menu  ul  li  a {
    color:#333;
    line-height:30px;
    display:block;
    background:#FFFFFF;
    position:relative;
    z-index:30;
}

#menu ul li a {
    color:#333333;
    font-weight:bold;
    background: #e1f5fa;
    /*text-transform:uppercase;*/
}
#menu  ul  li  a  span {
    border-top: 0px solid #fff;
    display: inline-block;
    border-bottom: 2px solid #3399CC;
    padding:0 0px;
}


ul.submenu {
    margin-left:15px;
    background: #e1f5fa;
    border-radius:0 0 5px 5px;
}

#menu ul li ul .submenu li a {
    display:block;
    padding-left: 10px;
    color:#666;
    text-transform:capitalize

}

ul.submenu li a:hover {
    color:#333;
    background: #f7f7f7
}

#menu ul li a:hover {
    color: #a8afb8;
    text-decoration: underline;
}


/*------------CALENDÁRIO DE INSCRIÇÕES---------------*/

div#calendario {
    float: right;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
    margin-left: auto;
    margin-right: 50px;
    width: 580px;
    height: 625px;
    text-align: justify;
    overflow: scroll;

}

div#calendario h2 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #2980b9;
    font-size: 16px;
    padding-top: 15px;


}


div#calendario h4 {
    margin-top: -10px;
    font-family: 'Roboto', sans-serif;
    color: #8b9088;
    font-size: 13px;

}

div#calendario h5 {
    margin-top: -10px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}



/*-------------TABELA DISCENTES.HTML---------------*/
.alunos tr {
    background-color: rgb(216, 234, 247);
    height: 30px;

}

.alunos td {
    padding-left: 5px;
    padding-right: 5px;
    width: 1%;

}

.alunos tr#title {
    background-color: #686d75;
    color: #fff;
    font-size: 17px;
    height: 30px;
}

.alunos tr#title2 {
    background-color: #686d75;
    color: #fff;
    font-size: 17px;
    height: 30px;
}



.alunos tr#title3 {
    background-color: #686d75;
    color: #fff;
    font-size: 17px;
    height: 30px;
}


/*tabela de horarios*/

.alunos tr#title4 {
    background-color: #686d75;
    color: #fff;
    font-size: 17px;
    height: 30px;
}



table#horarios td {
    max-width: 20%;

}

/* 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;
}

h3 {
    color:#2980b9;
    margin: 0px;
    letter-spacing: 1px;
}




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;

}