@font-face {
    font-family: 'ralewayregular';
    src: url('fontes/raleway-regular-webfont.eot');
    src: url('fontes/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/raleway-regular-webfont.woff') format('woff'),
         url('fontes/raleway-regular-webfont.ttf') format('truetype'),
         url('fontes/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaybold';
    src: url('fontes/raleway-bold-webfont.eot');
    src: url('fontes/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/raleway-bold-webfont.woff') format('woff'),
         url('fontes/raleway-bold-webfont.ttf') format('truetype'),
         url('fontes/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html { overflow-y: -moz-scrollbars-vertical; overflow-y: scroll; }
body { margin:0; background:#fff; color:#161616; font-family:Arial, Helvetica, sans-serif; font-weight:300; line-height:14px; font-size:12px; }

*:focus { outline:none; }

*::selection { background:rgba(0,0,0,0.2); /* Safari */ }
*::-moz-selection { background:rgba(0,0,0,0.2); /* Firefox */ }

.bloco { clear:left; float:left; display:block; position:relative; z-index:1; width:100%; margin:0; }
.centralizado { position:relative; top:0; left:50%; width:980px; margin:0 0 0 -490px; }

.amarelo { background:#ede810; }
.roxo { background:#4a276b; }
.verde { background:#7fc241; }
.lilas { background:#381d50; }

.logotipo { position:absolute; top:8px; left:16px; width:286px; height:164px; background:url(imagens/logotipo.png); }
.navegacao { position:fixed; z-index:999; width:100%; height:90px; background:#fff; }
.navegacao ul { position:absolute; top:37px; left:385px; padding:0; margin:0; list-style:none; }
.navegacao li { float:left; margin-left:40px; font-family:'ralewaybold', Arial, Helvetica, sans-serif; font-size:14px; text-transform:uppercase; }

.navegacao a:link { color:#161616; text-decoration:none; }     
.navegacao a:visited { color:#161616; }  
.navegacao a:hover { color:#ed0187; }  
.navegacao a:active { color:#161616; }

.inicio { height:328px; margin-top:90px; background:url(imagens/inicio.jpg) center top; }
.data { position:absolute; z-index:1000; top:80px; left:50%; width:193px; height:110px; margin:0 0 0 290px; background:url(imagens/data.png); }
.inscreva-se { display:block; position:absolute; top:235px; left:50%; margin:0 0 0 11px; width:277px; height:109px; background:url(imagens/botao_inscrevase.png) top left no-repeat; text-indent:-9999px; }
.inscreva-se:hover { background:url(imagens/botao_inscrevase.png) bottom left no-repeat; }

.talento { height:371px; background:url(imagens/talento.jpg) center top; }

.localizacao { height:197px; background:url(imagens/localizacao.jpg) center top; }

.inscricoes { height:328px; background:url(imagens/inscricao.jpg) center top; }
.inscricoes form { position:absolute; top:40px; left:455px; width:449px; }
.inscricoes form .input100 { clear:both; float:left; width:422px; border:2px solid #fff; margin-bottom:13px; padding:6px 12px 6px 12px; background:none; color:#028fd4; }
.inscricoes form .input5050 { clear:both; float:left; }
.inscricoes form .input50e { float:left; width:189px; border:2px solid #fff; margin:0 7px 13px 0; padding:6px 12px 6px 12px; background:none; color:#028fd4; }
.inscricoes form .input50d { float:left; width:189px; border:2px solid #fff; margin:0 0px 13px 8px; padding:6px 12px 6px 12px; background:none; color:#028fd4; }
.inscricoes form input { font-family:'ralewaybold', Arial, Helvetica, sans-serif; }
.inscricoes form input[type=submit] { clear:both; float:right; border:0; margin:0; padding:6px 15px 6px 15px; background:#4a276b; color:#fff; cursor:pointer; }
.inscricoes form input[type=submit]:hover { background:#381d50; }

.programacao { height:922px; background:url(imagens/programacao.jpg) center top; }

.rodape { height:137px; background:url(imagens/rodape.jpg) center top; }

