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

.rslides {
  position: relative;
	z-index: 0;
  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 li a {
	background-color: rgba(224,34,37,.3);
	width: 100%;
	height: 100%;
	display: block;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

/* AGREGADOS */
/* slider home */
ul.homeSlider_tabs {
	background: transparent !important;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	height: auto !important;
	padding: 20px 18px 0 0;
	position: absolute;
	z-index: 10;
}
ul.homeSlider_tabs li {
	display: block;
	width: 16px !important;
	height: 16px !important;
	margin: 0 10px;
	border: none !important;
}
ul.homeSlider_tabs li a {
	background: #C8C8C8;
	text-indent: -9999px;
	min-height: inherit !important;
	display: block;
	width: 16px;
	height: 16px;
	padding: 0 !important;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	transition: all ease 300ms;
}
ul.homeSlider_tabs li a:hover {
	background: #666;
}
ul.homeSlider_tabs li.homeSlider_here > a {
	background: #FC9823;
	pointer-events: none;
}

