/* CSS Document */
#contenido{
	overflow:auto;
	clear: left;
	float:left;
	width:80%;
	height:90%;
	margin-left:10%;
	margin-right:10%;
	background-color:rgb(255,255,255);
}
#boton{
	float:left;
	}
#boton img{
	width:100%;
	height:auto;
}
#gif{
	width:40%;
	float: left;
}
#gif img{
	width: 100%;
	max-width:400px; 
}
#instrucciones{
	width: 50%;
	float: right;
	margin-top:15%;
}
#credito{
	position: fixed;
	bottom: 0;
	right: 0;
}
h1{
	text-align:left;
	font-size:18pt;
}
p{
	text-align:left;
}