
body { overflow: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; height: 100%; background: url('/img/haciendaventadeguadalupe/background_sistema.jpg') center center ; background-size:cover; background-attachment: fixed; }
#contenedorLogin > #contenedorPrincipal { background: url('../img/onda_N1_Big.png') center bottom no-repeat, url('../img/onda_N2_Big.png') center bottom no-repeat, linear-gradient(to bottom, rgba(210,107,75, 0.95) 0%, rgba(205,90,55, 0.95) 100%); background-size: 100%; color: #FFFFFF; font-family: Arial; border-radius: 1px; overflow: hidden; box-shadow: -12px 0 22px -16px rgba(0,0,0,0.5), 12px 0 22px -16px rgba(0,0,0,0.5); }
#contenedorLogin > #contenedorPrincipal > #contenedorLogin_A > #formularioLogin > input[type="submit"] { background: rgba(205,90,55, 0.93); color: #FFFFFF; padding: 10px 20px; font-size: 16px; margin-top: 30px; text-transform: capitalize; cursor: pointer; border-radius: 1px; }


  .box_users_record { text-align: center; margin-bottom: 10px; }
  .box_users_record .btn_otro_usuario { background: #fff; color: #333; font-size: 12px; font-weight: bold; padding: 12px; margin: 10px; border-radius: 4px; box-shadow: 0 0 5px rgba(0,0,0,0.3); }
  .box_users_record .btn_otro_usuario:hover { cursor: pointer; background-color: #ffffffdd;  } 
  .box_users_record .record_user { display: inline-block; background: url('../img/onda_N1.png') center bottom no-repeat, url('../img/onda_N2.png') center bottom no-repeat, linear-gradient(to bottom, rgba(210,107,75, 0.95) 0%, rgba(205,90,55, 0.95) 100%); padding: 30px 10px 20px 10px; box-shadow: 0 0 5px rgba(0,0,0,0.3); margin: 10px; min-width: 120px; border-radius: 4px; border: solid 1px #FFFFFF; cursor: pointer; }
  .box_users_record .record_user .remove_record_user { position: absolute; top: -23px; right: -2px; padding: 3px 5px; border-radius: 2px; color: #FFFFFF; font-size: 13px; }
  .box_users_record .record_user .remove_record_user:hover { cursor: pointer; background: rgba(0,0,0,0.2); }
  .box_users_record .record_user .container_record_user { position: relative; }
  .box_users_record .record_user .container_record_user .foto_record_user { width: 80px; height: 80px; background: #dedede; margin: auto; margin-bottom: 15px; border-radius: 2px; background-position: center center; background-size: cover; background-repeat: no-repeat; border: solid 1px #FFFFFF; }
  .box_users_record .record_user .container_record_user .usuario_record_user { font-size: 9px; color: #FFFFFF80; margin-bottom: 2px;}
  .box_users_record .record_user .container_record_user .nombre_record_user { font-size: 13px; color: #FFFFFF; font-weight: bold; letter-spacing: 1px; padding: 0 10px; }