/*! http://responsiveslides.com v1.55 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

/* AGREGADOS */
/* slider home */
ul.homeSlider_tabs {
	background: transparent !important;
	display: flex;
	justify-content: flex-end;
	height: auto !important;
	position: absolute;
	z-index: 10;
	bottom: 18px;
	right: 28px;
}
ul.homeSlider_tabs li {
	display: block;
	width: 16px !important;
	height: 16px !important;
	margin: 0 7px;
	border: none !important;
}
ul.homeSlider_tabs li a {
	background: white;
	text-indent: -9999px;
	min-height: inherit !important;
	display: block;
	width: 16px;
	height: 16px;
	padding: 0 !important;
	overflow: hidden;
	position: relative;
	border: solid 1px #555;
	border-radius: 50%;
	transition: all ease 300ms;
}
ul.homeSlider_tabs li a:hover {
	border: solid 1px white !important;
}
ul.homeSlider_tabs li.homeSlider_here > a {
	border: solid 1px #00B2B2 !important; /* #38D02F*/
	pointer-events: none;
}

