﻿/** REQUIRED **/
.row
{
    width: 100%;
    clear: both;
    float: left;
    position: relative;
    padding: 0px;
    margin-bottom: 10px;
}

.cols1, .cols2, .cols3, .cols4, .cols5
{
    display: block;
    float: left;
    overflow: hidden;
    vertical-align: top;
}

.cols1 
{
    width: 100%;
    }

.cols2 
{
    width: 49%;
    }

.cols3 
{
    width: 32%;
    }

.cols4 
{
    width: 24%;
    }

.cols5 
{
    width: 19%;
    }

.spacer1,.spacer2,.spacer3,.spacer4,.spacer5
{ 
    margin: 0px;
    padding:0px;
    height: 10px;
    float: left;
    }


.spacer1 {width:0px}
.spacer2 {width:2%}
.spacer3 {width:2%}
.spacer4 {width:1.3%}
.spacer5 {width:1.21%}

/** END REQUIRED **/

#cento-outer
{
    width: 100%;
    text-align: center;
    
}
#cento-inner
{
    margin-left: auto;
       margin-right: auto;
     
}
.col2 
{text-align: left;
    }
