#wrapper {
  padding: 0;
  width: 100%;
	display: inline-block;
  }
.rslides {
  margin: 0 auto;
  }

.rslides_container {
  margin-bottom: 0;
  position: relative;
  padding-bottom:0;

  }

#slider2{
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }
  
.centered-btns_tabs {
  list-style: none;
  background-color: var(--negro);
  font-family: var(--fuente);
  font-size: 1.2rem;
  margin: 0 auto 5rem;
  padding-top:0.3rem;
  text-align: center;
  width: 100%;
  height:2.5rem;
  }

.centered-btns_tabs li {
  display: inline;
  float: none;
  margin-right: 0.1rem;
  }

.centered-btns_tabs a {
  width: auto;
  padding: 0.6rem 0.8rem;
  height: auto;
  background: transparent;
  display: inline;
  }

.centered-btns_tabs li:first-child {
  margin-left: 0;
  }

.centered-btns_tabs .centered-btns_here a {
  background-color: var(--primario);
  color: var(--blanco);
 }

/*  
a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  background-color:#000;
  }*/

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  top: 65%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 6.1rem;
  width: 3.8rem;
  background: transparent url("/componentes/galeria_responsive/themes.gif") no-repeat left top;
  margin-top: -4.5rem;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }