@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 REVISTAS ANTERIORES
	----------------------------------------------------------------------------*/
	#layer_left .layer_content_revistas
	{
		margin:0 0 20px 0;
		width:640px;
	}	
		#layer_left .layer_revista
		{
			float:left;
			padding:10px 10px 10px 10px;
			width:300px;
		}	
		.layer_revista h3
		{
			margin:0 0 5px 0;
			font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
			font-size:12px;
			color:#0023ff;
		}	
		.layer_revista h3 a
		{
			font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
			font-size:12px;
			color:#0023ff;
			text-decoration:none;
		}	
		.layer_revista h3 a:hover
		{
			text-decoration:underline;
		}	
		.layer_revista img
		{
			float:none;
			display:block;
			margin:0 0;
		}	
		.layer_revista h4
		{
			font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
			font-size:11px;
			color:#cc0003;
			text-align:right;
		}	
		.layer_revista ul
		{
			list-style:none;
			width:300px;
			margin:0 0 5px 0;
			
			text-align:right;
		}	
		.layer_revista ul li
		{
			font-size:10px;
			color:#4f5166;
		}	
		.layer_revista ul li span
		{
			color:#aaa;
		}	
	