l/*basic HTML*/

/*
cor_site: #f76826;
*/

* {
	box-sizing: border-box;
	-moz-box-sizing:border-box;
}
@font-face {
    font-family: 'helvetica-light';
    src: url('../fonts/helvetica-condensed-light-webfont.eot');
    src: url('../fonts/helvetica-condensed-light-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/helvetica-condensed-light-webfont.svg#helvetica_condensed_lightRg') format('svg'),
		 url('../fonts/helvetica-condensed-light-webfont.ttf') format('truetype'),
         url('../fonts/helvetica-condensed-light-webfont.woff') format('woff');
         
         
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helvetica-bold';
    src: url('../fonts/helveticaneue-boldcond.eot');
    src: url('../fonts/helveticaneue-boldcond.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/helveticaneue-boldcond.svg#helvetica-bold') format('svg'),
		 url('../fonts/helveticaneue-boldcond.ttf') format('truetype'),
         url('../fonts/helveticaneue-boldcond.woff') format('woff');
         
         
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helvetica-black';
    src: url('../fonts/helveticacdblk.eot');
    src: url('../fonts/helveticacdblk.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/helveticacdblk.svg#helvetica_condensed_lightRg') format('svg'),
		 url('../fonts/helveticacdblk.ttf') format('truetype'),
         url('../fonts/helveticacdblk.woff') format('woff');
         
         
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: 'Open Sans', sans-serif;
	color: #231f20;
	font-size: 12px;
	line-height: 18px;
}
a {
	color: #f76826;
}
a:hover,
a:focus {
	color: #c05f32;
}
iframe {
	border-width: 0px;
}
.container {
	width: 970px;
	margin: 0 auto;
	position: relative;
	padding: 0;
}
.clear {
	clear: both;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 0.5;
}

/*Botoes*/
.btn {
	font-weight: bold;
}
.btn-lac {
	background: #f76826;
	color: #ffffff;
}
.btn-lac:hover,
.btn-lac:active,
.btn-lac:focus {
	background: #c65e2d;
	color: #ffffff;
}
.btn-clear {
	background: #d4ceb4;
	color: #ffffff;
}
.btn-clear:hover {
	background: #ada686;
	color: #ffffff;
}


/*Pagination*/
.pagination > li > a,
.pagination > li > span {
  color: #f76826;
  border-color: #d4ceb4;
  width:50px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #f76826;
  background-color: #d4ceb4;
  border-color: #d4ceb4;
  width:50px;  
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #f76826;
  border-color: #f76826;
  width:50px;
}



/*Tabela*/
.table-lac > thead > tr > th {
	background: #d4ceb4;
	border: none;
	vertical-align: middle;
}
.table-lac > tbody > tr > td {
	border: 1px solid #d4ceb4;
	border-width: 0 0 1px 0;
}
.table-lac > tbody > tr:nth-child(odd) > td {
	background: #f6f3e4;
}
.table-centered > thead > tr > th,
.table-centered > tbody > tr > td {
	text-align: center;
}
.table-lac > tfoot > tr > th {
	background: #e9e4d1;
	border: none;
	vertical-align: middle;
}



/*Form*/
.input-xs {
  height: 24px;
  padding: 3px 6px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 5px;
}
.form-inline {
	margin-bottom: 20px;
}
.form-inline label,
.form-inline input,
.form-inline button,
.form-inline select,
.form-inline textarea {
	margin-right: 10px;
}

.form-control-static {
	margin-top: 8px;
}


/*Nav Tabs*/
.nav-tabs {
  border-bottom: 1px solid #ada686;
  margin-bottom: 20px;
  font-weight: bold;
}
.nav-tabs > li {
	margin-right: 10px;
}
.nav-tabs > li > a {
  background: #f6f3e4;
  border-color: #f6f3e4 #f6f3e4 #ada686;
  color: #f76826;
}
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  background: #d4ceb4;
  border-color: #d4ceb4 #d4ceb4 #ada686;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ffffff;
  background-color: #ada686;
  border: 1px solid #ada686;
}

/*Panels*/

/*FancyBox*/
.fancybox-skin {
	background: #ffffff;
}



/*Divisao das areas*/
/*Chat*/
#chat {
	position: fixed;
	right: 20px;
	bottom: 0;
	left: auto;
	top: auto;
	width: 200px;
	height: 77px;
	box-shadow: 0px 0px 45px #999999;
	-moz-box-shadow: 0px 0px 45px #999999;
	-webkit-box-shadow: 0px 0px 45px #999999;
}

/*header logo*/
#logo-header {
	/*background: url(/images/bg-logo-header.jpg) no-repeat center top;*/
	position: relative;
}
#logo-header .container {
	height: 120px;
}
#logo-header #logo {
	position: absolute;
	top: 10px;
	left: 21px;
}
#logo-header #logo h1 {
	padding: 0;
	margin: 0;
}
#logo-header #logo_enem h1 {
	padding: 0;
	margin: 0;
}
#logo-header #logo h1 a {
	padding: 0;
	margin: 0;
	/*background: url(/images/lac_natal.png) no-repeat 0 0;*/
	background: url(/images/logo-lac-www.png) no-repeat 0 0;
	width: 139px;
	height: 98px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

#logo-header #logo_enem h1 a {
	padding-top: 10px;
	margin-top: 32px;
	background: url(/images/layout-lac-enem_10.png) no-repeat 0 0;
	width: 300px;
	height: 67px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

#logo-header #slogan {
	position: absolute;
	top: 44px;
	left: 326px;
}
#logo-header #slogan p {
	color: #787571;
	margin: 0;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}
#logo-header #slogan p strong {
	color: #000000;
}
#logo-header #navegacao-sec {
	position: absolute;
	top: 0;
	right: 0;
	width: 720px;
	height: 21px;
	background: url(/images/bg-navegacao-sec.gif) no-repeat 0 0;
}
#logo-header #navegacao-sec ul {
	margin: 0;
	padding: 0 0 0 20px;
}
#logo-header #navegacao-sec ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 11px;
}
#logo-header #navegacao-sec ul li a {
	color: #ffffff;
	text-decoration: none;
	line-height: 20px;
	padding: 0 14px;
}
#logo-header #navegacao-sec ul li a:hover {
	color: #ada686;
}
#logo-header #navegacao-sec ul li a.active {
	color: #f76826;
}
#logo-header #newsletter {
	position: absolute;
	top: 38px;
	right: 0;
	width: 288px;
	height: 31px;
	background: #e1ddcb;
	padding: 7px 0 0 0;
}
#logo-header #newsletter label {
	color: #979175;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0 7px 0 10px;
	float: left;
}
#logo-header #newsletter input[type=text] {
	width: 147px;
	height: 17px;
	border: 0;
	background: #979175;
	color: #000;
	font-size: 12px;
	float: left;
	margin: 0 7px 0 0;
	padding: 0px 4px;
}
#logo-header #newsletter input[type=text]::-webkit-input-placeholder {
	color: #ffffff;
}
#logo-header #newsletter input[type=text]:-moz-placeholder {
	color: #ffffff;
}
#logo-header #newsletter input[type=text]::-moz-placeholder {
	color: #ffffff;
}
#logo-header #newsletter input[type=text]:-ms-input-placeholder {
	color: #ffffff;
}
#logo-header #newsletter input[type=submit] {
	width: 31px;
	height: 17px;
	border: 0;
	background: #f76826;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 0;
}
#logo-header #selo4anos {
	width: 96px;
	height: 84px;
	background: url(/images/logo-9anos.png) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 15px;
	left: 194px;
}
/*area do menu e login*/
#menu-area {
	height: 30px;
	background: #c65e2d;
}
#menu-area #navegacao-prim {
	width: 970px;
	margin: 0 auto;
	background: #f76826;
	height: 30px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	overflow: hidden;
}
#menu-area #navegacao-prim ul {
	margin: 0;
	padding: 0;
	display: table;
	width: 971px;
}
#menu-area #navegacao-prim ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
}
#menu-area #navegacao-prim ul li a {
	color: #ffffff;
	font-size: 14px;
	line-height: 14px;
	padding: 8px 10px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #ffffff;
	margin: 0;
	display: block;
}
#menu-area #navegacao-prim ul li a:hover {
	background: #c05f32;
}
#menu-area #navegacao-prim ul li a.active {
	background: #91573c;
}
#menu-area #navegacao-prim ul li a.last {
	border-right: 0px;
}
#login-area  {
	hhheight: 30px;
	background: #ada686;
	margin-top: 2px;
}
#login-area #login-container {
	width: 970px;
	margin: 0 auto;
	background: #d4ceb4;
	height: 40px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding: 6px 0 0 0;
}
#login-area #login-container form p {
	margin: 0 25px 0 30px;
	font-weight: bold;
	color: #e96f35;
	font-size: 12px;
	float: left;
}
#login-area #login-container form label {
	margin: 0 10px 0 0;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	display: inline;
	float: left;
}
#login-area #login-container form input[type=email],
#login-area #login-container form input[type=password] {
	width: 160px;
	float: left;
}
#login-area #login-container form input[type=submit] {
	width: 63px;
	height: 17px;
	border: 0;
	background: #f76826;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	float: left;
	text-transform: uppercase;
	margin: 0 30px 0 0;
	padding: 0;
}
#login-area #login-container .novo-cadastro,
#login-area #login-container .esqueci-senha {
	background: #979175;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	float: left;
	padding: 0 4px;
	line-height: 17px;
	margin: 0 7px;
	overflow: hidden;
	display: block;
	height: 17px;
}
#login-area #login-logado {
	width: 970px;
	margin: 0 auto;
	background: #d4ceb4;
	height: 50px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding: 6px 0 0 0;
}
.login-bemvindo {
	text-align: center;
	font-size: 12px;
}
#login-area #login-logado #login-navegacao {
	height: 28px;
	width: 970px;
}
#login-area #login-logado #login-navegacao ul {
	margin: 0;
	padding: 0;
	text-align:center;
}
#login-area #login-logado #login-navegacao ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display:inline;
}
#login-area #login-logado #login-navegacao ul li a {
	color: #000;
	font-size: 11px;
	line-height: 25px;
	padding: 0 10px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	background: url(../images/sep-menu-footer.gif) no-repeat right 7px;
	display:inline-block;
}
#login-area #login-logado #login-navegacao ul li a.active,
#login-area #login-logado #login-navegacao ul li a:hover {
	text-decoration: underline;
}
#login-area #login-logado #login-navegacao ul li a.last {
	background: none;
}









/*navegacao footer*/







/* H O M E*/
/*banner*/
#banner-area {
	/*background: url(/images/bg-banner-home.jpg) no-repeat center top;*/
	height: 375px;
	margin-top: 20px;
}
#banner-area .container {
	background: url(/images/black-opacity.png) repeat 0 0;
	height: 375px;
	position: relative;
}
#banner {
	position: absolute;
	top: 0px;
	left: 0px;
}
#banner .jcarousel-wrapper {
	width: 975px;
	height: 375px;
	margin: 0;
}
#banner .jcarousel {
	margin: 0;
}
#banner .jcarousel-pagination {
	left: 9px;
	bottom: 9px;
	margin: 0;
	padding: 0;
}
#banner .jcarousel-pagination a {
	border-radius: 0px;
	opacity: 1;
	margin: 0 14px 0 0;
	width: 16px;
	height: 17px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	float: left;
	background: url(/images/bullets-banner.png) no-repeat 0 0;
	padding: 0;
}
#banner .jcarousel-pagination a.active {
	background-position: -16px 0;
}


/*professores*/
#professores {
	background: #f3f1ea;
	padding: 10px 0 14px;
	margin-top: 20px;
}
#professores .titulo-home-professores {
	height: 32px;
	border: 0px solid blue;
	position: relative;
	background: url(../images/tit-home-bg.gif) repeat center top;
	margin: 0;
	padding: 0;
}
#professores .titulo-home-professores h2 {
	background: url(../images/tit-home-professores.gif) no-repeat 0 0;
	display: block;
	width: 231px;
	height: 32px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0; left: 0;
}
#professores .titulo-home-professores a {
	background: #f3f1ea url(/images/tit-home-bt-vertodos.png) no-repeat 0 0;
	display: block;
	width: 93px;
	height: 32px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0; right: 0;
}


/*professores jcarousel*/
#professores .jcarousel-wrapper {
	border: 0px solid pink;
	margin: 14px 0 0 0;
	padding: 0;
}
#professores .jcarousel {
	width: 900px;
	height: 150px;
	border: 0px solid red;
	margin-left:35px;
}
#professores .jcarousel li  {
	margin-right: 36px;
	text-align: center;
	width: 120px;
}
#professores .jcarousel li a {
	text-decoration: none;
}
#professores .jcarousel li .prof {
	color: #231f20;
}
#professores .jcarousel li .disc {
	color: #f76826;
	font-style: italic;
	font-size: 11px;
}
#professores .jcarousel-control-prev, #professores .jcarousel-control-next {
	top: 34px;
	border-radius: 0;
	box-shadow: none;
	width: 19px;
	height: 45px;
	background-image: url(/images/arrow-professores.png);
	background-repeat: no-repeat;
	background-color: transparent;
}
#professores .jcarousel-control-prev {
	left: 0px;
	background-position: 0 0;
}
#professores .jcarousel-control-next {
	right: 0px;
	background-position: -19px 0;
}








/*Cursos em Destaque*/
#cursos-destaque {
	margin-top: 20px;
	display: block;
	clear: both;
}
#cursos-destaque .container {
}
#cursos-destaque .curso {
	float: left;
	margin: 0 20px;
	height: 200px;
}
#cursos-destaque .curso .curso-image {
	border-top: 1px solid #d4ceb4;
	border-left: 1px solid #d4ceb4;
	border-right: 1px solid #d4ceb4;
	width: 202px;
	height: 160px;
}
#cursos-destaque .curso .curso-titulo {

}
#cursos-destaque .curso .curso-titulo a {
	width: 202px;
	height: 20px;
	background: #d4ceb4;
	border-left: 7px solid #f76826;
	font-size: 10px;
	line-height: 20px;
	overflow: hidden;
	padding: 0 4px;
	text-decoration: none;
	color: #231f20;
	font-weight: bold;
	display: block;
}
#cursos-destaque .curso .curso-titulo a:hover {
	text-decoration: underline;
}
#cursos-destaque .titulo-home-cursos {
	height: 32px;
	border: 0px solid blue;
	position: relative;
	background: url(../images/tit-home-bg.gif) repeat center top;
	margin: 0 0 20px 0;
	padding: 0;
}
#cursos-destaque .titulo-home-cursos h2 {
	background: url(../images/tit-home-cursos.png) no-repeat 0 0;
	display: block;
	width: 226px;
	height: 32px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0; left: 0;
}
#cursos-destaque .titulo-home-cursos a {
	background: #ffffff url(/images/tit-home-bt-vertodos.png) no-repeat 0 0;
	display: block;
	width: 93px;
	height: 32px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0; right: 0;
}






/* Atualizações */
#atualizacoes {
	clear: both;
	position: relative;
	height: 353px;
	padding-top: 10px;
}
#atualizacoes #novas-videoaulas {
	width: 475px;
	height: 350px;
	background: url(../images/bg-atualizacoes-home.jpg) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
}
#atualizacoes #novas-videoaulas h2 {
	width: 475px;
	height: 42px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/tit-home-novasvideoaulas.png) no-repeat 0 0;
	display: block;
}
.jspTrack {
	background: #d1cdbb;
}
.jspDrag {
	background: #ada787;
}
.jspVerticalBar {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
#atualizacoes .scroll-pane {
	width: 100%;
	height: 270px;
	overflow: auto;
}
#atualizacoes #novas-videoaulas .videoaula,
#atualizacoes #questoes .questao {
	margin: 0 17px 0 10px;
}
#atualizacoes #novas-videoaulas .videoaula a {
	text-decoration: none;
	color: #231f20;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #d4ceb4;
	display: block;
	padding: 4px 2px;
}
#atualizacoes #novas-videoaulas .videoaula a span {
	font-weight: normal;
}
#atualizacoes #novas-videoaulas .vertodas a {
	background: url(../images/tit-home-bt-vertodas-mini.png) no-repeat 0 0;
	width: 65px;
	height: 11px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	margin: 13px 0 0 390px;
}
#atualizacoes #novas-questoes {
	width: 475px;
	height: 350px;
	background: url(../images/bg-atualizacoes-home.jpg) no-repeat 0 0;
	position: absolute;
	top: 0;
	right: 0;
}
#atualizacoes #novas-questoes h2 {
	width: 475px;
	height: 42px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/tit-home-bancodequestoes.png) no-repeat 0 0;
	display: block;
}
#atualizacoes #novas-questoes .questao {
	margin: 0 10px;
}
#atualizacoes #novas-questoes .questao a {
	text-decoration: none;
	color: #231f20;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #d4ceb4;
	display: block;
	padding: 4px 2px;
}
#atualizacoes #novas-questoes .questao a span {
	font-weight: normal;
}
#atualizacoes #novas-questoes .vertodas a {
	background: url(../images/tit-home-bt-vertodas-mini.png) no-repeat 0 0;
	width: 65px;
	height: 11px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	margin: 13px 0 0 390px;
}




/* Parceiros */
#parceiros {
	clear: both;
	height: 106px;
	padding: 12px 0 12px 0;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #f3f1ea url(../images/tit-home-parceiros.gif) no-repeat center center;
}
#parceiros .container h2 {
	background: url(../images/tit-home-parceiros.gif) no-repeat 0 0;
	width: 19px;
	height: 93px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	margin: 0 0 0 -20px;
	padding: 0;
	display: none;
}
#parceiros .container .banner {
	float: left;
	margin: 0 6px;
}




/* Social */
#social {
	height: 300px;
	clear: both;
	margin: 20px 0;
}
#social .container {
	position: relative;
}
#social #facebook {
	position: absolute;
	top: 0;
	left: 0;
}
#social #depoimentos {
	position: absolute;
	top: 0;
	right: 0;
}
#social #depoimentos .titulo-home-depoimentos {
	width: 605px;
	height: 30px;
	background: url(../images/bg-home-depoimentos-top.gif) no-repeat 0 0;
	position: relative;
}
#social #depoimentos .titulo-home-depoimentos h2 {
	background: url(../images/tit-home-depoimentos.png) no-repeat 0 0;
	width: 142px;
	height: 19px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	top: 6px;
	left: 17px;
	margin: 0;
	padding: 0;
}
#social #depoimentos .titulo-home-depoimentos a {
	background: url(../images/tit-home-bt-depoimentos-vertodos.png) no-repeat 0 0;
	width: 75px;
	height: 12px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	top: 8px;
	right: 10px;
	margin: 0;
	padding: 0;
}
#social #depoimentos .depoimento-texto {
	background: #eae8da url(../images/bg-home-depoimentos-middle.gif) repeat-x 0 0;
	width: 605px;
	min-height: 115px;
}
#social #depoimentos .depoimento-texto p {
	text-align: center;
	margin: 0;
	padding: 10px;
}
#social #depoimentos .depoimento-assinatura {
	color: #f76826;
	font-size: 14px;
	font-weight: bold;
	background: #ffffff url(../images/bg-home-depoimentos-bottom.gif) no-repeat 567px 0;
	width: 605px;
	height: 26px;
}
#depoimentos .depoimento-assinatura p {
	text-align: right;
	margin: 0 47px 0 0;
	padding: 0;
	line-height: 26px;
}
#social #banner-pagseguro {
	position: absolute;
	top: 210px;
	right: 300px;
}
#social #redes-sociais {
	position: absolute;
	top: 200px;
	right: 0;
	background: url(../images/bg-redes-sociais.gif) no-repeat 0 0;
	width: 250px;
	height: 82px;
}
#social #redes-sociais h2{
	width: 250px;
	height: 23px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
#social #redes-sociais .facebook {
	float: left;
}
#social #redes-sociais .facebook a {
	width: 134px;
	height: 59px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	display: block;

}
#social #redes-sociais .youtube a {
	width: 116px;
	height: 59px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}








/*Pagina Interna*/
/*Professores*/
.pagina {
	padding-top: 20px;
}

.pagina_view {
	padding-top: 20px;
}

.pagina h2 {
	font-family: 'helvetica-light', sans-serif;
	font-size: 30px;
	margin: 20px 0;
	padding: 0;
	font-weight: normal;
	background: url(../images/bg-h2.gif) repeat-x center 10px;
}

.pagina_view h2 {
	font-family: 'helvetica-light', sans-serif;
	font-size: 26px;
	margin: 20px 0;
	padding: 0;
	font-weight: normal;
	line-height: 120%;	
}

.pagina h2 span {
	background: #ffffff;
	padding: 0 8px 0 0;
	display:inline;
}
.pagina h3 {
	font-family: 'helvetica-light', sans-serif;
	font-size: 36px;
	line-height: 42px;
	margin: 15px 0;
	padding: 0;
	font-weight: normal;
}
.pagina h4 {
	font-family: 'helvetica-bold', sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #f76826;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}
.pagina h5 {
	font-family: 'helvetica-bold', sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #f76826;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}
.pagina h6 {
	font-family: 'helvetica-bold', sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #ada686;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}
.professor {
	border-bottom: 2px solid #d4ceb4;
	padding: 10px 0 20px;
}
.professor .foto {
	float: left;
	margin-top: 10px;
}
.professor .descricao {
	margin-left: 140px;
	position: relative;
}
.professor .descricao h3 {
	margin: 0;
}
.professor .descricao h4 {
	margin: 0;
}
.professor .email {
	position: absolute;
	top: 20px;
	right: 40px;
}
.professor .email a {
	background: transparent url(../images/bg-professor-email.gif) no-repeat 0 0;
	color: #231f20;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 6px 1px 26px;
	font-size: 12px;
}


/*Página LACTv*/
#content-lactv {
	display: block;
	clear: both;
}
#content-lactv .content {
	margin: 20px 0 30px;
	float: left;
	width: 100%;
}
#content-lactv .video {
	text-align: center;
	width: 600px;
	float: left;
	margin-bottom: 20px;
}
#content-lactv .texto {
	text-align: center;
	width: 300px;
	margin-left: 600px;
}


/*Página Contato*/
#content-contato {
	display: block;
	clear: both;
}
#content-contato .content {
	margin: 20px 0 30px;
	float: left;
	width: 100%;
}
#content-contato .content h4 {
	margin: 0;
}
#content-contato .logotipo {
	float: left;
	margin-right: 20px;
	margin-left: 240px;
}
#content-contato .link {
	clear: both;
	text-align: center;
	padding: 20px 0;
}
#content-contato .link a {
	font-size: 14px;
	font-weight: bold;
	background: #f76826 url(../images/icon-mail-branco.png) no-repeat 12px 10px;
	color: #ffffff;
	text-decoration: none;
	line-height: 14px;
	padding: 8px 10px 8px 43px;
	border-radius: 20px;
}
#content-contato .link a:hover {
	background-color: #c65e2d;
}



/*FAQ*/
#content-faq .pergunta-video {
	float: left;
	height: 360px;
	margin: 0 40px;
	width: 400px;
}
#content-faq .pergunta-video .questao {
	font-size: 14px;
	margin: 5px 0;
	font-weight: bold;
}
#content-faq .pergunta-texto .pergunta {
	font-weight: bold;
	margin-bottom: 0px;
}
#content-faq .pergunta-texto .resposta {
	margin-top: 0px;
}


/*Página Cursos*/
#content-quemsomos .content {
	margin: 0 0;
}
#content-quemsomos .logotipo {
	float: right;
	margin-left: 20px;
}


/*Página Cursos*/
#content-cursos {
	display: block;
	clear: both;
}
#content-cursos .content {
	margin: 20px 0 30px;
	float: left;
}
#content-cursos .curso {
	float: left;
	margin: 12px 0;
	padding: 0 20px;
	height: 280px;
	border-bottom: 2px solid #d4ceb4;
}
#content-cursos .curso .image {
	border-top: 1px solid #d4ceb4;
	border-left: 1px solid #d4ceb4;
	border-right: 1px solid #d4ceb4;
	width: 202px;
	height: 160px;
}
#content-cursos .curso .titulo {

}
#content-cursos .curso .titulo a {
	width: 202px;
	height: 20px;
	background: #d4ceb4;
	border-left: 7px solid #f76826;
	font-size: 10px;
	line-height: 20px;
	overflow: hidden;
	padding: 0 4px;
	text-decoration: none;
	color: #231f20;
	font-weight: bold;
	display: block;
}
#content-cursos .curso .titulo a:hover {
	text-decoration: underline;
}
#content-cursos .curso .info p {
	margin: 4px 0 0 10px;
}
#content-cursos .curso p.matriculese {
	margin-top: 10px;
	margin-left: 10px;
}
#content-cursos .curso .matriculese a {
	background: transparent url(../images/bg-cursos-matricular.gif) no-repeat 0 0;
	color: #231f20;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 6px 1px 26px;
	font-size: 12px;
	
}

/*Página Comprar Curso*/
#content-comprarcurso h2 {
	width: 970px;
	height: 50px;
	display: block;
}
#content-comprarcurso > .container > .content {
	display: table;
	width: 100%;
}
#content-comprarcurso .sidebar-left {
	display: table-cell;
	width: 180px;
	vertical-align: top;
}
#content-comprarcurso .squeeze {
	display: table-cell;
	vertical-align: top;
	padding: 0 20px;
}
#content-comprarcurso .sidebar-content {
	margin-bottom: 15px;
}
#content-comprarcurso .sidebar-content h4 {
	background: #ada686;
	text-transform: uppercase;
	font-size: 17px;
	color: #ffffff;
	border-left: 7px solid #f76826;
	line-height: 28px;
	padding: 0 0 0 5px;
	margin: 0;
}
#content-comprarcurso .sidebar-content.investimento > .content,
#content-comprarcurso .sidebar-content.prazoacesso > .content,
#content-comprarcurso .sidebar-content.cargahoraria > .content {
	background: url(../images/bg-block-sidebar.jpg) repeat center -80px;
	padding: 0 12px;
}
#content-comprarcurso .sidebar-content.investimento > .content > .content-row,
#content-comprarcurso .sidebar-content.prazoacesso > .content > .content-row,
#content-comprarcurso .sidebar-content.cargahoraria > .content > .content-row {
	text-align: center;
	padding: 5px 0 5px;
}
#content-comprarcurso .sidebar-content.investimento > .content > .content-row > .valor,
#content-comprarcurso .sidebar-content.prazoacesso > .content > .content-row > .valor,
#content-comprarcurso .sidebar-content.cargahoraria > .content > .content-row > .valor {
	color: #f76826;
	font-size: 18px;
}
#content-comprarcurso .sidebar-content.novasquestoescadastradas > .content > .bt-vermais {
	padding: 10px 0 13px;
}
#content-comprarcurso .sidebar-content.novasquestoescadastradas > .content > .bt-vermais p a {
	background: transparent url(../images/tit-home-bt-vertodas-mini.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 65px;
	height: 11px;
	margin-left: 185px;
}

#content-comprarcurso .panel-heading {
	padding: 5px;
	background: #f8f7f3;
	display: table;
	width: 100%;
}
#content-comprarcurso .panel-heading a {
	display: block;
	color: #f76826;
}
#content-comprarcurso .panel-heading .curso {
	display: table-cell;
}
#content-comprarcurso .panel-heading .valor {
	display: table-cell;
}
#content-comprarcurso .panel-heading .valor a {
	color: #000000;
}
#content-comprarcurso .panel-heading .comprar {
	display: table-cell;
	width: 80px;
}
#content-comprarcurso .panel-heading .comprar a {
	background: url(../images/icon-cart-mini.png) no-repeat 0 0;
	padding-left: 23px;
}
#content-comprarcurso .panel-body {
	padding: 5px;
}
#content-comprarcurso .panel-body table {
	margin: 0;
}
#content-comprarcurso .panel-body .assistir {
	font-size: 10px;
	font-weight: bold;
	background-color: #f76826;
	color: #ffffff;
	display: inline-block;
	padding: 4px 8px;
	border-radius: 3px;
	margin: -10px 0;
	text-decoration: none;
}
#content-comprarcurso .panel-body .assistir:hover {
	background-color: #c05f32;
}


/*Página Representantes*/
#content-representantes {
	display: block;
	clear: both;
}
#content-representantes .content {
	margin: 20px 0 30px;
	float: left;
}
#content-representantes .representante {
	float: left;
	margin: 12px 0;
	padding: 0 20px;
	height: 210px;
	border-bottom: 2px solid #d4ceb4;
	text-align: center;
	width: 240px;
}
#content-representantes .representante .nome {
	font-weight: bold;
}
#content-representantes .representante .local {
	color: #f76826;
}


/*Página Banco de Questões*/
#content-bancodequestoes h2 {
	width: 970px;
	height: 81px;
	background: transparent url(../images/tit-pagina-bancodequestoes.gif) no-repeat 0 0;
	display: block;
	margin-top: -11px;
}
#content-bancodequestoes h2 span {
	display: none;
}
#content-bancodequestoes > .container > .content {
	display: table;
	width: 100%;
}
#content-bancodequestoes .sidebar-left {
	display: table-cell;
	width: 180px;
	vertical-align: top;
}
#content-bancodequestoes .squeeze {
	display: table-cell;
	vertical-align: top;
	padding: 0 20px;
}
#content-bancodequestoes .sidebar-right {
	width: 280px;
	display: table-cell;
	vertical-align: top;
}
#content-bancodequestoes .sidebar-content {
	margin-bottom: 20px;
}
#content-bancodequestoes .sidebar-content h4 {
	background: #ada686;
	text-transform: uppercase;
	font-size: 17px;
	color: #ffffff;
	border-left: 7px solid #f76826;
	line-height: 28px;
	padding: 0 0 0 5px;
	margin: 0;
}
#content-bancodequestoes .sidebar-content.conteudodisponivel > .content,
#content-bancodequestoes .sidebar-content.nossasestatisticas > .content,
#content-bancodequestoes .sidebar-content.novasquestoescadastradas > .content {
	background: url(../images/bg-block-sidebar.jpg) repeat  center top;
	padding: 0 12px;
}
#content-bancodequestoes .sidebar-content.conteudodisponivel > .content > .content-row ,
#content-bancodequestoes .sidebar-content.nossasestatisticas > .content > .content-row {
	text-align: center;
	border-bottom: 1px solid #d4ceb4;
	padding: 5px 0 9px;
}
#content-bancodequestoes .sidebar-content.conteudodisponivel > .content > .content-row:last-child ,
#content-bancodequestoes .sidebar-content.nossasestatisticas > .content > .content-row:last-child  {
	border-bottom: 0px solid #d4ceb4;
}
#content-bancodequestoes .sidebar-content.novasquestoescadastradas > .content > .content-row {
	border-bottom: 1px solid #d4ceb4;
	padding: 6px 0;
}
#content-bancodequestoes .sidebar-content.novasquestoescadastradas > .content > .content-row:last-child {
	border-bottom: 0px solid #d4ceb4;
}
#content-bancodequestoes .sidebar-content.novasquestoescadastradas > .content > .content-row p {
	margin: 0;
	line-height: 16px;
}
#content-bancodequestoes .sidebar-content.novasquestoescadastradas > .content > .content-row p a {
	color: #231f20;
	text-decoration: none;
}
#content-bancodequestoes .sidebar-content.conteudodisponivel > .content > .content-row > .valor,
#content-bancodequestoes .sidebar-content.nossasestatisticas > .content > .content-row > .valor {
	color: #f76826;
	font-size: 18px;
}
#content-bancodequestoes .sidebar-content.novasquestoescadastradas > .content > .bt-vermais {
	padding: 10px 0 13px;
}
#content-bancodequestoes .sidebar-content.novasquestoescadastradas > .content > .bt-vermais p a {
	background: transparent url(../images/tit-home-bt-vertodas-mini.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 65px;
	height: 11px;
	margin-left: 185px;
}


/*Pagina Depoimentos*/
#content-depoimentos {
	display: block;
	clear: both;
}
#content-depoimentos .content {
	margin: 0 0 30px;
	
}
#content-depoimentos .depoimento {
	margin: 0;
	padding: 20px 0 20px 70px;
	border-bottom: 1px solid #d4ceb4;
	background: url(../images/bg-depoimentos.gif) no-repeat 6px 30px;
}
#content-depoimentos .depoimento .texto p {
	margin: 5px 0;
}
#content-depoimentos .depoimento .info {
	font-style: italic;
}
#content-depoimentos .depoimento .autor {
	color: #f76826;
	font-weight: bold;
	border-right: 2px solid #cccccc;
	padding: 0 10px 0 0;
}
#content-depoimentos .depoimento .local {
	border-right: 2px solid #cccccc;
	padding: 0 10px 0 8px;
}
#content-depoimentos .depoimento .data {
	padding: 0 0 0 8px;
	color: #999999;
}

/*Pagina Nota de Corte*/
#content-notadecorte {
	display: block;
	clear: both;
}
#content-notadecorte .content {
	margin: 0 0 30px;
	float: left;
	width: 100%;
}


/*Pagina Nota de Corte - Ranking*/
#content-notadecorte-ranking {
	display: block;
	clear: both;
}
#content-notadecorte-ranking .content {
	margin: 0 0 30px;
	float: left;
	width: 100%;
}
#content-notadecorte-ranking .content .info {
	margin: 0 0 30px;
	font-size: 13px;
	line-height: 21px;
}
#content-notadecorte-ranking .table tr.destaque td {
	background: #b52923;
	color: #ffffff;
}


/*Pagina Nota de Corte - Minhas Notas*/
#content-notadecorte-minhasnotas {
	display: block;
	clear: both;
}
#content-notadecorte-minhasnotas .content {
	margin: 0 0 30px;
	float: left;
	width: 100%;
}


/*Pagina Personal Coach*/
#content-personalcoach {
	display: block;
	clear: both;
}
#content-personalcoach .content {
	margin: 20px 0 30px;
	float: left;
	width: 100%;
}
#content-personalcoach .semanaasemana {
	margin-bottom: 20px;
}
#content-personalcoach .semanaasemana .btn {
	width: 88px;
	margin: 5px 3px;
}
#content-personalcoach .ranking-ouro td {
	background: #b59a3a;
	color: #ffffff;
}
#content-personalcoach .ranking-ouro td:first-child {
	background-image: url(../images/bg-badge-primeiro.png);
	background-repeat: no-repeat;
	background-position: center 3px;
	text-indent: -9999px;
	overflow: hidden;
}
#content-personalcoach .ranking-prata td {
	background: #919191;
	color: #ffffff;
}
#content-personalcoach .ranking-prata td:first-child {
	background-image: url(../images/bg-badge-segundo.png);
	background-repeat: no-repeat;
	background-position: center 3px;
	text-indent: -9999px;
	overflow: hidden;
}
#content-personalcoach .ranking-bronze td {
	background: #ab7451;
	color: #ffffff;
}
#content-personalcoach .ranking-bronze td:first-child {
	background-image: url(../images/bg-badge-terceiro.png);
	background-repeat: no-repeat;
	background-position: center 3px;
	text-indent: -9999px;
	overflow: hidden;
}

/*Pagina Painel do Aluno*/
#content-paineldoaluno {
	display: block;
	clear: both;
}
#content-paineldoaluno .content {
	margin: 0 0 30px;
	float: left;
	width: 100%;
}


/*Pagina Minhas Compras*/

.icon-trash {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: transparent url(../images/icon-trash.png) no-repeat 0 0;
	margin-bottom: -6px;
	margin-top: -1px;
}
.pagamento-sem td {
	background-color: #dddddd !important;
}
.pagamento-ok td {
	background-color: #b7de9a !important;
}
.pagamento-aguardando td {
	background-color: #e2be95 !important;
}
.pagamento-analise td {
	background-color: #e2db95 !important;
}
.pagamento-cancelado td {
	background-color: #ebb6b6 !important;
}


.area_interesse {
	position: relative;
	width: auto;
}
.area_interesse ul {
	margin: 0;
	padding: 0 0 0 20px;
}
.area_interesse ul li {
	margin: 0;
	padding-left:10px;
	list-style: none;
	float: left;
	font-size: 12px;
}
