#listado-anuncios{
	padding:10px;
}

#listado-anuncios h3{
		color: #fff;
		background: url(../images/title_box_background.gif) top left repeat #C5C418;
		display: block;
		padding: 5px;
		text-decoration: none;
		font-weight: bold;
}

#listado-anuncios ul{
		margin-left:20px;
		margin-top:5px;
}
	#listado-anuncios ul li{
		list-style-type:square;
		margin-bottom: 3px;
		text-align:justify;
	}
		#listado-anuncios ul li a{
			color:#4A6291;
			text-decoration:none;
			line-height: 12px;
		}
		#listado-anuncios ul li a:hover{
			/*color:#015cb4;*/
			background-color:#4A6291;
			color:#FFF !important;
		}

