/* NORMALIZADORES ------------------------------------------------------------*/

/* ETIQUETAS HTML ------------------------------------------------------------*/

/* IDENTIFICADORES------------------------------------------------------------*/

/* CLASES ------- ------------------------------------------------------------*/
.btn-primary
{
    background-color: #9E886B;
    border-color: #9E886B;
    color: #FFFFFF;
}

.btn-primary:hover {
  color: #fff;
  background-color: #CCC0B0;
  border-color: #CCC0B0;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #9E886B;
  border-color: #9E886B;
  box-shadow: 0 0 0 0.2rem rgba(158, 136, 107, 0.0);
}
/*
.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
*/
.jumbotron {
  padding: 0rem;
  margin-bottom: 0rem;
  background-color: transparent;
  border-radius: 0.0rem;
}
/* MEDIA QUERYS --------------------------------------------------------------*/

/* PROTOTIPOS. AQUI VAN LOS ESTILOS QUE SE ESTÁN DESARROLLANDO, UNA VEZ
   TERMINADOS SE INCORPORAN A LA SECCIÓN QUE LES CORRESPONDE------------------*/

