/** reset das tags do HTML5. Não sei porque, elas ficam como elementos de linha. ***/
header, section, nav, aside, footer {display:block;}
/**********
CSS RESET
**********/
* {
    margin:0;
    padding:0;
}
body {font-family: arial, verdana, helvetica, tahoma, sans-serif;}

ul, ol { list-style-position:inside; }
ul li, ol li { text-indent:0; list-style:none;}
table { border-collapse:collapse; border-spacing:0; }
img, a img, fieldset {border:0 none;}

a{text-decoration:none;}
a:hover{text-decoration:underline;}

h1 {font-size: 1.8em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.3em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1.1em;}
h1, h2, h3, h4, h5, h6 { line-height: 1em; }
.twitter {
	width:600px; margin:auto;
}
/*** Padrões de Classes ***/
.noborder {border:none !important;}
.fright, .alignright {float: right;  margin:0 0 12px 12px;}
.fleft, .alignleft {float: left; margin:0 12px 12px 0;}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

/* Image Replacement - As larguras e alturas você coloca individualmente nos elementos */
.imgrpl {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
}

.limite {
	width:960px;
	margin:0 auto;
	overflow:hidden;
}

/**********
FIM DO CSS RESET
**********/
html {background: url(images/bg.gif);}
body {background:url("images/bglight.png") no-repeat scroll 190px 100px;}

#geral {
	background:url(images/degradebottom.png) repeat-X center bottom;
	margin:0 auto;
}

header {position:relative;}

h1.logo {float:left; width:261px; height:321px; background:url(images/logo.png); position:relative;}
h1.logo a {
	width:175px;
	height:50px;
	position:absolute;
	bottom:70px;
	right:0;
	text-indent:-9999px; overflow:hidden;
}

.lnkinscricao {
	float:right;
	width:259px;
	height:57px;
	background:url(images/bginscricao.gif) no-repeat;
}

.lnkinscricao a {
	float:right;
	background:#000;
	padding:10px 20px;
	margin-right:48px;
	color:#FFF;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}

nav {
	position:absolute;
	right:0; top:75px;
	border-bottom:1px solid #FFF;
}

nav ul {
	padding:30px 0 15px; 
	margin:0;
	border-bottom:1px solid #cdcdcd;
}

nav ul li {display:inline;}
nav ul li a {
	padding:0 10px;
	font-size:12px;
	font-weight:bold;
	color:#373737;
	text-transform:uppercase;
	text-shadow:white 0 1px 0;
}

h2.slogan {
	clear:right;
	float:right;
	font-size:83px;
	font-weight:bold;
	text-shadow:white 2px 2px 0;
	text-align:right;
	width:570px;
	padding:137px 0 50px;
	letter-spacing:-4px;
	text-transform:uppercase;
}

aside {
	width:460px;
	padding:40px 0 0;
}

aside section {
	background:url(images/bgbox.png) no-repeat center bottom;
	padding-bottom:20px;
	margin:0 0 35px;
	overflow:hidden;
}

aside section#onde p.fleft {width:180px; padding:10px 0 0 0; margin-left:30px;}

aside section * {padding:0 20px;}
aside section p {padding:0 30px;}
aside section h3 {
	text-shadow:#c3c3c3 0px 1px 0;
	color:rgba(0,0,0,0.8);
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
	padding:13px 20px 20px;
}
aside section a {padding:0; text-decoration:underline;}
aside section strong a {color:black;}
section h6 {
	font-size:35px;
	color:#aeaeae;
	text-shadow:#f0f0f0 0 1px 0;
	text-transform:uppercase;
	text-align:center;
	padding:0 0 30px;
}

section#ocodeshow h3 {color:#680000; background:url(images/bgtitvermelho.png) no-repeat center top;}
section#vocevaiver h3 {color:#765a10; background:url(images/bgtitamarelo.png) no-repeat center top;}
section#novo h3 {color:#545e27; background:url(images/bgtitgreen.png) no-repeat center top;}
section#programacao h3 {color:#434343; background:url(images/bgtitgray.png) no-repeat center top;}
section#aplicacao h3 {color:#1c3e45; background:url(images/bgtitblue.png) no-repeat center top;}
section#onde h3 {color:#700c0e; background:url(images/bgtitroxo.png) no-repeat center top;}

section p {margin-bottom:10px;}
section p, section li {font-size:13px;padding-bottom:10px;}
section aside ul, section aside ol {margin:15px 0;}
section li {padding-bottom:5px;}
section p strong {padding:0;}

section#vocevaiver p {width:200px; margin:0 0 0 10px;}

section#vocevaiver:nth-child(2) p {border:1px solid black;}

section#vocevaiver h4.titdesign {
	float:left;
	background:url(images/icodesign.png) no-repeat left center;
	padding:10px 0 10px 40px;
	margin:15px 0 0 40px;
}
section#vocevaiver p.pdesign {float:right; margin:14px 10px 20px;}

section#vocevaiver h4.titprog {
	float:right;
	background:url(images/icoprog.png) no-repeat left center;
	padding:10px 0 10px 40px;
	margin:12px 40px 0 0;
}
section#vocevaiver hr {
	clear:both;
	margin:20px;
	border:0;
	background:none;
	border-bottom:1px solid #FFF;
	border-bottom:1px solid #cdcdcd;
}

section#faq {
	width:447px;
	height:195px;
	background:url(images/boxfaq.png) no-repeat left top;
}

section#faq h3 {
	color:#28626e;
	padding:30px 20px 20px;
}

aside section#faq p a {color:#000; text-decoration:underline; font-weight:bold; padding:0;}

section#faq p {
	width:185px;
	float:left;
	margin-left:20px;
	padding:20px 0 0;
}

section#faq img {
	float:right;
	margin:20px 0 0;
}
table {
	margin:0 auto;
	width:400px;
}

table caption {display:none;}

table th {
	background:url(images/degradehora.png) repeat-X center center;
	text-align:center;
	font-size:13px;
	color:#686868;
}

table td {
	padding:5px 10px;
	font-size:13px;
}

.recibo {
	padding:100px 0;
}
.recibo p {
	text-align:center;
	font-size:30px;
}

footer {
	clear:both;
	padding:45px 0 0;
	background:#090909 url(images/bgfooter.png) repeat-X;
}

footer p.big {
	float:left;
	font-size:72px;
	font-weight:bold;
	letter-spacing:-4px;
	text-transform:uppercase;
	width:400px;
	text-align:center;
	line-height:70px;
	color:#161616;
	text-shadow:#929292 1px 1px 0;
}

footer form {
	width:340px;
	float:left;
	margin-left:20px;
	margin-bottom:30px;
}
footer form legend {display:none;}
footer form label {display:block; position:relative;}

footer form label.sala {
	color:#CCC;
	font-size:13px;
	padding:15px;
}
footer form label select {width:240px; vertical-align:middle;}
footer form label select option {padding:5px;}

footer form label.field {
	vertical-align:middle;
	background:url(images/bginput.png) no-repeat center center;
	border:none;
	width:267px;
	padding:17px 15px;
}

footer form input {
  border:none;
  float:right;
  width:190px;
  background:transparent;
  font-size:16px;
}

footer form input[type=submit] {
	background:url(images/bt.png) no-repeat center center;
	color:#FFF;
	font-weight:bold;
	width:167px;
	height:51px;
	text-align:center;
	float:none;
	font-size:15px;
	cursor:pointer;
	margin:0 0 0 70px;
	border:none;
	text-transform:uppercase;
}
footer form .error {
	background:cornsilk;
	border:1px solid gray;
	padding:2px 3px;
	display:block;
	position:absolute;
	right:0; top:0;
	font:11px verdana, arial, tahoma, sans-serif;
}


footer .preco {
	font-size:12px;
	color:#FFF;
	width:150px;
	float:left;
}
footer .preco a {color:#FFF; text-decoration:underline;}
footer .preco p {padding:10px 0 0;text-align:center;}

footer .preco strong {
	font-size:42px;
	font-weight:bold;
	text-transform:uppercase;
	color:#161616;
	text-shadow:#929292 1px 1px 0;
}

footer .bottomfooter {
	clear:both;
	padding:30px 0;
	border-top:1px solid #404040;
}

footer .bottomfooter p {
	color:#707070;
	font-size:12px;
	float:left;
}

footer .bottomfooter ul {
	width:300px;
	float:right;
}

footer .bottomfooter ul li {
	float:left;
	width:150px;
	font:11px verdana, arial, tahoma, sans-serif;
	color:gray;
	text-align:center;
}

footer .bottomfooter ul li a {
	display:block;
	margin:5px auto 0;
	text-indent:-9999px;
	overflow:hidden;
}

footer .bottomfooter ul li.logovisie a {
	background:url(images/logovisierodape.png) no-repeat center center;
	width:90px;
	height:30px;
}

footer .bottomfooter ul li.logouol a {
	background:url(images/logopagseguro.gif) no-repeat center center;
	width:95px;
	height:28px;
}


.hasjs .error{opacity:0}



/*** Vagas restantes ***/
.vagasrestantes {
	width:260px;
	margin:20px auto;
	overflow:hidden;
}
.vagasrestantes h4 {
	text-align:center;
	padding:20px 10px 10px;
}
.vagasrestantes p {
	text-align:center;
	background:#F0F0F0 url(images/degradehora.png) repeat-x bottom center;
	border:1px solid #8D8D8D;
	font:13px arial, tahoma, sans-serif;
	width:106px;
	padding:0 0 10px;
	margin:0 10px;
	float:left;
	-moz-box-shadow:0 0 10px gray;
}
.vagasrestantes p small {display:block; padding:5px 0;border-bottom:1px solid #8D8D8D; background:#F0F0F0 url(images/degradehora.png) repeat-x bottom center; color:#666; margin-bottom:10px; font:bold 12px arial;}
.vagasrestantes p strong {
	display:block;
	font:bold 25px arial, tahoma, sans-serif;
}








