/*************************************************************************/
/** CARRERS **************************************************************/
/*************************************************************************/
div#carrers{
	margin-top: 15px;
	background-image: url(../images/border_conteudos.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#carrers div.oferta{
	float: left;
	width: 415px;
	padding-bottom: 20px;
	background-image: url(../images/border_conteudos.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.oferta h2{
	font-weight: bold;
	margin-bottom: 0;
}

.oferta span.data{
	float: left;
	clear: both;
	width: 415px;
	font-size: 11px;
	margin-bottom: 20px;
	color: #9E9E9E;
}

/*************************************************************************/
/** OFERTAS **************************************************************/
/*************************************************************************/
div.container_latest_positions{
	height: 400px;
}

.conteudo div#bg_latest_positions{
	position: absolute;
	width: 261px;
	height: 400px;
	left: 90px;
	background-image: url(../images/bg_latestpositions.png);
	background-position: top center;
	background-repeat: no-repeat;
}

div#latest_positions{
	position: absolute;
	left: 99px;
	top: 51px;
	width: 239px;
	height: 344px;
	padding: 0;
	margin: 0;
}

#latest_positions div.oferta{
	position: relative;
	width: 199px;
	float: left;
	clear: both;
	padding: 10px 20px;
	border-bottom: 1px solid #E5E5E5;
}

#latest_positions p{
	float: left;
	width: 199px;
	margin: 0;
	padding: 0;
}

p.sem_ofertas{
	text-align: center
}



