::-webkit-scrollbar {
 width: 5px;
 height: 5px;
 background: #a9a9a9;
}
 ::-webkit-scrollbar-thumb {
 background: #b22222;
}

#separador_container1 {
	background-image: url(../images/separador.jpg);
	background-repeat: no-repeat;
	height: 5px;
	padding: 5px;
	margin-top: 39px;
	background-position: center;
}

#img_weapons {
	float: left;
    width: 70px;
	height: 60px;
	margin-right: 5px;
	padding: 3px;
}

#img_stage {
    width: 690px;
	height: 150px;
	box-shadow: 0px 3px 3px #999;
    -webkit-box-shadow: 0px 3px 3px #999;
    -moz-box-shadow: 0px 3px 3px #999;
}

#img_enemy {
	float: left;
    width: 35px;
	height: 35px;
	margin-right: 5px;
	padding: 0px;
	display:flex; 
	align-items: center; 
	justify-content:center
}