div#anuncios {
 margin-left: 0;
 padding: 0;
 border: none;
 background-color: #C0C0C0;
}

div#anuncios a {
 text-decoration: none;
 color: #A52A2A;
}

div#anuncios a:hover {
 text-decoration: underline;
}

div#anuncios h2 {
 margin: 0;
 padding: 0;
 background-color: #A52A2A;
 color: #fff;
 text-align: center;
 text-transform: uppercase;
 font-size: 1.3em;
 font-family: Tahoma;
}

div#anuncios_lista {
 margin: 0;
 padding: 0.5em;
}

div#anuncios_lista ul {
 margin: 0;
 padding: 0;
 padding-top: 1.0em;
 list-style-type: none;
}

div#anuncios_lista ul li.item_anuncios {
 padding: 0 1.0em 2.0em 1.5em;
 background: url(img_fondo/flechita_naranja.gif) no-repeat 0.5em 0.3em;

}

div#anuncios_lista ul li.item_anuncios a {
 color: #A52A2A;
}

div#anuncios_lista ul li.item_anuncios ul li {
 padding: 0 0 0.3em 1.5em;
 background: url(img_fondo/cuadradito_naranja.gif) no-repeat 0.5em 0.3em;
}

div#anuncios div#rss_anuncios {
 float: left;
}

div#anuncios div#rss_anuncios a img {
 border: none;
}

div#anuncios div#historico_anuncios {
 text-align: right;
}
