/* Fuentes */

@font-face {
  font-family: 'source-sans-pro';
  src: url(../fonts/source-sans-pro/SourceSansPro-Regular.otf);
}

@font-face {
  font-family: 'source-sans-pro-bold';
  src: url(../fonts/source-sans-pro/SourceSansPro-Bold.otf);
}

body, html {
  min-width: 320px;
}

#envoltorio {
  padding: 10px;
  font-family: "source-sans-pro";
  margin:auto;
} 

#envoltorio-descargar-formulario {
  padding: 10px;
  font-family: "source-sans-pro";
  margin:auto;
  max-width: 512px;
  -webkit-box-shadow: 0 0 8px rgba(100, 100, 100, 0.4);
  box-shadow: 0 0 8px rgba(100, 100, 100, 0.4);
} 

h1 {
  font-family: "source-sans-pro-bold";
  text-align: center;
}

h2,h3 {
  font-family: "source-sans-pro";
  text-align: center;
  margin-bottom: 20px;
}

label {
  font-size:  0.9em;
}

#datos-generales {
  position:absolute;
  top: 0;
  bottom: 0;
  left: 1%;
  width: 27%;
  margin-right: 1%;
}

#presupuesto-notas-botones {
  position:absolute;
  top: 0;
  bottom: 0;  
  right: 1%;
  width: 28%;
}

.otros-datos{
  display: none;
  position:absolute;
  top: 0;
  bottom: 0;
  left: 29%;
  width: 41%;
  margin-right: 1%;
}

.datos-visible {
  display: block;
}

.form-control:focus {
  border-color: #d1d1d1;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100, 100, 100, 0.4);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100, 100, 100, 0.4);
}

.otros-datos .form-group{
  margin-top: 0px;
  margin-bottom: 0px;
}

textarea {
  margin-bottom: 15px;
  resize:none;
}

.btn-group-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}

.activo {
  color: #FCF0DF;
  background-color: #EC971F;
  cursor: default;
}

.activo:hover {
  color: #FCF0DF;
  background-color: #EC971F;
}

.activo:focus {
  color: #FCF0DF;
  background-color: #EC971F;
}

#descargar-formulario{
  display: block;
  width: 90%;
  max-width:250px;
  margin:auto;
}

#boton-generar {
  margin-top: 25px;
}

#ir-abajo {
  position: fixed;
  top: 25px;
  right: 25px;
}

#ayuda-memoria-teclas {
  width: 240px;
  padding:10px;
  position: absolute;
  top: 10px;
  right:10px;
}

#ayuda-memoria-teclas h3 {
  text-align: left;
  margin: 0;
}

#ayuda-memoria-teclas ul {
  padding:0;
  margin-top:20px;

}

#ayuda-memoria-teclas li {
  list-style: none;
}

.glyph-oculto {
  display:none;
}

#display-cuantosHH {
  font-weight: bold;
  margin-left: 3px;
}