/*	Separador de columnes i files */
	.borderOn{
		width: 100%;
		/*height: 100%;*/
		border: 2px solid white;
		}
	.borderOff{
		width: 100%;
		/*height: 100%;*/
		border: 2px transparent white;
		}

	/*.www_template_100{
		position: relative;
		width: 100%;
		height: 100%;
		background-color: #D0D0D0;
		}
	.www_template_Columna{
		position: relative;
		float: left;
		height: 100%;
		background-color: #D0D0D0;
		}
	.www_template_Fila{
		position: relative;
		float: left;
		width: 100%;
		background-color: #D0D0D0;
		}*/

	.www_template_Area{
		position: relative;
		float: left;
		}