* {
    padding: 0;
    margin: 0;
    outline: 0;
}
img{
	border: 0px;©
}

.separador{
	margin: 10px 0 10px 0;
}

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

body {
    font-size: 12px;
    font-family: Arial, "Trebuchet MS", Tahoma sans-serif;
    color: #4a4a4a;
    text-align: left;
    background: transparent url('../images/bg_principal.jpg') no-repeat scroll top center;
}


a {
    color: #037bb9;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

hr {
    color: #EBEFF7;
    border: solid 1px #EBEFF7;
}

.cl, .clear {
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    clear: both;
}

#page {
    width: 952px;
    margin: 0 auto;
    padding: 0 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
    color: #006088;
    font-weight: normal;
}

h1 {
    font-size: 23px;
}

h2 {
    font-size: 20px;
    color: #838287;
    margin-bottom: 10px;
    margin-top: 10px;
}

h3 {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 5px;
}

h4 {
    font-size: 16px;
    margin-bottom: 4px;
    margin-top: 4px;

}

h5 {
    font-size: 15px;
    margin-bottom: 4px;
    margin-top: 4px;

}

h6 {
    font-size: 14px;
    margin-bottom: 4px;
    margin-top: 4px;

}

ul {
    list-style: none;
}

/* cabecalho da pagina */
.logo h1 {
    border: 0 solid;
    margin: 0;
    padding: 0;
}

.logo h1 a {
    /*-moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;*/
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-position: 30px 20px;
    display: block;
    overflow: hidden;
    text-indent: -999em;
    height: 211px;
}

.header {
    height: 60px;
}

.header h2 {
    margin: 20px 0 0 10px;
}

.header h3 {
    margin: 20px 0 0 10px;
}

/* fim cabecalho */

.botao {
    background-color: #80b0c5;
    font: 12px verdana, arial, helvetica, sans-serif;
    color: #fff;
    border: 0;
    padding: 3px;
	cursor: pointer;
	margin-right: 5px;
}
.botao a:hover{
	text-decoration: none;
}
.bt-direita {
	position: relative;
	left: 10px;
}

.box_pesquisa, .box_email {
    display: inline;
}

.box_pesquisa form {
    padding: 5px 5px 5px 0;
    background-color: #00608a;
    width: 211px;
    height: 24px;
    float: left;
}

.box_pesquisa img {
    float: left;
}

.box_pesquisa form input[type =
"text"] {
    width: 170px;
}

.cursos {
    margin: 20px 0 0 10px;
}

.lista-cursos {
    border-collapse: collapse;
    margin: -10px 0 0 10px;
    font: 12px verdana, arial, helvetica, sans-serif;
}

.lista-cursos tr td {
    width: 300px;
}

.table-cursos{
	margin-bottom: 5px;
	/*margin-top: 20px;*/
}


.table-cursos caption{
	background:none repeat scroll 0 0 #00608A;
	font:bold 1.2em/2em;
	text-align:center;
	color: #fff;
	font-size: 12pt;
}
.table-cursos table {
    width: 100%;
	margin-bottom: 20px;
}

.table-cursos table th {
    font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #4f6b72;
    letter-spacing: 2px;
    text-transform: uppercase;
	text-align: center;
    padding: 6px 6px 6px 12px;
    background-color: #c2d8e3;
}

.table-cursos table td {
    padding: 6px;
	text-align: center;
    color: #4f6b72;
}
.table-cursos p{
	text-align: left;
}

.table-cursos h2 {
	margin: 0;
	padding: 15px 0;
}

.odd {
    background-color: #fcfdff;
}

.even {
    background-color: #e5eff3;
}

div.calendario {
  margin-left: 5px;
  margin-bottom: 20px;
  display:block;
  clear: both;
}

div.calendario a, div.calendario a:hover {
    color: #fff;
    margin-left: 5px;
}

div.calendario table {
    text-align: right;
    background-color: #00608a;
    border-collapse: collapse;
    font: 16px verdana, arial, helvetica, sans-serif;
    color: #fff;
    height: 37px;
    width: 244px;
    
    
}

div.calendario img#img-calendario {
    position: absolute;
    margin: -3px 0 0 -5px;
}


#slideshow-nav {
    position: absolute;
    left: 680px;
}

#slideshow-nav ul {
    list-style: none;
}

#slideshow-nav ul li {
    background-color: #e5eff3;
    padding: 5px;
    text-indent: 0;
    margin: 0 !important;
    list-style-image: none !important;
}

#slideshow-nav a {
    text-decoration: none;
	display:block;
}

#slideshow-nav a:hover {
    text-decoration: underline;
    color: #000;
}

#slideshow-pane .items {
    position: absolute;
    clear: both;
    margin: 0;
    padding: 0;
}

#slideshow-pane div {
    float: left;
    display: block;
    width: 660px;
    position: absolute;
}

.text-right {
    text-align: right;
}

/*.button {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #00608a;
    border: 2px solid #5c99b4;
    color: #FFFFFF;
    font-size: 1em;
    padding: 4px 8px;
}
*/
.button {
	padding: 5px 10px;
	display: inline;
	background: #777 url('../images/button.png') repeat-x bottom;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 1px 1px #666;
	text-decoration:none;
 }
.button:hover {
	background-position: 0 center;
	text-decoration: none;
 }
.button:active {
	background-position: 0 top;
	position: relative;
	top: 1px;
	padding: 6px 10px 4px;
 }
.button.red { background-color: #e50000; }
.button.purple { background-color: #9400bf; }
.button.green { background-color: #58aa00; }
.button.orange { background-color: #ff9c00; }
.button.blue { background-color: #2c6da0; }
.button.black { background-color: #333; }
.button.white { background-color: #fff; color: #000; text-shadow: 1px 1px #fff; }
.button.small { font-size: 75%; padding: 3px 7px; }
.button.small:active { padding: 4px 7px 2px; background-position: 0 top; }
.button.large { font-size: 125%; padding: 7px 12px; }
.button.large:active { padding: 8px 12px 6px; background-position: 0 top; }

.box {
    height: 279px;
}

.box ul li {
    margin: 10px 0 0 0px;
}

.box_certificacoes ul li {
	margin: 10px;
	display:inline;
	float: left;
	width: 160px;
	height: 50px;
}

.box_parcerias {
    background: #e6eff4;
    height: 323px;
}

.box_parcerias h3 {
    margin: 30px 0 0 32px;
}

.box_parcerias ul {
    margin: 5px 0 0 20px;
    list-style: none;
}

.box_parcerias ul li, .box_enquete ul li {
    /*margin: 10px 0 0 0px;*/
}

.box_depoimentos .video {
    height: 160px;
    width: 200px;
    border: solid 1px #ccc;
}

.box_diferenciais h3 {
	padding: 10px;
  background-color: #e5eff3;
}

.box_diferenciais ul li{
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  background-image: url("../images/check_dif.png");
  background-repeat: no-repeat;
  min-height: 24px;
  color: #000;
  border-bottom: 1px dotted #C2E3F3
  
}
.box_diferenciais ul {
    list-style: none;
    font-size: 13px;
}

.box_email form {
    background-color: #00608a;
    width: 190px;    
	display: inline;
	float: right;
	height: 41px;
}

.box_email form input {
	margin-top: 9px;
    border: 0;
}

.box_email .campo {
	width: 140px;
}

.box_email img {
	display: inline;
	float: right;
	margin-bottom: 20px;
}

.box_enquete {
    background: #e6eff4;
	padding: 15px;
	clear: both;
	min-height:240px;
}

.box_enquete li, .box_enquete h3, .box_enquete p {
	padding: 5px 10px 5px 0;	
}

.box_enquete ul {
    /*margin: 10px 5px 0 0;*/
    list-style: none;
}

.box_enquete table {
    margin: 10px 10px 10px 0;
    width: 99%;
}
.box_enquete table td {
   padding: 3px;
   text-align: right;
}
.box_enquete input[type = submit] {
   margin-left: 10px;
}

.box_material h3 {
	clear:both;
	background-color: #e5eff3;
    padding: 10px;
}

.box_loja h3 {
    padding: 10px;
    background-color: #e5eff3;
}

.box_loja ul li {
    padding: 10px 0 10px 0;
}

.spacer {
    height: 20px;
}

.spacer-slide {
	height: 200px;
}

/*.spacer-bread {
	height: 30px;
}
*/
.loading {
    background-color: #e6eff4;
}

/**** Treinamento ****/
.course-show {
	margin:0;
	padding:0;
}

.course-show p{
	text-align: justify;	
}

.course-show table {
	margin: 5px;
}

div#accordion a.heading {
	background: #e5eff3 url(../images/miniatura_desce2.png) no-repeat left;
    color: #4f6b72;
    display: block;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
}

div#accordion a.heading span {
	padding-left: 10px;
}

div#accordion a.heading:hover {
	background: #c2d8e3 url(../images/miniatura_desce.png) no-repeat left;
}

div#accordion a.child {
	display: block;
	padding: 5px 0 5px 0;
	clear: both;
}

div#accordion div.pane {
	display:none;
}

.dados-curso {
    font-family: Arial, "Trebuchet MS", Tahoma sans-serif;
    color: #006088;
    padding: 10px 15px;
    width: 127px;
    /*background-image: url(../images/info_curso.jpg);*/
	border: 1px solid #00608a;
	border-right: 0;
}

.dados-curso div {
    margin: 0 0 8px 0;
}

.dados-curso a {
	cursor: pointer;
}

.img-curso img {
	max-width: 100px;
	_width: 100px;
}

.not-found {
    background-color: #e5eff3;
	padding: 15px;
    margin: 20px;
    text-align: center;
}

.carga-horaria {
    font-size: large;
}

.prematricula li {
    padding: 18px 18px 18px 0;
    display: block;
    float: left;
}

.obs {
	margin-bottom: 20px;
	margin-top: 20px;
		
}

.obs ul {
    /*list-style-image: url(../images/point_1.jpg);*/
    font-size: smaller;
    text-align: justify;
}

#ferramentas ul {
    padding: 0;
}

#ferramentas ul li {
    display: inline;
    float: left;
    padding: 3px;
}

.cursos-relacionados {
	font-size: 11px;
	padding: 10px;
    /*background-color: #e5eff3;*/
	background-color: #FFFFCC;
}
.cursos-relacionados ul{
	list-style-image: url("../images/seta_direita.png");
	margin:2px;
	padding:5px;
	list-style-position:inside;
}
.cursos-relacionados ul li {
	border-bottom:1px dashed #DDD000;
	margin-bottom:5px;
}
.cursos-relacionados ul li:last-child{
	border-bottom:0px dashed #DDD000;
}

.cursos-relacionados ul li a{
	font-weight: 500;
	font-size: 13px;
	color:#4A4A4A;
}
.destaques {
	padding: 20px 20px 20px 10px;
	margin: 10px 0px 10px 0px;
	background-color:#e5eff3;
}
.destaques p {
	text-align: justify;
}	
.destaques span {
	font-weight: bolder;	
}

.modal { 
    background-color:#fff; 
    display:none; 
    width:430px; 
    padding:15px; 
    border:1px solid #ccc;
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
    -moz-box-shadow: 0 0 50px #ccc; 
    -webkit-box-shadow: 0 0 50px #ccc; 
} 

.modal-tabela-desconto { 
    background-color:#fff; 
    display:none; 
    border:1px solid #ccc;
	padding: 10px;
	z-index: 9000;
	left:0;
	top:30%;	
	width: 540px;
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
    -moz-box-shadow: 0 0 50px #ccc; 
    -webkit-box-shadow: 0 0 50px #ccc; 
} 


#instrutores {
	width:700px; 
}

#instrutores h3 {
	text-align: left;
}

#instrutores p {
	text-align: justify;	
	padding-bottom: 15px;
}

/**********************/

/****Indicacao Curso *******/
.info-indicate * {
	margin-bottom: 5px;
	margin-top: 5px;
	font: 12px verdana, arial, helvetica, sans-serif;
}

.info-indicate h3 {
	font-size: 18px;
	background-color: #c2d8e3;
	padding: 10px;
}

.info-indicate textarea {
	width: 100%;
	height: 80px;
}

.info-indicate input[type=text] {
	width: 30%;
}

.info-indicate .info div {
	color: #5c99b4;
}

img.loader {
	display:none;
}

.mensagem {
    margin: 5px;
    padding: 5px;
    background: #e5eff3;
    font-weight: bold;
	text-align: center;
}

.rolagem {
    height: 130px;
	width: 80%;
    border:1px solid #e6eff4;
    overflow-y: auto;
	display: block;
	background-color: #fff;
}

.rolagem ul li {
	padding: 0;	
	width: 100%;
}

#emails {
	display: block;
}

ul.tabs  { 
	height:25px;
	padding:0;
	margin: 0;
	/*border-bottom:1px solid #666;*/	
}

ul.tabs  li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
	width: 111px;
}

ul.tabs a { 
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 111px;
	text-align:center;	
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;	
}

ul.tabs a:hover {
	background-color:#fff;	
}

div.panes {
	margin: 0;
	padding:0;
}


div.panes label {
	font-weight: bolder;
}

div.panes div {
	display:none;		
	padding:15px 10px;
	border:1px solid #e6eff4;
	font-size:14px;
}

div.panes div.pane {
	display:none;
}

/**************************/

/*********Depoimentos************/
.depoimentos img{
	float: left;
	padding: 0 10px;
}

.depoimentos p {
	text-align: justify;	
}

.depoimentos hr {
	clear: both;
	margin: 10px 0;	
}

.desc {
	padding: 8px;
}

.depoimentos h2 {
	margin: 0;	
	padding-bottom: 20px;
}
.errorlist {
	padding-left: 0;
	color: red;
}

.blog div{
	padding: 0;
	margin: 0;
}

#body{
	padding: 10px;
}
#body ol {
	margin: 20px;
}
#body li{
	margin: 5px;
}
#body p{
	margin: 10px 0px 10px 0px;
	text-align:justify;
}
img.left{
	margin-right: 20px;
}

img.right{
	margin-left: 20px;
}
.teaser{
	margin-bottom: 10px;
}

/*****************Emprego*************/

.emprego h2, .evento h2 {
	margin: 0;
	padding: 15px 0;
}

.emprego #page_controls, .evento #page_controls {
	margin: 0;
	padding: 0;
}

.emprego .detail, .evento .detail {
	margin: 0;
	padding: 10px;
}

.emprego .detail h4 {
	padding-bottom: 5px;
}

.evento {
	margin-bottom: 40px;
}

.evento p {
	margin-bottom: 10px;
}

.evento li {
	clear:both;
	padding: 5px 0;
}


/*
.evento img{
	float: left;
	padding: 0;
	clear:both;
}

.rodape {  
	clear:both;
	margin:30px auto 0;
	overflow:hidden;
	background-color: #e6eff4;
	padding:20px 40px 50px;
	margin-top: 20px;
	background:  #e6eff4 none repeat scroll 0 0; 
}

.rodape div {
	padding: 10px 5px;
}

#rodape div:first-child {
	margin-left:0;
}
#rodape div {
	float:left;
	margin-left:30px;
	width:160px;
}*/

#rodape, #base-rodape  {
	position: relative;
	margin-top: 20px;
	position: relative;
	height: 150px;
	background:  #e6eff4 none repeat scroll 0 0;
} 

#rodape {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#rodape div {
	width:160px;
	padding: 10px 0;
}

#base-rodape {
	z-index: -9999;
	margin-top: -150px;
}

.placeholder h2, .course-show div h2 {
	margin:0;
	padding: 10px 0;
	clear:both;
}
.sucesso, .alerta, .erro{
	margin: 5px;
	padding:5px 10px 5px 60px;
	font-size: 17px;
	min-height: 60px;
}
.sucesso-small{
	background-color:#FFFFCC;
	border:1px solid #DEDEDE;
	font-size:12px;
	margin:0;
	padding:5px;
	width:99%;
}
.sucesso{
	border: 1px solid #4F8A10;
	background: #DFF2BF url('../images/check.png') no-repeat 5px 3px;
}

.alerta{
	border: 1px solid #DEDEDE;
	background: #FFFFCC url('../images/alert.png') no-repeat 5px 3px;
}

.observacao{
	color: #D8000C;
	font-size: 10px;
}

.erro{
	border: 1px solid #D8000C;
	background: #FFBABA url('../images/erro.png') no-repeat 5px 3px;
}

/***************/

.close {
	background: url('../images/close.png') no-repeat;
	z-index:9999;
	cursor:pointer;
	height:35px;
	position:absolute;
	right:-15px;
	top:-15px;
	width:35px;	
}

ul.hmenu {
	padding: 0em;
	list-style: none;
	text-align: center;
	margin: 1.45em 0;
	overflow: hidden;
}
ul.hmenu > li {
	float: left;
	display: block;
	width: 19.5%;
	line-height: 2.5em;
}
ul.hmenu > li > a {
	text-decoration: none;
}

ul.hmenu > li.active {
	background: #EFEFEF;
	border: 2px solid #CCC;
}

.search {
	padding: 10px 5px;
}
.veja-mais{
	margin: 10px 0 10px;
	text-align: right;
	font-weight: bolder;
}
/*
ul.biblioteca {
	list-style: none;
	text-align: center;
}
ul.biblioteca > li {
	float:left;
	margin:20px 10px 5px;
	padding:8px;
	position:relative;
	width:130px;
	height: 130px;
	border: 1px solid #ccc;
}
.livro-titulo{
	margin-top: 5px;
	font-size: 11px;
	text-decoration: underline;
}
*/
ul.clientes{
	list-style:none outside none;
}
ul.clientes li{
	float:left;
}
ul.biblioteca{
	list-style:none outside none;
	text-align:center;		
			
}
ul.biblioteca > li {
	border-bottom:1px dotted #CCCCCC;
	float:left;
	position:relative;
}	
div.caixa-externa h2{
	background-repeat: no-repeat;
	color: #1782AE;
	font-size: 11pt;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url('../images/top_externo.gif');
	margin:0px;
}
div.caixa-externa{
	background-repeat: repeat-x;
	background-image: url('../images/bg_livro.gif');
	margin: 10px;
	width:213px; /*width: 154px;*/
	height: 220px;
}		
div.caixa-interna{
	background-color: #FFF;
	background-repeat: no-repeat;
	background-image: url('../images/top_interna.gif');
	font-size: 10pt;
	margin: 2px;
	padding: 5px;
}		
div.caixa-interna p{
	float: center;
}		
div.caixa-interna a:first-child{
	margin-top:10px;
	margin-left:8px;
}
div.caixa-interna a{
	float: left;
	margin-bottom:10px;
	margin-left:30px;
	margin-top:29px;
	font-size: 9pt;
	color: #1782AE;
	text-decoration: none;
	font-weight: bold;

}
div.caixa-interna div.descricao{
	clear:both;
	margin-top: 5px;
	text-align: left;
	font-size: 9pt;
}

.pager {
  clear:both;
  display:block;	
  padding-top: 20px;
  padding-left: 0px;
  text-align:center;
}

.pager .page a {
	color: #00608A;
	padding: 4px;
	border: 1px solid #234250;
	text-decoration: none;
}

.pager .current {
	color: #FFF;
	border: 1px solid #234250;
	padding: 4px;
	background: #80B0C5;
}
.observacao_preco{
	font-size: 10px;
	padding: 10px;
}
.banner-modal{
	width:574px;
	height: 418px;
}

blockquote {
  border:silver solid;
  border-width: 0px 2px 2px 0px;
  background: transparent url('../images/quotes.gif') no-repeat scroll left top;
  padding-left: 33px;
  padding-top: 17px;
  padding-bottom:10px;
  font-style:italic;
}

ul.curso-nivel1 li{
  font-size: 17px;
  font-weight: bold;
  margin-top: 7px;
  margin-left: 8px;
}
ul.curso-nivel2{
  margin-bottom: 15px;
}
ul.curso-nivel2 li{
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 5px;
    margin-left: 30px;
    margin-top: 4px;
}

.webinar h2{
	margin: 10px 0 10px 0;
}

.webinar .descricao{
	margin: 10px 0 10px 0;
	font-size: 13px;
}
.ta-direita{
	text-align: right;
}

.webinar p {
	margin: 10px 0 10px 0;
}
