	@charset "utf-8";
/* CSS Document */

body  {
	padding : 0;
	margin : 0 auto;
	background-color:#3179B4;
	font-family: Trebuchet MS, Verdana, Arial;
}

a.link_geral:link {
	color:#d0cfd6;
	font-weight:bold;
	font-size:12x;
}
a.link_geral:hover {
	color:#0c4b77;
	font-weight:bold;
	background-color:#bbdcfd;
	font-size:12px;
}
a.link_geral:visited {
	color:#f6eef1;
	font-size:12px;
}



#barra_superior {
	width:100%;
	margin:0 auto;
	height:40px;
	background-color:#fff;
}
#logo_principal{
	float:left;
	margin:0;
	padding-right:0;
	position:absolute;
	z-index:10;
	top:10px;
}
.forms {
	float:right;
	font-size:13px;
	color:#1A2C35;
	padding:5px;
}

.borda form input {
	border:1px solid #1A2C35;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.menu_topo {
	float:right;
	width:300px;
	height:40px;
	margin:0 150px;

}

.menu_topo ul  {
	margin:0 5px 0 5px;
	width:300px;
}

.menu_topo ul li {
	float:left;
	display : inline;
	list-style-type : none;
	list-style : none;
}

.menu_topo ul li a {
	font : 12px Trebuchet MS, Verdana, Arial;
	color : #1B2C36;
	float : left;
	padding : 15px 10px 0 10px;
	text-decoration : none;
}

.menu_topo ul li a:hover {
	text-decoration:underline;
} 



#topo_container {
	height:180px;
	width:100%;
	
}

#topo_esquerda {
	height:180px;
	width:50%;
	float:left;
	background:#FFF url(../imagens/fundo_topo_esquerda.png) no-repeat right bottom;
}

#topo_direita {
	height:180px;
	width:50%;
	background:#FFF url(../imagens/fundo_topo_direita.png) no-repeat left bottom;
	float:right;
}

#banner {
	z-index:10;
	position:absolute;
	left:50%;
	margin-left:-300px;
	background:url(../imagens/teste.jpg) no-repeat center top;
}

#conteudo {
	margin:0 auto;
	width:100%;
	height:730px;
	background:url(../imagens/fundo.jpg) repeat-x;
}

#container {
	margin:0 auto;
	width:1010px;
}

/******************************************
MENU**************************************/ 


.chromestyle{
	width: 100%;
	font-weight: bold;
	margin:0 auto;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	background:url(../imagens/fundo_menu.png) repeat-x; 
	padding: 14px 0 0 0;
	_padding: 34px 0;
	*padding: 18px 0;
	margin:0;
	text-align: center;
	height : 35px;
}

.chromestyle ul li{
	display: inline;
	list-style-type : none;
	list-style : none;
}

.chromestyle ul li a{
	color: #fff;
	padding : 8px 25px 13px 25px;
	_padding: 10px  25px 18px 25px;
	*padding: 10px  25px 18px 25px;
	font-size:15px;
	margin: 0;
	text-decoration: none;

}

.chromestyle ul li a:hover, 
.chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background:url(../imagens/img_hover.png) repeat-x;
	background-position:bottom;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	font-size:14px;
	line-height:18px;
	z-index:100;
	background-image:url(../imagens/teste.png);
	background-position:center;
	width: 125px;
	visibility: hidden;
	font-weight: bold;

}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #A1B1BD;
	padding: 2px 0;
	text-decoration: none;
	color: #FFFFFF;
	text-align:center;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #bbdcfd;
	color:#0c4b77;
	text-align:center;
}
.dropmenudiv2{
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	font:normal 12px;
	line-height:18px;
	z-index:100;
	visibility: hidden;

}


.dropmenudiv2 a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #A1B1BD;
	padding: 2px 0;
	text-decoration: none;
	color: #182632;
	text-align:center;
}

* html .dropmenudiv2 a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
	background-color: #2E495E;
	color:#FFFFFF;
	text-align:center;
}
/******************************************
CONTEUDO ESQUERDO*************************/
#conteudo_esq {
	margin-top:20px;
	float:left;
	width:220px;
	height:100%;
}
.border_esq {
	float:right;
	width:10px;
	height:554px;
	border-right: 1px solid #fff;
	opacity:0.17;
	-moz-opacity: 0.17;
	filter: alpha(opacity=17);
}

.table_divisor {
	border-left: 1px solid #fff;
	opacity:0.17;
	-moz-opacity: 0.17;
	filter: alpha(opacity=17);
}

#encontre_curso {
	margin:0 auto 9px;
	width:170px;
	height:230px;
}

.texto_ec {
    padding-top: 8px;
	background: url(../imagens/topo_dest_esq.png) repeat;
	background-position:top;
	text-align:center;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;

}
.img_ec{
    padding-bottom:7px;
}

.encontre_form{
    padding-left:13px;
	text-align:left;
	margin:0;
}

.rodape_ec {
    margin:0;
    width:170px;
	height:208px;
	background: url(../imagens/rodape_dest_esq.png) no-repeat;
	background-position:bottom left;
	text-align:center;
	color:#fff;
    font-size:14px;
}

.bt_buscacurso{
    font-size: 10px; 
	color: rgb(255, 255, 255); 
	font-weight: bold; 
	background-color: rgb(36, 58, 74);
	margin:8px 45px;
}

#video_institucional {
	margin:0 auto;
	width:170px;
	height:195px;
    padding-top:0;
}

#central_empregos {
	margin:0 auto;
	width:170px;
	height:220px;
    padding-top:10px;
}
/*#banner_acti {	margin:0 auto;	width:170px;	height:182px;    padding-top:10px;}*/

#acompanhe_ibeco {
	margin:0 auto;
	width:198px;
	height:220px;
    padding-top:10px;
}

.rodape_ai {
    margin:0;
    padding:11px 8px 0;
	height:70px;
    width:198px;
	background: url(../imagens/rodape_dest_dir.png) no-repeat 0 0;
	background-position: left bottom;
	

}
.topo_banner_acti {	color:#FFFFFF;	font-size:15px;	font-weight:bold;	padding-top: 18px;    background: url(../imagens/topo_dest_esq.png) no-repeat left top;	text-align:center;}.rodape_banner_acti {    margin:0;    padding:0;	height:158px;    width:170px;	background: url(../imagens/rodape_dest_esq.png) no-repeat 0 0;	background-position: left bottom;}

.texto_vi {
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	padding-top: 10px;
    background: url(../imagens/topo_dest_esq.png) no-repeat left top;
	text-align:center;
}

.texto_ce {
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	padding-top: 10px;
    background: url(../imagens/topo_dest_esq.png) no-repeat left top;
	text-align:center;
}

.texto_ai {
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	padding-top: 10px;
    background: url(../imagens/topo_dest_dir.png) no-repeat left top;
	text-align:center;
}

.rodape_vi {
    margin:0;
    padding:10px 18px 0;
	height:145px;
    width:170px;
	background: url(../imagens/rodape_dest_esq.png) no-repeat 0 0;
	background-position: left bottom;
	

}

.rodape_ce {
    margin:0;
    padding:10px 18px 0;
	height:145px;
    width:170px;
	background: url(../imagens/rodape_dest_esq.png) no-repeat 0 0;
	background-position: left bottom;
	

}


/******************************************
CONTEÚDO CENTRAL**************************/
#conteudo_centro {
	margin:20px auto 0 auto;
	padding:0 25px;
	float:left;
	width: 502px;
	height: 100%;
}

a.link_destaque:link {
	color:#0c4b77;
	font-weight:bold;
}
a.link_destaque:hover {
	color:#ffffff;
	font-weight:bold;
	background-color:#bbdcfd;
}
a.link_destaque:visited {
	color:#2f75b0;
}

a.link_cursos:link {
	color:#ffffff;
	font-weight:bold;
	font-size:11pt;
}
a.link_cursos:hover {
	color:#ffffff;
	font-weight:bold;
	background-color:#bbdcfd;
	font-size:11pt;
}
a.link_cursos:visited {
	color:#cccccc;
	font-weight:bold;
	font-size:11pt;
}

.tabRoteiro{
    font-size:10pt;
    color: #ffffff;
    border-collapse: collapse;
    border: 1px solid #ffffff;
}

.tabRoteiro tr td{  
    border-collapse: collapse;
    border: 1px solid #ffffff;
    padding:4px;
}

.floatdiv {
    position: absolute; 
	left:20; 
	top:60; 
	z-index:30;}


.conteudo_centro_titulo {
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
}

.conteudo_centro_titulo_menor {
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	padding-bottom:15px;
}

.conteudo_centro_titulo_modelos{
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	padding-bottom:15px;
	
}
.conteudo_centro_titulo_curso{
    font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	background:url(../imagens/img_hover2.png) repeat;
	padding:12px;
    margin:0 0 12px;
}
h1
{
    font-size:24px;
	color:#FFFFFF;
	font-weight:bold;
	margin:0 0 14px;
	padding-top: 0;
}

p.curso_chamada {
    padding:0;
	margin:0 0 14px 0;
	font-style:italic;
	font-weight:bolder;
	color:#FFFFFF;
	font-size:14px;
}

.conteudo_centro_texto_curso {
    padding-top:20px;
	font-size:12px;
	color:#FFFFFF;
	line-height:18px;
	clear:both;
}

.conteudo_centro_texto{
	font-size:12px;
	color:#FFFFFF;
	line-height:18px;
	text-align:justify;
}

.separador {
	margin:0 auto;
	padding: 20px 0 20px;
}

.destaque_home {
	width:480px;
	height:182px;
	background:#FFFFFF;
	
}

.titulo_destaque {
	font-size:19px;
	color:#254053;
	padding:4px 0 4px 5px;
	font-weight:900;
	text-align:center;
}

.img_dest {
	float:left;
	width:120px;
	height:120px;
	padding: 9px 0 0 5px;
}

.sub_titulo_destaque {
	margin:6px 10px 6px 135px;
	color:#204d6e;
	font-size:13px;
	font-weight:bold;
	text-align:left;
}

.info_dest {
	float:left;
	font-size:12px;
	color:#FFFFFF;
	padding:6px 0 5px 12px;
}

.veja_mais {
	margin:10px 0 0 0px;
	float:left;
	width:480px;
	height:25px;
	background-color:#2A6291;
	text-align:center;
}

.veja_mais a {
	text-decoration:underline;
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
	padding:3px 0 2px 5px;
}

#novos_cursos {
	padding:0 10px;
	float:left;
	width: 425px;	
}

.cursos {
	float:left;
	padding:10px;
}

#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	padding: 2px;
	background-color:#FFFFFF;
	visibility: hidden;
	z-index: 100;
	font-family:Trebuchet MS, Verdana, Arial;
	color:#375871;
	font-size:10px;
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

.bt_vjmais {
	float:right;
	padding-top:20px;
}

.como_chegar_endereco{
    text-align:center;
	font-weight:bold;
	font-size:12pt;

}


.como_chegar_texto{
    text-align:justify;

}


/******************************************
CONTEÚDO DA DIREITA***********************/
#conteudo_dir {
	margin-top:20px;
	float:right;
	width:236px;
	height:100%;
}

.border_dir {
	float:left;
	width:10px;
	height:554px;
	border-left: 1px solid #fff;
	opacity:0.17;
	-moz-opacity: 0.17;
	filter: alpha(opacity=17);
}

.matriculas_abertas_topo {
    height:20px;
    margin-left:15px;
	padding-top:6px;		padding-bottom:8px;
    width:197px;
	background: url(../imagens/topo_dest_dir.png) no-repeat;
    font-size:16px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}

.matriculas_abertas {
    margin-left:15px;
    width:197px;
	height:262px;
	background: url(../imagens/rodape_dest_dir.png) no-repeat;
	background-position:left bottom;
}

.matriculas_abertas_rodape {
    height:20px;
    margin-left:15px;
	padding-top:6px;
    width:197px;
	background: url(../imagens/rodape_dest_dir.png) no-repeat 0 0;
}

.chat {
	margin-top:20px;
	width:224px;
	height:176px;
}

.titulo_chat {
	font-size:16px;
	color:#FFFFFF;
	float:left;
	font-weight:bold;
}

.img_chat {
	margin:0 auto;
	padding-left:25px;
}

.parceiros {
	width:224px;
	height:100px;
}

.titulo_parceiros {
	font-size:14px;
	color:#FFFFFF;
	float:left;
	font-weight:bold;
}

.logos_parceiros{
	float:left;
}

/******************************************
PGS INTERNAS*******************************/
.glowingtabs{
    float:left;
    width:480px;
    line-height:normal;
    border-bottom: 1px solid #7e9fff; /*Add border strip to bottom of menu*/
}

.glowingtabs ul{
    list-style-type: none;
    margin:0;
    margin-left: 5px; /*Left offset of entire tab menu relative to page*/	
    padding:0;
}

.glowingtabs li{
    display:inline;
    margin:0;
    padding:0;
}

.glowingtabs a{
    float:left;
    background:url(../imagens/glowtab-left.gif) no-repeat left top;
    margin:0;
    margin-right: 5px; /*spacing between each tab*/
    padding:0 0 0 9px;
    text-decoration:none;
	font-size:15px;
}

.glowingtabs a span{
    float:left;
    display:block;
    background:url(../imagens/glowtab.gif) no-repeat right top;
    padding: 5px 12px 3px 3px;
    font-weight:bold;
    color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
    color: black;
}

.glowingtabs a.current{ /*Selected Tab style*/
    background-position:0 -35px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a.current span{ /*Selected Tab style*/
    background-position:100% -35px; /*Shift background image up to start of 2nd tab image*/
    color: black;
}

.glowingtabs a:hover{ /*onMouseover style*/
    background-position:0% -35px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span{ /*onMouseover style*/
    background-position:100% -35px; /*Shift background image up to start of 2nd tab image*/
}
#conteudo_dir_int {
	background:url(../imagens/fundo_cont_dir_int.png) repeat;
	margin-top:20px;
	float:right;
	width:236px;
	height:100%;
}

.destaque_dir_int {
	width:171px;
	height:178px;
	background-color:#5181A4;
	padding:5px;
	margin:0 auto;
}

.texto_dest_dir {
	font-size:12px;
	color:#fff;
}

.chat_int{
	width:224px;
	height:200px;
}

.titulo_emprego
{
    font-size:14px;
    color:#FFFFFF;
	font-weight:bold;
	
}
/*
.lista_cursos a.lista_cursos:link, a.lista_cursos:active{
	text-decoration:underline;
	padding:2px;
	color:#FFFFFF;
}

.lista_cursos a.lista_cursos:visited{
	text-decoration:underline;
	padding:2px;
	color:#CCCCD2;
}
*/
.lista_cursos a.lista_cursos:hover {
	text-decoration:none;
	background:#263D4E; 
    color: #FFF;
	font-weight: bold;

}

/******************************************
RODAPE************************************/

#rodape{
	position:absolute;
	background-position:top;
	background:url(../imagens/linha_sep.png) repeat-x;
	width:100%;
	height:27px;
	clear:both;
	padding:10px 0 0 0;

}

.texto_rodape {
	color:#122025;
	font-size:12px;
	text-align:center;
}


/******************************************
SELECIONAR CURSO***************************/

select {
	border:1px #2A4355 solid;
	font-size:11px;
	color:#2A4355;
	width:140px;
}

