*{
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
}
html{
  min-height: 100%;
  max-height: 100%;
}

body{
  min-height: 100%;
  max-height: 100%;
  font-family: Helvetica, sans-serif;
  text-align: center;
}
h1{
  font-size: 30px;
  font-weight: normal;
  font-family: sans-serif;
  color: #777;
}

#cajon_uno{
  position: relative;
  margin: 0 auto;
  width: 900px;
}

#menu_uno {
  position: relative;
  margin: 0 auto;
  width: 900px;
  display: flex;
}
#menu_uno a {
  flex:1;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  color: #fafafa;
  border-bottom: 1px solid #E3E3E3;
  background: #3D4C57;
}
#menu_uno a:nth-child(-n+4){
  border-right: 1px solid #E3E3E3;
}
#menu_uno a:nth-child(1){
  border-left: 1px solid #E3E3E3;
}
#menu_uno a:nth-child(5){
  border-right: 1px solid #E3E3E3;
}
#menu_uno a:hover{
  background-color: #174E73;
}
#ingreso{
  position: relative;
  margin: 0 auto;
  width: 300px;
  height: 240px;
  background: #F5F5F5;
  border-radius: 5px;
  border: #D9D9D9 1px solid;
  box-shadow: 0 2px 8px #D9D9D9;
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #F7F7F7), color-stop(1, #EFEFEF));
  background-image: -o-linear-gradient(top, #F7F7F7, #EFEFEF);
  background-image: -moz-linear-gradient(top, #F7F7F7, #EFEFEF);
  background-image: -webkit-linear-gradient(top, #F7F7F7, #EFEFEF);
  background-image: linear-gradient(to bottom, #F7F7F7, #EFEFEF)
}
.campoingreso{
  border: 1px solid #DEDEDE;
  height: 30px;
  width: 160px;
  padding: 0 5px;
  text-align: left;
  margin: 10px auto;
  border-radius: 3px;
}
.submit{
  padding: 10px 40px;
  cursor: pointer;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #EDEDED), color-stop(1, #DBDBDB));
  background-image: -o-linear-gradient(top, #EDEDED, #DBDBDB);
  background-image: -moz-linear-gradient(top, #EDEDED, #DBDBDB);
  background-image: -webkit-linear-gradient(top, #EDEDED, #DBDBDB);
  background-image: linear-gradient(to bottom, #EDEDED, #DBDBDB);
color: #777;
box-shadow: 0 9px 12px -10px #696969;
border: 1px solid #D8D8D8;
transition: all 300ms ease;
}
.submit:hover{
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #F1F1F1), color-stop(1, #EDEDED));
  background-image: -o-linear-gradient(top, #F1F1F1, #EDEDED);
  background-image: -moz-linear-gradient(top, #F1F1F1, #EDEDED);
  background-image: -webkit-linear-gradient(top, #F1F1F1, #EDEDED);
  background-image: linear-gradient(to bottom, #F1F1F1, #EDEDED);
}
.logo_leve {
  opacity: .55;
}

/* Inicia Formulario */
.formulario {
  position: relative;
  text-align: left;
}
.formtabla {
  position: relative;
  width: 700px;
}
.formtabla td:nth-child(1){
  vertical-align: middle;
  padding-right: 10px;
  min-width: 200px;
  min-width: 200px;
  text-align: right;
}
.submitcelda{
  text-align: center!important;
  min-width: 400px!important;
  max-width: 400px!important;
}

.seleccion {
  width: auto;
  height: 30px;
  border: 1px solid #E0E0E0;
  padding: 0 10px;
}
input[type="file" i]{
  height: 30px!important;
  border: 1px solid #E0E0E0;
  width: 400px;
  border-radius: 3px;
  color: #999;
}
input[type="button" i], input[type="file" i]::-webkit-file-upload-button, button {
  height: 30px;
  color: #777;
  font-family: helvetica, sans-serif;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #EDEDED), color-stop(1, #DBDBDB));
  background-image: -o-linear-gradient(top, #EDEDED, #DBDBDB);
  background-image: -moz-linear-gradient(top, #EDEDED, #DBDBDB);
  background-image: -webkit-linear-gradient(top, #EDEDED, #DBDBDB);
  background-image: linear-gradient(to bottom, #EDEDED, #DBDBDB);
color: #777;
  border: transparent;
}
.input_mini {
  height: 30px;
  width: 130px;
}
.input_corto {
  height: 30px;
  width: 30px;
  text-align: center;
}
.input_archv {
  height: 30px;
  width: 300px!important;
}
.input_medio{
  height: 30px;
  width: 400px;
}

.input_largo {
  height: 30px;
  width: 530px;
}
.nombre_campo,.nota_campo,.direccion_campo,.input_mini,.input_corto,.input_medio,.input_largo,.mini_select,.input_archv{
  border: 1px solid #E0E0E0;
  border-radius: 3px;
  font-family: helvetica, sans-serif;
  font-size: 100%;
  color: #888;
}
.input_mini,.input_corto,.input_medio,.input_largo,.mini_select{
  padding: 0 10px;
}

.nombre_campo,.nota_campo,.direccion_campo{
  padding: 10px;
}
.nombre_campo{
  min-width: 530px;
  max-width: 530px;
  min-height: 60px;
  max-height: 60px;
}
.nota_campo{
  min-width: 530px;
  max-width: 530px;
  min-height: 400px;
  max-height: 400px;
}
.direccion_campo {
  min-width: 300px;
  max-width: 300px;
  min-height: 170px;
  max-height: 170px;
}
.mini_select{
  margin-top: 10px;
  height: 20px;
  width: 20px;
}
#fotos_folder {
  position: absolute;
  text-align: center;
  top: 331px;
  right: 54px;
  border: 1px solid #E0E0E0;
  background-clip: padding-box;
  background: transparent;
  width: 60px;
  padding: 10px;
}
#fotos_folder img {
  width: 50px;
  margin-bottom: 10px;
}

/* Finaliza Formulario */

body #pies{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-top: 1px solid #ddd;
  font-size: 10px;
  background: #EEEEEE;
}
body #pies a {
  text-decoration: none;
  color: #555;
  font-weight: bold;
}
.divisor_estetico{
  position: relative;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #ddd;
}
