﻿html, body, form
{
	width: 100%;
	height: 100vh;
	outline: 0px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}


/*Genere este estilo para las preguntas */

.bordegenerico
{
    border: thin solid #224466;
}


section
{
	display: inline-block;
	padding: 3px;
	font-family: Tahoma, Calibri, Arial;
	max-width: 100%;
}

.areaLogo
{
	background-color: rgb(189, 233, 241);
	height: 100px;
	padding: 10px;
}

.areaTrabajo
{
	height: 100%;
	overflow: auto;
	background-color: White;
	display: inline-block;
	margin: 0px;
	text-align: center;
	float:left;
	padding-left: 0px;
}

.bienvenido
{
	float: right;
	margin-top: 25px;
	margin-right: 10px;
	font-family: Tahoma, Calibri, Arial;
	font-style: italic;
	font-size: 11px;
	color: rgb(83, 206, 228);
}

#BotonMenuResponsivo
{
	width: 50px;
	background-color: rgb(83, 206, 228);
	position: relative;
	right: -200px;
	text-align: center;
}

#BotonMenuResponsivo span
{
	display: inline-block;
	background-color: White;
	width: 50%;
	height: 5px;
	border-radius: 3px;
	margin: 2px 0px;
}

.iconoGrid
{
	width: 25px;
	border: 0px;
	outline: 0px;
}

.imagenMuestra
{
	width: auto;
	max-width: 300px;
}

.cargaArchivo
{
	float: right;
	margin: 3px;
	width: 20px;
}

.celda
{
	font-family: Tahoma, Calibri, Arial;
	font-size: 14px;
	color: Black;
	width: auto;
	display: inline-block;
}

.centradoTotal
{
	width: inherit;
	height: inherit;
	display: table;
	text-align: center;
}

.centradoVertical
{
	display: table-cell;
	vertical-align: middle;
}

#CopiaLateral
{
	width: 200px;
}

.enmarcado
{
	border: 1px solid lightgray; 
	border-radius: 5px;
	max-width: inherit;
	padding: 3px;
}

.error
{
	color: Red;
	font-style: italic;
}

.espacioLogo
{
	background-color: White;
	margin: 0px;
	padding: 3px;
	max-width: 100%;
	height: 95%;
	border-radius: 4px;
}

.etiqueta, .etiquetaNegritas
{
	font-family: Tahoma, Calibri, Arial;
	font-size: 14px;
	color: Black;
	width: 200px;
	display: inline-block;
}

.etiquetaCorta
{
	font-family: Tahoma, Calibri, Arial;
	font-size: 14px;
	color: Black;
	width: 100px;
	display: inline-block;
}

.etiquetaNegritas 
{
	font-weight: bolder;
}

.hiloAriadna
{
	background-color: rgb(83, 206, 228);
	font-size: 11px;
	margin-top: 50px;
	min-height: 15px;
}

.lateral, .lateralResponsivo
{
	background-color: rgb(83, 206, 228);
	display: inline-block;
	color: white;
	padding: 0px;
	margin: 0px;
	height: 100%;
	overflow: hidden;
	float: left;
}

.lateral
{
	width: 200px;
}

.lateralResponsivo
{
	width: 250px;
	display: none;
	z-index: 3;
	position: fixed;
	top: 0px;
	left: -200px;
}

.logo
{
	width: 100%;
}

.logoUKS
{
	margin-top: 10px;
	display: inline;
	visibility: visible;
	opacity: 1;
}

.logoElet
{
	display: none;
	visibility: hidden;
	opacity: 0;
}

.logoDerecha, .logoIzquierda
{
	max-width: 45%;
}

.logoDerecha
{
	float: right;
}

.logoIzquierda
{
	float: left;
}

.mensaje, .dialogo
{
	text-align: center;
	display: inline-block;
	border-radius: 10px;
	border: 1px solid lightgray;
	font-family: Tahoma, Calibri, Arial;
	font-size: 16px;
	padding: 10px;
	max-width: 90%;
	margin-top: 10%;
	background-color: White;
}

.titulo
{
	font-family: Tahoma, Calibri, Arial;
	font-size: 20px;
	color: rgb(229, 51, 47);
	display: block;
	font-weight: bold;
	text-align: center;
}

.ventana, .ventanaDialogo
{
	z-index: 3;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0px;
	top: 0px;
	vertical-align: middle;
	text-align: center;
	background-color: rgba(255, 255, 255, .5);
}

.ventana
{
	display: none;
}

.ventanaDialogo
{
	display: block;
}

@media screen and (max-width: 620px)
{
	.areaTrabajo
	{
		padding-left: 50px;
	}
	
	.lateral
	{
		display: none;
	}
	
	.lateralResponsivo
	{
		display: inline-block;
	}
}