/* genericos */
.torre_clasificados_recientes .contenido {
	overflow:hidden;}
	.torre_clasificados_recientes .anuncio {
		font-size:12px;
		width:312px;
		height:66px;
		float:left;
		margin:10px;
		position:relative;
		overflow:hidden;}
		.torre_clasificados_recientes .anuncio .img {
			float:left;
			clear:left;
			width:80px;
			height:80px;
			overflow:hidden;
			text-align:center;
			margin: 0 5px 5px 0;}
			.torre_clasificados_recientes .anuncio .img img {
				width:80px;
				height:60px;}
		.torre_clasificados_recientes .anuncio .descripcion {
			display:inline;}
			.torre_clasificados_recientes .anuncio .descripcion  .balazo{
				font-weight:bold;}
		.torre_clasificados_recientes .anuncio .liga_extra {
			position:absolute;
			bottom:0;
			right:0;}
			
/* dependientes de la forma de la torre */
	.n_cols_2 .torre_clasificados_recientes .anuncio,
	.torre_clasificados_recientes.w350 .anuncio {
		width:330px;}
		
	.torre_clasificados_recientes.vertical .anuncio {
		width:auto;}
		.torre_clasificados_recientes.vertical .anuncio .descripcion.con_imagen {
			float:left;
			width:190px;}
		.torre_clasificados_recientes.vertical .anuncio .descripcion.sin_imagen {
			float:left;
			width:100%;}