/*****************************************************************************
ESTILOS PARA LAS PORTADILLAS DE ARTÍCULO
*****************************************************************************/
.bloque_documento, .bloque_enlace {
	margin-bottom: 20px;
}
.bloque_documento li, .bloque_enlace li {
	background-image:none !important;
	padding-left: 0 !important;
}
.bloque_documento a, .bloque_enlace a {
	display: block;
	padding: 3px;
	border: 0 !important;
	border-left: 5px solid #DEE6F0 !important;
	background-color: transparent !important;
	margin-bottom: 5px;
	line-height: 1.4em;
}
.bloque_documento a:hover, .bloque_enlace a:hover {
	border-left: 5px solid #FF9424 !important;
}
.bloque_documento .titulo, .bloque_enlace .titulo {
	display: block;
	font-size: 1em !important;
	font-weight: bold;
	color: #000 !important;
	margin: 0 !important;
}
.bloque_documento .fecha, .bloque_enlace .fecha {
	display: block;
	font-size: 0.9em !important;
	float: right;
	margin: 0 !important;
}
.bloque_documento .descripcion, .bloque_enlace .descripcion {
	display: block;
	clear: both;
	font-size: 1em !important;
	color: #223293 !important;
	margin: 0 !important;
	line-height: 1.2em !important;
}
h4.documentos, h4.enlaces {
	color: #223293 !important;
	background-color: #DEE6F0;
	border: 0 !important;
	padding-left: 27px !important;
	background-repeat: no-repeat;
	background-position: left top;
}
h4.documentos {
	background-image: url(../img/documentos_fondo.gif);
}
h4.enlaces {
	background-image: url(../img/enlaces_fondo.gif);
}
