/*! http://responsiveslides.com v1.32 by @viljamis */

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 250px;
	padding: 0;
	margin: 0;
	height: 510px;
	background-color: coral
  }

.rslides li {
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
  
  /*!portada */
.rslidesp {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 211px;
	padding: 0;
	margin: 0;
	height: 510px;
  }

.rslidesp li {
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
  }

.rslidesp li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslidesp img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


