#boton-teamviewer
{
    float: right;
    position: relative;
    top: 15px;
    width: 96px;
    height: 48px;
}
#texto-teamviewer
{    
    position: absolute;
    top: 13px;
    left: 30px;
    display: block;
    cursor: pointer;
    color: #585858;
    font-size: 11px;
    font-weight:bold;
    line-height: 1.2em;
    text-align: center ;
    width: 65px;
    /*border:solid 1px;
    border-radius:4px;*/
    min-height:2.5rem;
    padding:0 0.6rem;
}