/* CSS Document */
#principal {
	margin-right: 180px;
	padding-right: 70px;
	width: 540px;
    min-height: 500px;
}

#links {
	width: 188px;
	border-left: none;
	padding-top: 20px;
	margin-right: 5px;
}

.secaoLateral {
	
}

.secaoLateral .topo {
	background: url(../../recursos/css/azul/imagens/fa7carreiras_componente_borda_topo.jpg) no-repeat bottom;
	max-width: 188px;
	margin: 0px;
	padding: 0px;
}

.secaoLateral .rodape {
	margin: 0px;
	padding: 0px;
	background: url(../../recursos/css/azul/imagens/fa7carreiras_componente_borda_rodape.jpg) no-repeat;
	max-width: 188px;
}

.secaoLateral .fundo {
	margin: 0px;
	padding: 0px 10px;
	padding-bottom: 6px;
	background: #f9f9f9;
	border-left: #C5DFF6 solid 1px;
	border-right: #C5DFF6 solid 1px;
}

.secaoLateral .fundoEstreito {
	margin: 0px;
	padding: 0px 10px;
	background: #f9f9f9;
	border-left: #C5DFF6 solid 1px;
	border-right: #C5DFF6 solid 1px;
	line-height: 5px;
}

.secaoLateral a {
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
}

.secaoLateral a:hover {
	text-decoration: none;
	font-weight: bold;
}

.cursos {
	widows: 700px;
}

.detalhado {
	margin-bottom: 20px;
	background: #f9f9f9;
	border: #CCCCCC 1px solid;
	width: 500px;
	padding: 10px 10px 20px 10px;
	min-height: 103px;
}

.detalhadoConveniadas {
	margin-bottom: 20px;
	background: #f9f9f9;
	border: #CCCCCC 1px solid;
	width: 500px;
	padding: 10px 10px 20px 10px;
}

.detalhado .fotovagas {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

.detalhado .metadados {
	margin-left: 0px;
}

.detalhado .metadados p, .detalhado .metadados h2, .detalhado .metadados h3 {
	padding: 0px;
	margin: 0px !important;
	padding-bottom: 0px !important;
}

.detalhado .metadados h3 {
	font-size: 13px;
}

.detalhado .metadados a {
	font-weight: bold;
	color:#003399 !important;
}
.titulo {
	font-weight: bold;
}

.dataPublicacao {
	font-size: 10px;
	font-style: italic;
}

table caption {
	font-size: 14px;
	font-weight: bold;
}

.item_gerenciador {
	width: 157px;
	height: 69px;
	margin-top: 20px;
	display: inline;
}

.curso_cinza, .curso_amarelo {
float:left;
height:80px;
margin:0 0px 10px 0;
padding:5px 10px;
width:230px;
}
.curso_cinza {
	background:url(../imagens/ext_destaque_fundo_cinza.jpg) no-repeat;
}
.curso_amarelo {
	background:url(../imagens/ext_destaque_fundo_amarelo.jpg) no-repeat;
}
.curso_cinza, .curso_branco {
	height: 80px;
	width: 230px;
	margin:0 10px 10px 0;
	padding:5px 10px;
	float: left;	
/*	border: 1px solid #000000; */

}
.curso_branco {
    background: none;
	width: 170px;
	padding: 0px;	
}

.curso_cinza h1 {
	width: 147px !important;
}

.novoscursos a {
 color: yellow;
}

.origem {
	font-size: 10px;
	color: #333333;	
	text-transform: uppercase;	
}

.curso_amarelo a, .curso_cinza a, .curso_branco a, .titulo_curso_ext a {
	color: #003366 !important;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none !important;
}

.curso_amarelo a, .curso_cinza a {
	color: #333333 !important;
	
}

.curso_amarelo a:hover, .curso_cinza a:hover, .curso_branco a:hover, .titulo_curso_ext a:hover {
	text-decoration: underline !important;
}

.mensagem {
	border: 1px solid #003366;
	background: #f5f5f5;
	color: #003366;
	font-size: 14px;
	padding: 5px;
}


