/*
#menu{
	width:130px;
	height:400px;
	float:left;
	position:absolute;
	border-right: 5px solid red;
	font-size:12px;
}
#logo{
	margin-top:10px;
}*/
.memotest{
	width:90%; 
	max-width:1000px;
	margin: 0 auto;
}
.ficha{
	width:100px;
	height:100px;
	border:3px solid #FFF;
	background-repeat:no-repeat;
	float:left;
}
.ficha-cover{
	width:100px;
	height:100px;
	border:0px solid #333;
	background-color:#bbbbbb;
	float:left;
}
.trabado{
	display:none;
}
.abierto{
	display:none;
}
.seleccionada{
	border:3px solid #bdbdbd;
}
.encontrada{
	border:3px 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: 90%;
    max-width:400px;    
    background-color: #FFF;
    color: #333;
    border: 2px solid #cdcdcd;
    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');
}






/*************** SOPA LETRAS ****************/

/* Style for grid cells */
.rf-tgrid {
    
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 14px;
    margin: 1px;
    padding: 10px;
/*    border: 1px solid bisque;*/
    vertical-align: middle;
    text-align: center;

}

/* Style for the grid */
.rf-tablestyle {
    border: 2px solid;
    border-color:  #989898;
    /*background-color: ghostwhite;*/
    cursor: pointer;

}

/* Style for the div containing the grid */
#rf-searchgamecontainer {
    float: left;
    padding-right: 50px; 
}

/* Style for the div containing the word list */
#rf-wordcontainer {
    /*font-family: Verdana,Arial,Helvetica,sans-serif;*/
    float :left;
    padding-right: 50px; 
    cursor: default;
	margin : 1em 1em 1em 0;
	
    border: 2px solid;
    border-color: #989898;
    
	cursor: pointer;	
}

/* Style for the words that have been found */
.rf-foundword {
    /*font-family: Verdana,Arial,Helvetica,sans-serif;*/
	text-decoration : line-through;
	color : lightgray;
	font-style : italic;

}

#rf-tablegrid .rf-armed {
/*	background: lightcyan;*/
}

#rf-tablegrid .rf-highlight {
    background: red;
}


#rf-tablegrid .rf-glowing {
	background: #d2d2d2;
        
}

#rf-tablegrid .rf-selected {
	background: #addac6;
}

/* style for words that didn't make it on the grid */
.rf-pfalse {
    color: gray;
    visibility: hidden; 
}
