*{
    margin:0;
    padding:0;
    text-decoration:none;
    font-family: Verdana;
    font-size:12px;
    border:none;
}

body{
    background: #55758D;
    text-align:center;
}

#site{
    width:780px;
    border:5px solid #000;
    margin:10px auto;
    text-align:left;
}

#topo{
    background:url(img/topo.jpg) no-repeat;
    width: 780px;
    height: 310px;
}

#topo h1{
    text-indent:-900000px;
}

#menu{
  margin-top:210px;
  margin-left:10px;
}

#menu ul li{
    display:inline;
}

#menu ul li a{
    display:block;
    width:150px;
    height:30px;
    text-indent:-91000px;
    float:left;
    font-size:14px;
}
#menu ul li a:hover{
    background-position: 0 -29px;
}

.menuhome{
    background:url(img/menu/home.png) no-repeat;
    width:100px !important;
}

.menuobjetivos{
    background:url(img/menu/objetivos.png) no-repeat;
}

.menuinscricoes{
    background:url(img/menu/inscricoes.png) no-repeat;
    width:170px !important;
}

.menuanteriores{
    background:url(img/menu/anteriores.png) no-repeat;
    width:180px !important;
}

.menucontato{
    background:url(img/menu/contato.png) no-repeat;
}


/* CONTEUDO*/
#conteudo{
    background:#DEDEDE;
    color :#291670
}





#data{
    text-align:center;
    font-size:22px;
    font-weight:bold;
    color:#291670;
    font-family: Verdana;
}


.dir{
    width: 330px;
    float:left;
    text-align:left;
    padding:10px;
    padding-left:20px;
}

.dir p{
    text-indent:30px;
    margin:10px 0;
    color:#291670;
    text-align:justify;
}

.dir h3,#conteudo h3{
    font-size:18px;
    color:#291670;
    margin:10px 0;
    border-bottom: 2px solid #291670;
}



.esqu{
    width: 415px;
    float:right;
    text-align:center
}
.esqu h5{
    font-size:16px;
    margin-top:10px
}


#globo{
    background: url(img/globo.jpg) no-repeat;
    width: 415px;
    height:375px;
}


.botoes{
    float:left;
    text-indent:-90000px;
    width:320px;
    padding:40px 30px 0 10px;
}


.botoes a{
    display: block;
    width: 160px;
    height:150px;
    float:left;
}

.botoes a:hover{
    background-position: 0 -160px;

}


.botoes .inscricoes{
    background: url(img/inscricoes.png) no-repeat;
}
.botoes .localizacaobt{
    background: url(img/localizacao.png) no-repeat;
}
.botoes .palestrantes{
    background: url(img/palestrantes.png) no-repeat;
}
.botoes .programacao{
    background: url(img/programacao.png) no-repeat;
}
.botoes .sugestao{
    background: url(img/sugestao.png) no-repeat;
}




#patrocinadormaster {
    clear:both;
    padding-top:20px;
    text-align:center;
}

#patrocinadormaster img{
  margin: 10px;
}



#patrocinadores{
    clear:both;
    text-align:left;
}

#patrocinadores h5{
    margin:10px;
}


.inscricoes .esqu{
    text-align:left;
}


.inscricoes ul {
    margin:10px;
    padding-left:20px;
}
.inscricoes ul li{
    margin-top:5px;
}

.inscricoes fieldset,.contato fieldset{
    padding:10px;
    margin-bottom:10px;
    margin-right:10px;
    border:2px groove #000;
}

.inscricoes legend,.contato legend{
    font-size:14px;
    font-weight:bold;
    color:#291670;
    padding:0 10px;
}

.inscricoes label,.contato label{
    display:block;
    font-weight:bold;
    margin-top:10px;
    color:#291670;
}

.inscricoes input,.contato input,.contato textarea{
    padding:2px;
    border:1px solid #7F9DB9
}


.localizacao{
    margin:20px;
}

.anteriores a img{
    margin:5px;
    border: 1px solid #183885
}


.programacao ul{
    padding-left:20px;
    margin:10px;
}

.programacao ul li{
    margin-top:15px;
    text-align:justify;
    list-style-type: square;
    color:#183885
}

.programacao ul li strong{
    font-size:14px;
}




.mensagem{
  margin:10px ;
  padding:10px;
  background:#EEE;
  border:1px solid #291670;
}


#rodape{
    clear:both;
    background: url(img/rodape.jpg) no-repeat;
    width:780px;

    text-align:center;
    font-weight:bold;
    padding-top:80px;
    padding-bottom:5px;
    color:#43463a
}


