#highlights {
	margin-left: 40px;
	width: 550px;
	height: 350px;
	font-family: Arial, Helvetica, sans-serif;
}

#highlights img {
	border: solid 3px black;
	position: absolute;
	filter: alpha(opacity = 0);
	opacity: 0;
	-moz-opacity: 0;
	z-index: 999;
}

#highlights #navegacion {
	width: 550px;
	margin-top: 320px;
	position: absolute;
	z-index: 6;
	border-top: none 1px #535353;
	height: 50px;
	z-index: 1000;
}

#highlights #navegacion p {
	width: 21px;
	height: 21px;
	background: url(https://www.juntadeandalucia.es/salud/atm/css/img/botones/bullet.png) left top;
	float: left;
	text-indent: -4000px;
	position: relative;
	margin-left: 3px;
	color: transparent;
	z-index: 1000;
}

#highlights #navegacion p.withoutborder {
	width: 21px;
	height: 21px;
	background: url(https://www.juntadeandalucia.es/salud/atm/css/img/botones/bulletDeseleccionado.png) left top;
	float: left;
	text-indent: -4000px;
	position: relative;
	margin-left: 3px;
	color: transparent;
	z-index: 1000;
}

#highlights #navegacion p.selected {
	width: 21px;
	height: 21px;
	background: url(https://www.juntadeandalucia.es/salud/atm/css/img/botones/bulletSeleccionado.png) left top;
	float: left;
	text-indent: -4000px;
	position: relative;
	margin-left: 3px;
	color: transparent;
	z-index: 1000;
}

#highlights #navegacion p a {
	text-decoration: none;
	padding: 20px 0 0 10px;
	display: block;
	z-index: 1000;
}
