#particles-js{
	background: url(../img/Imagen.jpg) ;
	height: 500px;
	background-position: center;
	background-attachment: contain;
	background-size: cover;
	width: 100%;
}
.soport{
	background: url(../img/soporte.jpg) ;
}

.ancho-letras{
	position: absolute;
	top: 200px;
	width: 100%;
	/*background: rgba(0,0,0,.8);*/
	text-align: center;
	z-index: 1;
}
.letras-slider h1{
	color: blue;
	font-size: 50px;
}
.letras-slider p{
	color: red;
	font-size: 20px;
	padding-top: 20px;
}

.letras-slider{
	width: 80%;
	margin: auto;
}