#slider h3{
	text-align: center;
}

.linea {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: rgba(0,204,255,1);
	}

#slider h4 {
	text-align: left;
	width: 100%;
	max-width: 320px;
}

#slider h6 {
	font-size:16px;
	text-align: left;
	color: #2B3B4E;
}


#slider .contenedor {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}


#slider article {
	margin: 11px;
}

#slider img {
	width: 100%;
	max-width: 210px;
}

#slider p {
	color: #333333;
	font-size: 14px;
}
	
#slider2 h3{
	text-align: center;
}

#slider2 h4 {
	text-align: left;
	width: 100%;
	max-width: 320px;
	color: #FFFFFF;
}

#slider2 h6 {
	font-size:16px;
	text-align: left;
	color: #2B3B4E;
}


#slider2 .contenedor {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	background: #3C4953;
}

#slider2 .contenedorF {
	margin: auto;
	background: #3C4953;
	width: 100%;
}

#slider2 .flecha {
	text-align: center;
	max-width: 50px;
	max-height: 15px;
	}

#slider2 article {
	margin: 11px;
}

#slider2 img {
	width: 100%;
	max-width: 475px;
}
