/*
	motos.css
	20060901
	Cratom Servimedia, S.L.
	desarrollo@cratom.com
																																					*/
@import url("/css/paginacion.css");

#lista-anuncios
{
	width		: 660px;
	padding		: 0px;
	margin		: 0px;
	overflow	: auto;
	font		: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color		: Black;
}

#lista-anuncios_leyendo
	{
		margin	: 100px 0 100px 0;
		font		: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color		: Black;
	}

.lista-anuncios_columna
	{
		width	: 329px;
		float : left;
	}	

.lista-anuncios_anuncio
	{
		background		: White;
		width			: auto !important;
		width			: 329px;
		text-align		: left;
		padding			: 1px;
		margin-bottom	: 2px;
		border			: 1px Solid Gray;
		font			: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
		overflow		: auto;
		display			: block;
	}

.lista-anuncios_anuncio-foto
	{
		width			: 60px;
		/*height		: 45px;*/
		text-align	: center;
		float			: left;
	}

.lista-anuncios_anuncio-info
	{
		width					: 262px;
		float					: right;
		margin				: 0;
		padding				: 0;
		background-color	: White;
		overflow				: auto;
	}

.lista-anuncios_anuncio-moto_y_precio
	{
		width					: 100%;
		overflow				: auto;
		background-color	: #eee;
	}

.lista-anuncios_anuncio-moto
	{
		width			: 187px;
		background	: White url(/img/degradadogrises.jpg) repeat-y right;
		float			: left;
		font			: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color			: Black;
	}

.lista-anuncios_anuncio-precio
	{
		width				: 75px;
		text-align		: right;
		font				: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color				: Black;
		float				: right;
	}

.lista_anuncios_anuncio-datos
	{
		overflow		: auto;
		font-size	: 10px;
	}
