.oferta_empleo{

}
.oferta_empleo h3{
	color: #555;
	border-bottom: solid 1px #aaa;
}


	table tr.Inactivo td, 
	table tr.Cerrada td{
		background: #fee url("/img/d.png") repeat-x center top;
	}
	table tr.altrowInactivo td, 
	table tr.altrowCerrada td{
		background: #ffdfdf url("/img/d.png") repeat-x center top;
	}
	
	table tr.Pendiente td{
		background: #EFF9FF url("/img/d.png") repeat-x center top;
	}
	table tr.altrowPendiente td{
		background: #E0EAEF url("/img/d.png") repeat-x center top;
	}	
	
	

.ficha_empleo_demandas h3{
	margin-top: 1em;
	color: #888;
	border-bottom: solid 1px #888;
}
.ficha_empleo_demandas dl{
	clear: both;
	margin: 1em 2em;
}
.ficha_empleo_demandas dt{
	float: left;
	clear: both;
	width: 12em;
}
.ficha_empleo_demandas dd{
	float: both;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}