@charset "UTF-8";

#tela .caixa {
	width:200px;
	height:200px;
	background-image:url("../img/textura-caixa.jpg");
}
#tela .caixa .face {
	background-size: 100% 100%;
}
#tela .barril {
	width:200px;
	height:350px;
	background-image:url("../img/barrel-texture.jpg");
}
#tela .barril .water {
	bottom:95%;
}
#tela .terra {
	width:200px;
	height:200px;
	background-image:url("../img/textura-terra.jpg");
}
#tela .piramide {
	width:600px;
	height:600px;
	background-image:url("../img/textura-piramide.png");
}
#tela .batente {
	width:300px;
	height:300px;
	border:solid 4px #FFF;
	border-bottom:none;
}
#tela .porta {
	background-image:url("../img/porta.jpg");
	background-size:100% 100%;
}
#tela .luz {
	width:500px;
	height:500px;
	background-image:linear-gradient(to bottom, #FFF, #333);
}
#tela .donut {
	background-image:url("../img/donuts-texture.jpg");
}