/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; font-size: 0; } 
.clearfix { display: block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1px; }
:focus { outline: none !important; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
li { list-style: none; }
em { font-style: italic; }

body {
	background: #F7F7F7 url(../img/bg-site.jpg) repeat 0 0;
	font: 13px/1.5 "Segoe UI", Arial, Tahoma, sans-serif;
	color: #403E3E;
}
.logo,
div.rodape a.noema,
div.rodape a.codificar,
div.slideshow div#nav a,
span.ead {
	display: block;
	overflow: hidden;
	text-indent: -1000px;
}

div.slideshow div#nav1 a,
span.ead {
	display: block;
	overflow: hidden;
	text-indent: -1000px;
}


a { text-decoration: none; color: #2059FE; }
a:hover { background-color: #D2DEFF; }
.btn {
	background-color: #B6B6B6;
	display: inline;
	float: left;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-shadow: 1px 1px 0 #efefef;
	color: #181616;
	padding: 3px 6px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}
.btn:hover { color: #FFF; text-shadow: none; }
h1.title {
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	height: 40px;
	font-family: 'Cantarell', sans-serif;
	font-size: 20px;
	line-height: 1.9;
	letter-spacing: -1px;
	color: #FFF;
	padding-left: 55px;
	margin-bottom: 15px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}

.text h1.title {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
	-khtml-border-radius:0 4px 4px 0;
	border-radius:0 4px 4px 0;
}
#curso h1.title { background-image: url(../img/ico-cursos.png); }
#cronograma h1.title { background-image: url(../img/ico-cronograma.png); }
#cronograma-estendido h1.title { background-image: url(../img/ico-cronograma.png); }
#investimento h1.title { background-image: url(../img/ico-investimento.png); }
#professores h1.title { background-image: url(../img/ico-professores.png); }
#apostilas h1.title,
#aulas h1.title { background-image: url(../img/ico-apostilas.png); }
#aulaexemplo h1.title { background-image: url(../img/ico-aulaexemplo.png); }
#questoes h1.title { background-image: url(../img/ico-questoes.png); }
#cadastro h1.title { background-image: url(../img/ico-cadastro.png); }

h1.page {
	font-family: 'Cantarell', "Segoe UI", Arial, sans-serif;
	font-size: 35px;
	line-height: 1.5;
	letter-spacing: -1px;
	border-bottom: 1px dashed #C0C6C9;
	padding: 2px 0 5px;
}
/* Mensagens de alerta */
.alert {
	background-color: #FFD5D4;
	border-width: 1px;
	border-style: solid;
	border-color: #DBB6B5;
	color: #842C2A;
	text-shadow: 1px 1px 0 #FFF;
	padding: 10px 15px;
	margin: 10px 0;
	clear: both;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0 0 4px 0 #E5E5E5;
	-webkit-box-shadow: 0 0 4px 0 #E5E5E5;
}
.alert.sucesso {
	background-color: #C9FFB4 !important;
	border-color: #9EBCA2 !important;
	color: #126419 !important;
}
/* Estilo de formulário */
input,select,textarea,button {
	font: italic 12px "Segoe UI", Arial, sans-serif;
	color:#656565;
}
input, textarea, select {
	background-color: #FFF;
	border: 1px solid #D7DFE3;
	padding: 6px 5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: inset 0 0 5px 0 #e0e7ec;
	-webkit-box-shadow: inset 0 0 5px 0 #e0e7ec;
}
input.choice {
	background-color: transparent;
	border: none;
	-moz-border-radius: none;
	-webkit-border-radius:none;
	-khtml-border-radius:none;
	border-radius:none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
input:focus,
textarea:focus {
	border-color: #7DBEF1;
	-moz-box-shadow: 0 0 5px 0 #b4daf5;
	-webkit-box-shadow: 0 0 5px 0 #b4daf5;
}
button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button {
	overflow:visible;
	width:auto;
	border:0;
	cursor:pointer;
	margin: 0;
	padding: 0 6px;
	background: #C7D0D6 url(../img/bg-button.gif) repeat-x 0 0;
	border: 1px solid #B4C0C6;
	-moz-box-shadow: 1px 1px 3px 0 #C9C5D4;
	-webkit-box-shadow: 1px 1px 3px 0 #C9C5D4;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}
button span {
	display: block;
	height: 27px;
	line-height: 27px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #FFF;
	color: #47596D;
}
div.row {
	float: left;
	position: relative;
}
label.error {
	background: transparent url(../img/obrigatorio.gif) no-repeat 0 0;
	font: 11px/1 Arial, sans-serif;
	text-shadow: 1px 1px 1px #FFF;
	text-align: left !important;
	color: #BE0909;
	display: block;
	width: auto !important;
	padding: 8px 5px 4px !important;
	position: absolute;
}
/* Topo */
div.header {
	position: relative;
	width: 960px;
	height: 155px;
	margin: 0 auto;
}
a.logo {
	width: 300px;
	height: 110px;
	float: left;
	margin: 25px 0 0;
}
a.logo:hover { background-color: transparent; }
/* Atendimento */
div.header div.atendimento {
	font-size: 14px;
	font-style: italic;
	border-right: 1px solid #DEDEDE;
	padding: 10px;
	position: absolute;
	top: 45px;
	right: 295px;
}
div.header div.atendimento span.sac {
	background: url(../img/ico-sac.png) no-repeat 0 50%;
	display: block;
	padding: 5px 0 5px 30px;
}
div.header div.atendimento a.online {
	background: url(../img/atendimento-cliente.png) no-repeat 3px 50%;
	display: block;
	padding: 5px 0 5px 30px;
}
div.header div.atendimento a.online:hover {
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
	color: #000;
}

div.header div.atendimento a.support
{
    height:25px;
    display:block;
}

/* login */
div.header form.login {
	display: block;
	width: 280px;
	position: absolute;
	top: 45px;
	right: 0;
}
form.login label.error,
.login-coordenador label.error {
	background: transparent url(../img/obrigatorio-down.gif) no-repeat 0 100% !important;
	padding: 4px 5px 8px !important;
	top: -25px !important;
	left: 0 !important;
}
form.login legend {
	font-size: 12px;
	line-height: 2;
	font-weight: bold;
	font-style: italic;
	color: #211A1A;
}
form.login div.row {
	display: inline;
	float: left;
	margin-right: 10px;
}
form.login div.row label,
div.assinar-news form label.newsEmail {
	background-color: #FFF;
	position: absolute;
	top: 5px;
	left: 6px;
}
form.login input,
form.login button { float: left; }
form.login input.usuario { width: 105px; }
form.login input.email { width: 180px !important; }
form.login label.senha,
form.login input.senha { width: 75px; }
form.login a {
	clear: both;
	font-size: 12px;
	font-style: italic;
	margin-right: 15px;
}
/* EAD */
div.ead-login {
	width: 300px;
	margin: 50px auto;
}
div.ead-login form.login {
	width: 280px;
	margin-left: 20px;
	position: relative;
	clear: both;
}
div.ead-login span.ead {
	background: transparent url(../img/ambienteestudos.png) no-repeat 0 0;
	float: left;
	width: 300px;
	height: 80px;
	margin-bottom: 15px;
}
div.ead-login a.voltar { margin-top: 25px; }

/* Menu */
div.faixa-menu { height: 58px; position: relative; z-index: 5; }
ul.menu {
	display: block;
	width: 960px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	top: 4px;
	z-index: 10;
}
ul.menu li { display: block; float: left; position: relative; }
ul.menu li:hover a,
ul.menu li.hover a {
	background: #FFF url(../img/hover-menu.gif) repeat-x 0 0;
	border-color: #D6D6D6;
	color: #000;
	text-shadow: none;
}
ul.menu a {
	display: block;
	font-size: 14px;
	line-height: 50px;
	font-style: italic;
	color: #FFF;
	padding: 0 11px;
}
ul.menu a span { font-size: 12px; color: #000; }
ul.menu a.sub {
	background: transparent url(../img/seta-menu.gif) no-repeat 90% 55%;
	padding-right: 30px;
}
ul.menu ul {
	background-color: #FFF;
	border: 1px solid #D6D6D6;
	border-top: 0;
	width: 240px;
	height: auto;
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	padding: 10px 0;
	z-index: 15;
	-moz-border-radius:0 5px 5px 5px;
	-webkit-border-radius:0 5px 5px 5px;
	-khtml-border-radius:0 5px 5px 5px;
	border-radius:0 5px 5px 5px;
	-moz-box-shadow: 0 1px 4px -2px #555;
	-webkit-box-shadow: 0 1px 4px -2px #555;
}
ul.menu ul li { float: none; }
ul.menu ul li a {
	background-image: none !important;
	border-bottom: 1px dashed #D6D6D6;
	color: #211A1A;
	text-shadow: none;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 20px;
}
ul.menu ul ul {
	top: 0;
	left: 230px;
	border-top: 1px solid #D6D6D6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	z-index: 20;
}

ul.menu .vermelho { border-left: 3px solid #EB3415 !important; }
ul.menu .vermelho:hover,
ul.menu .vermelho a:hover { color: #EB3415; }
ul.menu .verde { border-left: 3px solid #1FA80C !important; }
ul.menu .verde:hover,
ul.menu .verde a:hover { color: #1FA80C; }
ul.menu .alaranjado { border-left: 3px solid #FF6D01 !important; }
ul.menu .alaranjado:hover,
ul.menu .alaranjado a:hover { color: #FF6D01; }
ul.menu .azul { border-left: 3px solid #17B0F7 !important; }
ul.menu .azul:hover,
ul.menu .azul a:hover { color: #17B0F7; }
ul.menu .lilas { border-left: 3px solid #846AC8 !important; }
ul.menu .lilas:hover,
ul.menu .lilas a:hover { color: #846AC8; }

ul.menu .turquesa { border-left: 3px solid #2ACCB5 !important; }
ul.menu .turquesa:hover,
ul.menu .turquesa a:hover { color: #2ACCB5; }

ul.menu .roxo { border-left: 3px solid #706AC0 !important; }
ul.menu .roxo:hover,
ul.menu .roxo a:hover { color: #706AC0 !important; }

ul.menu .amarelo { border-left: 3px solid #FFAD10 !important; }
ul.menu .amarelo:hover,
ul.menu .amarelo a:hover { color: #FFAD10 !important; }

ul.menu ul li a:hover {
	background-color: #F2F2F2;
	font-weight: bold;
}

/* Estrutura de conteúdo */
div.conteudo { width: 960px; margin: 0 auto;	position: relative; z-index: 1; }
div.conteudo div.auxiliar { width: 330px; float: left; padding-top: 25px; }
div.conteudo div.auxiliar div.box { width: 300px; margin-bottom: 25px; float: left; clear: both; }
div.conteudo div.principal { width: 630px; float: left; padding-top: 25px; }

/* Rodapé */
div.rodape {
	background: url(../img/bg-rodape.png) no-repeat 0 50%;
	border-top: 1px dashed #C9CFD2;
	width: 825px;
	height: 120px;
	margin: 0 auto;
	padding: 35px 0 0 135px;
	position: relative;
	clear: both;
	font-style: italic;
	text-shadow: 1px 1px 0 #FFF;
}
div.rodape div {
	font-size: 14px;
	padding: 0 0 5px;
}
div.rodape div a { padding: 0 4px; }
div.rodape address { padding: 0 0 5px; }
div.rodape address .sac { margin-left: 30px; }
div.rodape p {
	font-size: 11px;
	font-weight: bold;
	line-height: 18px
}
div.rodape a.noema {
	background: transparent url(../img/ico-noema.png) no-repeat 0 0;
	width: 35px;
	height: 16px;
	position: absolute;
	top: 100px;
	right: 70px;
}
div.rodape a.codificar {
	background: transparent url(../img/codificar.png) no-repeat 0 0;
	width: 50px;
	height: 30px;
	position: absolute;
	top: 100px;
	right: 0;
}
/* Redes socias */
div.redes-sociais {
	position: absolute;
	top: 90px;
	left: 500px;
	float: left;
}
div.redes-sociais a {
	background: transparent url(../img/redes-socias.png) no-repeat 0 0;
	display: inline;
	float: left;
	width: 32px;
	height: 32px;
	overflow: hidden;
	text-indent: -1000px;
	margin: 5px 3px;
	padding: 0 !important;
}
div.redes-sociais a:hover { background-color: transparent !important; margin-top: 0; }
div.redes-sociais a.orkut { background-position: -64px 0; }
div.redes-sociais a.facebook { background-position: -32px 0; }
div.redes-sociais a.twitter { background-position: 0 0; }

/* Descrição Medaula */
div.descricao-medaula {
	background: url(../img/bg-oquee.png) no-repeat 0 0;
	width: 312px;
	height: 394px;
	margin: -25px 0 23px -5px;
}
div.descricao-medaula p {
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	padding: 155px 20px 0 25px;
}
div.descricao-medaula p span { font-weight: bold; }

/* Newsletter */
div.assinar-news h1,
div.boletim h1 { background-image: url(../img/ico-newsletter.png); }
div.assinar-news form {
	display: block;
	float: left;
	width: 100%;
	padding: 5px 0;
}
div.assinar-news form div.escolha {
	width: 150px;
	padding: 0 0 10px;
	margin: 0;
}
div.assinar-news form div.escolha input {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
div.assinar-news form div.escolha label {
	float: left;
	cursor: pointer;
	line-height: 1;
	margin-left: 5px;
}
div.assinar-news form input.newsEmail {
	display: inline;
	float: left;
	margin-right: 10px;
	width: 210px;
}
div.assinar-news form button { float: left; }
div.assinar-news form label.error {
	background-color: transparent;
	top: 25px;
	left: 0;
}
div.assinar-news a.btn {
	float: right;
	margin: 10px 10px 0 0;
}
/* Boletim */
div.boletim ul {
	display: block;
	float: left;
	width: 100%;
}
div.boletim ul li {
	display: block;
	float: left;
	width: 50%;
}
div.boletim ul li a {
	background: url(../img/ico-boletim.png) no-repeat 0 50%;
	display: block;
	padding: 3px 0 3px 22px;
}
/* Mednews */
div.mednews { clear: both; }
div.mednews h1 { background-image: url(../img/ico-mednews.png); }
div.mednews dt { line-height: 1.4; }
div.mednews dt a { font-weight: bold; }
div.mednews dd {
	border-bottom: 1px dashed #C9CFD2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
div.mednews dt span.data {
	background-color: #DADADA;
	display: block;
	float: left;
	width: 80px;
	margin-right: 10px;
	text-align: center;
	font-style: italic;
	color: #4F4E4E;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}
div.principal div.mednews dd {
	clear: both;
	padding-left: 90px;
}
div.mednews a.vermais {
	float: right;
	margin-top: -5px;
}
div.paginacao {
	width: 100%;
	float: left;
	padding: 10px 0;
}
div.paginacao a,
div.paginacao span.atual {
	float: left;
	font-size: 11px;
	font-style: italic;
	color: #181616;
	padding: 2px 5px;
	margin: 0 0 0 5px;
}
div.paginacao a:hover,
div.paginacao span.atual { color: #FFF; }
div.paginacao a.anterior,
div.paginacao a.proxima {
	width: 8px;
	height: 20px;
	text-indent: -100px;
	overflow: hidden;
	padding: 0;
}
div.paginacao a.anterior { background: url(../img/paginacao-ant.png) no-repeat 0 100%; }
div.paginacao a.proxima { background: url(../img/paginacao-prox.png) no-repeat 0 100%; }
div.paginacao a.anterior:hover,
div.paginacao a.proxima:hover { background-position:  0 0; }

div.noticia h2,
div.text h2 {
	font-size: 21px;
	font-style: italic;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0 #FFF;
	margin-bottom: 15px;
}
div.noticia h2 span.data {
	background-color: #DADADA;
	font-size: 12px;
	font-style: normal;
	letter-spacing: normal;
	color: #181616;
	margin-left: 10px;
	padding: 3px 5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}
div.noticia img {
	background-color: #FFF;
	border: 1px solid #CFCFCF;
	display: block;
	float: left;
	margin: 0 10px 5px 0;
	padding: 4px;
	-moz-box-shadow: 0 0 4px 0 #E5E5E5;
	-webkit-box-shadow: 0 0 4px 0 #E5E5E5;
}
div.acao {
	float: left;
	width: 100%;
	padding: 30px 0;
}
a.voltar {
	background: transparent url(../img/paginacao-ant.png) no-repeat 0 0;
	display: block;
	float: left;
	font-style: italic;
	font-weight: bold;
	height: 20px;
	padding: 0 15px;
	color: #5b5a5a;
}
a.voltar:hover {
	background-color: transparent;
	background-position: 0 100%;
	color: #000;
}
div.acao a.indique { float: right; }

/* Concursos */
div.concursos h1 { background-image: url(../img/ico-lupa.png); }
form.pesquisa-concurso {
	float: left;
	padding-right: 40px;
	margin-bottom: 15px;
	position: relative;
}
form.pesquisa-concurso label { display: block; padding-bottom: 5px; }
form.pesquisa-concurso label.error {
	top: 50px;
	left: 0;
}
form.pesquisa-concurso input { width: 240px; }
form.pesquisa-concurso input,
form.pesquisa-concurso select {
	float: left;
	margin-right: 10px;
}
form.pesquisa-concurso button { float: left; }

p.lembrete {
	background-color: #FFF1C1;
	border: 1px solid #E7E7E5;
	font-style: italic;
	color: #4A4637;
	padding: 10px;
	margin-bottom: 15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0 0 4px 0 #E5E5E5;
	-webkit-box-shadow: 0 0 4px 0 #E5E5E5;
	clear: both;
}

div.info-concurso {
	background-color: #FFF;
	border: 1px solid #CFCFCF;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow: 0 0 4px 0 #E5E5E5;
	-webkit-box-shadow: 0 0 4px 0 #E5E5E5;
	width: 628px;
	display: inline;
	float: left;
	margin-bottom: 20px;
}
div.info-concurso h2 {
	display: block;
	width: 610px;
	font-size: 16px;
	font-style: italic;
	margin: 5px 0 0 10px;
}
div.info-concurso dl {
	display: inline;
	float: left;
	width: 600px;
	margin: 0 10px;
}
div.info-concurso dl dt,
div.info-concurso dl dd {
	float: left;
	line-height: 1.5;
}
div.info-concurso dl dt { width: 100px; }
div.info-concurso dl dd {
	width: 200px;
	font-style: italic;
	color: #000;
}
div.info-concurso dl dd.especialidades { width: 500px; }
div.info-concurso a { float: right; margin: 5px 10px 10px 0; }

div.navegacao {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
div.navegacao a {
	float: left;
	font-style: italic;
	font-weight: bold;
	height: 20px;
	padding: 0 12px;
	margin: 0 10px;
	color: #5b5a5a;
}
div.navegacao a:hover { color: #000; }
div.navegacao a.primeira { background: url(../img/navegacao-primeira.png) no-repeat 0 0; padding-left: 17px; }
div.navegacao a.primeira:hover { background: url(../img/navegacao-primeira.png) no-repeat 0 100%;	}
div.navegacao a.anterior { background: url(../img/paginacao-ant.png) no-repeat 0 0; }
div.navegacao a.anterior:hover { background: url(../img/paginacao-ant.png) no-repeat 0 100%;	}
div.navegacao a.proxima { background: url(../img/paginacao-prox.png) no-repeat 100% 0; }
div.navegacao a.proxima:hover { background: url(../img/paginacao-prox.png) no-repeat 100% 100%; }
div.navegacao a.ultima { background: url(../img/navegacao-ultima.png) no-repeat 100% 0; padding-right: 17px; }
div.navegacao a.ultima:hover { background: url(../img/navegacao-ultima.png) no-repeat 100% 100%; }

/* Link do banner */
a.concursos {
	display: block;
	float: left;
	clear: both;
	margin-bottom: 25px;
}
a.concursos img { display: block; }
/* Slideshow */
body.medaula div.slideshow { margin-top: 90px; }
div.slideshow {
	background-color: #FFF;
	border: 1px solid #D6D6D6;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0 0 8px 0 #E0E0E0;
	-webkit-box-shadow: 0 0 8px 0 #E0E0E0;
	width: 628px;
	margin: 0 0 25px;
}
div.slideshow div.slide {
	width: 620px;
	height: 245px;
	margin: 4px;
	overflow: hidden;
}
div.slideshow div.slide img { display: block; }
div.slideshow div#nav {
	height: 10px;
	padding: 4px 0 8px 5px;
}
div.slideshow div#nav a {
	background: url(../img/slide-bullet.gif) no-repeat 0 0;
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 5px 0 0;
}
div.slideshow div#nav a.activeSlide,
div.slideshow div#nav a:hover { background-position: -10px 0; }






div.slideshow div.slide1 {
	width: 620px;
	height: 245px;
	margin: 4px;
	overflow: hidden;
}
div.slideshow div.slide1 img { display: block; }
div.slideshow div#nav1 {
	height: 10px;
	padding: 4px 0 8px 5px;
}
div.slideshow div#nav1 a {
	background: url(../img/slide-bullet.gif) no-repeat 0 0;
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 5px 0 0;
}
div.slideshow div#nav1 a.activeSlide,
div.slideshow div#nav1 a:hover { background-position: -10px 0; }












/* Card de cursos */
div.nossos-cursos {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}
div.nossos-cursos h1 { background-image: url(../img/ico-cursos.png); }
div.curso {
	background-color: #FFF;
	border: 1px solid #D6D6D6;
	width: 200px;
	height: 225px;
	float: left;
	margin: 6px 10px 6px 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0 0 8px 0 #E0E0E0;
	-webkit-box-shadow: 0 0 8px 0 #E0E0E0;
}
div.curso.last { margin-right: 0; }

div.curso img {
	display: block;
	margin: 2px 2px 5px;
}
div.curso h2 {
	font-size: 16px;
	font-style: italic;
	margin: 0 10px;
}
div.curso p {
	line-height: 20px;
	margin: 0 0 5px 8px;
}

/* Menu curso */
div.conexao {
	background-repeat: no-repeat;
	background-position: 100% 0;
	width: 330px;
}
div.menu-auxiliar {
	background-color: #FFF;
	width: 286px;
	border-width: 7px;
	border-style: solid;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	margin-bottom: 25px;
}
div.menu-auxiliar ul { display: block; }
div.menu-auxiliar ul li {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	font-style: italic;
	color: #211A1A;
}
div.menu-auxiliar ul li.sub { height: auto; }
div.menu-auxiliar ul li a {
	background: transparent url(../img/ico-menu-cursos.png) no-repeat 15px 0;
	display: block;
	width: 236px;
	color: #211A1A;
	padding: 0 0 0 50px;
}
div.menu-auxiliar ul ul { padding-bottom: 5px; }
div.menu-auxiliar ul li span.cursos,
div.menu-auxiliar ul ul li {
	display: block;
	border: none;
	height: 30px;
	line-height: 30px;
}
div.menu-auxiliar ul li span.cursos,
div.menu-auxiliar ul ul li a {
	background: transparent url(../img/ico-menu-cursos.png) no-repeat 47px -200px;
	padding: 0 0 0 75px;
}
div.menu-auxiliar ul li span.cursos {
	background-position: 15px -160px !important;
	padding: 0 0 0 50px;
}
div.menu-auxiliar ul li a.curso { background-position: 15px -150px; }
div.menu-auxiliar ul li a.cronograma { background-position: 15px 0; }
div.menu-auxiliar ul li a.professores { background-position: 15px -50px; }
div.menu-auxiliar ul li a.duvidas-frequentes { background-position: 15px -100px; }
div.menu-auxiliar ul li a.investimento { background-position: 15px -230px; }
div.menu-auxiliar ul li a.apostilas { background-position: 15px -280px; }
div.menu-auxiliar ul li a.aulaexemplo { background-position: 15px -330px; }
div.menu-auxiliar ul li a.questoes { background-position: 15px -380px; }
div.menu-auxiliar ul li a.cadastro { background-position: 15px -430px; }
div.menu-auxiliar span.cursos { background: transparent url(../img/ico-menu-cursos.png) no-repeat 15px -170px; }
div.menu-auxiliar a:hover,
div.menu-auxiliar a.ativa {
	font-weight: bold;
	color: #FFF;
}

/* Botão fazer matrícula */
a.matricular {
	background: url(../img/bt-cadastrar.png) no-repeat 0 0;
	border: 1px solid #B4C0C6;
	display: block;
	float: left;
	width: 300px;
	height: 50px
	overflow: hidden;
	font: italic bold 18px/50px Candara, "Segoe UI", Arial, sans-serif;
	text-align: center;
	text-shadow: 1px 1px 0 #FFF;
	color: #47596D;
	margin-bottom: 25px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0 1px 2px 0 #C9C5D4;
	-webkit-box-shadow: 0 1px 2px 0 #C9C5D4;
	clear: both;
}
a.matricular:hover { background-position: 0 -50px; }
a.indique {
	background: transparent url(../img/bt-indique.jpg) no-repeat 0 0;
	border: 1px solid #B4C0C6;
	display: block;
	float: left;
	height: 40px;
	font: italic bold 14px/40px "Segoe UI", sans-serif;
	text-shadow: 1px 1px 0 #FFF;
	color: #47596D;
	padding: 0 10px 0 45px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0 1px 2px 0 #C9C5D4;
	-webkit-box-shadow: 0 1px 2px 0 #C9C5D4;
}
a.indique:hover { background-color: transparent !important; }

/* botao de matricula pequeno */
a.bt-matricula {
	background: url(../img/bt-cadastrar.png) no-repeat 100% 0;
	border: 1px solid #B4C0C6;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-shadow: 1px 1px 0 #FFF;
	color: #47596D;
	padding: 3px 6px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0 1px 2px 0 #C9C5D4;
	-webkit-box-shadow: 0 1px 2px 0 #C9C5D4;
}
a.bt-matricula:hover { background-position: 100% 70%; }
/* Curso propaganda */
div.propaganda { margin-bottom: 25px; }
div.propaganda h1 {
	display: block;
	width: 100%;
	float: left;
}
div.propaganda h1 span {
	background-repeat: no-repeat;
	background-position: 100% 0;
	display: block;
	float: left;
	height: 90px;
	padding: 0 105px 0 0;	
	font-family: Arial, Tahoma, sans-serif;
	letter-spacing: -1px;
	text-shadow: 2px 2px 0 #DDD;
	font-size: 38px;
	line-height: 85px;
}
div.propaganda ul { clear: both; }
div.propaganda ul li {
	background: url(../img/list-bullet.png) no-repeat 0 6px;
	padding-left: 18px;
	font-size: 14px;
	font-style: italic;
}

/* Apostilas */
div.material-didatico {
	width: 310px;
	float: left;
}
div.material-didatico a.balao {
	background: transparent url(../img/balao.png) no-repeat 0 0;
	display: block;
	width: 306px;
	height: 55px;
	font-size: 16px;
	line-height: 42px;
	font-style: italic;
	text-align: center;
	text-shadow: -1px -1px 1px #444;
	color: #FFF;
	margin: 0 auto;
}
div.material-didatico a:hover {
	background-color: transparent;
}
div.material-didatico img {
	display: block;
	margin: 0 auto;
}
div.material-didatico.apostilas { margin-right: 10px; }
div.material-didatico.apostilas img { margin-top: 20px; }
img.apostilas {
	display: block;
	float: left;
	margin: 5px 10px 10px 0;
}
/* Perguntas e respostas */
div.faq h1 { background-image: url(../img/ico-cursos.png); margin-bottom: 10px; }
div.faq dl {
	display: block;
	background-color: #FFF;
	border: 1px solid #CFCFCF;
	padding: 10px 0;
	margin-bottom: 25px;
}
div.faq dl dt {
	display: block;
	font-size: 15px;
	font-style: italic;
	border-bottom: 1px dashed #C9CFD2;
	padding: 5px 10px;
	cursor: pointer;
}
div.faq dl dt:hover { background-color: #eaeaea; }
div.faq dl dt.aberta {
	background-color: #F2F2F2;
	border: none;
	font-weight: bold;
}
div.faq dl dd {
	background-color: #F2F2F2;
	border-bottom: 1px dashed #C9CFD2;
	padding: 0 10px 0 15px;
	display: none;
}
div.faq dl dd p { margin-bottom: 10px; }


/* Contato */
div.contato h1 { background-image: url(../img/ico-contato.png); }

div.menu-auxiliar.contato li {
	background: url(../img/ico-menu-contato.png) no-repeat;
	width: 236px !important;
	padding-left: 50px;
}
div.menu-auxiliar li.tel { background-position: 10px 0; }
div.menu-auxiliar li.mail { background-position: 10px -50px; }

.campo-obrigatorio { color: #D61717; }
span.campo-obrigatorio { font-weight: bold; }

#contact div.row {
	width: 100%;
	padding: 10px 0;
}
div.row .tip {
	background: #F9FF8E;
	border: 1px solid #CFCFCF;
	float: left;
	font-size: 12px;
	font-style: italic;
	color: #000;
	margin-left: 10px;
	padding: 4px 10px;	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 0 4px 0 #E5E5E5;
	-webkit-box-shadow: 0 0 4px 0 #E5E5E5;
}
#contact div.row label {
	display: block;
	float: left;
	width: 100px;
	padding: 5px 10px;
	cursor: pointer;
	text-align: right;
}
#contact div.row label.thin { width: auto; }
#contact label.error {
	top: 35px;
	left: 120px;
}
div.mensagem label.error { top: 120px !important; }
div.row input { float: left; }
div.row input.nome { width: 485px; }
div.row input.email { width: 280px; }
div.row input.ddd { width: 20px; margin-right: 10px; }
div.row input.tel,
div.row input.cel { width: 80px; }
div.row input.endereco,
div.row input.name { width: 360px; }
div.row input.complemento,
div.row input.bairro,
div.row input.cidade,
div.row input.login,
div.row input.password,
div.row input.cpf { width: 205px; }
div.row input.numero { width: 40px; }
div.row input.uf { width: 30px; text-transform: uppercase; }
div.row input.cep { width: 80px; }
div.row textarea.msg { float: left; width: 485px; height: 100px; overflow: hidden; }
div.row button { float: right; margin-right: 15px; }
div.row span.enviando {
	background: url(../img/enviando.gif) no-repeat 100% 50%;
	display: none;
	float: right;
	font-size: 11px;
	font-style: italic;
	color: #000;
	margin: 6px 15px 0 0;
	padding: 0 25px 0 0;
}
div#sucesso { clear: both;	}
div#sucesso p {
	background: url(../img/msg-sucesso.png) no-repeat 20px 40px;
	font: italic 22px/1.2 "Segoe UI", Arial, sans-serif;
	letter-spacing: -1px;
	color: #353434;
	padding: 50px 0 50px 150px;
	display: block;
	margin: 0 auto;
}

div.row.aceito input {
	margin: 0 10px 0 100px;
	float: left;
}
div.row.aceito label {
	width: auto !important;
	text-align: left;
	padding: 0 !important;
	font-size: 11px;
}

/* Cadastro */
div.cadastro h1 { background-image: url(../img/ico-contato.png); }
p.processando {
	background: url(../img/enviando.gif) no-repeat 0 50%;
	display: block;
	clear: both;
	font-size: 11px;
	font-style: italic;
	color: #000;
	margin-left: 120px;
	padding-left: 25px;
}
p.processando-msg {
	display: block;
	clear: both;
	font-size: 11px;
	font-style: italic;
	color: #000;
	margin-left: 120px;
}
/* contrato */
div.contrato {
	background: #ECEFE8 url(../img/bg-contrato.jpg) repeat 0 0;
	border: 1px solid #E3E6DF;
	width: 298px;
	-moz-box-shadow: 0 0 7px 1px #DFE6DA;
	-webkit-box-shadow: 0 0 7px 1px #DFE6DA;
	font: 13px/18px Cambria, Georgia, "Times New Roman", serif;
	color: #222121;
	margin: 25px 0;
}
div.contrato img {
	display: block;
	margin: -42px auto 0 auto;
}
div.contrato h1 {
	font-size: 15px;
	text-align: center;
	border-bottom: 1px solid #949592;
	margin: 10px;
	padding-bottom: 7px;
}
div.contrato h2 {
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0;
}
div.contrato p { margin-bottom: 5px; }
div.contrato em { font-style: italic; }
div.contrato div.wrap {
	width: 280px;
	height: 300px;
	overflow: auto;
	margin: 0 0 10px 15px;
}

/*  */
div.text h2 { margin-bottom: 5px; }
div.text h3 {
	font-size: 16px;
	font-style: italic;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0 #FFF;
	margin-bottom: 5px;
}
div.text p { margin-bottom: 15px; }
div.text p.clear {
	float: left;
	width: 100%;
	clear: both;
}
div.text .dica {
	font-size: 12px;
	font-style: italic;
}
div.text span.numero {
	font-weight: bold;
	color: #FFF;
	padding: 2px 6px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}
div.text ul { margin-bottom: 15px; }
div.text ul li {
	background: url(../img/list-bullet.png) no-repeat 0 6px;
	padding-left: 18px;
}
div.professor {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
div.professor img.foto {
	background-color: #FFF;
	border: 1px solid #CFCFCF;
	display: block;
	float: left;
	padding: 4px;
	margin-right: 10px;
	-moz-box-shadow: 0 0 4px 0 #E5E5E5;
	-webkit-box-shadow: 0 0 4px 0 #E5E5E5;
}
/* qdo colovar as fotos dos professores, descomentar essa parte
div.professor ul {
	float: left;
	width: 430px;
}
*/
/* Investimento */
table.investimento {
	width: 100%;
	margin-bottom: 15px;
}
table.investimento td,
div.cronograma dt,
div.cronograma dd { padding: 5px 10px; }
table.investimento thead td,
div.cronograma dt { font-weight: bold; text-shadow: 1px 1px 0 #FFF; }
table.investimento tbody td,
div.cronograma dd {
	background-color: #FFF;
	border-bottom: 1px dashed #C9CFD2;
}
td.matricula {
	padding: 10px !important;
	text-align: right !important;
}
/* Cronograma */
div.cronograma { }
div.cronograma dd em {
	display: block;
	margin-left: 20px;
	font-size: 12px;
}
div.cronograma div {
	background-color: #F3F3F3;
	width: 100%;
	float: left;
	padding: 10px 0;
}
div.cronograma-estendido { }
div.cronograma-estendido dd em {
	display: block;
	margin-left: 20px;
	font-size: 12px;
}
div.cronograma-estendido div {
	background-color: #F3F3F3;
	width: 100%;
	float: left;
	padding: 10px 0;
}
ul.meses {
	background-color: #B6B9BC;
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 0 !important;
	padding-top: 10px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
ul.meses li { float: left; padding: 0 !important; background-image: none !important; }
ul.meses li a {
	background: #E1E4E5 url(../img/bg-aba.gif) repeat-x 0 -26px;
	border: 1px solid #A3A3A3;
	border-bottom: none;
	height: 26px;
	line-height: 25px;
	color: #282828;
	overflow: hidden;
	float: left;
	margin-left: 4px;
	padding: 0 10px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
ul.meses li a.ativa,
ul.meses li a:hover { background: #F3F3F3 url(../img/bg-aba.gif) repeat-x 0 0 !important; }

/* Aula exemplo */
ul.aula-exemplo li {
	background: transparent url(../img/ico-monitor.png) no-repeat 5px 50% !important;
	padding: 10px 0 10px 45px !important;
}

/* COORDENADOR */
.coordenador {
	background-color: #FFF;
	width: 286px;
	border-width: 7px;
	border-style: solid;
	margin-bottom: 25px;
	float: left;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
}
.coordenador h2 {
	display: block;
	height: 47px;
	font-family: 'Cantarell', sans-serif;
	font-size: 20px;
	line-height: 1.9;
	letter-spacing: -1px;
	color: #FFF;
	padding-left: 10px;
	margin-bottom: 10px;
}
.coordenador form { float: left; width: 270px; padding: 0 0 10px 10px; }
.coordenador form label { display: block; height: 20px; line-height: 19px; }
.coordenador form input { width: 85px; margin-right: 10px; }
.coordenador form button { margin-top: 20px; }
#contact .observacao { width: 360px; height: 100px; }
#convidar-amigos { width:720px; height:450px;  }
#convidar-amigos iframe { border:none; width:720px; height:450px;  }

.indique-amigos  
{
    margin:-50px 0 0 -200px; 
   
}
