/*! http://responsiveslides.com v1.54 by @viljamis */
.rslides {
  position: relative; z-index: 1;
  list-style: none;  overflow: hidden;  width: 100%;  padding: 0;  margin: 0; color: #fff;}
.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; 
  position: relative; z-index: 2; } 
.rslides .slid-texto{
  position: absolute; z-index: 5; top: 35%; left: 40px; 
  background: url(../imagenes/verde.png); width: 30%; height: auto; padding: 3% 2%; }
.rslides .slid-texto .boton{
  margin-top: 25px;}
.rslides .slid-texto .boton a{
  float: none; width: 200px; text-align: center; font-weight: normal; font-size: 0.9em;
  color: #fff; background: #7eba00; letter-spacing: 1px; padding: 10px; display: block;}
.rslides .slid-texto h3{
	font-size: 38px; line-height: 45px; font-weight: 400; display: block; width: 100%;}
