#slider h3{
	text-align: center;
	
}

#slider h4 {
	text-align: center;
	max-width: 210px;
}

#slider h6 {
	font-size:16px;
	text-align: left;
}


#slider .contenedor {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#slider article {
	margin: 11px;
}

#slider img {
	width: 100%;
	max-width: 210px;
}
	
#slider .contenedor {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: rgba(255,51,0,1);
}

	