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

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

#e_principal	{
	width:330px;
	padding-top:33px;
	background-image:url(../images/titular.gif);
	background-repeat:no-repeat;
	background-position:left top;
	float:right;
	margin-top:10px;
}

#e_principal-content{
	border:solid 1px #DFDFDF;
	width:314px;	
	font-size:11px;
	text-align:justify;
	padding:13px 7px;
}

#e_principal-content p{
	margin-bottom:10px;
}

#n_contenido	{
	width:730px;  /* /hay 18px de diferencia/*/
	float:left;
	padding-top:77px;
	background-image:url(../images/estilos.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	margin-top:10px;
}

#n_contenido-content{
	border:solid 1px #DFDFDF;
	width:702px;
	text-align:justify;
	padding:13px 7px;
}

#n_contenido-content p{
	margin-bottom: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:#000; } 
#n_notas_relacionadas a:hover{ color:#000; 	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:#000; } 
#n_notas_mas_leidas a:hover{ color:#000; 	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;


	}