#cabecera {
  height: 552px;
}

#imagenesCabecera {
  /*position: relative;
  bottom: 0;
  margin: 0;
  padding: 0;
  left: 0px;*/
  width: 520px;
  overflow: hidden;
  height: 200px;
  padding: 0;
  margin: 0;
  float: left;
  clear: left;
}

#imagenesCabecera  li, #imagenesCabecera  ul{
  list-style-type: none;
}

#imagenesCabecera li {
  position: absolute;
}

#fondoNavegacion, #navegacion {
  position: absolute;
  top: 197px;
  width: 110px;
  height: 38px;
}

#navegacion {
  width: 90px;
}

#fondoNavegacion {
  background-color: white;
  _background: url(/images/navegacion.gif) no-repeat;
}

#cajitas {
  margin: 10px 0 7px 10px;
  padding: 0;
  line-height: 10px;
  height: 10px;
}

#cajitas li {
  list-style-type: none;
  float: left;
  width: 8px;
  height: 8px;
  background: white;
  border: 1px solid black;
  margin-right: 5px;
  cursor: pointer;
}

#cajitas li.activo {
  background: #1660A3;
}

#play {
  position: absolute;
  top: 9px;
  left: 90px;
  width: 15px;
  height: 13px;
  background: url(/images/play.png) no-repeat;
  cursor: pointer;
}

#play.activo {
  background: transparent;
  cursor: default;
}

#progreso {
  height: 5px;
  background: #fff;
  width: 88px;
  padding: 0;
  margin-left: 9px;
  border: 1px solid black;
}

#progreso div {
  height: 5px;
  background: #1660a3;
  margin: 0;
}

#textoImagen {
	position: absolute;
	top: 197px;
	left: 365px;
	z-index: 500;
	background-color: white;
	padding: 5px 10px;
	width: 390px;
	height: 28px;
	overflow: hidden;
	color: black;
	text-align: left;
	font-size: 0.9em;
}

#textoImagen h3 {
  color: #124ba6;
  font-size: 1em;
  margin: 0;
  font-weight: bold;
}

#textoImagen a{
  text-decoration: none;
  margin-top: 7px;
  float: right;
  z-index: 2;
  color: #124ba6;
  font-weight: bold;
}