.rtp-slider {
  margin: 0 100px;
}

.rtp-slider-viewport {
  border: 0px;
}

.rtp-nav-next/*Flecha derecha*/ {
  position: absolute;
  margin-top: -18px;
  z-index: 100;
  right: 150px;
  top: 220px;
  color: #ff0004;
  background-color: rgba(0, 0, 0, 0);
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50px;
}

.rtp-nav-prev/*Flecha izquierda*/ {
  position: absolute;
  margin-top: 0px;
  z-index: 100;
  left: 140px;
  top: 220px;
  width: 50px;
  height: 50px;
  display: block;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
}

@media only screen and (max-width: 992px) {
  .rtp-nav-prev {
    left: 10px;

  }
  .rtp-nav-next {
    right: 10px;
  }
}

@media only screen and (max-width: 700px) {
  .rtp-nav-prev {
    display: none !important;
  }
  .rtp-nav-next {
    display: none !important;
  }
}

.rtp-toolbar A,
.rtp-nav-dots A,
.rtp-nav-next A,
.rtp-nav-prev A,
.rtp-toolbar A IMG,
.rtp-nav-dots A IMG,
.rtp-nav-next A IMG,
.rtp-nav-prev A IMG {
  border: none;
  display: block;
}

.rtp-nav-dots {
}

.rtp-toolbar,
.rtp-nav-dots/*Control slider*/ {
  display: none;
  z-index: 1000;
  bottom: 10px;
  opacity: 0.9;
  padding: 6px 8px;
  overflow: hidden;
  position: absolute;
  background-color: #f3f3f3;
}

.rtp-toolbar {
  left: 10px;
}

.rtp-nav-dots {
  right: 10px;
}

.rtp-nav-dots .rtp-nav-dot {
  width: 12px;
  height: 12px;
}

.rtp-toolbar SPAN {
  float: left;
  margin: 0 2px;
}
.rtp-toolbar IMG,
.rtp-toolbar SPAN {
  border: none;
  display: block;
}

.rtp-nav-dots SPAN.current {
  /* outline: 1px solid green; */
}

.rtp-slider-vertical .rtp-slider-panel {
  width: auto;
}

.rtp-slider-vertical .rtp-slider-viewport {
  /* height: 500px !important; */
}

.rtp-nav-dot {
  float: left;
  display: block;
  margin-left: 1px;
  margin-right: 1px;
  background-repeat: no-repeat;
}

.rtp-nav-dot A IMG {
  border: none;
  display: block;
}

.rtp-nav-dots .selected {
  border: 1px solid green;
  background-color: green;
}

.rtp-nav-dots .unselected {
  border: 1px solid red;
  background-color: red;
}

.rtp-slider-wrapper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.rtp-slider-container {
}

.rtp-slider-panel {
  /* -moz-box-sizing: border-box; */
  margin: 0 auto;
  width: 100%;
  float: left;
  min-height: auto;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1248px;) {
  .rtp-slider-panel {
    height: auto;
  }
}

/*.rtp-slider-panel IMG
{
	width: 100%;
	height: auto;
	display: block;
}*/

label {
  margin-right: 20px;
}

.text-panel {
  margin: 1px 1px;
  padding: 20px 10px;
  background: yellow;
  border: 10px solid red;
  font-family: verdana;
  font-size: 14px;
}

#toolbar {
  margin: 10px 0px;
  text-align: center;
}

#toolbar A {
  font-size: 14px;
  font-family: verdana;
  text-decoration: none;
}

.rtp-progress-bar,
.rtp-progress-bar {
  z-index: 150;
  display: block;
  position: absolute;
  background-color: rgba(143, 189, 0, 1);
}

.rtp-slider-vertical .rtp-progress-bar {
  top: 0px;
  bottom: 0px;
  width: 5px;
  height: auto;
}

.rtp-slider-horizontal .rtp-progress-bar {
  left: 0px;
  right: 0px;
  width: auto;
  height: 10px;
  display: none;
}

.rtp-slider-vertical .rtp-progress-bar-prepend {
  left: 0px;
}
.rtp-slider-vertical .rtp-progress-bar-append {
  right: 0px;
}
.rtp-slider-horizontal .rtp-progress-bar-prepend {
  top: 0px;
}
.rtp-slider-horizontal .rtp-progress-bar-append {
  bottom: 0px;
}

/*=======*/

    #Contenedor_centro {
    width: 100%;
    height: 465px;
    }


