
#div-presentacion{
	background-color:white;
	display:flex;
}

.contenedor-principal {
  height: 100%;
  margin: 0;
  width:100%
}

#contenido-imagen{
	max-height:70vh;
}

#btn-mostrar-notas{
	right: 0px;
	display: ;
	position: absolute;
	top: 50%;
}

/*Logo - Marca de Agua*/
.logo img {
  position: absolute;
  top: 40%;
  height: 25%;
  left: 25%;
  z-index: 999;
  opacity: 0.035;
}

/*HEADERS*/
/*Bloque 1 -Header- Layout 2*/
.cont1-lay2 {
  height: 12%;
  color: #004E8A;
  border-bottom-style: solid;
  border-color: #c4cbd1;
  border-width: 1px;
}
.title0 {
  font-weight: bold;
  font-size:2.5em;
}
/*Bloque Header Layout 3*/
.cont1-lay3 {
  height: 12%;
  color: #004E8A;
  border-bottom-style: solid;
  border-color: #c4cbd1;
  border-width: 1px;
}

a.item-contenido {
	color:black
}
/*CONTENIDOS*/
/*Bloque 1 de Layout 1*/
.cont1-lay1 {
  height: 85%;
}
.title1 {
  padding-top: 100px;
  color: #004E8A;
  font-weight: bold;
  font-size:3rem;
}
.timer1 {
  font-weight: bold;
}
/*Bloque 2 de Layout 2*/
.cont2-lay2 {
  height: 73%;
  padding:30px;
  overflow: auto;
}

.cont2-lay2 h2 {
	font-weight: bold;
}

.list-group-i {
  border: none;
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
} 

.cont2-lay2 .list-group-i{
	font-size:1.25rem;
}

#list-contenido-general .list-group-i {
	font-size: 1.75em;
}
/*Bloque 2 de Layout 3*/
.cont2-lay3 {
  height: 73%;
  overflow: auto;
}
#colapso {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 20;
}

#div-contenido-solo-texto {
  height: 100%;
  padding: 30px;
  font-size:1.75em;
  overflow: auto;
  width:100%;
}

/*PIE DE PAGINA*/
/*Logo y Barra - Layout 1, 2 y 3*/
.pie-de-pagina {
  margin: 0;
  height: 12%;
}
.pie-de-pagina img {
  align-self: flex-end;
  height: 75%;
  border-bottom-width: 10px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  margin-right: 15px;
}
.barra {
  border-left-width: 10px;
  border-left-style: solid;
  border-right-width: 10px;
  border-right-style: solid;
  width: 100%;
  height: 22%;
  background-color: #E95C26;
  color: white;
}
#curso {
  margin-left: 15px;
}
#asesor {
  margin-right: 15px;
}

#div-notas  {
	margin-left:40px;
	width: 40%;
	height: 70vh;
	font-size:1.30rem;
	background-color: #e4eaf4;
}