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




/* 1-COL */
	.layout-1-col .col{
		width:100%;
	}
/* 1-COL */




/* 2-COL */
	.layout-2-col .col-left {
		width:465px;
	}
	.layout-2-col .col-right{
		width:465px;
	}
/* 2-COL */
/* 2-COL-LEFT */
	.layout-2-col-left .col-left{
		width:620px;
	}
	.layout-2-col-left .col-right{
		width:310px;
	}
/* 2-COL-LEFT */
/* 2-COL-BLEFT */
	.layout-2-col-bleft .col-left{
		width:707px;
	}
	.layout-2-col-bleft .col-right{
		width:223px;
	}
/* 2-COL-BLEFT */
/* 2-COL-RIGHT */
	.layout-2-col-right .col-left{
		width:310px;
	}
	.layout-2-col-right .col-right{
		width:620px;
	}
/* 2-COL-RIGHT */
/* 2-COL-BRIGHT */
	.layout-2-col-bright .col-left{
		width:222px;
	}
	.layout-2-col-bright .col-right{
		width:708px;
	}
/* 2-COL-BRIGHT */



/* 3-COL */
	.layout-3-col .col-left{
		width:303px;
	}
	.layout-3-col .col-center{
		width:304px;
	}
	.layout-3-col .col-right{
		width:303px;
	}
/* 3-COL */
/* 3-COL-CENTER */
	.layout-3-col-center .col-left{
		width:222px;
	}
	.layout-3-col-center .col-center{
		width:466px;
	}
	.layout-3-col-center .col-right{
		width:222px;
	}
/* 3-COL */
/* 3-COL-LEFT */
	.layout-3-col-left .col-left{
		width:466px;
	}
	.layout-3-col-left .col-center{
		width:222px;
	}
	.layout-3-col-left .col-right{
		width:222px;
	}
/* 3-COL-LEFT */
/* 3-COL-RIGHT */
	.layout-3-col-right .col-left{
		width:222px;
	}
	.layout-3-col-right .col-center{
		width:222px;
	}
	.layout-3-col-right .col-right{
		width:466px;
	}
/* 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:5px;
		padding-right:4px;
		border-right:1px solid #000;
	}
/* 4-COL */
