* {
  margin: 0;
  padding: 0;
}


#wrapper {
  padding: 0px;
  }

#wrapper p, #wrapper h3, #wrapper h4, #wrapper pre {
  text-align: left;
  max-width: 760px;
  margin: 0 auto 20px;
  }

#wrapper img {
	margin:20px 0 0 0;
}

.rslides {
  margin: 0 auto;
  }

.rslides_container {
  margin-bottom: 0px;
  position: relative;
  float: left;
  width: 100%;
  padding-bottom:0px;
  }

#slider2{
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }
  
.centered-btns_tabs {
  list-style: none;
  background: var(--negro);
  font-size: 12px;
  padding:8px 0;
  text-align: center;
  width: 100%;
  height:32px;
	border-radius: 0.5rem;
  }

.centered-btns_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.centered-btns_tabs a {
  width: auto;
  padding: 6px 8px;
  height: auto;
  background: transparent;
  display: inline;
  color:#FFF;
  text-decoration:none;
  }

.centered-btns_tabs li:first-child {
  margin-left: 0;
  }

.centered-btns_tabs .centered-btns_here a {
  background: var(--primario);
  color: #fff;
 }


.centered-btns_nav {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }