#hostess-typewriter{

    position:absolute;

    top:90px;
    left:120px;
    right:50px;
    color:#2b1b12;
    font-family: "Special Elite", serif;
    font-size:16px;
    line-height:1.4;
    white-space:normal;
    word-wrap:break-word;
    letter-spacing:.4px;
    text-shadow:
    0 1px 0 rgba(255,255,255,.15);
    z-index:10;

}

.bocadillo{
    width: 480px;
    height: 360px;
    display: block;
}




#hostess-click{

    text-decoration: underline;
    cursor: pointer;

}

#hostess-click:hover{

    opacity:.75;

}