#particles-js{
	background: url(Imagenes/Fondo.jpg);
	background-position: center;
	background-attachment: contain;
	background-size: cover;
	/*z-index: 20;*/
}
.escudo{
	width: 33%;
	box-sizing: border-box;
	top: 75px;
	/*left: 100px;*/
	position: absolute;
	margin: auto;
}
.escudo img{
	display: block;
	margin: auto;
	width: 100%;
	z-index: 5;
}
.EnConstruccion{
	/*top: 650px;*/
	position: absolute;
	width: 100%;
	text-align: center;
}
.EC-slider{
	width: 80%;
	margin: auto;
	z-index: 10;
}
.EC-slider h1{
	color: #fff;
	font-family: Market;
}
.EC-slider p{
	color: #444;
	font-family: rale;
}