
#cabecera{
	margin:0px;
	padding:0px;
	padding-left:40px;
	font-size:10px;
	font-weight:bold;
}
#noticia{
	margin:20px;
	padding:0px;
}
#titulo{
	margin-top:20px;
	font-size:18px;
	margin-bottom:10px;
	color:#768132;
}
#subtitulo{
	font-size:12px;
	font-weight:bold;
	color:#999999;
	margin-bottom:20px;
	text-align:justify;
}
#cuerpo{
	text-align:justify;
}
#cuerpo ul{
	margin-left:40px;
	margin-right:30px;
}
#cuerpo li{
	font-size:11px;
}
/*
ul, ol{
	margin-left:0px;
	padding-left:30px;
}*/
#img_pre{
	float:left;
	margin:0px 40px 10px 0px;
}

#documentos{
/*	margin-left:30px;
	width:175px;
	float:right;*/
}
#enlaces, #noticias, #documentos{
	margin:20px 0px 10px 0px;
}
#enlaces, #noticias, #documentos{
	font-size:12px;
}
.documento, .enlace, .noticia{
	padding-left:20px;
	background-image:url('/images/icono_marron_peq.png');
	background-repeat:no-repeat;
	margin-bottom:15px;
}
.enlace, .noticia{
	margin-left:10px;
	margin-right:10px;
}
.documento .titular a, .enlace .titular a, .noticia .titular a{
	color:#d05353;
	text-decoration:none;
}
.documento .titular a:hover,  .enlace .titular a:hover, .noticia .titular a:hover{
	text-decoration:underline;
}
.documento .subtitulo, .enlace .subtitulo{
	font-size:10px;
	color:#999999;
}
#noticias .seccion, #enlaces .seccion{
	padding-left:10px;
	padding-bottom:5px;
	margin-bottom:10px;
	color:#666666;
	border-bottom:1px solid #999999;
}