@font-face{
    font-family: 'Gretoon';
    src: url('../fonts/Gretoon.ttf');
}

#start-page {
    background: rgba(0,0,0,0.6) url('../images/background.png') no-repeat ;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100%;
}

#menu {
    margin-top: 50px;
    background:  url('../images/tablas%20madera-05.png') no-repeat center;
    background-size: contain;
    width: 600px;
    height:450px;
}

#inst-menu {
    margin-bottom: 130px;
    background:  url('../images/instrucciones (2).png') no-repeat center;
    background-size: contain;
    width: 900px;
    height:650px;
}

#pet {
    position:relative;
    left:-120px;
    top: 60px;
}

#title {
    position:relative;
    left:180px;
    top: -197px;
}

#play{
    position:relative;
    left:-280px;
    top: -35px;
}

#instructions {
    position:relative;
    left:200px;
    top: -137px;
}
#puntuaciones {
    position:relative;
    left:220px;
    top: -133px;
}

#scores {
    background: rgba(0,0,0,0.6) url('../images/textura%20fondo%20piso.png') no-repeat ;
    background-size: cover;
    background-position: center;
	height: 100%;
	
}

#points{
    position:relative;
    top:28px;
    left: 100px;
}

#crono{
    height: 20px;
    position:relative;
    top:-515px;
    left: 775px;
    opacity:0.5;
}

#play-pause{
    height: 10px;
    position:relative;
    top:-500px;
    left: 725px;
    opacity:0.5;
    margin-right: 20px;
}

#play-pause a{
    color: black;
}

#trash-col{
    float:left;
    opacity: 0.5;
}

#trash-col ul {
    list-style: none;
    margin-top: 10px;
    margin-left: 20px;
}

#trash-col ul li{
    margin-bottom: 10px;
}

.scores-table{
    position:relative;
    top:30px;
    left: 45px;
}

.scores-table div{
    float: left;
    margin-right: 10px;
}

.vertical-line{
    opacity: 0.7;
    width:4px;
    height:326px;
    background-color: rgb(50,20,9);
}

.player-col{
    margin-top:18px;
}

#go-back{
    text-align:center;
    padding-right: 140px;
    font-family: Gretoon;
    font-size: 14pt;
}

#go-back a{
    color: rgb(118,24,13);
}

#go-back a:hover{
    color: rgb(18,24,113);;
    text-decoration: none;
}

.restart-panel{
    margin-top: 100px;
    margin-left:  90px;
}

#restart-pet{
    position: relative;
    left:480px;
    top: -170px;
}

#board {
    background: rgba(0,0,0,0.6) url('../images/textura%20fondo%20piso%20no-opacity.png') no-repeat ;
    background-size: cover;
    background-position: center;
    height: 650px;
}

#main-board{
    margin-top: 0px;
    margin-left:95px;
    width:840px;
    height: 450px;
}

#main-board div{
    float: left;
    margin-left: 18px;
    width: 50px;
    height: 510px;
    overflow: hidden;
}

#main-board div img{
    z-index: 1000;
}

#play-pause{
    margin-top:10px;
}

#time{
    background-color: white;
    width: 70px;
    position: relative;
    top: 5px;
    left:-74px;
    text-align: center;
    font-size: 18pt;
}

.score{
    margin-top:20px;
    margin-left: 30px;
    font-family: Gretoon;
    font-size: 12pt;
    color: rgb(118,24,13);
}

#go-back-btn{
    position:relative;
    top:540px;
    left:600px;
    text-decoration: none;
}

#pet{
    position: relative;
    top:0px;
    left: 0px;
    z-index: 1000;
}

.player-names{
    list-style:none;
    font-family: Gretoon;
    font-size: 10pt;
    color: rgb(118,24,13);
}

.player-names #first{
    margin-top: 40px;
}

.player-names #second{
    margin-top: 45px;
}

.player-names #third{
     margin-top: 45px;
 }

.player-names #fourth{
    margin-top: 45px;
}

.save-score{
    font-family: Gretoon;
    font-size: 17pt;
    color: rgb(118,24,13);
}

.save-btn{
    font-family: Gretoon;
    font-size: 17pt;
    height:50px;
    color: rgb(118,24,13);
    background-color: lightgray;
    border: solid 7px orange;
}

#player_name{
    height:40px;
    margin-top:10px;
    border: solid 7px orange;
}


.mensaje_adicional{
    /*font-family: Gretoon;*/
    font-size: 12pt;
    color: #FFFFFF;
	width:80%;
}