.body{
	background-color: #f5EE31;
	width: 300px;
	height: 400px;
	border: 5px solid #000;
	position: relative;
	margin: 50px auto;
	overflow: hidden;
	user-select: none;
}

/* Ojos */

.ojos{
	position: absolute;
	left: 40px;
	top: 40px;
	width: 210px;
	z-index: 10;
}

	.ojo{
		background-color: #fff;
		position: relative;
		border: 5px solid #000;
		width: 100px;
		height: 100px;
		margin-right: -17px;
		border-radius: 50%;
		display: inline-block;
	}

		.ojo-externo{
			width: 50px;
			height: 50px;
			border-radius: 50%;
			position: absolute;
			background-color: #00AEEF;
			border:  3px solid #000;
			top: 20px; left: 25px;
		}

			.ojo-interno{
				position: relative;
				top: 10px; left: 10px;
				width: 30px;
				height: 30px;
				background-color: #000;
				border-radius: 50%;
			}

	.pes-group{
		position: relative;
		bottom: 25px; left: 12px;
	}

		.pes{
			width: 17px;
			height: 5px;
			margin-right: 10px;
			background-color: #000;
			display: inline-block;
			transform: rotate(90deg);
		}

			.pes-0{
				position: relative;
				top: 10px;
				transform: rotate(45deg);
			}

			.pes-2{
				position: relative;
				top: 10px;
				transform: rotate(-45deg);
			}

/* Nariz  */

.nariz{
	position: absolute;
	top: 110px; left: 130px;
	width: 20px;
	height: 40px;
	background-color: #f5EE31;
	border:  5px solid #000;
	z-index: 10;
	border-bottom: 5px solid transparent;
	border-radius: 42.5%;
}

/* Boca */

.boca{
	width: 200px;
	height: 80px;
	background-color: transparent;
	position: absolute;
	top: 120px; left: 50px;
	border-radius: 50%;
	z-index: 10;
	border-bottom: 5px solid #000;
}

	.dientes{
		position: relative;
		top: 80px; left: 65px;
	}

		.diente{
			width: 20px;
			height: 20px;
			background-color: #fff;
			border:  5px solid #000;
			display: inline-block;
		}

		.mejilla{
			width: 30px;
			height: 25px;
			background-color: transparent;
			position: absolute;
			top: 25px;
			border: 3px solid #F1592A;
			border-bottom: 3px solid transparent;
			border-radius: 50% 35%;
		}

			.mejilla-0{
				left: -15px;
			}

			.mejilla-1{
				left: 175px;
			}

/* Camisa */

.camisa{
	width: 100%;
	height: 50px;
	position: absolute;
	background-color: #fff;
	bottom: 50px;
	border-top: 5px solid #000;
	z-index: 10;
	overflow: hidden;
}

	.cuello{
		width: 50px;
		height: 30px;
		position: absolute;
		background-color: #fff;
		top: -25px;
		border: 5px solid #000;
		transform:  rotate(30deg);
	}.cuello-0{
		left: 60px;
	}.cuello-1{
		left: 180px;
		transform: rotate(-30deg);
	}

		.cuello-corbata{
			width: 40px;
			height: 40px;
			background-color: #F00200;
			border: 5px solid #000;
			position: absolute;
			left: 125px;
			bottom: 30px;
			z-index: 50;
			transform: rotate(45deg);
		}

.cola-corbata{
	width: 55px;
	height: 55px;
	background-color: #f00200;
	border: 5px solid #000;
	position: absolute;
	left: 118px;
	bottom: 0;
	z-index: 50;
	transform: rotate(45deg);
}

/* Pantalones */

.pantalones{
	width: 100%;
	height: 50px;
	background-color: #6A3D13;
	position: absolute;
	bottom: 0%;
	border-top: 5px solid #000;
	z-index: 10;
}

	.cinturon{
		width: 40px;
		height: 15px;
		position: absolute;
		top: 20px;
		background-color: #000;
	}

		.cinturon-0{
			left: 20px;
		}

		.cinturon-1{
			left: 90px;
		}

		.cinturon-2{
			right: 80px;
		}

		.cinturon-3{
			right: 20px;
		}

/* Poros */

.poro{
	background-color: #C0A402;
	height: 40px;
	width: 40px;
	position: absolute;
	border-radius: 50%;
	z-index: 1;
}

	.poro-0{
		top: 230px;
		left: 20px;
		width: 50px;
		height: 50px;
	}

	.poro-1{
		top: 200px;
		left: 280px;
	}

	.poro-2{
		top: 50px;
		left: 260px;
		width: 15px;
		height: 15px;
	}

	.poro-3{
		top: 300px;
		left: 50px;
		width: 30px;
		height: 30px;
	}