* {
	margin: 0;
	padding: 0;
}

body {
	background-image: URL("../resources/images/fondo_comedica_inscripcion.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color:#002D72;
}