	html{height:100%;}
	body{
		background-color:#000;
		margin:0px;
		padding:0px;
		height:100%;
	}
	#contenedor{
		width:100%;
		height:100%;
		min-width:760px;
		min-height:570px;
	}