#whiteboard {
    width: 895px;
    height: 266px;
    background-color: #fff;
    background-image: url(../img/whiteboard.png);
    background-repeat: no-repeat;
    position: relative;
}

#texto_whiteboard{
    position: absolute;
    right: 0px;
}

.textWhiteBoard{
    width: 410px;
    height: 70px;
    margin: 143px 18px 0 0;
    padding: 12px;
    float: right;
}

.textWhiteBoard h2{
    margin-top: 8px;
    font-size: 180%;
}

.textWhiteBoard p, .textWhiteBoard a{
    margin-top: 18px;
    font-size: 90%;
}

.grayTrans {
    background-color: gray;
}

.img_board {
    float: left;
    margin: 33px 0 0 76px;
}

