.info {
	display: none;
}

table tbody tr:first-child td:first-child {
	width: 50px;
	text-align:center;
}

table tbody tr:first-child td:last-child {
	width: 30px;
	text-align:center;
}

table tbody tr:first-child td:first-child > div:first-child {
	width: 100%;
}

table td {
	vertical-align: top;
}

table tbody tr:first-child td > div:first-child {
	position: relative;
	display: table;
	height: 40px;
}

.icono-tabla > img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: auto; 
    width: auto; 
    max-width: 32px; 
    max-height: 32px;
    min-width: 32px; 
    min-height: 32px;
}

.titulo-opcion > span {
	display: table-cell;
	vertical-align: middle;
}

table tbody tr:first-child td > div.help{
	overflow:hidden;
	display: flex;
	align-items: center;
	width:100%;
}

p {
	text-align: justify;
}

div.persistente{
	display: table;
	height: 40px;
	margin-top: 20px;
}
div.persistente span{
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
}
div.persistente span:first-child{
	width:50px;
	text-align:center;
}

/* identificacion_info.aspx */

td > * {
	vertical-align:middle;
}

.tabla-elementos-noseleccionables td, .tabla-elementos-noseleccionables th {
	padding:10px !important;
}

table.tabla-elementos-noseleccionables > thead{
	background-color:#ddddee;
}

table.tabla-elementos-noseleccionables table.tabla-elementos-noseleccionables tbody{
	background-color:#eeffee;
}

table.tabla-elementos-noseleccionables table.tabla-elementos-noseleccionables thead{
	background-color:#ddeedd;
}

td:first-child, th:first-child {
	width:30px;
}

.msg-error {
	background: #FEE url(/segex/imgs/identificacion/error.svg) no-repeat 15px center;
	margin:10px 0;
	display: block;
	padding: 5px 5px 5px 50px;
}

#container{
	position: relative; 
	min-height: 200px;
}

.help{padding:0 5px;}
.help > button:enabled:focus{box-shadow: 0 0 5px #38c;}

/* La cabecera con el título y el logo se oculta en la modalidad iframe en un jquery dialog */
#container > #opciones > #cabecera-login{display:none}

@media (min-width: 800px) {
	/* Si la página se muestra a nivel de la ventana, en lugar de hacerlo dentro de un iframe: */

	html{
		height: 100%;
	}

	body{
		height: calc(100% - 10px);
	}

	form{
		height: 100%;
	}

	#container{
		height: 100%;
		background-image: url(/segex/imgs/identificacion/bg.jpg);
		background-color: #fff;
		background-size: cover;
		/*background: radial-gradient(circle, #96523e 0%, #c4c0c0 100%);*/
	}

	#container #opciones{
		position: absolute;
		left: 50%;
		top: 50%;
		margin: 0;
		width: 700px;
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		padding: 10px;
		background-color: #fff;
		box-shadow: 2px 2px 10px 10px rgba(0, 0, 0, 0.2);
		border-radius: 10px;
		min-height: 300px;
	}

	#container > #opciones > #cabecera-login{
		display: block;
		overflow: hidden;
	}

	#container > #opciones > #cabecera-login > .logo{
		float: right;
		margin-left: 20px;
		height: 100px;
	}

	#container > #opciones > #cabecera-login > h1{
		overflow: hidden;
		display: block;
		font-size: 1.3em;
		text-transform: uppercase;
		font-weight: bold;
		color: #FFFFFF;
		background-color: #6b261c;
		padding: 2px 5px;
		margin: 15px 0 5px 0;
	}

	#container > #opciones > #cabecera-login > .nombre-sede{
		overflow: hidden;
		font-weight: bold;
		text-align: right;
	}
}
