/*LISTADO DE HEMEROTECA*/
#listado_hemeroteca{
	font-family:Arial, Verdana, sans-serif;
	position:relative;
	float:left;
	width:100%;
	height:auto;
	font-size:13px;
}
	#listado_hemeroteca ul{
		list-style-type:none;
		width:100%;
		margin:0;
		padding:0;
	}
	#listado_hemeroteca ul li{
		width:100%;
		margin:20px 0 20px 0;
		display:block;
		float:left;
		padding:0;
	}	
		#listado_hemeroteca ul li p.imagen{
			width:140px;
			position:relative;
			float:left;
			display:block;
			margin:0 35px 0 0;
			height:auto;
		}	
			#listado_hemeroteca ul li p.imagen img{
						width:140px;
						height:auto;					
			}			
		#listado_hemeroteca ul li div.datos{
			width:475px;
			position:relative;
			float:left;
			display:block;
			margin:0 0 0 0;
			height:auto;
		}	
			#listado_hemeroteca ul li div.datos div.titulo{
				color:#664533;
				font-weight:bold;
				display:block;
				width:100%;
			}
			#listado_hemeroteca ul li div.datos div.contenido{
				color:#7A7474;
				display:block;
				margin-top:16px;
				width:100%;	
				font-weight:normal;			
			}
			#listado_hemeroteca ul li div.datos div.fecha{
				color:#B1967C;
				display:block;
				width:100%;	
				margin-bottom:10px;			
			}
			#listado_hemeroteca ul li div.datos a.ampliar{
				display:block;
				margin-top:16px;			
			}
	#listado_hemeroteca ul hr{
		height:1px;
		border: 0;
		width:100%;
		color:#CFCFCF;
		background-color: #CFCFCF;
		position:relative;
		clear:both;
	}		
/*FICHA NOTICIA*/
#noticia_hemeroteca{
	font-family:Arial, Verdana, sans-serif;
	position:relative;
	float:left;
	width:100%;
	height:auto;
	font-size:13px;
}		
	#noticia_hemeroteca div.titulo{
		color:#664533;
		font-weight:bold;
		display:block;
		width:100%;
	}
	#noticia_hemeroteca div.contenido{
		color:#7A7474;
		display:block;
		margin-top:20px;
		width:100%;				
	}	
	#noticia_hemeroteca div.contenido p{
		color:#7A7474;
	
	}
	
/*BOTON VOLVER*/
span.volver{
	display:block;
	float:right;
}
	span.volver a{
		color:#615C5C;
		text-decoration:none;
		padding-left:40px;		
		background:url("../img/volver.gif") 0 6px no-repeat;		
	}
	span.volver a:hover{
		text-decoration:underline;
	}
	
