/*::-webkit-input-placeholder {
   color: #cccccc;
   text-transform: none;
}
*/
/*:-moz-placeholder { 
   color: red;  
   text-transform: none;
}
*/
/*::-moz-placeholder {
   color: red;  
   text-transform: none;
}
*/
/*:-ms-input-placeholder {  
   color: red;  
   text-transform: none;
}
*/
:-ms-input-placeholder {  
   color: #FFF973;  
   text-transform: none;
}
body{
    background-color: #FFF973 !important;
    overflow: hidden;
}

p{
	font: 150px Verdana, Sans-Serif;
    margin: 0px 20px 0px 20px;
	padding: 0px 40px 0px 40px;
}

td.label{
	font: 30px Verdana, Sans-Serif;
    margin: 20px 20px 20px 20px;
	padding: 20px 40px 20px 40px;
	color: #685555;
	
	
}
.symbol{
	background-color: #FFF973;
}

.enabled{
	font: 18px Verdana, Sans-Serif;
	background-color: #ffffff ;
}
.letter{
	
	font: 22px Verdana, Sans-Serif;
	background-color: #ffffff;
}

.disabled{
	background-color: #FFF973;
	font: 0px Verdana, Sans-Serif;
}

.selected{
	background-color: #bbcaf9;
	font: 24px Verdana, Sans-Serif;
}
/*:focus {
   outline: 8px solid red;
   
}
*/
.tamFuente{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.tamFuenteBotones{
    height:20px;
    width: 20px;
    cursor: pointer;
}
.Autocolocable{
 
}

.space { margin-left:100px;}

.empezar{
    
    background: url("../img/empezar.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size:contain;
    padding: 200px; 
      max-width: 5px;
    
     -moz-opacity: 0.60;
    opacity:.60;
    filter: alpha(opacity=60);
}

.empezar:hover {
    opacity:1;   
    -moz-opacity: 1.00;
    
    filter: alpha(opacity=100);

}

* {
margin: 0;
padding: 0;
}

tr >td {
  padding-bottom: 1.5em;
}
#divKeyboard {
width: 688px;
}

  .lastitem {
        margin-right: 0;
        }
#keyboard {
margin: 0;
padding: 0;
list-style: none;
}
    #keyboard li {
    float: left;
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 3px solid #f9f9f9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    }
        .capslock, .tab, .left-shift {
        clear: left;
        }
            #keyboard .tab, #keyboard .delete {
            width: 70px;
            }
            #keyboard .capslock {
            width: 80px;
            }
            #keyboard .return {
            width: 77px;
            }
            #keyboard .left-shift {
            width: 95px;
            }
            #keyboard .right-shift {
            width: 109px;
            }
        .lastitem {
        margin-right: 0;
        }
        .uppercase {
        text-transform: uppercase;
        }
        #keyboard .space {
        width: 300px;
        }
        .on {
        display: none;
        }
      
		
container2 {
    width: 80%;
   
    display: inline-block;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
block {
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: calc(25% - 2px);
    height: 65px;
    margin: 1px;
    border: 1px solid #f9f9f9;
    float: right;
	line-height: 40px;
    text-align: center;
	font: 18px Verdana, Sans-Serif;
	background-color: #ffffff;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
block[v2] {
    height: 132px;
	background-color: #ffffff;
	border: 1px solid #f9f9f9;
	line-height: 40px;
	font: 18px Verdana, Sans-Serif;
    text-align: center;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
block[h2] {
    width: calc(50% - 2px);
	background-color: #ffffff;
	border: 1px solid #f9f9f9;
	line-height: 460px;
	font: 18px Verdana, Sans-Serif;
    text-align: center;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 10px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(99,87,87, 0.9); /* Fallback color */
  
}

/* Modal Content */
.modal-content {
    
    margin: auto;
    /*padding: 20px;*/
    width: 400px;
    height: 400px;
    background-repeat: no-repeat;
    background-size:cover;
	/*background-color: rgba(99,87,87, 0) !important;*/
	background-color: rgba(0,0,0,0) !important;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0) !important; 
    box-shadow: 0 3px 9px rgba(0,0,0,0) !important;
	border: 0px !important;
}
