body{
  background: url(../imagenes/bck.jpg);
  width: 100%;
  height:100%;
  font:12px/18px 'Open Sans', sans-serif, Arial, Helvetica;
}
header{
  background: url(../imagenes/cabecera.png)no-repeat;
  background-color: white;
  width: 100%;
  height: 140px;
}

form .estilofield{
  height: 200px;
  width: 50%;
  margin-top: 40px;
  margin-left: 22%;
   font:12px/18px 'Open Sans', sans-serif, Arial, Helvetica;

}

.index{
  width: 100%;
  height: 300px;
  margin: 0 auto auto auto;
}

 .vendedor{
  width: 77%;
  height: 77%;
  text-align: left;
  margin-left: 80px;
  font-size: 14px;
  font-family: 'News Cycle';

}
.estilofield{
  background-color: white;
  height: 80%;
  width: 90%;
  text-align: center;
  margin-left: 20px;  
  margin-top: 40px;
  font-size: 14px;
  font-family: 'News Cycle';

}

.izq{

  text-align: left;
}

div{  
  margin: .4em 0;
}
div label{
  width: 35%;
  float: left;
  font-size: 16px;
  color: black;
}





#form1{
    border: outset #E668A4;
    margin: 0 auto;
    width: 840px;
    height: 490px;
    margin-top: 20px;
  }
  .barra{
  background: #E668A4;
  margin: 0 auto;
  height: 30px;
  text-align: center; 
  color: white;
  font-size: 16px;
}
#ingresarcita1{
  display: inline-block;
  font-size: 12px;

}
#ingresarcita2{
  display: inline-block;
  margin-left: 20px;
  font-size: 12px;
}

.sim{
  width: 80%;
  height: 50%;
  text-align: left;
  margin-left: 60px;
  font-size: 14px;
  font-family: 'News Cycle';

}

#form2{
    border: outset #E668A4;
    margin: 0 auto;
    width: 50%;
    height: 270px;
    margin-top: 20px;
  }
  .importar{
  width: 80%;
  height: 55%;
  text-align: left;
  margin-left: 50px;
  font-size: 14px;
  font-family: 'News Cycle';

}

#form3{
    border: outset #E668A4;
    margin: 0 auto;
    width: 40%;
    height: 290px;
    margin-top: 20px;
  }

  #importacion{
  color: #336600;
  text-align: center;
}

#importacionin{
  color: #990000;
  text-align: center;
}

.cabezatabla{
  color: white;
  text-align: center;
  background: #E668A4;
  font-size:13px;

}

nav { 
  height: 44px;
  margin: 0px auto;
  border-radius: 5px;
  color: #222;
  background: #333; /* Show a solid color for older browsers */
  background: -moz-linear-gradient(#043771, #4F9FF9);
  background: -o-linear-gradient(#043771, #4F9FF9);
  background: -webkit-linear-gradient(#043771, #4F9FF9);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  
} 

#menu_container { 
  width: 100%;
  margin: 0 auto 0 auto;
  font-size: 12px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  }

  
footer { 
  width:100%;
  margin:0 auto auto auto;
  font:12px/18px 'Open Sans', sans-serif, Arial, Helvetica;
  text-shadow: 1px 1px #0D7989;
  height: 110px;
  display:block;
  padding: 5px 0 20px 0;
  text-align: center; 
  -webkit-border-radius: 13px 13px 13px 13px; 
  -moz-border-radius: 13px 13px 13px 13px;
  border-radius: 13px 13px 13px 13px;
  color: #FFF;
  border: solid 1px #3BDDF5;
  background: #333; /* Show a solid color for older browsers */
  background: -moz-linear-gradient(#BD1F6A, #E668A4);
  background: -o-linear-gradient(#BD1F6A, #E668A4);
  background: -webkit-linear-gradient(#BD1F6A, #E668A4);

       
}

footer p { 
  line-height: 1.7em;
  padding: 0 0 10px 0;
}

footer a { 
  color: #FFF;
  text-decoration: none;
}

footer a:hover { 
  color: #444;
  text-shadow: none;
  text-decoration: none;
}