* {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
	vertical-align: middle;
}
ol, ul {
	list-style: none;
}
p {
	margin-top: 0.8em;
}
strong {
	font-weight: bold;
}
/* utilizado no depoimento do aluno com font-weight: normal */
em {
	font-style: italic;
}
a {
	cursor: pointer;
	outline: none;
}	

/* Padrão */
body {
	background: #6e0406;
	color: #333;
	font: normal 8pt Arial, Helvetica, sans-serif;
}
a {
	color: #a20105;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	color:#a20105;
	font-size: 21px;
	letter-spacing: -1px;
}
h2 {
	color:#a20105;
	font-size: 20px;
	font-weight: normal;
}
h3 {
	font: bold 15px 'Trebuchet MS', Arial, sans-serif;
	letter-spacing: -1px;
	text-transform: uppercase;
}
h4 {
	color: #a30104;
	font-size: 12pt;
}
h5 {
	font-size: 10pt;
}
h6 {
	font-size: 8pt;
}
hr {
	background-color: #ccc;
	border: 0;
	color: #ccc;
	height: 1px;
	margin: 10px 0 30px;
}
input, option, select, textarea {
	color: #666;
	font: normal 8pt Arial, Helvetica, sans-serif;
	padding: 2px 5px;
}
	input:hover, input:focus, textarea:hover, textarea:focus {
		color: #002f5f;
	}
option {
	padding: 0 5px;
}

/* Geral */
#content-large {
	padding-top: 15px;
	width: 960px;
}
	#content-large div {
		padding-left: 210px;
	}
div#sidebar {
	float: left;
	margin-right: 30px;
	width: 180px;
}
#direita {
	float: right;
	line-height: 18px;
	padding: 20px 0;
	width: 750px;
}
div#content-main {
	float: left;
	width: 376px;
}
div#content-secondary {
	float: right;
	width: 340px;
}
#vitrine {
	background: #a30104;
	height: 125px;
}
	#vitrine #vitrine-block {
		height: 125px;
	}
	#vitrine-texto {
		color: #000;
		font-size: 13px;
		line-height: 18px;
		padding: 20px;
	}
	#vitrine-texto h2 {
		margin-bottom: 20px;
	}
	#vitrine #vitrine-texto, #vitrine #vitrine-texto h1 {
		color: #fff;
	}
div.box_1, div.box_2 {
	color: #333;
}
	div.box_1 img.box_home, div.box_2 img.box_home {
		border: 4px solid #fff;
		margin-bottom: 10px;
	}
	html > body div.box_1 img.box_home, div.box_2 img.box_home {
		border: 5px solid #fff;
	}
	div.box_1 div.box_content, div.box_2 div.box_content {
		padding: 20px;
	}
	div.box_2 div.box_content {
		margin-top: 5px;
	}
	div.box_1 h3 {
		color: #aca798;
	}
	div.box_1 div.box_content {
		background: #d6d0ba;
		border-left: 1px solid #c7c2b0;
		border-right: 1px solid #c7c2b0;
		border-bottom: 1px solid #c7c2b0;
	}
	div.box_1 #hom_abas {
		margin-top: 5px;
		font: bold 11px Arial, sans-serif;
		width: 376px;
	}
	div.box_1 #hom_abas td {
		text-align: center;
		vertical-align: middle;
		background: url(../graphics/hom_cinza.gif) no-repeat;
		height: 40px;
		width: 95px;
	}
	div.box_1 #hom_abas td a:link, div.box_1 #hom_abas td a:visited {
		color: #a60004;
		text-decoration: none;
	}
	div.box_1 #hom_abas td.ultimo {
		width: 91px;
	}
	div.box_1 #hom_abas td.ativo {
		color: #6b644b;
		background: url(../graphics/hom_marrom.gif) no-repeat;
	}
	div.box_2 h3 {
		color: #8a8a8a;
	}
	div.box_2 div.box_content {
		background: #dbdada;
		border: 1px solid #aaa;
	}
	.box_1 h4 a, .box_2 h4 a {
		text-decoration: none;
	}

/* header.tpl.php */
#container-header {
	background: url(../graphics/header_bg.gif) repeat-x;
	height: 143px;
	min-width: 960px;
}
#header, #content {
	margin: 0 auto;
	width: 960px;
}
a#header-logo, span#header-logo {
	background: url(../graphics/logo.gif) no-repeat;
	height: 100px;
	width: 300px;
}
#header-busca {
	float: right;
	margin: 40px 20px 0 0;
}
	#top_form {
		float: left;
		margin: 2px 10px 0 0;
	}
		#top_form optgroup {
			margin-top: 5px;
		}
		#top_form option {
			margin-left: 5px;
		}
	#cse-search-box {
		float: right;
	}
#header-menu {
	clear: both;
}
	#header-menu li {
		float: left;
	}
		#header-menu li a {
			color: #ecd9d9;
			display: block;
			font: bold 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
			padding: 13px 50px 11px;
			text-decoration: none;
			text-transform: uppercase;
		}
		#header-menu li a:hover, #header-menu li span.selected {
			background: url(../graphics/hea_bg_menu.png) left bottom repeat-x;
		}
div#container-content {
	background: #fff;
}
div#content {
	padding: 20px 0;
}

/* home.tpl.php */
#vitrine-home {
	background: #d6d0ba;
	position: relative;
}
	#vitrine-home #vitrine-block {
		height: 180px;
	}
	#vitrine-block img {
		float: left;
		margin-right: 20px;
	}
	.hom-vitrine-texto {
		color: #000;
		font-size: 13px;
		line-height: 18px;
		padding: 20px;
	}
	.hom-vitrine-texto h2 {
		margin-bottom: 20px;
	}
#hom_slides {
	list-style: none;
	height: 180px;
	overflow: hidden;
}
	#hom_slides li {
		height: 180px;
		width: 960px;
	}
#nav_esquerda, #nav_direita {
	cursor: pointer;
	position: absolute;
	bottom: 20px;
	z-index: 100;
}
#nav_esquerda {
	left: 600px;
}
#nav_direita {
	left: 630px;
}

/* submenu.tpl.php */
.sidebar-menu {
	margin: 20px 0 20px 12px;
}
	.sidebar-menu li, .sidebar-menu li.ativo {
		font: bold 12px Arial, Helvetica, sans-serif;
		padding: 2px;
		letter-spacing: 0;
		text-transform: uppercase;
	}
	.sidebar-menu li {
		list-style-image: url(../graphics/ico_sidebar_menu.gif);
	}
		.sidebar-menu a:link, .sidebar-menu a:visited {
			color: #467482;
			text-decoration: none;
		}
	.sidebar-menu li.ativo {
		color: #92a7ad;
		list-style-image: url(../graphics/ico_sidebar_menu_ativo.gif);
	}
.niveis {
	border-top: 2px dotted #ccc;
	margin: 20px 0 20px 12px;
	padding-top: 20px;
}
	.niveis li {
		list-style-image: url(../graphics/ico_sidebar_niveis.gif);
	}
		.niveis a:link, .niveis a:visited {
			color: #e75d00;
			text-decoration: none;
		}
	.niveis li.ativo {
		color: #ee8d4c;
		list-style-image: url(../graphics/ico_sidebar_niveis_ativo.gif);
	}

/* box_enquete.tpl.php */
div#sidebar-enquete {
	margin-top: 50px;
}
	div#sidebar-enquete h3 {
		margin-bottom: 10px;
	}
.enq_perguntas {
	margin-top: 10px;
}
	.enq_perguntas li, .enq_respostas li {
		list-style-type: none;
		margin: 3px 0 0 20px;
	}
		.enq_perguntas li input {
			margin: 5px 5px 0 -20px;
		}
	.enq_respostas {
		margin-top: 20px;
	}
	.enq_respostas li {
		margin-left: 0;
	}
		.enq_respostas li div {
			background: #a4bb67;
			color: #000;
			font-size: 7pt;
			margin: 3px 0 15px 0;
			overflow: hidden;
			padding: 3px 0;
			white-space: nowrap;
		}

/* box_premios.tpl.php */
div#sidebar-empresas {
	margin-top: 50px;
}
	div#sidebar-empresas h3 {
		margin-bottom: 10px;
	}
	div#sidebar-empresas a:link, div#sidebar-empresas a:visited {
		text-decoration: none;
	}
	div#sidebar-empresas a.nav-left {
		background: url(../graphics/icons/ico_empresas.gif) -10px 0 no-repeat;
		float: left;
		height: 10px;
		margin-top: 30px;
		width: 10px;
	}
	div#sidebar-empresas a.nav-right {
		background: url(../graphics/icons/ico_empresas.gif) 0 0 no-repeat;
		float: right;
		height: 10px;
		margin-top: 30px;
		width: 10px;
	}
ul#empresas li {
	float: left;
	width: 150px;
}
div#empresas-block {
	margin: 0 auto 10px auto;
	width: 141px;
}
#con_logos {
	height: 72px;
	overflow: hidden;
	width: 141px;
}
#con_logos li {
	list-style-type: none;
	height: 72px;
	overflow: hidden;
	width: 141px;
}
	#con_logos li img {
		margin: 0 auto;
	}

div.cursos {
	padding: 10px 5px;
}
	div.cursos h6 {
		margin-top: 10px;
	}
	div.cursos ul li {
		background: url(../graphics/icons/ico_seta_cursos.gif) left center no-repeat;
		color: #a30104;
		line-height: 1em;
		margin-left: 5px;
		padding: 5px 12px;
	}
		div.cursos ul li a {
			font-weight: bold;
		}
	#curso-informacoes p {
		background: url(../graphics/icons/ico_depoimentos.gif) 0 0 no-repeat;
		float: left;
		height: 24px;
		margin: 0;
		width: 125px;
	}
	#curso-informacoes .campus p {
		background-position: 0 1px;
	}
	#curso-informacoes .duracao p {
		background-position: 0 -35px;
	}
	#curso-informacoes .periodos p {
		background-position: 0 -71px;
	}
	#curso-informacoes .investimento p {
		background-position: 0 -105px;
	}
	#curso-informacoes .bolsas p {
		background-position: 0 -138px;
	}
#curso-informacoes .info {
	float: right;
	padding-top: 0px;
	width: 160px;
}
div.depoimento {
	clear: both;
	color: #666;
	font-size: 9pt;
	padding: 5px;
}
.depoimento-foto {
	float: left;
	height: 110px;
	margin-right: 20px;
}
	.depoimento-foto img {
		border: 4px solid #fff;
	}
.professor-foto {
	border: 4px solid #d6d0ba;
	float: right;
	margin: 0 0 5px 20px;
}
span.depoimento-left {
	background: url(../graphics/depoimento-1.gif);
	height: 29px;
	margin: -10px 5px -10px 0;
	width: 38px;
}
div.depoimento-texto {
	font-style: italic;
}
	html>body div.depoimento-texto {
		padding-top: 10px;
	}
div.depoimento-autor {
	color: #444;
	font-style: normal;
	margin-top: 10px;
}
#container-footer {
	color: #c6b4b4;
	min-width: 960px;
}
	#container-footer p {
		clear: both;
		text-align: center;
	}
#footer {
	background: #410304;
	border-bottom: 1px solid #8b3638;
	height: 50px;
}
#footer-fones {
	margin: 0 auto;
	padding-top: 7px;
	width: 920px;
}
	#footer-fones ul {
		float: right;
	}
		#footer-fones li {
			background: url(../graphics/icons/ico_tel.gif) left center no-repeat;
			float: left;
			margin-left: 40px;
			padding-left: 35px;
		}
		#footer-fones li a:link, #footer-fones li a:visited {
			color: #d0adad;
			text-decoration: none;
		}
#footer-logo {
	background: url(../graphics/footer_logo.gif) no-repeat;
	height: 33px;
	width: 103px;
}
#footer-links {
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 800px;
}
	#footer-links li {
		float: left;
		margin: 5px 0 0 20px;
		width: 140px;
	}
		#footer-links li ul li {
			float: none;
			margin: 2px 0 0 8px;
		}
			#footer-links li ul li a {
				color: #c6b4b4;
			}

/* Classes */
.arredondar {
	position: relative;
	width: 100%;
}
.curvas {
	background: url('../graphics/ico_rounded_corner.png') no-repeat;
	position: absolute;
	height: 10px;
	width: 10px;
	z-index: 100;
}
.te {
	background-position: 0 0;
	left: 0;
	top: 0;
}
.td {
	background-position: -10px 0;
	right: 0;
	top: 0;
}
.be {
	background-position: 0 -10px;
	bottom: 0;
	left: 0;
}
.bd {
	background-position: -10px -10px;
	bottom: 0;
	right: 0;
}
.cf {
	clear: both;
}
.hide {
	display: none;
}
.i-r {
	display: block;
	float: left;
	text-indent: -9000px;
}
input.image {
	width: auto;
}
.left {
	float: left;
}
img.left {
	margin-right: 10px;
}
a.link {
	background: url(../graphics/ico_mais.gif) left center no-repeat;
	font-weight: bold;
	padding-left: 16px;
}
.right {
	float: right;
}
.show {
	display: block;
}
.strong {
	font-weight: bold;
}
.box_750 {
	clear: both;
	padding: 20px 0;
	width: 750px;
}
.conteudo_central, .conteudo_lateral {
	line-height: 18px;
	padding: 20px 0;
}
.conteudo_central {
	float: left;
	width: 376px;
}
.conteudo_lateral {
	float: right;
	width: 340px;
}
.tab_tabela {
	border-collapse: collapse;
}
.tab_cabecalho, .tab_celula {
	border: #fff 1px solid;
	font: normal 8pt Arial, Helvetica, sans-serif;
	padding: 3px 5px;
}
.tab_cabecalho {
	background-color: #a30104;
	color: #fff;
	line-height: 15px;
	text-align: left;
}
.tab_celula {
	background-color: #eae9d8;
}

/* enderecos.tpl.php */
#map_canvas {
	background: #ccc;
	height: 350px;
	width: 750px;
}
#map_form_container {
	margin: 10px 0;
}
#map_container {
	margin-top: 10px;
}
#map_route {
	width: 740px;
}
.for_gg, .for_g, .for_m, .for_p, .for_pp  {
	margin-bottom: 10px;
	padding: 2px 5px;
}
.for_g {
	width: 200px;
}
select.for_g {
	width: 216px;
}
textarea.for_g {
	height: 72px;
}
.for_gg {
	width: 300px;
}
select.for_gg {
	width: 314px;
}
.for_m {
	width: 175px;
}
.for_p {
	width: 60px;
}
.for_pp {
	width: 30px;
}
.album li {
	background: #eee;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
	width: 370px;
}
	.album li img {
		margin: 10px 20px;
	}
.checkbox {
	margin-bottom: 5px;
}
.errors, .feedback {
	margin-top: 0;
}
.errors li, .feedback li {
	list-style: disc;
}
div#content-main .blo_post .storycontent, div#content-secondary .blo_post .storycontent {
	overflow: hidden;
}
div#content-main .blo_post .storycontent img {
	max-width: 334px;
}
div#content-secondary .blo_post .storycontent img {
	max-width: 298px;
}
.blo_post h4 {
	margin-top: 0;
	padding-top: 0;
}
.blo_data {
	text-align: right;
	font-style: italic;
}
.est_tabela {
	font: normal 8pt Arial, Helvetica, sans-serif;
	line-height: 18px;
}
.estagio_info {
	width: 180px;
}
.estagio_td {
	width: 80px;
}
td.cal_tabela {
	padding: 10px 20px 10px 0;
}
	.cal_tabela th {
		text-align: center;
	}
	.cal_tabela td {
		text-align: right;
	}
	.cal_tabela td b {
		color: #ba0000;
	}
td.cal_comentarios {
	border-left: #ddd 1px solid;
	padding-left: 20px;
}
#emp_iniciais, #emp_lista {
	margin-top: 20px;
}
#emp_iniciais li {
	background-color: #eee;
	border: #ccc 1px solid;
	float: left;
	font-weight: bold;
	margin: 0 1px 1px 0;
	text-align: center;
	width: 15px;
}
	#emp_iniciais li a:link, #emp_iniciais li a:visited {
		text-decoration: none;
	}
.bol_realce {
	background: #bfcfd2;
	padding: 10px;
}
.bol_simples {
	padding: 10px;
}
.faq_niveis {
	color: #e75d00;
}
#blt_tabela {
	border-collapse: collapse;
	width: 750px;
}
#blt_tabela td, #blt_tabela th {
	border: #fff 1px solid;
	padding: 3px 5px;
}
#blt_tabela th {
	background-color: #a30104;
	color: #fff;
	line-height: 15px;
	text-align: left;
}
#blt_tabela td {
	background-color: #eae9d8;
}
#sen_formulario {
	margin: 10px auto;
	width: 300px;
}


					#blts {
						border-collapse: collapse;
						width: 750px;
					}
					#blts td, #blts th {
						border: #fff 1px solid;
						padding: 3px 5px;
					}
					#blts th {
						background-color: #a30104;
						color: #fff;
						line-height: 15px;
						text-align: left;
					}
					#blts td {
						background-color: #eae9d8;
					}


.por_lista {
	list-style: disc;
	padding: 10px 0 10px 20px;
}
#rit_categorias {
	margin-top: 5px;
}
	#rit_categorias td {
		padding-right: 3px;
	}
#autor_2, #autor_3, #autor_4, #autor_5 {
	display: none;
}

ul#sum_lista li {
	padding: 10px 0;
}
.sum_esquerda {
	float: left;
	width: 430px;
}
.sum_direita {
	float: right;
	width: 300px;
}

#sec_ajuda_login {
	display: none;
	padding: 20px;
}
.clicar {
	color: #a20105;
	cursor: pointer;
	text-decoration: underline;
}

/* Top estágios */

.frame, .logo_frame, .news_frame, .link_frame {
	border: 0;
	margin: 0;
	padding: 0;
}
.frame{
	width: 175px;
}
.logo_frame {
	background: url("../graphics/nube_topo.jpg") no-repeat;
	border: 1px solid #ccc;
	height: 34px;
	width: 175px;
}
.news_frame {
	height: 159px;
	margin: 10px 0;
	width: 175px;
}
.link_frame {
	border: 1px solid #ccc;
	background-color: #f6f6f6;
	padding: 10px 3px 10px 12px;
	width: 160px;
}
.link_frame a{
	font-family: Verdana, Arial, "sans serif";
}
/* box_generico */
.box-generico {
	margin-top: 0.8em;
}
	.box-generico ul {
		list-style: disc;
		padding: 10px 0 10px 20px;
	}
	.box-generico ol {
		list-style: decimal;
		padding: 10px 0 10px 20px;
	}

/* Resultados */
.legenda {
	display: block;
	float: left;
	padding-right: 10px;
	text-align: right;
	width: 80px;
}
