*{
	margin: 0;
	padding: 0;	
}

html, body{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#container{
	background-image: url('fondo.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width:100%;
	height: 100%;
}

#container a{
	width: 100%;
	height: 100%;
	display: block;
}

@media (orientation: portrait) {
	#container{
		background-image: url('fondo2.jpg');
	}
}

/*#container img{
	width: 100%;
}*/
