/* 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;
}
#titulo{
	font-family:'delgada';
	position: absolute;
	top:90px;
	left:4%;
	width:50%;
	text-align: left;
	font-size: 45px;
}