body
{
 background-color: #555;
}

.body, .cabeza, .oreja , .nariz ,.ojo ,.flora, .brazo ,.fondo,.cuelpo{
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: auto;
height: 100%;
max-height: 1100px;
}
.cabeza2, .oreja2 , .nariz2 ,.ojo2 , .brazo2 ,.fondo2 ,.cuelpo2{
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: auto;
height: 100%;
max-height: 1100px;
-webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
