p {
    margin: 0px;
}
h1 {
    margin-top: 10px;
    text-align: center;
}
h2 {
    margin: 0px;
}
h3 {
    margin: 0px;
}
html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
}

#contmapa {
    padding-top: 2rem;
    padding-left: 5rem;
    display: inline-block;
    align-items: center;
    justify-content: space-between;
}

button {
    position: absolute;
    background-image: url("../imagen/audio.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    margin-left: -40px;
}

.dptoK {
    position: absolute
    margin-left: 300px;
    width: 100px;
    height: 100px;
    border: 1px solid;
    border-radius: 0%;
    margin-bottom: 1px;
    display: inline-flex;
}
#paletaK {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 416px;
    height: 200px;
    margin-left: 100px;
    display: inline-flex;
}
.coloresK {
    width: 50px;
    height: 50px;
    border: 1px solid;
    border-radius: 50%;
    margin-right: 2px;
    margin-bottom: 1px;
    display: inline-grid;
}


.colores {
    width: 30px;
    height: 30px;
    border: 1px solid;
    border-radius: 50%;
    margin-bottom: 1px;
    /*display: inline-grid;*/
    position: absolute;
}
#amarillo {
    background-color: #ffff00;
}
#azul {
    background-color: #0000ff;
}
#rojo {
    background-color: #ff0000;
}
#verde {
    background-color: #006900;
}
#morado {
    background-color: #690069;
}
#gris {
    background-color: #696969;
}
#negro {
    background-color: #000000;
}
#blanco {
    background-color: #ffffff;
}
#CapaFondo {
    fill: #ffff00;
}
.row {
    width: 100%;
    height: 100%;
}

a {
    color: #69696920;
    text-decoration: none;
}
#talk {
    margin-top: 1rem;
    margin-left: -2rem;
}

.mapa {
    position: absolute;
}
#pincel {
    background-image: url("../imagen/pincel.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 234px;
    height: 228px;
    position: absolute;
}
#paleta {
    background-image: url("../imagen/paletacolores.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 200px;
    margin-left: 500px;
    position: relative;
}
.pcolores {
    margin-left: 500px;
    width: 30px;
    height: 30px;
    margin-left: 495px;
    margin-top: -205px;
    position: absolute;
}
#gane {
    position: absolute;
    background-image: url("../imagen/MUYBIEN.png");
	background-position: 0px 0px;
	background-repeat: repeat;
    /*width: 364px;
    height: 417px;*/
    width: 180px;
    height: 209px;
    left: 44rem;
    top: 30rem;
    visibility: hidden;
}