#loginOverlay {
  display: none;
  padding: 40px;
  font-size: 80%;
  background-image: url(../img/fondos/white-login.png);
  width: 320px;
  height: 240px;
}

#loginOverlay p {
  width: 300px !important;
}

#loginOverlay a.close,
#cond_usoOverlay a.close {
  background: url(../img/interfaz/close.png) no-repeat;
  position: absolute;
  top: 2px;
  right: 5px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

#progreso_overlay {
  font-size: 90%;
  display: none;
  padding: 2em;
}

#progreso_contenedor {
  margin: 0 auto 0 auto;
  width: 200px;
  height: 21px;
  border: 1px solid #f0f0f0;
  text-align: left;
}

#progreso_indicador {
  margin: 0 auto 0 auto;
}

#progreso {
  margin: 0;
  padding: 0;
  background: url(../img/interfaz/progreso.png) green left center no-repeat;
  text-align: center;
  color: #000000;
  overflow: visible;
  width: 0%;
  height: 100%;
}

#progreso_datos {
  text-align: center;
}

#progreso_cancelar {
  width: 90%;
  text-align: right;
}

#progreso_velocidad, #progreso_restante {
  font-weight: bold;
}

#iframe_upload {
  display: none;
}

.envoltura_minipagina {
  width: 290px;
  overflow: hidden;
}

#cond_usoOverlay {
  display: none;
  padding: 40px;
  font-size: 80%;
  background-image: url(../img/fondos/white.png);
  width: 420px;
  height: 310px;
}

#cond_usoOverlay div {
  overflow-y: auto;
  height: 300px;
}

#cond_usoOverlay p {
  width: 400px !important;
}

#ver_historico_detallado:hover {
  cursor: pointer;
}

#historico_detallado {
  margin: 1em 0 1em 2em;
}

div.mini_info_av {
  text-align: right;
}
