body {
	background-image: url("FONDO_SEND.png");
}
.panelprueba{
background-color:#777;
}
img {
  padding: 10px 10px 10px 10px;
 }
     .textbox
   {
   border: 1px solid #DBE1EB;
   font-size: 18px;
   font-family: Arial, Verdana;
   padding-left: 7px;
   padding-right: 7px;
   padding-top: 10px;
   padding-bottom: 10px;
   border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -o-border-radius: 4px;
   background: #FFFFFF;
   background: linear-gradient(left, #FFFFFF, #F7F9FA);
   background: -moz-linear-gradient(left, #FFFFFF, #F7F9FA);
   background: -webkit-linear-gradient(left, #FFFFFF, #F7F9FA);
   background: -o-linear-gradient(left, #FFFFFF, #F7F9FA);
   color: #2E3133;
   width:100%;
   }
  .textbox:focus
   {
   color: #2E3133;
   border-color: #FBFFAD;
   }
   label{
   color: white;
   }
   .success {
    color: #eee;
    border-color: #ccc;
    background-color: rgb(251, 130, 0);
    };
    table {
       width: 100%;
       border: 1px solid #000;
    }
    tr, td {
       width: 25%;
       text-align: center;
       vertical-align: top;
       border: 1px solid #000;
       border-collapse: collapse;
    }
    tr {
       background: #eee;
    }
 a{
 color:white;
 }
 #menutop{
 background-color: rgb(119, 119, 119);
 }
 .classestatus{
  color:white;
  font-family: oblique bold 120% cursive;
   background: linear-gradient(left, #FFFFFF, #F7F9FA);
     background: -moz-linear-gradient(left, #FFFFFF, #F7F9FA);
     background: -webkit-linear-gradient(left, #FFFFFF, #F7F9FA);
     background: -o-linear-gradient(left, #FFFFFF, #F7F9FA);
     background:rgb(119, 119, 119);;
 }
 input{
 color:black !important;
 }
 input{
  color:black !important;
  border:opx;
  }
  button, input, select, textarea {
   color:black !important;
   }
   #send{
    color:white !important;
    background:#ff8e00;
        -webkit-transition: all 1s ease;
         -moz-transition: all 1s ease;
         -ms-transition: all 1s ease;
         -o-transition: all 1s ease;
         background: #ff8e00 ;
   }
   #send:hover
      {
         background:  #ff8e00;
        color: white;
        box-shadow: inset 0 0 0 3px white;


      }
   #login{
    color:white !important;
   }
   #idx{
   color:black;
   }
   .no-padding{
    padding: 2px;
    left:5px;
    right:5px;
   }
   #cambiar{
     position: absolute;
     top: 30px;
     left: 45px;
     right: 45px;
     bottom: 30px;
     padding: 15px;
     -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
     -ms-transition: all 1s ease;
     -o-transition: all 1s ease;
     background: transparent;
   }
   #cambiar:hover
   {
      background: #333;
     color: white;
     box-shadow: inset 0 0 0 3px #fbfbfb;


   }
    .contenedor-tabla{
      display:table;
      width:100%;
      height:100%;
    }
    .contenido-tabla{
      display: table-cell;
      vertical-align: middle;
    }

    #enlace{
    color:#009688;
    }
   /* #dropzone{
             background-image: url("ARCHIVOS_SEND.png");
             width:100%
    }*/
