


	#compras
	{
		padding: 45px 0 10px 22px;
		background: url(images/bar-compras.jpg) left top no-repeat;
		border-top: 1px solid #00BB00;
	}
	
		div.ad-escaparate
		{
			float: left;
			overflow: hidden;
			margin-left: 0;
			width: 145px;
		}
		
			div.ad-escaparate p.imagen
			{
				text-align: center;
				margin-bottom: 10px;
				width: 120px;
			}

			div.ad-escaparate p.titulo
			{
				color: #000000;				
				font-size: 11px;
				font-weight: bold;
				font-family: "Trebuchet MS", Arial;
				margin-bottom: 1px;
				width: 120px;
			}
			
			div.ad-escaparate p.texto
			{
				color: #333300;
				font-size: 11px;				
				font-family: Arial, Verdana;
				min-height: 70px;
				margin-bottom: 15px;
				width: 120px;
			}

			div.ad-escaparate p.precio
			{
				color: #333300;
				font-size: 12px;
				font-weight: bold;
				font-family: "Trebuchet MS", Arial;
				color: #000000;
				width: 120px;
			}



	#enlaces
	{
		padding: 45px 22px 10px 22px;
		background: url(images/bar-enlaces.jpg) left top no-repeat;
		border-top: 1px solid #00BB00;
	}

		.ad-enlace
		{
			margin-bottom: 25px;
		}
		
			.ad-enlace p.titulo
			{
				color: #002200;
				font-size: 11px;
				font-family: Verdana, Arial;
				font-weight: bold;
				text-transform: uppercase;
				line-height: 130%;
			}

			.ad-enlace p.subtitulo
			{
				color: #002200;
				font-size: 11px;
				font-family: Verdana, Arial;
				font-weight: bold;
				line-height: 130%;
			}

			.ad-enlace p.descripcion
			{
				color: #002200;
				font-size: 11px;
				font-family: Verdana, Arial;
				font-weight: normal;
				line-height: 130%;
			}

			.ad-enlace p.enlace
			{
				font-style: italic;
				font-weight: bold;
				font-size: 11px;
				line-height: 130%;
				font-family: Verdana, Arial, Helvetica;
			}
