/* CSS Document */
#contenido{
	overflow:hidden;
	clear: left;
	float:left;
	width:100%;
	height: auto;
	background-color:rgb(255,255,255);
}
.grande{
	width:100%;
	height:auto;
	}
.mediano{
	width:50%;
	height:auto;
	}
.pequeno{
	width:25%;
	height:auto;
	}
#boton{
	float:left;
	}
#boton img{
	width:100%;
	height:auto;
}

#boton:hover{
	opacity: 90%;
	}