@charset "utf-8";
/* CSS Document */

.inteiro	{
	float: left;
	width: 100%;
	margin-bottom: 30px;
	/*background: #EBDFDF;*/
	}
.primeiro	{
	margin-left: 0 !important;
	}

.col-1 , .col-2 , .col-3 , .col-4 , .col-5 , .col-6 , .col-7 , .col-8 , .col-9 , .col-10 , .col-11 , .col-12	{
	float: left;
	/*background: #ccc;*/
	margin: 0 0 0 2%;
	}

.col-1	{
	width: 6.5%;
	}
.col-2	{
	width: 15%;
	}
.col-3	{
	width: 23.5%;
	}
.col-4	{
	width: 32%;
	}
.col-5	{
	width: 40.5%;
	}
.col-6	{
	width: 49%;
	}
.col-7	{
	width: 57.5%;
	}
.col-8	{
	width: 66%;
	}
.col-9	{
	width: 74.5%;
	}
.col-10	{
	width: 83%;
	}
.col-11	{
	width: 91.5%;
	}




