* {
margin: 0;
padding: 0;
}

#keyboardContainer { margin: 0px auto; width: 100%; background-color: rgba(235,235,235,0.95); position: absolute; z-index: 999; height: 360px; transition: 1s; bottom: -360px; }
#keyboardContainer.hidden{ bottom: -360px;}
#keyboardContainer.visible{ bottom: 0px;}
#write {
	position: absolute; top: 20px; 
margin: 0 0 5px;
padding: 5px;
width: 671px;
height: 120px;
font: 1em/1.5 Gotham, "Helvetica Neue", Helvetica, Arial,Sans-Serif;
background: #fff;
border: 1px solid #f9f9f9;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#keyboard {
	margin: 0;
	margin-left: 0px;
	padding: 0;
	list-style: none;
	width: 892px !important;
	left: 50%;
	position: absolute;
	margin-left: -446px;
	background-color: rgba(235,235,235,0);
	margin-top: 3px;
	font-family: Gotham, "Helvetica Neue", Helvetica;
}
    #keyboard li {
    float: left;
    margin: 0 5px 5px 0;
    width: 65px;
    height: 65px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #f9f9f9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    }
        .capslock, .q, .left-shift {
        clear: left;
        }
.arroba{ width: 114px !important; clear: left;}
.prov{width: 125px !important;}
            #keyboard .q, #keyboard .delete {
            width: 74px;
            }
            #keyboard .capslock {
            width: 93px;
				font-size: 40px;
            }
            #keyboard .delete {
            width: 156px;
            }
			#keyboard .ocultar {
				width: 165px;
				line-height: 1;
			  padding-top: 10px;
			  height: 55px;
			}
            #keyboard .left-shift {
            width: 120px;
				font-size: 20px;
            }
            #keyboard .right-shift {
            width: 110px;
				font-size: 20px;
            }
        .lastitem {
        margin-right: 0; clear: right;
        }
        .uppercase {
        text-transform: uppercase;
        }
        #keyboard .space {
        width: 500px;
        }
        .on {
        display: none;
        }
        #keyboard li:hover {
        position: relative;
        top: 1px;
        left: 1px;
        border-color: #e5e5e5;
        cursor: pointer;
        }