div a {
	text-decoration: underline;
}
#nav {
	text-align: center;
	list-style: none;
	font-size: 85%;
	margin: 0.7em auto 1.1em auto;
}
#nav li {
	display: inline;
	padding: 0 2%;
	border-right: 1px solid #336699;
	margin: 0;
}
#nav li.aqui {
	font-weight: bold;
}
#noticias #nav li.aqui a {
	cursor: default;
	color: #000000;
	text-decoration: none;
}
#nav li.ultimo {
	border-right: none;
}
#noticias ol.audiencias {
	margin: 2em 0 0 0;
	padding: 0;
	z-index: 1;
}
#noticias ol.audiencias li {
	list-style: none;
	margin: 0.5em 13em 0.5em 1em;
	background: url(imagenes/barras.png) no-repeat 24em top;
	padding-left: 24em;
	height: 1%; /* para IE */
	position: relative;
}
.audiencias em {
	font-style: normal;
	position: absolute;
	left: 0;
	top: -10px;
	width: 24em; 
}
.audiencias b {
	display: block;
	background: url(imagenes/barras.png) no-repeat -320px top;
	padding-left: 10px;
	height: 24px;
}
.audiencias span {
	display: none;
}
.audiencias i {
	display: block;
	background: url(imagenes/barras.png) no-repeat -320px bottom;
	font-style: normal;
	font-size: 80%;
	padding-left: 7px;
	height: 13px;
}
.audiencias abbr {
	border: none;
	text-decoration: none;
}
.audiencias img {
	position: relative;
	top: 12px;
}

#noticias h4 {
	border-top: 2px solid #F2D7C8;
	color: #F2D7C8;
	font-size: 500%;
	font-style: italic;
	line-height: 80%;
	margin: 0.2em 0 0 0;
	padding: 0.1em 0 0.2em 0.1em;
	position: absolute;
	text-align: right;
	width: 90%;
	z-index: 0;
}

/* TEMP */

#noticias ol li {
	margin-left: 0;
}

