/* 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);
}
#gif{
	width:100%;
	float: left;
}
#gif img{
	width: 100%;
}
#instrucciones{
	width: 100%;
	float: left;
	margin-top:1.5%;
}
#primer{
	height:100%;
	width: 100%;
}
#primer img{
	width: 100%
}
#primer:active img{
	opacity:75%;
}
#resto{
	margin-top:1.5%;
}