* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Helvetica;
}

head {
    background: url(img/encabezado.jpg);
    width: 200px;
}

#encabezado {
    position: relative;
    text-align: center;
    width: 100%;
    height: 75px;
}

#encabezado1 {
    position: relative;
    text-align: center;
    width: 100%;
    height: 75px;
}


/*   picture img{
       
            display: block;
            margin: 0 auto;
            max-width: 100%;
            width: 100%;
          }
  
  
.encabezado img{
      
  width: 100%;
  max-width: 100%;
  height: auto ;
        
       }
*/

header {
    width: 100%;
    height: 45px;
    background: #96841A;
    padding: 3px;
}

#input-search {
    width: 500px;
    text-indent: 10px;
    height: 25px;
    font-size: 15px;
    border-radius: 5px;
}

b {
    background: #FFFF00;
    color: black;
    border-radius: 5px;
}

.buscar {
    display: flex;
}

.content-search {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 191px;
    display: none;
    z-index: 8;
}

.content-table {
    display: block;
    max-height: 50%;
    height: auto;
    background: #FFF;
    overflow-y: visible;
    overflow-x: hidden;
    border-radius: 1px;
    line-height: 19px;
    font-size: 16px;
    font-family: Calibri;
    -webkit-box-shadow: 0 0 3px 0px #244C5A;
}

.content-table a {
    font-size: 13px;
    cursor: pointer;
}

.content-table table {
    width: 100%;
}

tbody tr td a {
    display: block;
    padding: 0px;
    color: #000;
    text-decoration: none;
}

tbody tr td a:hover {
    background: rgba(0, 0, 0, 0.3);
}

#table_length,
#table_filter,
#table_info,
#table_paginate {
    display: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

table tr {
    border-top: solid 1px #dddddd;
}

table tr:first-child {
    border-top: 0;
}

table td {
    padding: 0.5em 1em 0.5em 1em;
}

table th {
    text-align: left;
    padding: 0.5em 1em 0.5em 1em;
    font-weight: 700;
    margin: 0 0 1em 0;
}

table thead {
    border-bottom: solid 2px #dddddd;
}

.volver img {
    display: none;
}

.buscar j {
    display: none;
    font-weight: 700;
    color: #FFF;
    ;
    font-size: 25px;
    font-family: calibri;
}

.as {
    text-decoration: none;
    display: inline-table;
    line-height: 15px;
    text-align: center;
    font-style: normal;
    vertical-align: top;
}

.seduacayudas {
    font-weight: 700;
    color: #2C5234;
    font-size: 40px;
    font-family: calibri;
    margin: 0 30px;
}

.navegacionSeduca {
    margin: 0 auto;
    max-width: 100%;
    width: 80em;
    display: flex;
}

.navegacionSeduca ul {
    list-style: none;
}

.menuAyuda>li {
    position: relative;
    display: inline-block;
}

.menuAyuda>li>a {
    display: block;
    padding: 0px 15px;
    text-decoration: none;
    font-size: 16px;
    width: 150px;
    font-weight: bold;
    font-family: Calibri;
}


/* Submenu*/

.submenuAyuda1 {
    margin: -10px 10px;
    position: absolute;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 101;
    -webkit-box-shadow: 0 0 3px 0px #97a9af;
    width: 260px;
}

.submenuAyuda1 li {
    background: #fff;
    display: block;
    padding: 7px;
    margin: 1px 1px 0 -16px;
    color: #000;
    font-family: calibri;
    line-height: 12px;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    z-index: 101;
    font-size: 14px;
    cursor: pointer;
}

.menuAyuda li:hover .submenuAyuda1 {
    visibility: visible;
    opacity: 1;
}

.menuAyuda li a:hover {
    color: #2C5234;
    transition: all .1s;
}

.navegacionSeduca ul li ul a:hover {
    border-bottom: 1px solid #96841A;
    color: #2C5234;
}

.botton1 {
    text-decoration: none;
    color: #96841A;
    font-size: 16px;
    width: 120px;
    padding: 0px 30px;
    font-weight: bold;
    font-family: Calibri;
    margin-right: -0.25rem;
}

.bottones {
    text-decoration: none;
    color: #000;
    text-align: center;
    font-size: 16px;
    padding: 0px 30px;
    font-weight: bold;
    font-family: Calibri;
    margin-right: -0.25rem;
    margin: 2px auto 0 auto;
}

.botones :hover svg {
    font-style: none;
}

.tutorlesed {
    display: none;
}

.titulo {
    display: none;
    text-align: center;
    color: #253E43;
    font-weight: bold;
    font-size: 16px;
    font-family: Calibri;
}

input[type="text"] {
    width: 100%;
    border: 2px solid #aaa;
    border-radius: 4px;
    margin: 8px 0;
    outline: none;
    padding: 8px;
    box-sizing: border-box;
    transition: 0.3s;
}

input[type="search"]:focus {
    box-shadow: 0 0 8px 0;
}

.inputWithIcon input[type="search"] {
    padding-left: 2px;
}

.manses {
    margin-top: -10px;
}

.textAlign {
    vertical-align: bottom;
    text-align: center;
    padding-bottom: 3%;
    font-size: 18pt;
}

.one {
    width: 49.6px;
}

.nav-bar {
    padding: 10px;
    display: flex;
    color: #FFF;
    cursor: pointer;
}

.buscar {
    font-family: calibri;
    font-size: 16px;
}

.main-nav ul {
    display: none;
}

.main-nav ul li ul {
    list-style: none;
    font-family: calibri;
    line-height: 23px;
    padding: 1;
}

.menu li:hover .submenurespons {
    display: block;
    visibility: visible;
    opacity: 1;
}

.menu li a:hover {
    color: #2C5234;
    transition: all .1s;
}

.main-nav ul li ul a:hover {
    border-bottom: 1px solid #96841A;
    color: #2C5234;
}

#btnMenu w {
    font-family: calibri;
    vertical-align: bottom;
    text-align: center;
    padding-bottom: 3%;
    font-size: 16px;
    margin: -10px auto 0px auto;
}

.main-nav o {
    color: #000;
}

.menu {
    text-decoration: none;
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 1px;
    background: #FFF;
    height: auto;
    display: none;
    transition: all 0.10s;
    position: absolute;
    top: 190px;
    z-index: 9;
    -webkit-box-shadow: 0 0 3px 0px #244C5A;
}

.menu__link {
    font-family: calibri;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 5px;
}

.main-nav ul li a:hover {
    border-bottom: 1px solid #96841A;
    color: #2C5234;
}

.submenurespons {
    display: block;
}

.menu img {
    vertical-align: middle;
}

#menu1 {
    color: #2C5234;
}

.mostrar {
    margin-left: 0;
}

#video {
    width: 100%;
}

.videodispo {
    height: 600px;
}

.opcionn {
    font-family: Calibri;
    font-size: 17.5px;
    cursor: pointer;
    transition: all 0.5s;
}

.opcionn i {
    display: none;
}

.enlace {
    font-size: 15px;
    display: none;
    color: #035A2B;
    padding: 1px;
}

#colorsd :hover {
    color: #035A2B;
}

.nav-bar {
    top: 5px;
}

.volver {
    display: none;
}

.box {
    line-height: 30px;
    font-family: Calibri;
}

.box a:hover {
    text-indent: 10px;
    color: #96841A;
}


/*
.box a:focus{
    color:#96841A;

}*/

.box .opcionn {
    color: #000;
    font-weight: 500;
}

.box ul a {
    text-decoration: none;
    color: rgb(90, 89, 89);
    font-size: 16px;
    font-style: normal;
    display: flex;
    line-height: 15px;
    padding: 4px;
    text-align: justify;
}

.box li svg {
    display: none;
}

#contenido {
    line-height: 30px;
}

#contenido h3 {
    color: #000;
    font-weight: 400;
    font-size: 20px;
}

#contenido h4 {
    color: #000;
    font-size: 17px;
}

#contenido img {
    vertical-align: middle;
}

#contenido a {
    color: blue;
    font-size: 18px;
}

#contenido li e {
    color: #000;
    font-size: 19px;
}

.volver img {
    background: #96841A;
    border-radius: 5px;
}

#amonosje {
    display: block;
}

.opcionn path {
    display: none;
}

.pleca2021 {
    height: 41px;
    padding: 5px;
    font-family: calibri;
    display: flex;
    align-items: center;
    justify-content: left;
    background-size: cover;
    background-image: url("https://campusvirtual.uaemex.mx/imgs/encabezados/pleca-arriba_2021-2025.jpg") !important;
}

.icon-asome {
    color: #FFF;
    padding: 1px;
    font-size: 25px;
}

.box m {
    display: none;
    font-family: calibri;
    font-size: 16px;
}

@media only screen and (max-width: 1300px) {
    .navegacionSeduca {
        display: none;
    }
    .buscar j {
        display: block;
        font-weight: 700;
        color: #FFF;
        ;
        font-size: 25px;
        font-family: calibri;
        margin-right: 400px;
    }
    .menu {
        display: block;
    }
    .titulo {
        display: block;
    }
}

.cont-encabezado {
    width: 100%;
    height: 105px;
    overflow: auto;
    border-top: solid 2px #909595;
    border-bottom: solid 1px #909595;
}

.cont-encabezado img {
    margin-top: 3px;
    margin-bottom: 0px;
}

@media only screen and (min-width: 1800px) {
    .cont-encabezado img {
        margin-top: 3px;
        margin-bottom: 0px;
    }
    .ima-UAEM {
        width: 383px;
    }
    .ima-PortalSeduca {
        width: 429;
        padding: 23px 13% 23px 13%;
    }
    .ima-SD {
        width: 45px;
    }
}

@media only screen and (min-width: 1600px) {
    .ima-UAEM {
        width: 21.44%;
    }
    .ima-PortalSeduca {
        width: 24%;
        padding: 28px 10% 18px 10%;
    }
    .ima-SD {
        width: 2.5%;
    }
    .cont-encabezado img {
        margin-top: 15px;
        margin-bottom: 0px;
        margin-left: 70PX;
    }
}

@media only screen and (min-width: 1400px) {
    .ima-UAEM {
        width: 21.44%;
    }
    .ima-PortalSeduca {
        width: 24%;
        padding: 2px 10% 22px 10%;
    }
    .ima-SD {
        width: 2.5%;
    }
}

@media only screen and (min-width: 1200px) {
    .ima-UAEM {
        width: 21.44%;
    }
    .ima-PortalSeduca {
        width: 25%;
        padding: 35px 10% 12px 10%;
    }
    .ima-SD {
        width: 2.5%;
    }
}

@media only screen and (min-width: 1000px) {
    .ima-UAEM {
        width: 21.44%;
    }
    .ima-PortalSeduca {
        width: 25%;
        padding: 35px 10% 12px 10%;
    }
    .ima-SD {
        width: 2.5%;
    }
}

@media only screen and (min-width: 800px) {
    .ima-UAEM {
        width: 24%;
    }
    .ima-PortalSeduca {
        width: 27%;
        padding: 34px 10% 10px 10%;
    }
    .ima-SD {
        width: 2.5%;
    }
}

.ima-UAEM {
    /* width: 20%;
    padding-left: 10%;
    margin-left: 200PX; */
    width: 5%;
    margin-left: 20%;
}

.ima-PortalSeduca {
    width: 35%;
    padding: 0px 10% 0px 12%;
}

.ima-SD {
    width: 2.1%;
    padding: -0.5% 0% 1% 0%;
}

.iframe iframe {
    width: 100%;
    height: 650px;
}


/*
@media(max-width:1500px) {
    .cont-encabezado img {
        margin-top: 15px;
        margin-bottom: 0px;
        margin-left: 70PX;
    }
}
*/

@media(max-width:1024px) {
    .navegacionSeduca {
        display: none;
    }
    #input-search {
        width: 220px;
        text-indent: 10px;
        height: 25px;
        font-size: 15px;
    }
    .content-search {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 165px;
        left: 10px;
        display: none;
        z-index: 9;
    }
    .content-table {
        width: 95%;
        max-height: 250px;
        height: auto;
        background: #FFF;
        margin-left: 1px;
        overflow-y: visible;
        overflow-x: hidden;
        font-size: 12px;
    }
    .content-table table {
        width: 100%;
    }
    tbody tr td a {
        display: block;
        line-height: 20px;
        color: #000;
        text-decoration: none;
    }
    .inputWithIcon i {
        position: absolute;
        left: 190px;
        top: 5px;
        padding: 9px 8px;
        color: #aaa;
        transition: 0.3s;
    }
    .pleca2021 {
        padding: 1px;
        font-size: 5px;
        height: 50px;
        line-height: 10px;
    }
    .cont-encabezado {
        width: 100%;
        height: 70px;
    }
    .cont-encabezado img {
        margin-top: 15px;
        margin-bottom: 0px;
        margin-left: 130PX;
    }
    .menu {
        text-decoration: none;
        list-style: none;
        line-height: 20px;
        padding: 0;
        margin: 1px;
        background: #FFF;
        height: auto;
        display: none;
        transition: all 0.10s;
        position: absolute;
        top: 165px;
        z-index: 9;
        -webkit-box-shadow: 0 0 3px 0px #244C5A;
    }
}

@media (max-width: 800px) {
    .volver {
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 5px;
        text-align: center;
    }
    .volver img {
        width: 20px;
        height: 20px;
    }
    .content-table button {
        background: #FFF;
        text-align: left;
        display: flex;
        line-height: 30px;
        font-size: 13px;
    }
}

@media(min-width:1300px) {
    .nav-bar {
        display: none;
    }
    .menu__link {
        display: none;
        top: px;
    }
}

@media(min-width:1024px) {
    #encabezado1 {
        display: none;
    }
    .encabezado {
        height: 68px;
    }
    #encabezado {
        position: relative;
        text-align: center;
        width: 100%;
        height: 100px;
    }
    .cont-encabezado img {
        margin-top: 15px;
        margin-bottom: 0px;
        margin-left: 275px;
    }
}

@media(min-width:1600px) {
    .cont-encabezado img {
        margin-top: 3px;
        margin-bottom: 0px;
    }
}