/*
.formulario	{
	border-radius	:	5px	;
	padding		:	20px	;
	border		:	1px solid black	;
	display		:	table	;
	background	:	white	;
}

.formulario .fila
{
	display	: 	table-row	;
	clear	:	both	;
	width : 100%	;
}


.formulario .etiqueta
{
	float		:	left	;
	margin-top	:	6px	;
	display		:	table-cell	;
	margin-right	:	5px	;
}

.formulario .etiqueta[data-etiqueta]::before
{
	content	:	attr(data-etiqueta)":"	;
}

.formulario .control
{
	float			:	right			;
	margin-top	:	6px			;
	display		:	table-cell	;
}

.formulario .encabezado
{
	display	:	table-cell	;
	float		:	left			;
}

.formulario .encabezado[data-etiqueta]::before
{
	content	:	attr(data-etiqueta)	;
}
*/
