 body	{
	 font-family: 	sans-serif;
	 font-size	:	16px	;
	margin: 0;
	 }
 
:not(:defined) {
	display: none;
}
 
#contenedor{
	display: flex;
	flex-direction: column;
	position   : fixed;
	top        : 0;
	bottom     : 0;
	left       : 0;
	right      : 0;
}

#encabezado{
	background: #eee;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px;
}

#contenido{
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: auto;
	padding-left: 3ex;
	padding-right: 3ex;
}


.barra
{
	position	: 	sticky	;
	top		:	0			;
	background	:	white	;
	width		:	100%		;
	float		:	left		;
	margin	:	0			;
	padding-top	:	5px	;
	padding-bottom	:	5px;
}

.barra form
{
	float	:	left	;
}

.barra form:last-child
{
	float	:	right	;
}

a:link
{
	text-decoration	:	none	;
	color	:	#1c71d8
}

a:visited
{
	text-decoration	:	none	;
	color	:	#1c71d8
}

a:active
{
	text-decoration	:	none	;
	color	:	#62a0ea
}

#dialogo-espera img{
	width: 2ex;
}

#botonSalir {
	visibility: hidden;
}

#contenedor[sesionActiva] #botonSalir{
	visibility: visible;
}
