html{
	overflow: auto;
	width: 100%;
	height: 100%;
	min-width: 900px;
}
body {
	background:#009FD6;
	margin: 0px;
	padding: 0px;
	color: white;
	width: 100%;
	height: 100%;
	text-align:center;
}
#loader{
	background: url('./../assets/fondo_azul.jpg') repeat-x #009FD6;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}