/* http://cssbeautify.com/ */

/* Elementos HTML */

html {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
body {
    background: #000000;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    overflow: hidden;
}
/*Retro compatibilidad con IE*/

@-ms-viewport {
    width: 100vw;
    zoom: 100%;
}
@viewport {
    width: 100vw;
    zoom: 100%;
}
@-ms-viewport {
    user-zoom: fixed;
}
@viewport {
    user-zoom: fixed;
}
button {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    outline: none;
}

#gameArea {
    width: 100%;
    height: 100%;
	background: #eee url('../img/patron-fondo.png');
}

