/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display: block;  }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html, button, input, select, textarea { font-family: sans-serif; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: blue; color: #fff; text-shadow: none; }
::selection { background: blue; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

.wrapper{	
	width:971px;
	margin:auto;	 	
}
/* ===================
   Borda Redonda
   =================== */
.borda-redonda{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.borda-direita{
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;	 
}
.borda-esquerda{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;	
}
.borda-baixo{
	float: left;	
	width: 100%;
	height: 1px !important;
	margin-top: 1px;
	*margin-top: 3px;
	background: #0067ac;
	margin:4px 0 20px;
}
.borda-azul{
	background: #fff !important;
	padding: 5px !important;
	border: solid 1px #003a56 !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
   .borda-baixo { margin-top: 3px; }
}
/* ===================
    Box Sombra
   =================== */
.shadow {
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
} 
/* ===================
   Alinhamento
   =================== */
.esquerda{float: left !important;}

.direita{float: right !important;}

.link-direita{
	text-align: right;
	width: 280px!important;
	height: 25px!important;		
	background-position: 205px center!important;
}
.espaco-direita{padding-top:5px!important; margin:15px 15px 0 0 !important; }

.preto{
	*float:left; 
	*width: 240px!important;
	*height: 20px;
	*margin: 10px 0;
	*padding-top: 10px; 
	color: #000 !important; 	
}
.alinhar{position: relative;}

/* Posicionamento Especial na Tela*/
.z{
	z-index: 10000000000000000000000000000000000000;
	position: relative;	
}
/* ====================================
    Para casos Especiais de Alinhamento
   ================================== */
.divisao{
	clear: both;
	float: left;
	width: 100%;
	height: 1px;
	border: none;
	background: none;
}
/* ===================
    ALL: Theme
   =================== */
#header-container{
	width: auto; 
	height: 150px; 
	background: url(../images/bg-header.png) repeat-x 0 top;
}
#main-container{	
	background: url(../images/bg-conteudo.png) no-repeat center 0;
}
#footer-container{	
	width: auto;
	height: 300px;
	background: url(../images/bg-rodape.png) no-repeat center bottom;
}

#title{
	float: left;
	width: 279px;
	height: 67px;
	margin-top: 20px;
	border: none;
}
header{	
	width: 100%; 
	height:100px;
}
/* ==============
    Form de Busca
   ============== */
#form-busca{
	float: left;
	width: 329px;
	height: 37px;
	margin: 32px 0 0 30px;
	border: solid 1px #e6ecee;	
	background:#edf1f2 url(../images/bg-input.png) repeat-x 0 0;
}
#form-busca input{
	float: left;
	width: 244px;
	height: 21px;	
	font-family: "Trebuchet MS";
	font-size: 16px;
	line-height: 16px;
	padding: 10px 6px 4px;
	color: #80b0c7 !important;
	border: none;		
	outline: none;	
	background:#edf1f2 url(../images/bg-input.png) repeat-x 0 0;
}
#form-busca .hidden{
	display: none;
}
#form-busca  #bt-buscar{
	float: left;
	width: 73px;
	height: 38px;	
	background: #cfdde2 url(../images/bt-buscar.png) no-repeat 0 -2px;
	text-indent: -999px;
	box-shadow: none;
	overflow: hidden;
	border: none;
	
}
#form-busca  #bt-buscar:hover{	
	background:#d6e1e6 url(../images/bt-buscar-hover.png) no-repeat 0 -2px;
}
/* ==============
    Menu Superior
   ============== */
#menu-superior{
	float: right;
	width: 310px;
	height: 18px;
	margin-top: 49px;
	color: #003a56;	
	border-bottom: solid 3px #cbdee6;	
} 
#menu-superior .bullet{
	float: left;
	width: 3px;
	height: 13px;
	background: url(../images/bullet-azul-escuro.png) no-repeat 0 center;
	margin: 0 15px;	
} 
#menu-superior ul li a{
	color: #003a56;
	padding: 0 0 3px 0;	
	font-size: 10px;
	line-height: 10px;	
}
#menu-superior a:hover, #menu-superior a:visited, #menu-superior .focus{	
	border-bottom: solid 1px #80b0c7;	
}
/* ==============
    Menu Principal
   ============== */
#menu-principal, #menu-rodape{
	width: 960px;
	height: 27px;
	position: relative;
	padding: 18px 0 0 10px;			
}
nav ul li{
	float: left !important;
	text-transform: uppercase;
	font-family: "Trebuchet MS"!important;
	font-size: 14px;
	line-height: 14px;	
}
nav a{
	float: left;
	padding: 5px 15px;	
	color:white;
	font-family: "Trebuchet MS"!important;
	text-align:center;
	text-decoration:none !important;	 	
}

nav a:hover, nav a:visited, .focus{
	color:white;
	border-bottom: solid 5px #80b0c7;	
}

nav a:hover{
	text-decoration:underline;
}
#menu-principal .bullet, #menu-rodape .bullet{
	float: left;
	width: 3px;
	height: 22px;
	background: url(../images/bullet-branco.png) no-repeat 0 center;
	margin: 0 14px;	
}
#menu-principal .bullet{
	margin: 0 8px;
}
/* ==========================
		Sub-Menu
============================*/
#menu-principal .sub-menu{
	display: none;
	z-index: 100000000000000;
	position: absolute;
	top: 10px;
	left: 80px;
	width: 173px;
	height: 123px;	
	padding: 44px 0 0 20px;	
	background: url(../images/sub-menu.png) no-repeat 20px 30px; 	
}
.link-especial{	
	z-index: 10;
	position: relative;
	border: none !important;
}
#menu-principal .sub-menu li a{
	float: left;
	width: 143px; 
	height: 15px;
	color:white;
	font-size: 12px;
	text-align: center;
	padding: 0px 2px 0px;
	margin:3px 0 7px 15px;
	border: solid 1px transparent;		
}
#menu-principal .sub-menu li a:hover{	
	border-bottom:solid 1px white;
}

/* ==============
    	Main
   ============== */

#main{
	padding:30px 0;
}

#main article h1{
	font-size:2em;
}
#main h2{
	display: inline;
	width: auto;
	height: auto;
	color:#003a56;
	font-size: 26px;
	font-family: "Trebuchet MS";
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: solid 6px #0067ac;
	text-shadow: 0 1px 0 rgba(0,0,0,0.01);	
	font-weight: 300;	
	text-decoration: none; 	
	font-smoothing:antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased; 	
}
#main p{
	color: #003a56;
}
.linha{
	float: left;
	width: 640px;
	height: 20px;
	margin: 10px 0;
	padding: 0;
	background: url(../images/bg-hr.png) repeat-x 0 center;
	border:none!important;	
}

/* ==============
    	Rodape
   ============== */
#footer-container footer{
	color:white;
	padding:20px 0;
}
#footer-container .alinhar{
	height: 203px;
}
#menu-rodape{
	margin-top: 50px;
}
#menu-rodape a{
	padding: 5px 0px;
	margin: 0;
	font-size: 12px !important;
}
#menu-rodape .bullet{
	margin: 0 5px 0 4px;
}
#menu-rodape a:hover,#menu-rodape .focus{	
	border-bottom: solid 1px #80b0c7;	
}
/* ===============
   Newsletter
   =============== */
#newsletter{
	float: left;
	width: 190px;
	height: 139px;	 	
}
#newsletter .legenda{
	float: left;
	font-weight: normal;
	font-size: 14px;
	color: white;
	margin-bottom: 16px;
}
#newsletter fieldset{
	float: left;
	width: 175px;
	height: auto;
	*border: none;
	*margin: 2px 0;
}
#newsletter input{
	float: left;
	width: 175px;
	height: 25px;
	color: #80b0c7;
	font-size: 12px;
	font-weight: 600px;
	padding-left: 5px;
	margin-bottom: 9px;
	border: solid 1px #81a3c4;
	background: url(../images/bg-input.png) repeat-x 0 0;
}
#newsletter #bt-cadastrar{
	float: left;
	width: 70px !important;
	height: 23px !important;	
	background: #d7e9ee;
	color: #003a56 !important;
	padding: 4px 10px 1px 10px;
	text-align: center;
	border: solid 1px #81a3c4;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
   #newsletter #bt-cadastrar {height: 23px !important; padding: 4px 7px 8px 5px; }
}
#newsletter #bt-cadastrar:hover{
	background: #ebf6f9;
}

/* ===============
   Endereco
   =============== */
#address{
	float: left;
	width: 571px;
	height: auto;
	margin: 1px 0 0 82px;			
}
#address h5, #address p, #address a{
	float: left;
	margin: 0 !important;
	width: 571px !important;
	color: white;
	font-size: 12px !important;
	font-weight: normal !important;
	text-decoration: none;
	font-style: normal;	
}
#address h5{
	white-space: nowrap;
	text-transform: uppercase;	
	font-weight: bold !important;	
}
#address a{
	margin-top: 8px;
}
#address a:hover{
	float: left;
	text-decoration: underline;
}


/* ================
    Rede Social
   =============== */
#rede-social {
	position: absolute;
	bottom: 00px;
	left: 267px;
	width: 552px;
	height: 40px;	
} 
#links-interativos {
 	position:absolute;
 	bottom: 0px;
 	left: 0px;
 	width: 258px;
	*width:300px;
	height:25px;	
	overflow:hidden;		
}
#links-interativos #bt-Google {
	float:left!important;
	width:65px!important;
	*width:0px!important;
	*margin: 0 !important;
	*padding: 0!important;	
}
#links-interativos .twitter-share-button {
	float:left!important;
	width:88px !important;
	height: auto;
	margin: 0 !important;
}
#links-interativos #bt-Face {
	float:right!important;
	width:100px;	
}

#icons-sociais{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 188px;
	height: 27px;		
}
#icons-sociais .espaco{
	margin-right: 7px;
}
#icons-sociais strong{
	float: left;
	margin: 8px 16px 0 0;
	color: white;
	font-size: 12px;
	line-height: 12px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.01);	
	font-weight: bold;
	text-decoration: none; 
	border: none;	
	font-smoothing:antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased; 	
}
#icons-sociais #fk, #icons-sociais #tw,#icons-sociais #rss{	
	float: left;
	width: 24px !important;
	height: 26px !important;
	margin-top: 0;
	cursor: pointer;
	background: url(../images/icones.png) no-repeat -3px 0;			
}
#icons-sociais #tw{
	background-position: -34px 0;	
}

#icons-sociais #rss{
	background-position: -124px 0;
}

  
 
/* ================
    Link da Rcenter
   =============== */
#rcenter{	
	float: right;
	width: 95px;
	height: auto;
	font-size: 12px;
	font-weight: normal;
}
#rcenter a{
	background: none;
	padding: 0;
}
/* ===============
    ALL: IE Fixes
   =============== */

/* .ie7 #title{ padding-top:20px; } */


/* ==================
    	Slider
   ================== */   

#bg-slider{
	width: 100%;
	height: 347px;
	background: url(../images/bg-slider.png) no-repeat center -5px; 
}
.mascara{
	z-index: 100000;
	position: absolute;
	top: 0;
	left: 43px;
	width: 880px;
	height: 347px; 
 	background: url(../images/bg_slider.png) no-repeat center -5px;	
 	-moz-opacity:.60; filter:alpha(opacity=60); opacity:.60; 	
}
#slider{	
	height: 353px;	
}
#efeito{	
	float: left;
	width: 880px;
	height: 344px;
	margin:1px 0 0  0;
	overflow: hidden;		
}  
#slider .voltar{
	position: absolute;
	top: 130px;
	left: 0;
	width: 34px;
	height: 70px;
	background: url(../images/controles-slider.png) no-repeat left top;
	outline: none;
}
#slider .proximo{
	position: absolute;
	top: 130px;
	right:0;
	width: 34px;
	height: 70px;
	outline: none;
	background: url(../images/controles-slider.png) no-repeat right top;	
}
#slider .proximo:hover,#slider .voltar:hover{
	-moz-opacity:.50; filter:alpha(opacity=50); opacity:.50; 
	outline: none;
}

 

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

.gsc-search-box	{
	display:none;
}

#cursos_sugeridos img{ float: left;}

