
.slider{
	width: 100%;
	height: 20em;
	overflow: hidden;
	position: relative;
}

.slider .cont-items{
	position: absolute;
	width: 100%;
	height: 100%;
}

.slider .cont-items .item{
	width: 100%;
	height: 100%;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
}


.slider .cont-items .item img{
	width: 100%;
	height: auto;
	position: relative;
}

.slider .cont-items .item .texto{
	position: absolute;
	bottom: 2em;
	right: 2em;
	color: white;
	font-size: 1.5em;
	font-weight: bold;
}

.slider .ptos{
	position: absolute;
	right: 1em;
	top: 45%;
}

.slider .itemPto{
	height: 8px;
	width: 8px;
	background-color: white;
	border-radius: 4px;
	margin-top: 6px;
	margin-bottom: 6px;
	border:solid 1px #c5c5c5;
}

.slider .itemPto.activo{
	background-color: gray;
}