
.layout {
	overflow:hidden;
}
.col-left, .col-center, .col-right {
	float:left;
}
.col-left, .col-center{
	/* Márgenes por defecto */
	margin-right:30px;
}




/* 1-COL */
	.layout-1-col .col{
		width:100%;
	}
	.layout-1-col-2-col .col-left {
		width:465px;
	}
	.layout-1-col-2-col .col-right{
		width:465px;
	}
/* 1-COL */




/* 2-COL */
	.layout-2-col .col-left {
		width:475px;
	}
	.layout-2-col .col-right{
		width:475px;
	}
/* 2-COL */
/* 2-COL-LEFT */
	.layout-2-col-left .col-left{
		width:632px;
	}
	.layout-2-col-left .col-right{
		width:318px;
	}
/* 2-COL-LEFT */
/* 2-COL-BLEFT */
	.layout-2-col-bleft .col-left{
		width:727px;
	}
	.layout-2-col-bleft .col-right{
		width:223px;
	}
/* 2-COL-BLEFT */
/* 2-COL-RIGHT */
	.layout-2-col-right .col-left{
		width:318px;
	}
	.layout-2-col-right .col-right{
		width:632px;
	}
/* 2-COL-RIGHT */
/* 2-COL-BRIGHT */
	.layout-2-col-bright .col-left{
		width:222px;
	}
	.layout-2-col-bright .col-right{
		width:728px;
	}
/* 2-COL-BRIGHT */



/* 3-COL */
	.layout-3-col .col-left{
		width:306px;
	}
	.layout-3-col .col-center{
		width:308px;
	}
	.layout-3-col .col-right{
		width:306px;
	}
/* 3-COL */
/* 3-COL-CENTER */
	.layout-3-col-center .col-left{
		width:222px;
	}
	.layout-3-col-center .col-center{
		width:475px;
	}
	.layout-3-col-center .col-right{
		width:223px;
	}
/* 3-COL */
/* 3-COL-LEFT */
	.layout-3-col-left .col-left{
		width:475px;
	}
	.layout-3-col-left .col-center{
		width:222px;
	}
	.layout-3-col-left .col-right{
		width:223px;
	}
/* 3-COL-LEFT */
/* 3-COL-RIGHT */
	.layout-3-col-right .col-left{
		width:222px;
	}
	.layout-3-col-right .col-center{
		width:223px;
	}
	.layout-3-col-right .col-right{
		width:475px;
	}
/* 3-COL-RIGHT */



/* 4-COL */
	.layout-4-col .col-left{
		width:222px;
	}
	.layout-4-col .col-center{
		width:223px;
	}
	.layout-4-col .col-right{
		width:222px;
	}
	.layout-4-col .col-separated {
		margin-right:15px;
		padding-right:14px;
		border-right:1px solid #000;
	}
/* 4-COL */
