body {

    margin: 0 0 0 0;

}

h1 {
    font-size: 18px;
    font-family: "Georgia", Verdana, Lucida, Helvetica, Arial, sans-serif;
    color: #666;
    text-align: right;
    margin: 10px 5px 5px 0px;
}

a {
    color: red;
}

#menu {
    width: 130px;
    height: 400px;
    float: left;
    position: absolute;
    border-right: 5px solid red;
    font-size: 12px;
}

#logo {
    margin-top: 10px;
}

.memotest {
    border: 0px solid #CCC;
    background-color: #FFF;
    text-align: left;
    float: left;
    position: absolute;
    margin-left: 150px;
}

.ficha {
    width: 64px;
    height: 64px;
    border: 1px solid #FFF;
    background-repeat: no-repeat;
    float: left;
}

.ficha-cover {
    width: 64px;
    height: 64px;
    border: 0px solid #333;
    background-color: #EEE;
    float: left;
}

.trabado {
    display: none;
}

.abierto {
    display: none;
}

.seleccionada {
    border: 1px solid #EEE;
}

.encontrada {
    border: 1px solid #FFF;
}

/* jqModal base Styling courtesy of;
Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */

.jqmWindow {
    display: none;

    position: fixed;
    top: 17%;
    left: 50%;

    margin-left: -200px;
    width: 400px;

    background-color: #FFF;
    color: #333;
    border: 2px solid RED;
    padding: 9px;
}

.jqmOverlay {
    background-color: #000;
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
    position: absolute;
    top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/**
  Background image
*/

.s-16 {
    background-image: url(../img/64/16.png);
}

.s-1 {
    background-image: url(../img/64/1.png);
}

.s-8 {
    background-image: url(../img/64/8.png);
}

.s-3 {
    background-image: url(../img/64/3.png);
}

.s-4 {
    background-image: url(../img/64/4.png);
}

.s-5 {
    background-image: url(../img/64/5.png);
}

.s-11 {
    background-image: url(../img/64/11.png);
}

.s-17 {
    background-image: url(../img/64/17.png);
}

.s-12 {
    background-image: url(../img/64/12.png);
}

.s-6 {
    background-image: url(../img/64/6.png);
}

.s-14 {
    background-image: url(../img/64/14.png);
}

.s-7 {
    background-image: url(../img/64/7.png);
}

.s-10 {
    background-image: url(../img/64/10.png);
}

.s-9 {
    background-image: url(../img/64/9.png);
}

.s-2 {
    background-image: url(../img/64/2.png);
}

.s-18 {
    background-image: url(../img/64/18.png);
}

.s-13 {
    background-image: url(../img/64/13.png);
}

.s-15 {
    background-image: url(../img/64/15.png);
}