@charset "utf-8";
/*	----------------------------------------------------------------------------
	Estilos detalle noticia
	
	version:	1.1
	autor:		Jorge Canteli
	email:		jorcanvi@q-interactiva.com
	web:		http://www.q-interactiva.com
	----------------------------------------------------------------------------*/

/*	----------------------------------------------------------------------------
	Area de texto RSS
	----------------------------------------------------------------------------*/
	#layer_left p
	{
		padding:0 0 25px 0;
		line-height:18px;
	}	
	
	#layer_lectores
	{
		margin:35px 0 35px 0;		
		width:640px;
	}
		#layer_lectores ul
		{
			list-style:none;
			margin:0 auto;
			padding:0 0 0 0;			
			width:470px;			
		}
		#layer_lectores ul li
		{
			float:left;			
			margin:0 0 25px 0;
		}
		#layer_lectores ul li a
		{
			text-decoration:none;
		}
			#layer_lectores ul li a img
			{
				border:0;
			}
		#layer_lectores .margen
		{
			margin:0 45px 0 0;
		}