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

.inteiro	{
	float: left;
	width: 100%;
	margin-bottom: 30px;
	background: #fff;
	}
.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 5%;
	}

.col-1	{
	width: 3.75%;
	}
.col-2	{
	width: 12.5%;
	}
.col-3	{
	width: 21.25%;
	}
.col-4	{
	width: 30%;
	}
.col-5	{
	width: 38.75%;
	}
.col-6	{
	width: 47.5%;
	}
.col-7	{
	width: 56.25%;
	}
.col-8	{
	width: 65%;
	}
.col-9	{
	width: 73.75%;
	}
.col-10	{
	width: 82.5%;
	}
.col-11	{
	width: 91.25%;
	}




