*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Nunito', sans-serif;
  color: #384047;
}

form {
  max-width: 700px;
  margin: 5px auto;
  padding: 5px 5px;
  background: #f4f7f8;
  border-radius: 8px;
}

h1 {
  margin: 0 0 30px 0;
  text-align: center; 
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  background: rgba(255,255,255,0.1);
  border: none;
  font-size: 14px;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 15px;
  width: 100%;
  background-color: #e8eeef;
  color: #8a97a0;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
  margin-bottom: 30px;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0 4px 8px 0;
}

select {
  padding: 6px;
  height: 32px;
  border-radius: 2px;
}

button {
  padding: 9px 30px 9px 30px;
  color: #FFF;
  background-color: #4bc970;
  font-size: 20px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 70%;
  border: 1px solid #3ac162;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
  margin-top: 5px;
  margin-left: 15%;
}

fieldset {
  /*margin-bottom: 30px;*/
  border:1px solid black;
}

legend {
  font-size: 1.4em;
  margin-bottom: 10px;

}

label {
  display: block;
  /*margin-bottom: 8px;*/
  text-align: justify;
}

label.light {
  font-weight: 300;
  display: inline;
}

#oferta{
  font-size: 30px;
}

#titulo_oferta{
  color: #37c0fb;
  padding-left: 5px;
  padding-right: 5px;
}

#lugar_oferta{
  color: #9C9C9C;
  padding-left: 5px;
  padding-right: 5px;
}

#salario_oferta{
  color: #828282;
  padding-left: 5px;
  padding-right: 5px;
}

hr{
  height: 1px;
  background-color: black;
  width: 100%;
}

#titulo_descripcion_oferta{
  color: #1C1C1C;
  padding-left: 5px;
  padding-right: 5px;
}

#descripcion_oferta{
  color: #828282;
  padding-left: 5px;
  padding-right: 5px;
}

#vacantes_oferta{
  color: #828282;
  padding-left: 5px;
  padding-right: 5px;
}

#contratacion_oferta{
  color: #828282;
  padding-left: 5px;
  padding-right: 5px;
}

#requisitos_oferta{
  color: #1C1C1C;
  padding-left: 5px;
  padding-right: 5px;
}

#descripcion_requisitos_oferta{
  color: #828282;
  padding-left: 5px;
  padding-right: 5px;
}

.negrilla{
  font-weight: bold;
  color: #1C1C1C;
}

#recuadro{
  background-color: #353e4a;
  width: 100%;
  height: 54px;
}

.mis_aplicaciones {
  background: #fff;
  font-size: 15px;
  line-height: 24px;
  text-align: justify;
  width: 100%;
  height: 93px;
  min-height: 93px;
  display: table;
  padding: 10px;
  clear: both;
  position: relative;
  border: 1px solid #ddd;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

#div_oferta{
  background: transparent;
  text-decoration: none;
  color: #1e82c4;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  height: 68px;
  max-height: 68px;
  font-weight: bold;
}

.bordes{
  border: 1px solid #ddd;
}




@media screen and (min-width: 700px) {
  form {
    max-width: 700px;
    font-size: 15px;
  }
}