#MarcoAppletFirma {
	height: 750px;
	position: relative;
	float: left;
	display: block;
	margin-bottom: 10px;
}

#pasoA {
	background-image: url(../images/firmapplet/a.png);
	/*background-position: 0.5em 0.1em;*/
	background-repeat: no-repeat;
	margin-left: 7.5em;
	padding-left: 2.5em;
	padding-bottom: 1.2em;
	display: block;
}

#pasoB {
	background-image: url(../images/firmapplet/b.png);
	/*background-position: 0.5em 0.1em;*/
	background-repeat: no-repeat;
	margin-left: 7.5em;
	padding-left: 2.5em;
	padding-bottom: 1.2em;
	display: block;
}

#pasoC {
	background-image: url(../images/firmapplet/c.png);
	/*background-position: 0.5em 0.1em;*/
	background-repeat: no-repeat;
	margin-left: 7.5em;
	padding-left: 2.5em;
	padding-bottom: 1.2em;
	display: block;
}
/*******************************************************/
/*    Estilos para la documentación adicional  */
/*******************************************************/
#tablaOtra  td input.TextBox {
    max-width:auto;
    max-width:100%;
}
/*******************************************************/
/*    Estilos para la lista de documentación enviada   */
/*******************************************************/
.listaDocumentacionEnviada {
	width: auto;/* estilo alternativo admitido por defecto */
	width: 100%;
}

#listaDocumentacionEnviada {
	width: auto;/* estilo alternativo admitido por defecto */
	width: 100%;
}

.listaDocumentacionEnviadaDocumento {
	width: 30%;
	padding-left: 2%;
	padding-right: 1%;
	text-align: justify;
}

.listaDocumentacionEnviadaObligatoriedad {
	width: 15%;
	text-align: center;
}

.listaDocumentacionEnviadaArchivo {
	width: 30%;
	text-align: center;
}

.listaDocumentacionEnviadaTamanio {
	width: 15%;
	text-align: center;
}

.listaDocumentacionEnviadaFirmaCorrecta {
	width: 10%;
	text-align: center;
}

/*******************************************************/
/*   						CL@VE					   */
/*******************************************************/
.listaDocuAportarBloque {
	width: auto;/* estilo alternativo admitido por defecto */
	width: 100%;
}

.listaDocuAportar {
	width: auto;/* estilo alternativo admitido por defecto */
	width: 100%;
}

.listaDocuAportarNombreSolicitud {
	width: 65%;
}

.listaDocuAportarNombre {
	width: 25%;
}

.listaDocuAportarOrganismo {
	width: 30%;
}

.listaDocuAportarAutoriza {
	width: 10%;
}

.listaDocuAportarArchivo {
	width: 35%;
}

#tablaOtra tr th:nth-child(1) {
	width: 30%;
}

#tablaOtra tr th:nth-child(2) {
	width: 55%;
}

#tablaOtra tr th:nth-child(3) {
	width: 10%;
}

#tablaOtra {
	margin-top: 10px;
}

#imagenPasoA {
	background-image: url(../images/firmapplet/a.png);
	background-repeat: no-repeat;
	margin-left: 0em;
	padding-left: 2.5em;
	padding-bottom: 1.2em;
	display: block;
}

#imagenPasoB {
	background-image: url(../images/firmapplet/b.png);
	background-repeat: no-repeat;
	margin-left: 0em;
	padding-left: 2.5em;
	padding-bottom: 1.2em;
	display: block;
}

.document-legend li {
	padding: 0px 0px 1px 0px !important;
	background: none !important;
}

/* ------------------------------- */
/* Ajustes para pantallas de móvil */
/* ------------------------------- */
/* @media only screen and (max-device-width: 500px) { */
@media screen and (max-width: 600px) {
/* 	#tablaOtra tr td:nth-child(1) { */
/* 		width: 100%; */
/* 	} */
/* 	#tablaOtra tr td:nth-child(1) input { */
/*  	width: auto;estilo alternativo admitido por defecto */
/* 		width: 100%; */
/* 	} */
/* 	#tablaOtra tr td:nth-child(2) { */
/* 	width: auto;estilo alternativo admitido por defecto
/* 		width: 100%; */
/* 	} */
/* 	#tablaOtra tr td:nth-child(2) input { */
/* 	width: auto;estilo alternativo admitido por defecto */
/* 		width: 100%; */
/* 	} */
/* 	BOTON */
/* 		#tablaOtra button{ */
/* 		font-size: 12px; */
/* 	} */
}