body {
	background-image: url('../Utilidades/Fondo.png');
}

.volver-indice-link {
    text-decoration:none;
    font-size:20px;
    color: #333;
}

.volver-indice-link:hover {
    text-decoration: none;
    font-size: 20px;
    color: #333;
}

.volver-indice-link:focus {
    text-decoration: none;
    font-size: 20px;
    color: #333;
}

.indice-manual {
    margin-top: 2em;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border: none;
}

.card-indice {
    border:none;
    border-radius:0 0 !important;
}

.card-header-indice {
    text-align: center;
    background-color: #c7c7c7;
    color: #c7c7c7;
    border-radius: 0 0 !important;
}

.card-block-link {
    color: #150000;
    font-size:20px;
    font-weight:400;
}

.card-block-link:hover {
    text-decoration: none;
    color: #150000;
}

.card-block-link:focus {
    text-decoration: none;
    color: #150000;
}

.card-header-indice a {
    color: #150000;
    background-color: #c7c7c7;
}

.card-header-indice a:hover {
    text-decoration: none;
    color: #150000;
    background-color: #c7c7c7;
}

.card-header-indice a:focus {
    text-decoration: none;
    color: #150000;
    background-color: #c7c7c7;
}

.titulo {
    padding-top: 50px;
    margin-top:1em;
    font-weight: 900;
    font-size: 45px;
    color: #e6e6e6;
    text-transform: uppercase;
    font-family: 'Arimo', sans-serif;
}

.banda-titulo {
    background-color: #333;
    height: 150px;
}

.sin-margen {
    margin:0;
}

.sin-padding {
    padding: 0;
}

.banda-titulo-desarrollo {
    padding-left: 30px;
}

.panel-desarrollo {
    padding: 1.5em;
    margin-top: 3em;
    background: rgb(240,240,240);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

img {
    max-width: 100%;
    max-height: 100%;
}

.link-indice{
    text-decoration: none;
}
.link-indice:hover{
    text-decoration: none;
}

.rta{
    padding-left: 2em;
}


.sidebar {
  position: sticky;
  top: 51px;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  border-right: 1px solid #eee;
  background: #fffff4;
  height: 100vh;
}

/* Sidebar navigation */
.sidebar {
  padding-left: 0;
  padding-right: 0;
}

.sidebar .nav {
  margin-bottom: 20px;
}

.sidebar .nav-item {
  width: 100%;
}

.sidebar .nav-item + .nav-item {
  margin-left: 0;
}

.sidebar .nav-link {
  border-radius: 0;
}

