#particles-js{
	background: url(images/fondocabecera.jpg);
	background-position: center;
	background-attachment: contain;
	background-size: cover;
	width: 100%;
	height: 600px;
}
.ancho-letras{
	top: 250px;
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 1;
}
.letras-slider{
	width: 85%;
	margin: auto;
}
.letras-slider h1{
	color: #CFF;
	font-family: rale;
	font-size: 55px;
}
.letras-slider p{
	color: #CFF;
	font-family: rale;
	font-size: 25px;
	padding-top: 15px;
}