*{
    border: none;
}

body{
    background: url('../imagens/bg.png');
    margin: 0;
    font: 16px "Droid Sans", Trebuchet, Arial, sans-seriff; 
    color: #5d5d5d;
}

p{ 
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
}

p.p-titulo-home{
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    padding-top: 4px;
}

p.txt-informativo {
    font-size: 16px;
    line-height: 1.4;
    margin: 12px 0;
    padding-bottom: 19px;
    color: #6d6e71;
}

h1, h2, h3, h4, h5, h6{
    margin: 0;
    color: #3b3b3b;
    font-family: 'Droid Serif', serif;
    font-weight: normal;
}

span h3 {
    color: red;
    padding-top:35px;
}


.spr{
    background-image: url('../imagens/sprites.png');
}

.spr2{
    background-image: url('../imagens/sprites2.png');
}

.fl{
    float: left;
}

.nls{
    list-style: none;
}

.p0{
    padding: 0;
}

.btnpeq{
    display: block;
    width: 95px; height: 21px;
    background-position: -124px -20px;
    text-decoration: none;
    font-size: 14px;
    text-shadow: 1px 1px 1px #fff;
    color: #5D5D5D;
    text-align: center;
    padding: 6px 0;
    margin-top: 7px;
}

.btnpeq:hover{
    background-position: -124px -54px;
}

.btnpeq:active{
    margin-top: 1px;
    background-position: -124px -88px;
}

#header{
    width: 100%; height: 152px;
    background: url('../imagens/header.png');
    top: 52px;
    position: absolute;
    z-index: -1;
}

.meio{
    width: 1000px;
    margin: 0 auto;
}

#header-meio{
    margin-top: 52px;
    width: 100%;
    height: 152px;
}

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

ul#menu-principal li.menu-item{
    width: 116px;
    height: 40px;
    float: left;
    text-align: center;
    padding: 0;
    margin: 57px 5px;
}

ul#menu-principal li.menu-item a{
    display: block;
    text-decoration: none;
    color: #5d5d5d;
    display: block;
    padding: 8px 0;
    height: 23px;
    background-position: -2px -4px;
    text-shadow: 0 1px 0 #FFFFFF;
}

ul#menu-principal li.menu-item a:hover{
    background-position: -2px -44px;
}

ul#menu-principal li.menu-item a:active{
    height: 22px;
    margin-top: 1px;
    background-position: -2px -83px;
}

ul#menu-principal li#logo a{
    width: 240px; height: 240px; 
    float: left;
    margin: -42px 2px;
    background-position: -2px -150px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
}

ul#menu-principal li#logo a:hover{
    background-position: -2px -391px;
}

.white-round{
    margin-bottom: 20px;
    padding: 5px;
    background: #FEFEFE;
    border-radius: 10px;
}



.insetshadow{
    -webkit-box-shadow: inset 1px 1px 5px 2px rgba(4, 5, 5, 0.3);
    -moz-box-shadow: inset 1px 1px 5px 2px rgba(4, 5, 5, 0.3);
    box-shadow: inset 1px 1px 5px 2px rgba(4, 5, 5, 0.3);
    border: 5px solid #fff;
}

#conteudo{
    width: 100%;
    margin: 57px 0 86px 0;
}

#conteudo #meio{
    width: 980px;
    margin: 0 auto;
}

#conteudo #meio .titulo{
    height: 84px;
    margin-left: 97px;
}

#conteudo #meio .titulo .esq{
    background-position: -6px -829px;
    width: 70px; height: 84px;
}

#conteudo #meio .titulo .centro{
    background-position: -247px -829px;
    max-width: 87px;
    height: 86px;
    padding: 0 50px 0 0;
}

#conteudo #meio .titulo .dir{
    background-position: 209px -829px;
    width: 24px; height: 84px;
}

#conteudo #meio .titulo .centro h1{
    margin: 15px -52px;
    display: inline-block;
    font: 30px "Droid serif", Dingbats;
    color: #f5f5f5;
}

#conteudo #meio #ilustracao{
    width: 954px;
    height: 565px;
    border: 13px solid #E5E5E5;
    border-radius: 8px;
}

#resumos{
    border-top: 1px dotted #B3B3B3;
    border-bottom: 1px dotted #B3B3B3;
    height: 200px;
    padding-bottom: 23px;
    padding-top: 33px;
    margin: 42px 0 0 0;
}

#resumos li{
    width: 311px;
}

.titulo-home{
    width: 311px;
    height: 51px;
    background-position: -258px -543px;
    text-align: center;
    padding-top: 9px;
}

#r2 .titulo-home{
    background-position: -258px -604px;
}

#r2{
    margin: 0 23px;
}

#r3 .titulo-home{
    background-position: -258px -665px;
}

.titulo-home h2{
    color: #fff;
    font-weight: 100;
}

#news-container{
    position: relative;
    margin-top: 25px;
}

#news-container #titulo-news{
    width: 372px;
    height: 43px;
    background-position: 0 -758px;
    margin: 0 auto 20px auto;
    text-align: center;
    padding: 12px 0;
}

#news-container #news{
    margin-top: 15px;
}

.jcarousel-item{
    width: 183px;
    height: 207px;
    margin: 0 9px 0 0;
    display: inline-block;
    padding: 9px 10px;
    background: #FEFEFE;
    border-radius: 10px;
}

.jcarousel-item h4{				
    margin: 2px 0;
    font-weight: normal;
    text-align: left;
    margin-top: 2px;
    height: 57px;
}

.jcarousel-item .fontes{				
    font-size: 12px;
    margin: -20px 0;
    text-align: right;
    overflow: hidden;
    color: #828282;
    float: right;
}

.jcarousel-item p{				
    font-size: 12px;
    margin: -3px 0;
    text-align: justify;
    height: 140px;
    overflow: hidden;
    color: #828282;
}

#conteudo .bloco{
    width: 762px;
    margin: 10px 0 0 100px;
    background: url('../imagens/bg-conteudo.jpg');
    border-radius: 8px;
    padding: 21px;
}

.bloco#bl-contato{
    height: 552px;
}

.bloco p, .bloco h3, .bloco ul, .bloco ol {
    margin: 6px 0;
}

#conteudo .bloco ul#pre-inscricao{
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

#conteudo .bloco ul#pre-inscricao li{
    float: left;
    width: 349px;
}

#conteudo .bloco ul#pre-inscricao li:nth-child(2n){
    margin-left: 30px;
}

.shdrnd{
    width: 94%;
    height: 41px;
    border-radius: 10px;
    color: #a9a9a9;
    font-size: 22px;
    padding: 0 10px;
    background-color: #fdfdfd;
    border: 0;
    -webkit-box-shadow: inset 1px 2px 6px 0px #b8b8b8;
    -moz-box-shadow: inset 1px 2px 6px 0px #b8b8b8;
    box-shadow: inset 1px 2px 6px 0px #b8b8b8;
}

#conteudo .bloco ul li select{
    width: 348px;
}

#conteudo .bloco ul li textarea{
    height: 225px;
    padding-top: 5px;
    font-family: 'Droid Sans', sans;
}

#conteudo .bloco ul li#botoes{
    position: relative;
}

.btn-contato{
    position: absolute;
}

.inp-brs {
    width: 129px; height: 43px;
    background-position: -429px -732px;
    border: none;
    border-radius: 10px;
    color: #5d5d5d;
    font-size: 18px;
    padding-bottom: 3px;
    text-shadow: 0 1px 0 #beddff;
}

.inp-brs:hover {
    background-position: -429px -779px;
}

.inp-brs:active{
    background-position: -429px -827px;
    height: 42px;
    margin-top: 1px;
}

input[type=reset].inp-brs{
    background-position: -5px -4px;
    right: 0;
    text-shadow: 0 1px 0 #FFFFFF;
}

input[type=reset].inp-brs:hover{
    background-position: -5px -54px;
}

input[type=reset].inp-brs:active{
    background-position: -5px -104px;
}





.container{
    min-width: 340px;
    float: left;
}

.container:nth-child(2n){
    margin-left: 38px;
    position: relative;
}

#cortina-contato{
    width: 360px;
    height: 550px;
    position: absolute;
    top: -10px;
    left: -10px;
    text-align: center;
}

#cortina-contato img{
    margin: 254px auto;
}

#google-map{
    width: 330px; height: 274px;
    background: #b3c7e2;
    margin: 2px auto;
}


#parceiros li{
    margin-bottom: 45px;
}

#parceiros li .imgcontainer{
    width: 321px; height: 229px;
    float: left;
}

#parceiros li .imgcontainer img{
    margin: 10px auto;
    display: block;
}

#parceiros li .texto{
    width: 411px; height: 155px;
    padding: 0 15px;
    float: left;
    position: relative;
}

#parceiros li .texto p{
    margin-top: 5px;
    height: 160px;
    font-size: 13px;
}

#parceiros li .texto a.btnpeq{
    margin-top: -7px;
}

#footer{
    width: 100%; height: 558px;
    background: url('../imagens/footer.png');
}

#footer .meio{
    position: relative;
}

#container-logo-min{
    position: relative;	
}

#footer #logo-min{
    height: 128px; width: 129px;
    background-position: -3px -629px;
    position: absolute;
    left: 433px;
    top: -54px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    z-index: 1;
}

#footer #logo-min-back{
    height: 128px; width: 125px;
    background-position: -132px -629px;
    position: absolute;
    left: 437px;
    top: -54px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    display: none;

}

#footer .area{
    width: 230px; height: 386px;
    float: left;
    margin: 75px 0 0 125px;
}

#footer .area#esquerda{
    margin-left: 0;
}

#footer .area#centro{
    width: 290px;
}

#footer .area .bloco{
    width: 100%; height: 100%;
    border-top: 1px dotted #aaa;
    border-bottom: 1px dotted #aaa;
    margin-top: 20px;
}

#footer .area .bloco .titulo{
    height: 21px;
    padding: 5px 3px;
    border-bottom: 1px dotted #aaa;
    color: #e7e7e7;
    font: 18px "Droid seriff";
    font-style: italic;
}

#footer .area#esquerda .bloco{
    height: 165px;
    margin-bottom: 101px;
}

#footer .area#esquerda #redes-sociais{
    height: 117px;
}

#footer #realizacao{
    width: 234px; height: 120px;
    background-position: -224px 0;
    margin-left: -2px;
}

#footer #realizacao a#especializa-logo {
    display: inline-block;
    width: 228px;
    height: 62px;
    background-position: 319px 199px;
    color: transparent;
    vertical-align: 15px;
    margin: 13px auto;
    padding: 22px 4px;
    text-align: center;
}

#footer #redes-sociais ul{
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

#footer #redes-sociais ul li{
    float: left;
}

#footer #redes-sociais ul li a{
    display: inline-block;
    width: 46px; height: 45px;
    margin-right: 13px;
    background-position: -353px -124px;
    text-indent: -1000px;
}

#footer #redes-sociais ul li a#tt{
    background-position: -403px -124px;
}

#footer #parceiros ul{
    list-style: none;
    padding: 0;
    margin-top: 18px;
}

#footer #parceiros ul li{
    width: 130px; height: 92px;
    margin: -5px 0 32px 0;
    float: left; 
}

#footer #parceiros ul li img{
    position: relative;
    right: 2px;
    bottom: 2px;
}

#footer #parceiros ul li:nth-child(2n){
    margin-left: 30px;
}

#footer #parceiros ul li a{
    display: block;
    width: 130px; height: 92px;
    background-position: -463px -14px;
}

#footer #oqandamfalando{
    width: 221px; height: 335px;
    margin: 10px auto;
    background-position: -259px -204px;
}

#footer #twitter{
    display: inline-block;
    width: 193px; height: 306px;
    margin: 14px 13px;
    border-radius: 3px;
    font-family: 'Droid sans', sans;
}



#ementa{
    width: 570px;
    margin: 0 auto;
}

#ementa table{
    margin: 20px auto 44px auto;
    border-collapse: collapse;
    border-spacing: 0;
    width: 516px;
    background: url('../imagens/tabela-titulo-bg.png') no-repeat;
}

#ementa thead{
    text-align: left;
    font-family: "Droid serif";
}

th.modulo{
    width: 270px;
}

#ementa table tbody tr:hover{
    background: #fb5d5d;
    border-radius: 5px;
    color: #fff;
}

#ementa table tbody tr:hover td{
    color: #fff;
}

#ementa table td{
    color: #5b5b5b;
}

#ementa th{
    height: 26px;
    padding: 2px 20px 20px 20px;
    color: white;
    font-weight: normal;
}

#ementa td{
    padding: 0 10px 0 5px;
}

#ementa tbody td{
    padding-top: 5px;
}

#ementa tbody td:hover {
    cursor: pointer;
}

.ch, .ndias {
    text-align: center;
}

tfoot td {
    font-weight: bold;
    height: 40px;
}

.cortina{
    z-index: 20;
    background: url('../imagens/cortina.png');
}

#lb-cortina{
    position: fixed;
    width: 100%; height: 100%;
    top: 0; left: 0;
    cursor: pointer;
}

.lb-wrap{
    position: fixed;
    top: 15px;
    left: 0;
    z-index: 21;
    width: 100%;
}

.lb-wrap-content {
    position: relative;
    width: 798px;
    margin: 10px auto;
}

.lb-fechar{
    position: absolute;
    cursor: pointer;
}

.lb-wrap-content .lb-fechar{
    width: 59px; height: 59px;
    top: -22px;
    right: -31px;
    z-index: 22;
    background: url('../imagens/light-btn-normal.png');
}

.lb-wrap-content .lb-fechar:hover{
    background: url('../imagens/light-btn-hover.png');
}

.lb-wrap #lb-fechar-fora{
    position: absolute;
    width: 100%;
    height: 100%;
    top: -15px;
}

.lb{
    background: white;
    width: 798px; height: 600px;
    top: 0;
    box-shadow: 0 1px 20px 3px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 30px 0;
    overflow-y: auto;
}

.lb .lb-titulo{
    text-align: center;
    padding-top: 33px;
    height: 73px;
    width: 100%;
    font-size: 33px;
    color: #3B3B3B;
    background: url('../imagens/lightbox-bg-titulo.jpg') repeat-x;
}

.lb .lb-conteudo{
    margin: 30px 45px;
    border-top: 1px dotted #7f7f7f;
    border-bottom: 1px dotted #7f7f7f;
    padding: 22px 0;
    -moz-column-count: 2;
    -moz-column-gap: 50px;
    -webkit-column-count: 2;
    -webkit-column-gap: 50px;
    column-count: 2;
    column-gap: 50px;
}

.lb-conteudo-projeto {
    margin: 30px 45px;
    border-top: 1px dotted #7f7f7f;
    border-bottom: 1px dotted #7f7f7f;
    padding: 22px 0;
}

.lb-conteudo-projeto table tr:nth-child(even) td, .lb-conteudo-projeto table tr:nth-child(even) th {
    background-color: #E5E5E5;
}

.lb-conteudo-projeto table tr:nth-child(odd) td, .lb-conteudo-projeto table tr:nth-child(odd) th {
    background-color: #FEFEFE;
}

.lb-conteudo-projeto table tbody tr:nth-child(even) td {
    width: 75%;
    padding: 5px;
}

.lb .lb-conteudo ul{
    list-style: none;
}

.lb .lb-conteudo ul.subitens{
    padding: 0;
}


.lb .lb-conteudo ul li h3{
    color: #e94249;
}

.lb .lb-conteudo ul li.subitem{
    padding: 2px 0;
}

.form-erro{
    box-shadow: inset 1px 2px 6px 0px rgba(255, 98, 98, 0.6);
    background: #FFF1F1;
    /*    
        -webkit-box-shadow: inset 1px 2px 6px 0px #b8b8b8;
        -moz-box-shadow: inset 1px 2px 6px 0px #b8b8b8;
        box-shadow: inset 1px 2px 6px 0px #b8b8b8;*/
}
.nome-ie{
    display: none;
}

code{
    display: none;
}