.Contenedor {
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 15px;
  background: aliceblue;
  display: flex;
  flex-flow: column wrap;
  box-sizing: content-box;
}

.Contenedor2 {
  margin: 0%;
  padding: 15px;

  display: flex;
  flex-flow: column wrap;
  width: auto;
  flex: 45%;
  box-sizing: content-box;
}

.Contenedor3 {
  margin: 0%;
  padding: 15px;

  display: flex;
  flex-flow: column wrap;
  width: auto;
  flex: 30%;
  box-sizing: content-box;
}

.Contenedor0 {
  margin-top: 1px;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 1px;
  padding: 0px;
  background: aliceblue;
  display: flex;
  flex-flow: column wrap;
  box-sizing: content-box;
}

.ContenedorPie {
  height: 100px;
  background: #000000;
  position: relative;
  margin: 0px;
}

.ContenedorCabeza {
  height: 110px;
  background: #000000;
  box-sizing: content-box;
}

.CabezaTitulo {
  font-size: 30px;
}

.CabezaTexto {
  justify-content: right;
  color: #ffffff;
  font-weight: bold;
  width: 34%;
  display: inline-block;
}

.CabezaLogo {
  display: inline-block;
  width: 100px;
  height: 60px;
  background: rgba(158, 164, 255, 0.5);
  margin: 3px;
}

.Contenedor_H {
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 15px;
  background: aliceblue;
  display: flex;
  flex-flow: row wrap;
  box-sizing: content-box;
}

.Contenedor_H_0 {
  margin: 0%;
  padding: 0px;
  background: aliceblue;
  display: flex;
  flex-flow: row wrap;
  box-sizing: content-box;
}

.Label {
  margin-top: 15px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 20px;
}

.Label_0 {
  font-size: 20px;
}

/**********************************************/

.CajaTexto {
  width: 100%;
  padding: 4px 3px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 20px;
}

.CajaTextoMediano {
  width: 100%;
  padding: 4px 3px;
  margin: 4px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 15px;
}

.CajaTextoMediano_0 {
  width: 100%;
  padding: 4px 3px;
  margin: 0px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 15px;
}

/*******************************************************************************************************/

.Boton {
  width: 100px;
  background-color: #4caf50;
  color: white;
  padding: 8px 5px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
}

.Boton:hover {
  background-color: #45a049;
}


.Boton-Azul{
  width: 100px;
  background-color: #2642bde7;
  color: white;
  padding: 8px 5px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
}

.BotonAzul:hover {
  background-color: #2642bdca;
}




.Boton-Rojo {
  width: 100px;
  background-color: #c51717da;
  color: white;
  padding: 8px 5px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.Boton-Rojo:hover {
  background-color: #c51717da;
}

.Boton1 {
  min-width: 100px;
  background-color: #4caf50;
  color: white;
  padding: 1px 1px;
  margin: 2px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.Boton1:hover {
  background-color: #45a049;
}

.Boton2 {
  min-width: 100px;
  background-color: #4caf50;
  color: white;
  padding: 2px 2px;
  margin: 3px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.Boton2:hover {
  background-color: #45a049;
}

.Boton3 {
  min-width: 100px;
  background-color: #4caf50;
  color: white;
  padding: 4px 4px;
  margin: 5px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.Boton3:hover {
  background-color: #45a049;
}

.Boton4 {
  min-width: 100px;
  background-color: #4caf50;
  color: white;
  padding: 7px 7px;
  margin: 5px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.Boton4:hover {
  background-color: #45a049;
}

.Boton5 {
  min-width: 100px;
  background-color: #4caf50;
  color: white;
  padding: 11px 11px;
  margin: 12px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.Boton5:hover {
  background-color: #45a049;
}

/*******************************************************************************************************/

.Encabezado {
  margin-top: 15px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  padding-bottom: 15px;
  font-size: 24px;
  font: bolder;
  text-align: center;
}

.Sesion-boton {
  width: 100px;
  height: 30px;
  margin-top: 20px;
  margin-left: 5%;
  margin-right: 5%;
  border: none;
  background: rgba(158, 164, 255, 0.4);
}

.Sesion-boton:hover {
  background: rgba(158, 164, 255, 0.5);
}

.BotonFile {
  width: 100px;
  background: #4caf50;
  color: white;
  padding: 8px 5px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  position: relative;
  margin: 0%;
}

.BotonFile:hover {
  background-color: #45a049;
}

.OcutalInput {
  position: absolute;
  opacity: 0%;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0%;
}

.CardCurso {
  width: 150px;
  height: 200px;
  background: #dee0dee0;
  border-radius: 15px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  margin: 5px;
  float: left;
}

.CardCurso:hover {
  box-shadow: 2px 2px 2px 1px rgb(255, 255, 255);
  transform: scale(1.02);
}

.CardCurso-Titulo {
  font-size: 15px;
  text-align: center;
  font: bold;
  color: rgb(255, 255, 255);
  font-weight: 900;
  text-shadow: 0.1px 0.1px #ffffff;
  font: italic bold 15px Georgia, Serif;
  text-shadow: -1px 1px 0 #08080896, -1px 1px 0;
  height: 20%;
  width: 100%;
  background: #45a049;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.CardCurso-Imagen {
  background: rgb(247, 197, 34);
  width: 100%;
  height: 80%;
  margin-bottom: 0px;
  display: inline-block;
  box-sizing: border-box;
  object-fit: cover;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.CardSubirImg {
  width: 340px;
  height: 420px;
  float: left;
  margin: 1px #000000;
}

/*****************************************************************************/

/*****************************************************************************/

.Card {
  width: 120px;
  height: 150px;
  background: rgb(92, 192, 235);
  border-radius: 10px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  margin: 5px;
  float: left;
}

.Card:hover {
  box-shadow: 2px 2px 2px 1px rgb(255, 255, 255);
  transform: scale(1.02);
}

.Card-Titulo {
  font-size: 15px;
  text-align: center;
  color: rgb(7, 7, 7);
  font: 15px Georgia;
  padding: 0%;
  height: 30%;
  width: 100%;
}

.Card-Imagen {
  width: 100%;
  height: 70%;
  margin-bottom: 0px;
  display: inline-block;
  box-sizing: border-box;
  object-fit: none;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

/*****************************************************************************/

/*****************************************************************************/

.Titulo {
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 25px;
  font-size: 20px;
  font-weight: 1000;
  text-align: center;
  background: #08080896;
  color: #ffffff;
}

.TituloMediano {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 1000;
  text-align: center;
  background: #08080896;
  color: #ffffff;
}

.Titulo1 {
  padding-top: 6px;
  padding-left: 1px;
  padding-right: 1px;
  padding-bottom: 7px;
  font-size: 11px;
  font-weight: 1000;
  text-align: center;
  background: #08080896;
  color: #ffffff;
}

.Titulo2 {
  padding-top: 8px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 1000;
  text-align: center;
  background: #08080896;
  color: #ffffff;
}

.Titulo3 {
  padding-top: 11px;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 14px;
  font-size: 16px;
  font-weight: 1000;
  text-align: center;
  background: #08080896;
  color: #ffffff;
}

.Titulo4 {
  padding-top: 15px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 19px;
  font-size: 20px;
  font-weight: 1000;
  text-align: center;
  background: #08080896;
  color: #ffffff;
}

.Titulo5 {
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 25px;
  font-size: 25px;
  font-weight: 1000;
  text-align: center;
  background: #08080896;
  color: #ffffff;
}

/*****************************************************************************/

/*****************************************************************************/

.Minititulo {
  padding-top: 0.5px;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 1px;
  background: rgb(187, 187, 187);
  font-size: 12px;
  text-align: center;
}

.MiniLabel {
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}

.MiniBoton_a {
  width: 100px;
  background-color: #4caf50;
  color: white;
  padding: 10px 15px;
  margin: 10px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
}

.MiniBoton_0 {
  width: 100px;
  background-color: #4caf50;
  color: white;
  padding: 1px 1px;
  margin: 0px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
}

.VideoFull {
  width: 100%;
  height: 360px;
  border-style: solid #000000;
}

.Video {
  width: 100%;
  height: 360px;
  border-style: solid #000000;
}

.ExamenCard {
  padding-top: 5px;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  background: rgba(187, 187, 187, 0.555);
  font-size: 12px;
  border-radius: 5px;
  display: flex;
  margin-top: 0.5%;
  margin-bottom: 0.5%;
  flex-wrap: wrap;
}

.ExamenPregunta {
  margin-top: 15px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 20px;
  width: 100%;
}

.ExamenRadio {
  /*position: fixed;*/
  width: 25px;
  height: inherit;
  padding: 0px;
  margin: 0px;
  /*opacity: 0%;*/
  float: left;
}

.ExamenOpcion {
  width: 49.7%;
  margin: 0.1%;
  background: #45a049;
  height: 60px;
  vertical-align: middle;
  word-break: break-all;
  hyphens: auto;
}

.ExamenOpcion:hover {
  background: #61c266;
}

@media screen and (max-width: 500px) {
  .ExamenOpcion {
    width: 100%;
  }
}

@media screen and (min-width: 900px) {
  .ExamenOpcion {
    width: 34%;
  }
}

.Ocultar {
  display: none;
}

.ExamenLabelOpcion {
  margin-top: 5px;
  margin-left: 30px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 13px;
  height: 39px;
  padding-left: 0;
  text-align: left;
}

.Celda {
  height: 10px;
  margin: 0px;
  border: 0px solid;
  padding: 0%;
}

.Nuevo {
  background: Coral;
  color: #000000;
}

.Fila {
  height: 10px;
  margin: 0px;
  border-collapse: collapse;
  border: 0px solid;
  padding: 0px;
}

.Tabla {
  border-collapse: collapse;
  border: 0px solid;
  margin: 0%;
  padding: 0%;
}

.Tabla > tbody > tr > td > input {
  width: 100%;
  box-sizing: border-box;
}

.TablaGest {
  border-collapse: collapse;
  border: 0px solid;
  margin: 0%;
  padding: 0%;
  
}

.TablaGest > thead > tr,
.TablaGest > thead > tr > td {
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 25px;
  font-size: 20px;
  font-weight: 1000;
  text-align: center;
  background: #08080896;
  color: #d8c201ea;
  border: #000000 2px solid;
  box-sizing: content-box;
}



.TablaGest > tbody > tr > td:nth-child(1),
.TablaGest > thead > tr > td:nth-child(1),
.TablaGest > tbody > tr > td:nth-child(2),
.TablaGest > thead > tr > td:nth-child(2),
.TablaGest > tbody > tr > td:nth-child(3),
.TablaGest > thead > tr > td:nth-child(3)
{
  
  z-index: 1;
  Max-width: 150px;
  min-width: 150px;
  background:rgba(170, 170, 170, 0.171);
  color: inherit;
  background-color:inherit;

}

.TablaGest > tbody > tr,
.TablaGest > tbody > tr > td {
  margin: 0px;
  font-weight: 1000;
  text-align: start;
  border-style: ridge;
  border-color: rgba(144, 144, 144, 0.692);
  background: #34495e;
  color: rgb(255, 255, 255);
}
/********************************************/


.Tabla2 {
  border-collapse: collapse;
  border: 0px solid;
  margin: 0%;
  padding: 0%;
  max-height: 600px;
}

.Tabla2 > thead > tr,
.Tabla2 > thead > tr > td {
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 25px;
  font-size: 20px;
  font-weight: 1000;
  text-align: center;
  background: #08080896;
  color: #d8c201ea;
  border: #000000 2px solid;
  box-sizing: content-box;
}

.Tabla2 > tbody > tr > td:last-child,
.Tabla2 > tbody > tr > td:nth-child(5),
.Tabla2 > tbody > tr > td:nth-child(6),
.Tabla2 > tbody > tr > td:nth-child(1),
.Tabla2 > thead > tr > td:nth-child(1),
.Tabla2 > thead > tr > td:nth-child(5),
.Tabla2 > thead > tr > td:nth-child(6),
.Tabla2 > thead > tr > td:last-child {
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
  width: 110px;
}

.Tabla2 > tbody > tr,
.Tabla2 > tbody > tr > td {
  margin: 0px;
  font-weight: 1000;
  text-align: start;
  border-style: ridge;
  border-color: rgba(144, 144, 144, 0.692);
  background: #34495e;
  color: rgb(255, 255, 255);
}
/********************************************/







.Tabla3 {
  border-collapse: collapse;
  border: 0px solid;
  margin: 0%;
  padding: 0%;
  max-height: 600px;
}

.Tabla3 > thead > tr,
.Tabla3 > thead > tr > td {
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 25px;
  font-size: 20px;
  font-weight: 1000;
  text-align: center;
  background: #08080896;
  color: #d8c201ea;
  border: #000000 2px solid;
  box-sizing: content-box;
}

.Tabla3 > tbody > tr > td:nth-child(8),
.Tabla3 > tbody > tr > td:nth-child(1),
.Tabla3 > thead > tr > td:nth-child(1),
.Tabla3 > thead > tr > td:nth-child(8) {
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
  width: 50px;
}

.Tabla3 > tbody > tr,
.Tabla3 > tbody > tr > td {
  margin: 0px;
  font-weight: 1000;
  text-align: start;
  border-style: ridge;
  border-color: rgba(144, 144, 144, 0.692);
  background: #34495e;
  color: rgb(255, 255, 255);
}
/******************************************************************/

.TablaPendientes {
  border-collapse: collapse;
  border: 0px solid;
  margin: 0%;
  padding: 0%;
}
.TablaPendientes > thead,
.TablaPendientes > thead > td {
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 25px;
  font-size: 20px;
  font-weight: 1000;
  text-align: center;
  background: #08080896;
  color: #d8c201ea;
}

.InFile {
  opacity: 50%;
  color: #45a049;
  background: #45a049;
  font-size: 13px;
}

.InputFile {
  background: white;
  box-shadow: 3px 3px 5px black;
  font-size: 13px;
  height: 25px;
  width: auto;
  outline: none;
  flex-direction: row;
  margin-left: 5px;
}

::-webkit-file-upload-button {
  color: white;
  background: #2f00ff;
  font-size: 13px;
  height: 25px;
  border: none;
  box-shadow: 1px 0px 1px #6b4556;
}

.W-5 {
  width: 5px;
}

.W-Auto {
  width: 100% !important;
  min-width: 35px;
}
.H-20 {
  height: 20px;
}

.W-35 {
  width: 35px;
}
.W-400 {
  width: 400px;
}

.H-600 {
  height: 600px;
}

.W-20 {
  width: 20px;
}

.MaxW-300 {
  max-width: 400px;
}



.MaxW-33p {
  max-width: 33%
}


.MinW-300 {
  min-width: 400px;
}

.MaxW-400 {
  max-width: 400px;
}

.MinW-400 {
  min-width: 400px;
}

.MinW-500 {
  min-width: 600px;
}

.MaxAlturta-300{
  height: 20px;
}

.Altura-600{
  height: 600px;
}

.MaxAltura-500 {
  max-height: 500px;
  /****overflow-x: scroll;********/
  overflow: auto;
}

.EncabezadoFijo {
  position: sticky;
  top: 0px;
  left: 0px;

  padding-top: 8px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 1000;
  text-align: center;
  background: #08080896;
  color: #ffffff;
  background-color: #000000;
}

.TableMaxAltura_500 {
  max-height: 500px;
  overflow-y: scroll;
  }

.Desplazamiento {
  overflow: scroll;
}

.M-0 {
  margin: 0;
}

.M-10 {
  margin: 10;
}
.M-5 {
  margin: 5px;
}

.TA-L {
  text-align: left;
}

.P-20 {
  padding: 20px;
}

.Flota-I {
  float: left;
}
.Flota-D {
  float: right;
}

.Vista-Linea {
  display: inline-flexbox;
}

.MesajeCard {
  background: #4b23ffc2;

  min-height: 350px;
  max-width: 600px;
  max-height: 600px;
  padding: 10px;

  text-align: center;
  color: rgb(255, 255, 255);

  text-shadow: 0.1px 0.1px #ffffff;
  font: italic bold 15px Georgia, Serif;
  text-shadow: -1px 1px 0 #08080896, -1px 1px 0;

  font-size: 25px;
  font-weight: bold;

  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.MensajeCard2 {
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  color: #ffffff;
  font-size: 25px;

  font-weight: 600;
  text-shadow: -1px 1px 0 #494949ce, -1px 1px 0;
  text-align: center;
  background: #889ccf;
  margin: 0 0 25px;
  overflow: hidden;
  padding: 20px;

  border: 2px solid #5878ca;
}

.MensajeCard2-Rojo {
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  color: #ffffff;
  font-size: 25px;

  font-weight: 600;
  text-shadow: -1px 1px 0 #494949ce, -1px 1px 0;
  text-align: center;
  background: #cf8888;
  margin: 0 0 25px;
  overflow: hidden;
  padding: 20px;

  border: 2px solid #ca5858;
}

.Negrita {
  font-weight: bold;
}

.FondoTransparente {
  background: none;
}

.FondoTitulo {
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  background-color: #08080896;
  padding: 10px;
  margin: 2px;
  font-weight: 1000;
  border: #ccc;
  border-color: #ffffff;
  border-style: ridge;
  font-display: 20px;
}

.Explo {
  display: flex;
  padding: 10px;
  margin: 1px;
}

.ListaExplo {
  font-size: 15px;
  padding-top: 5px;
  padding-left: 10px;
  flex-grow: 4;
  cursor: pointer;
  vertical-align: middle;
  margin: 1px;
  background: #e0e0e0;
}

.BotonExplo-Rojo {
  width: 95px;
  height: 25px;
  padding: 3px;
  background: #c51717da;
  color: rgb(255, 255, 255);
  font-size: 15px;
  border: none;
  cursor: pointer;
  justify-content: flex-end;

  margin: 1px;
}

.BotonElemento {
  width: 200px;
  padding-top: 1px;
  margin-left: 2px;
  height: 25px;
  padding: 0%;

  background: FloralWhite;
  color: rgb(0, 0, 0);
  font-size: 18px;

  border: none;
  cursor: pointer;
  justify-content: flex-end;
}

.TablaDatos {
  border-collapse: collapse;
  display: table-caption;
}

.TablaDatos > thead > tr > td {
  text-align: center;
  background: #889ccf;
  border: #000000 1px solid;
  border-collapse: collapse;
}

.TablaDatos > tbody > tr {
  margin: 0%;
  padding: 0%;
}

.TablaDatos > tbody > tr > td {
  flex-flow: column wrap;

  padding: 0px;
}

.TablaDatos > tbody > tr > td > input {
  width: 100%;
  height: 100%;
  display: table-cell;
  box-sizing: border-box;
}

.TablaDatos > tbody > tr > td > input:focus {
  border-color: #000000;
  background: Beige;

  border-style: solid;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.ImgEvaluacion {
  width: 25px;
  margin: 0px;
  padding: 0%;
}

.Cursor {
  width: 60px;
  height: 60px;
  position: sticky;
  top: 50%;
  left: 50%;
}

.MensajeCarga {
  width: 99%;
  height: 9900px;
  position: absolute;
  background: rgba(204, 204, 204, 0.561);
  color: #000000;
  font-size: 20px;
}

.Contenido {
  background: rgba(222, 184, 135, 0.342);
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 22px;
  text-align: justify;
  font-weight: 500;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 24px;
  display: flex;
  flex-flow: column wrap;
}

.ContenidoTitulo {
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 18px;
  text-align: center;
  font-weight: 600;
  font-size: 35px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 40px;
  display: flex;
  flex-flow: column wrap;
  color: #0047facc;
}

.Color-Negro {
  color: #000000;
}

.CardAplicacion {
  width: 300px;
  height: 370px;
  background: #ffffffed;

  margin: 20px;
  padding: 0%;
  display: inline;

  cursor: pointer;
  box-sizing: content-box;
}

.CardAplicacion:hover {
  box-shadow: 2px 2px 2px 1px rgb(255, 255, 255);
  transform: scale(1.06);
}

.CardAplicacion-Imagen {
  background: rgba(255, 255, 255, 0.281);
  width: 300px;
  height: 250px;
  margin: 0%;
  border: none;
  padding: 0%;
}

.CardAplicacion-Titulo {
  padding: 10px;
  font-size: 20px;
  text-align: start;

  font: bold;
  font-weight: 700;
  color: rgba(93, 93, 93, 0.671);
  font-family: Arial, Helvetica, sans-serif;
  height: 42px;
  width: 100%;
  background: #ffffff57;
  box-sizing: border-box;
}

.CardAplicacion-Descripcion {
  font-size: 18px;
  text-align: start;
  color: rgb(0, 0, 0);
  margin-top: 0%;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  height: 80px;
  width: 100%;
  background: #ffffff57;
  margin: 0%;
  padding: 10px;
  box-sizing: border-box;
}

.FondoMorado {
  background: rgba(136, 156, 207, 0.631);
}

.FondoBlanco {
  background: rgba(255, 255, 255, 0.631);
}

.Tarjeta {
  
  
  min-width: 500px;
  height: 150px;
  background: rgba(246, 246, 246, 0.65);
  margin: 10px;
  

  box-shadow: 0 3px 7px -1px rgba(#000, 0.1);
  
  box-sizing: border-box;
  display: inline-flex;
  flex-flow: nowrap;
}



.Tarjeta:hover {
  box-shadow: 2px 2px 2px 1px rgb(255, 255, 255);
  transform: scale(1.02);
}



.TarjetaMedia {
  width: 200px;
  max-width: 200px;
  min-width: 200px;
  height: inherit;
  background: #2645ad21;
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
  flex-flow: column;
  
}

.TarjetaDescripcion {
  margin: 0px;
  
  padding: 10px;
  font-size: 18px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font: bold;
  font-weight: 600;
  color: rgba(56, 56, 56, 0.794);
  height: inherit;
  box-sizing: border-box;
  word-wrap: break-word;
  flex-flow: column;
  
  
}


.BodyContenedor {
  margin: 0%;
  padding: 0px;
  
  
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  box-sizing: content-box;
  
}


.BodyContenedor1 {
  margin: 0%;
  padding: 0px;
   
  box-sizing: border-box;
  display: inline-flexbox;
  flex-flow: column wrap;
  box-sizing: content-box;
  flex-wrap: wrap ;
  
}
