.bea-portal-theme-login-tbanc .tbanc-login-out table,
.bea-portal-theme-login-tbanc .tbanc-login-out tr,
.bea-portal-theme-login-tbanc .tbanc-login-out td{
    border-collapse: collapse;
    border-width: 0px;
    padding: 0px;
    spacing: 0px;
}

.bea-portal-theme-login-tbanc table.tbanc-login {
    width: 760px;
    background-image: url('../images/fondo_top.jpg');
}


.bea-portal-theme-login-tbanc table.tbanc-login tr {
    align: left;
    vertical-align: top;
}

.bea-portal-theme-login-tbanc table.tbanc-login td.logo {
    width: 170px;
    background-image: url('../images/logo.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.bea-portal-theme-login-tbanc table.tbanc-login td.slogan {
    width: 190px;
    background-repeat: no-repeat;
    background-position: left top;
}


/*
   Lo que sigue aqui abajo se encuentra dentro de la tabla
   identificada por table.tbanc-login td.login table, pero
   no es necesario calificar los td, ya que son unicos.
*/

.bea-portal-theme-login-tbanc table.tbanc-login td.left-sep {
    width: 13px;
    background-image: url('../images/raya1.jpg');
    background-repeat: no-repeat;
    background-position: left top;
}

.bea-portal-theme-login-tbanc table.tbanc-login td.right-sep {
    width: 13px;
    background-image: url('../images/raya2.jpg');
    background-repeat: no-repeat;
    background-position: left top;
}

.bea-portal-theme-login-tbanc table.tbanc-login td.capture {
    width: 132px;
    text-align: left;
    vertical-align: middle;
}

.bea-portal-theme-login-tbanc table.tbanc-login td.capture .label {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    color: #000000; 
    font-weight: bold;
}

.bea-portal-theme-login-tbanc table.tbanc-login td.capture .label-expl { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    color: #333333; 
}

.bea-portal-theme-login-tbanc table.tbanc-login td.capture .input {
    width: 120px;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    color: #000000; 
    background-color: #e3e3e3; 
}

.bea-portal-theme-login-tbanc table.tbanc-login td.decorate {
    width: 48px;
    height: 50px;
    background-image: url('../images/seguridad.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

.bea-portal-theme-login-tbanc table.tbanc-login td.submit img {
    width: 50px;
    height: 49px;
    border-width: 0px;
    background-image: url('../images/boton-flecha.jpg');
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: bottom;
}


.bea-portal-theme-login-tbanc .btnSubmit {
  width: 50px;
  height: 49px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url('../images/boton-flecha.jpg') no-repeat center top;
  vertical-align: bottom;
  text-indent: -9000px;
  font-size: 0;
  text-align: right;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}



