*{margin:0px;padding:0px;}
/* body{background:url('../../../images/fond.jpg'); background-repeat:repeat;} */
body{background:url('../images/fond.jpg'); background-repeat:repeat;}
.container_body{width:940px;height:600px;margin:0 auto;}
.container_game_left{width:600px;height:100%;float:left;}
.container_game_left>div{background:none repeat scroll 0 0 rgb(223, 98, 14); float: left; height: 146px; margin: 2px; width: 146px;}
.container_game_rigth{width:320px;height:100%;border:1px solid;float:right;}
.container_game_rigth>div{width:73px;height:80px;background:red;margin:3px;float:left;z-index:99;position:relative;}
.container_instruction{width:100%;height:160px;margin: 440px 0 0; position: relative;;background:orange;}
.description>h2{color: white; font-family: arial; padding: 22px; position: relative; text-align: center;}
.description{width:100%;height:100px;background:none repeat scroll 0 0 #161616;}
.contador{width:100%;height:60px;background:white;}
.contador>div{width:70px;height:60px;border-right:1px solid gray;float:left;}
.contador>div:nth-child(3){width:100px;}
.contador>div:nth-child(3)>p{padding:16px;text-align:center;}
.contador>div>p{font-family: arial; font-size: 18px; font-weight: bold; padding: 15px;}
.contador>div>p>i{font-size:15px;}
.contador>div:nth-child(4){border:none;}
#buton-end{color: red; cursor: pointer; font-size: 20px; margin-left: 10px;}
#stop-game{color:red;cursor:pointer;font-size: 20px; margin-left: 10px;}
.finish{width:100%;height:100%;background:rgba(0, 0, 0, 0.70);position:absolute;top:1px;z-index:99;}
.container_finish{    background: none repeat scroll 0 0 #F15A24; border: 6px solid #262626; height: 330px;top:23%; margin:0 auto; position: relative; width: 500px; z-index: 99; }
.container_finish>h2{color: #29ABE2; font-family: arial; font-size: 40px; font-weight: bold; margin-top: 30px; padding: 1px; text-align: center; text-transform: uppercase;}

.result_finish{width:100%;height:200px;margin-top:45px;} 
.result_finish>p{ color: white; font-family: arial; font-size: 30px; font-weight: 600; padding: 10px; text-align: center; text-transform: uppercase; }
.result_finish>a>button{padding:10px;border:none;background:rgb(41, 171, 256); cursor:pointer;color:white;text-transform:uppercase;}
.result_finish span{margin-left:5px;font-weight:bold;}

#winner{font-family:arial;color:green;}
#loser{font-family:arial;color:red;}
#back{border-radius: 5px 5px 5px 5px; float: left; margin: 50px 0 0 100px;}
#prev{margin: 50px 80px 0 0;border-radius: 5px 5px 5px 5px;}
.container_image_prev{width:100%;height:100%;background:rgba(0, 0, 0, 0.53);position:absolute;z-index:999;}
.container_image_prev>div{width:400px;height:400px;margin:100px auto;background:url(../images/imageprev.jpg);background-size:100% 100%;}