/* ==========================================================================
   Ingalca S.A.
   ========================================================================== */
html, 
body {
	height:100%; padding:0; margin:0;
	background-color: #000033;
}

body .cover {
	min-height: 550px;
	height: 100%;
	background: url('../img/550.png') no-repeat center center fixed; 
	
}

@media (min-height: 750px) {
	body .cover {
		min-height: 750px;
		height: 100%;
		background: url('../img/750.png') no-repeat center center; 
		
	}
}