body{
    background: rgb(228, 225, 226);
    text-align: center;
}
input,label,button{
    font-size: 14px;

    font-family: Arial,sans-serif;
    font-weight: bold;
}
table{
    width: 283px;

    margin-top: 163px;
    box-shadow: 1px 1px 4px 1px #CDCACA;
    border: 1px solid rgb(196, 194, 193);
    padding: 15px;
    border-radius: 5px;
    display: inline-block;
    background: rgb(244, 242, 240);
}

table td{
    text-align: center;

}

input,select{
    border-radius: 3px;

    height: 20px;
    width: 99%;
    max-width: 301px;
    margin-bottom: 10px;
    box-shadow: 2px 4px 5px -3px #989797;
    border: 1px solid #CDCDCD;
    padding-left: 5px;
    padding-right: 5px;
}
label{
    

    width: 100%;

    text-align: left;
    display: inline-block;
    max-width: 303px;
}
select{
    height:25px;
}
input {
  width: 95%;
}
button{
    width: 48%;

    max-width: 147px;
    height: 25px;
    box-shadow: 1px 1px 2px 0px #6E6D6D;
    color: #fff;
    border: none;
    background: rgb(22, 142, 178);
    cursor: pointer;
    border-radius: 3px;
}

#Limpiar {
  background: rgb(75, 112, 127);
}

button:hover{
    opacity: .7;
}
.btnlimpiar {
  background: url('/MAPGISV5_WEB/images/botones/22x22/limpiar2.png');
  display: inline-block;
  width: 23px;
  height: 20px;
  left: -3px;
  position: relative;
  margin-bottom: -7px;
  top: -3px;
  background-size: contain;
  background-repeat: no-repeat;
}
.btnIngresar{
background: url('/MAPGISV5_WEB/images/botones/22x22/ingresar.png');
  display: inline-block;
  width: 23px;
  height: 20px;
  left: -3px;
  position: relative;
  margin-bottom: -7px;
  top: -3px;
  background-size: contain;
  background-repeat: no-repeat;
}