/* 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:50%;
	float: left;
}
#gif img{
	width: 100%;
}
#instrucciones{
	width: 44%;
	float: right;
	margin-right:3%;
}
#primer{
	width: 100%;
}
#primer img{
	width: 100%
}
#primer:hover img{
	opacity:75%;
}
#primer:active img{
	opacity:65%;
}
#resto{
	margin-top:1.5%;
}