/* Copyright 1999-2015. Parallels IP Holdings GmbH. All Rights Reserved. */
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek,greek-ext,vietnamese);

body {
	width:100%;
    height: 100%;
    min-height: 100%;
	height:100vh;
	background: url("../img/bna_web_yatay.jpg") no-repeat center center;
	background-size: cover;
	margin: 0; 
	padding:0
}


@media (max-width: 767px) {
    body {
	width:100%;
    height: 100%;
    min-height: 100%;
	height:100vh;
	background: url("../img/bna_web_dikey.jpg") no-repeat center center;
	background-size: cover;
	margin: 0; 
	padding:0
}
}
