#header-home, #header , #container {
  position: relative;
  width: 100%;
  margin: 0px 0px auto auto;
}

#slideshow {
  width: 100%;
  height: 500px;
}

#navegacion {
  width: 5%;
  margin: 5px auto auto auto;
}

#navegacion a {
  position: relative;
  margin-right: 10px;
  text-indent: -9999px;
  float: left;
  background-color: #ccc;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#navegacion a.activeSlide {
  background-color: #c30000;
}

/*slides home*/

.prev-slide{
  text-indent: -999999em;
  display: inline-block;
  background: url(ant-slide.png) no-repeat center left;
  width: 37px;
  height: 67px;
}

.next-slide{
  text-indent: -999999em;
  display: inline-block;
  background: url(sig-slide.png) no-repeat center right;
  width: 37px;
  height: 67px;
}

a.prev-slide {
  position: relative;
  float: left;
  z-index: 999;
  /*margin-top: -300px;*/
  margin-top: -280px;
  margin-left: 10px;
}

a.next-slide {
  position: relative;
  float: right;
  /*margin-top: -300px;*/
  margin-top: -280px;
  margin-right: 10px;
  z-index: 999;
}