#cabecera {
  height: 513px;
}

#imagenesCabecera {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
  left: 2px;
  width: 984px;
  overflow: hidden;
  height: 351px;
}

#imagenesCabecera li {
  position: absolute;
}

#fondoNavegacion, #navegacion {
  position: absolute;
  right: -1px;
  top: 484px;
  width: 993px;
  height: 38px;
}

#navegacion {
  width: 325px;
}

#fondoNavegacion {
  background: url(/resources/nuevo/home/navegacion.png) no-repeat;
  _background: url(/resources/nuevo/home/navegacion.gif) no-repeat;
}

#cajitas {
  margin: 7px 0 5px 10px;
  _margin: 7px 0 5px 10px;
  line-height: 10px;
  height: 10px;
}

#cajitas li {
  float: left;
  width: 10px;
  height: 10px;
  background: #c3c3c3;
  margin-right: 5px;
  cursor: pointer;
}

#cajitas li.activo {
  background: #416fd7;
}

#play {
  position: absolute;
  right: 15px;
  bottom: 18px;
  width: 15px;
  height: 13px;
  background: url(/resources/nuevo/home/play.png) no-repeat;
  _background: url(/resources/nuevo/home/play.gif) no-repeat;
  cursor: pointer;
}

#play.activo {
  background: transparent;
  cursor: default;
}

#progreso {
  height: 3px;
  background: #fff;
  width: 305px;
  padding: 0;
  margin-left: 10px;
}

#progreso div {
  height: 3px;
  background: #416fd7;
  margin: 0;
}

#textoImagen {
  position: absolute;
  top: 481px;
 /* background: url(/resources/nuevo/fondoMensajeCabecera.png) top no-repeat;
  _background: url(/resources/nuevo/fondoMensajeCabecera.jpg) top no-repeat;*/
  /*width: 101px;
  height: 80px;*/
  color: #012C9D;
  font-size: 0.9em;
  width:650px;
  padding-left:10px;
  z-index: 100;
  padding-top:10px;
}

#textoImagen h3 {
  color: #124ba6;
  margin-bottom: 1em;
  font-weight: bold;
}

#textoImagen a{
  text-decoration: none;
  margin-top: 1em;
  color: #012C9D;
}