html { 
	/* height: 100%; */ /* esto es para que un div pueda tener porcentaje en altura */ 
}

body {
	height: 100%; /* esto es para que un div pueda tener porcentaje en altura */
	background-color: white;
	font-family: Verdana, sans-serif;
	color: #666666; 
	margin: 0px;
}

div {
	text-align: center;
}

img:first-of-type {
	max-width: 60%;
	height: auto;
	width: auto\9; /* ie8 */
}
