.general {
	width: 770px;
	height: 590px;
	position: relative;
	background-image: url(../img/fondo_articulos.jpg);
	background-repeat: no-repeat;
}

#articulos-03 {
	position:absolute;
	left:150px;
	top:80px;
	width:620px;
	height:470px;
	background-image: url(../images/articulos_03.jpg);
	background-repeat: no-repeat;
}
#indice_art {
	position:absolute;
	width:530px;
	height:341px;
	z-index:1;
	left: 53px;
	top: 98px;
}
#indice_art li {
	margin: 0 0  px 0;
	padding-left: 5px;
	padding-top: 2px;
	margin-bottom: 5px;
}

#indice_art li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6C3900;
	letter-spacing: 0.03em;
	padding-right: 15px;
	text-align: justify;
	font-weight: 600;
	text-decoration: none;
}
#indice_art li a:hover {
	
	color: #CC9900;
}

