@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	width: 100%;
	padding:0px;
	overflow-y:auto;
	overflow-x:auto;
}

body {
	margin:0px;
	height: 100%;
	width: 100%;
}

img {
	margin: auto auto;
}

#container {
	position:absolute;
	height: 100%;
	width: 100%;
	min-width: 1024px;
	min-height: 520px;
}

#galeria {
	position:absolute;
	height: 100%;
	width: 100%;
	min-width: 550px;
	min-height: 430px;
	background-image:url(../img/fondo.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#SoftwareLegal {
	position:absolute;
	height: 100%;
	width: 100%;
}