#about{
	background-color: #111224;
	color: white;
}

#services{

}

#diferenciadores{
	background-color: #111224;
	color: white;
}

#inscripciones{
	background-color: transparent;
	color: white;
}

#contact{
	background-color: #111224;
	color: white;
}

h1,h2,h3,h4,h5{
	text-align: center;
	text-transform: uppercase;
}

p{
	text-align: justify-all;
}

.fixed-bg{
	background-image: url("img/bg-web.png");
	min-height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}