
/******* FLOAT ********/
.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}
.floatNone{
    float: none;
}
/******* FLOAT ********/




/******* DIVS ********/
.box100{
    width: 100%;
}


.box12{
    width:50%;
}


.box13{
    width:33.333%;
    display: inline-block;
}

.box23{
    width:66.666%;
}
/******* DIVS ********/