.destacados
{
    margin-top:10px;
    padding-top:20px;
    padding-bottom:20px;
    margin-bottom:120px;
}
.destacados .no_anuncios
{
    width:100%;
    float:left;
    text-align:center;
    padding-top:30px;
}
.destacados .num_resultados
{
    width:100%;
    float:left;
}
.destacados .anuncio
{
    width:200px;
    float:left;
    padding-left:5px;
    padding-right:5px;
}
.destacados .anuncio .contenedor
{
    width:190px;
    height:150px;
    float:left;
    padding-left:5px;
    padding-right:5px;
    background:url('img/cuadro-verde.jpg');
    background-repeat:no-repeat;
}
.destacados .anuncio .contenedor a:link
{
    color:#FFF;
    text-decoration:none;
    font-weight:bold;
    width:auto;
    padding-left:5px;

}
.destacados .anuncio img
{
    width:175px;
    height:115px;
    float:left;
    margin:5px;
    margin-top:10px;
    margin-left:4px;
    border:0px;
}
.destacados .anuncio a:link
{
    color:#000;
    text-decoration:none;
    font-weight:bold;
}
.destacados .anuncio a:visited
{
 color:#000;
    text-decoration:none;
    font-weight:bold;
}
.destacados .anuncio h3
{
	color:#000;
    text-decoration:none;
    font-weight:bold;
	font-size:11px;
	margin:0px;
	margin-top:3px;
}
.destacados .anuncio .fecha
{
	margin-bottom:10px;
}
.destacados .anuncio span
{
	margin-bottom:20px;
}
.secundarios
{    
    float:left;
    margin-bottom:10px;
    margin-top:30px;
    width:600px;
    padding-right:10px;
}
.secundarios .anuncio
{

    width:600px;
    border-bottom:1px dashed #333;
    padding-top:5px;
    padding-bottom:5px;
    float:left;
}
.secundarios .anuncio img
{
    width:75px;
    float:left;
    margin:5px;
    border:0px;
}
.secundarios .anuncio .categorias
{
	width:380px;
	margin-bottom:2px;
    font-size:12px;
}
.secundarios .anuncio .categorias a:link
{
    color:#008d00;
    text-decoration:none;
    font-weight:bold;
}
.secundarios .anuncio .categorias a:visited
{
    color:#008d00;
    text-decoration:none;
    font-weight:bold;
}
.secundarios .anuncio .titulo
{
	width:380px;
	margin-bottom:2px;
	margin-top:0px;
	font-weight:bold;
	margin-bottom:2px;
	
}
.secundarios .anuncio .titulo span
{
	width:60px;
	margin-right:4px;
	padding-right:4px;
	border-right:solid 1px #000;
	
}
.secundarios .anuncio .titulo a:link
{
    color:#000;
    text-decoration:none;
    width:300px;
    font-weight:lighter;
	margin:0px;
	font-weight:bold;
}
.secundarios .anuncio .titulo a:visited
{
    color:#000;
    text-decoration:none;
    width:300px;
    font-weight:lighter;
	margin:0px;
	font-weight:bold;
}
.secundarios .modificar img
{
    width:175px;
    float:right;
    margin:5px;
    border:0px;
}
.otros
{
    border-top:2px dashed #CCC;
    padding-top:5px;
    float:left;
}
.otros .anuncio
{
    float:left;
    width:600px;
    padding-top:0px;
    padding-bottom:0px;
}
.otros .anuncio a:link
{
    color:#000;
    text-decoration:none;

}
.otros .anuncio a:visited
{
    color:#000;
    text-decoration:none;

}
.otros .anuncio b
{
    margin-left:10px;
}
.precio
{
    float:right;
    width:56px;
    height:25px;
    padding:12px;
    padding-top:7px;
    background:url('img/etiqueta_precio.gif');
    text-align:center;
    font-size:12px;
}