.anuncio{
	margin: 2em 0;
}
	.anuncio h3{
		color: #555;
		font-size: 1.75em;
		font-weight: normal;
	}
	.anuncio .body{
		padding: 1em 2em;
		background: #f8f8f8;
		border-top: solid 3px #eee;
		border-bottom: solid 1px #eee;
		font-size: 1.2em;
	}
	
	.anuncios table tr.pendiente td{
		background: #fee;
	}
	.anuncios table tr.altrowpendiente td{
		background: #ffdfdf;
	}	