
.left {
    float: left;
}

.right {
    display:block;
    float:right;
}

.clear {
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
}

.fruto {
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-weight: 800;
    color:#D34817
}

.frutoicon {
    position:absolute;
    top:0;
    right:0;
    background-image: url('frutobot_ico_trans.png');
    background-repeat: no-repeat;
    
    background-size: 100% 100%;
    width:200px;
    height:200px;
}

.section {
    margin-top: 20px;
    margin-bottom: 20px;
}

.head1 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size:24pt;
    margin-bottom: 14px;
}

.body1 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size:18pt;
}
