@charset "utf-8";
/* CSS Document */

p.texto {
  font-size: 100%;
}

#n_tools	{
	width:685px;
	height:32px;
	float:left;
	margin-top:10px;
}

#n_contenido	{
	width:675px;  /* /hay 18px de diferencia/*/
	float:left;
	padding:8px 2px 2px 8px;
	margin-top:10px;
}

#n_notas_imagenes	{
		width:232px;
		float:right;
		border:1px solid #CCC;
		padding: 1px;
		margin-left:5px;
		margin-bottom:5px;
}

#n_notas_relacionadas	{
	width:250px;  /* /hay 18px de diferencia/*/
	padding-top:32px;
	padding-bottom:10px;
	border:1px solid #CCC;
	background-image:url(../images/notas_relacionadas.gif);
	background-repeat:no-repeat;
	background-position:left top;
	float:right;
	margin-top:11px;	
}

#n_notas_relacionadas a{ color:#333; } 
#n_notas_relacionadas a:hover{ color:#333; 	text-decoration:none; border-bottom: 1px dashed #999;} 

#n_notas_mas_leidas	{
	width:250px;  /* /hay 18px de diferencia/*/
	padding-top:32px;
	padding-bottom:10px;
	border:1px solid #CCC;
	background-image:url(../images/notas_mas_leidas.gif);
	background-repeat:no-repeat;
	background-position:left top;
	float:right;
	margin-top:11px;	
}

#n_notas_mas_leidas a{ color:#333; } 
#n_notas_mas_leidas a:hover{ color:#333; 	text-decoration:none; border-bottom: 1px dashed #999;} 

#n_videos	{
	width:250px;  /* /hay 18px de diferencia/*/
	padding-top:31px;
	background-image:url(../images/videos.gif);
	background-repeat:no-repeat;
	background-position:left top;
	float:right;
	margin-top:11px;	
	
}

#lista_naranja {
	list-style-image:url(../images/double_arrow.png);
	padding-left:25px;


	}