div#seccion h1,p,li,dt,dd
{
	color: #666666;
}
div#seccion h1
{
	font-size: 13px;
	font-weight: normal;
	line-height:36px;
	padding:0 0 0 10px;
	background-image: url(../images/fondoH1.gif);
	background-repeat: no-repeat;
	
}
div#seccion h2,h3.h4
{
	color:#003366;
	font-size:12px;
}
h2.tituloNoticia
{
	display: block;
	width: 237px;
	height: 31px;
	line-height: 31px;	
	text-transform: uppercase;
	margin: 0 0 0 0;
	color: #003366;
	font-size: 12px;
	background-image: url(../images/tituloNoticias.png);
	position: relative;
	background-repeat: no-repeat;
}
h2.tituloNoticia span
{
	position: absolute;
	left:15px;
}
div.noticias ul
{
	margin: 0px 0 0 0;
	width:230px;
	padding: 20px 0 0 20px;
}
* html div.noticias ul
{
	margin: 0px 0 0 0;
	width:230px;
	padding: 20px 0 0 10px;
}
div.noticias li
{
	list-style-type: none;
	position: relative;
	margin: 0 0px 5px 0px;
	padding: 0 0 5px 0px;
	background-image: url(../images/subrayado.png);
	background-position: bottom;
	background-repeat: repeat-x;
	width: 230px;
}
div.noticias li a
{
	color:#003366;
	text-decoration:none;
}
div.noticias li a:hover
{
	color:#000;
}
* html div.noticias li
{
	margin: 0 0 0px 0;
	width: 230px;	
	clear:both;
	display:block;
}
div.noticias li span.fecha
{
	display: block;
	width: 70px;
	background-image: url(../images/icoFecha.png);
	background-position: 61px 2px;
	background-repeat: no-repeat;
	float: left;
	color: #003366;
}
div.noticias li span.enunciado
{
	display: block;
	width: 149px;
	float: right;
}

dl#listaDescargas
{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
p
{
	margin:0 0 10px 0;
}
p a
{
	color:#003366;
	text-decoration:none;
}
p a:hover
{
	text-decoration:underline;
	color:#000;
}
p.enlace
{
	padding:0 0 0 10px;
	border-bottom:1px dotted #dddfde;
	display:block;
	clear:both;
	line-height:28px;
}
p.enlace a
{
	padding:0 0 0 28px;
	text-decoration:none;
	color:#343434;
	background-image:url(../images/links.gif);
	background-repeat:no-repeat;
	line-height:25px;
	display:block;	
}
/*
	bloque de las noticias
*/
div.noticia
{
	margin:0 0 10px 0;
}
p.fecha_noticia
{
	display:block;
	text-align:right;
	color:#336699;
	background-image:url(../images/fechaNoticia.gif);
	background-repeat:no-repeat;
	background-position:14px 3px;
	line-height:15px;
	margin:0 0 5px 0;
}
div.cuerpoNoticia
{
	width:403px;
	background-image:url(../images/top_noticia.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:5px 0 5px 0;
	overflow:auto;
}
div.noticia span.top
{
	display:block;
	width:403px;
	height:6px;
	background-image:url(../images/top_noticia.gif);
	background-repeat:no-repeat;
	margin:0 0 0 0;
}
div.noticia span.pie
{
	display:block;
	width:403px;
	height:6px;
	background-image:url(../images/pie_noticia.gif);
	background-repeat:no-repeat;
	margin:0px 0 0 0;
 	 
 }
 h2.titulo_noticia
 {
 	margin:0 0 0 0;
 	padding:7px;
 }
  h2.titulo_noticia a
  {
  	margin:0 0 0 0;
  	color:#003366;
  }
  
.descripcionNoticia p
 {
 	margin:0 0 5px 0;
 	padding:7px; 	
 }
 .descripcionNoticia a img
 {
 	width:120px;
 	margin:0 7px 7px 7px;
 	border:none;
 	float:left;
 }
 p.paginacion
 {
 	text-align:right;
 	color:#707070;
 	margin: 0 0 10px 0;
 }
 p.paginacion a
 {
 	color:#707070;
 }
 .ocultar
 {
 	display:none;
 }
