/* para el iframe de las operaciones */
#procesaroperacion {
  border: 0px;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 98%;
  height: 100%;
  display: none;
}

#frameproceso {
  width: 100%;
  border: 0px;
}

/* para el iframe de las operaciones */
/* barra con la info de usuario */
#usuarionombre {
  margin-left: 10px;
  margin-right: 2px;
  padding-left: 20px;
  line-height: 16px;
  font-weight: bold;
  /* imagen del usuario */
  background-image: url(../images/usuarionombre.gif);
  background-repeat: no-repeat;
  background-position: 1px center;
  /* imagen del usuario */
}

#usuarionombrecert {
  margin-left: 10px;
  margin-right: 2px;
  padding-left: 20px;
  line-height: 16px;
  font-weight: bold;
  /* imagen del usuario */
  background-image: url(../images/usuarionombrecert.gif);
  background-repeat: no-repeat;
  background-position: 1px center;
  /* imagen del usuario */
}

/* barra con la info de usuario */
/* para la leyenda */
.con_certificado {
  font-size: 1.1em;
  background-image: url(images/con-certificado.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  line-height: 20px;
  height: 20px;
}

.con_usuario_certificado {
  font-size: 1.1em;
  background-image: url(images/con-certificado-gris.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  line-height: 20px;
  height: 20px;
}

.sin_identificar {
  font-size: 1.1em;
  background-image: url(images/sin-certificado.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  line-height: 20px;
  height: 20px;
}

/* para la leyenda */
/* mensaje modal de la fecha */
#modal {
  z-index: 2000000000;
  display: none;
  visibility: hidden;
}

#modalfondo {
  background-color: Silver;
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 2001000000;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  position: fixed;
}

#modalcontenido p {
  text-align: justify;
  padding-bottom: 30px;
}

#modalcontenido {
  background-color: white;
  border: solid 1px Gray;
  z-index: 2002000000;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 600px;
  height: 300px;
  margin-left: -300px;
  margin-top: -150px;
  text-align: center;
  font-weight: bold;
  padding: 10px;
}

/* mensaje modal de la fecha */
.listaDocumentos {
  border: 1px solid #C3CCD4;
}

/* A ver que se puede hacer con el upload */
.upload-chulo {
  position: relative;
  width: 80px;
  height: 24px;
  overflow: hidden;
  background: url(../images/upload.png) left top no-repeat;
  clip: rect(0px, 80px, 24px, 0px);
}

.upload-chulo input {
  position: absolute;
  left: auto;
  right: 0px;
  top: 0px;
  margin: 0;
  padding: 0;
  filter: Alpha(Opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

.inputDocumentos {}

.cuerpo-pasos {
  text-align: center;
}

.cuerpo-pasos div {
  background-color: #ccc;
  text-align: center;
  color: #ffffff;
  width: 150px;
  font-weight: bold;
  font-size: 12px;
  margin: 0 5px;
  padding: 10px 0;
  border: 1px solid #bbb;
  display: inline-block;
  zoom: 1;
  /* Solucion inline-block IE7 (hasLayout)*/
  *display: inline;
  /* Solucion inline-block IE7*/
  _height: 40px;
  /* Solucion inline-block IE6*/
}

.encendido {
  background-color: #336699 !important;
}

.cuerpo-pasos div span {
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
}

/* para el loading */
#esperando {
  z-index: 2000000000;
}

#esperandofondo {
  background-color: Silver;
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 2001000000;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
}

#esperandoimagen {
  background-color: white;
  border: solid 1px Gray;
  z-index: 2002000000;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 50px;
  margin-left: -100px;
  margin-top: -45px;
  padding-top: 70px;
  text-align: center;
  font-weight: bold;
  background-position: 50% 30%;
  background-image: url(images/loader.gif);
  background-repeat: no-repeat;
}

/* para el loading */
#divimagen {
  margin-bottom: 15px;
  width: 100%;
}

#divimagen img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

#divcodigo {
  margin-bottom: 15px;
}

#divcodigo label {
  display: block;
  margin-bottom: 5px;
	width: 100%;
	text-align: left;
	font-size: 15px;
}

#divcodigo input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background-color: #f3f3f3;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  -webkit-appearance: none;
  outline: none;
  border: 0;
  font-size: 16px;
	margin: 0;
	margin-bottom: 10px;
}
