/** Buttons: Botones hover: http://www.w3schools.com/css/css3_buttons.asp
div#position {
    position: relative;
    float: center;
    width: 800px;
    height: 650px;
    margin: auto;
    padding: 10px;
    border: 3px solid #73ad21;
}**/

}
/** Buttons: Botones hover: http://www.w3schools.com/css/css3_buttons.asp**/
.imputPos {
    bottom: 10px;
    left: 60px;
    width: 50px;
    border: 1px solid #73ad21;
}
/** Buttons: Botones hover: http://www.w3schools.com/css/css3_buttons.asp **/
div#butPos {
    position: absolute;
    bottom: 40px;
    left: 250px;
    border: 1px solid #73ad21;
}
/** Buttons: Botones hover: http://www.w3schools.com/css/css3_buttons.asp **/
