@charset "UTF-8";
/* imagen de fondo de la cabecera */
.head {
    height: 50px;
    background-image: url('../img/skins/colors/01_images/bg_head.jpg');
}

img.escudo {
    margin-top: 4px;
    margin-left: 10px;
    display: none;
    width: 46px;
}

img.unam {
    margin-left: 10px;
    display: none;
}

img.pag_pers {
    margin-top: 15px;
    width: 70%;
    margin-left: 16px;
}
img.pag_pers_nombre {
    margin-top: 15px;
    width: 70%;
    margin-left: 16px;
}
.menu {
    margin-top: -50px;
}

.menu .navbar-nav>li>a {
    padding-top: 7px;
    padding-bottom: 7px;
}

.menu nav .container-fluid {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0;
    padding-right: 0;
}

.container-fluid>.navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
}

.menu .container-fluid>.navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
}

#defaultNavbar1 {
    border-bottom: 1px solid #C9C9C9;
    padding-bottom: 20px;
}

#defaultNavbar1 .navbar-nav {
    margin-left: 0;
    margin-right: 0;
}

.menu .navbar-default {
    border-bottom: none !important;
    margin-bottom: 0px;
}

.menu .navbar-collapse {
    margin-top: 50px;
}

.menu .container-fluid>.navbar-header {
    margin-left: 0;
    margin-right: 0;
    height: 1px;
}

.navbar-default {
    background: none !important;
    width: 100%;
    margin: 0;
    border: none !important;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: #FFF;
    margin-right: 16px;
}

.navbar-form {
    width: 100%;
    margin: 0;
}

a.btn_actualiza {
    color: #FFF !important;
    background: #132a42;
    border: #132a42 1px solid;
    border-radius: 5px;
    line-height: 30px;
    width: 200px;
    padding: 7px 10px !important;
    margin: 0 auto 10px auto;
}

a.btn_actualiza:hover {
    background: #213a55 !important;
}

.navbar-default .navbar-form {
    border: none;
    padding: 0;
}

.busca {
    width: 100% !important;
    height: 40px !important;
}

.btn_buscar {
    position: absolute;
    border: none;
    width: 40px;
    height: 40px;
    top: 0;
    right: 15px;
}

.navbar-form button {
    position: absolute;
    right: 15px;
    top: 0;
}

.letras {
    width: 300px;
    margin: 0 auto;
    height: 30px;
}

.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    text-align: center;
}

.letras ul li {
    border: 1px solid #586c92;
    padding: 1px;
    margin: 5px;
    width: 24px;
    float: left !important;
}

.letras ul li a {
    margin: 0;
    padding: 0 !important;
    width: 20px;
    line-height: 20px;
}

.galeria {
    margin-bottom: 60px;
}


/***********/

.acad {
    min-height: 253px;
    width: 60%;
    margin: auto;
    padding: .15% 2.4% 1.8% 2.4%;
    text-align: center;
    color: #2b434d;
}

.acad h4 {
    font-size: 12px;
}

.img-thumbnail {
    padding: 8px;
}


/**********/

.foot {
    background: #102037;
    margin: 0 !important;
    padding: 10px 0;
    text-align: center;
}

.foot p {
    color: #FFF;
    font-size: 12px;
}

.pie h4 {
    color: aliceblue;
    text-align: left;
    display: block;
    border-bottom: 1px solid aliceblue;
    padding: .5em;
    letter-spacing: .04em;
}

.pie .legal {
    text-align: center;
    margin-top: 2em;
}

.tab-pane{
    min-height: 350px;
    padding-top: 20px;
}

.pie ul {
    padding-left: 0px;
    margin-bottom: 20px;
}

.pie ul li {
    list-style: none;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .05em;
    margin: 10px auto;
}

.pie ul li a:hover {
    color: #6E86E0;
}

.pie img {
    margin: auto;
    padding-right: 20px
}

.pie p {
    margin-bottom: 20px;
}


/****Redes del academico****/

#redes {
    position: absolute;
    top: 146px;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#redes a {
    display: block;
    text-align: center;
    padding: 12px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
}

.fa:hover {
    opacity: 0.7;
    background-color: #000;
}

/* Facebook */
.fa-facebook {
    background: #3B5998;
    color: white;
}

/* Twitter */
.fa-twitter {
    background: #55ACEE;
    color: white;
}

/**********************************/

.ficha {
    min-height: 350px;
    padding: 0;
    margin-bottom: 30px;
    background: #ece5db;
    border: 1px solid #bdb9b9;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    background: -moz-linear-gradient(top, #ece5db 0%, #ffffff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ece5db), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #ece5db 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #ece5db 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #ece5db 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #ece5db 0%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ece5db', endColorstr='#ffffff', GradientType=0);
}

.ficha h2, .ficha h1 {
    width: 100%;
    background: #0f3053;
    color: #f3ddb2;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 15px;
    letter-spacing: .04em;
    padding-top: .5em;
    padding-bottom: .5em;
}

.ficha h3 {
    width: 100%;
    background: #9d9278;
    color: #0f3053;
    margin-top: 0px;
    text-align: center;
    font-size: 13px;
    letter-spacing: .04em;
    margin-bottom: 20px;
    padding-top: .5em;
    padding-bottom: .5em;
}

.ficha h4 {
    border-bottom: 1px solid #C1C1C1;
    margin: 0 2%;
    text-align: center;
    font-size: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.ficha .datosAca p {
    margin: 10px 15px;
}

.col-menu {
    width: 100%;
    margin-top: -50px;
}

.col-foto {
    margin: auto;
    width: 200px;
    height: 200px;
    background-image: url('../img/acad_xx.jpg');
    border: 5px solid #FFF;
    margin-top: 14px;
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.col-foto img {
    width:190px !important;
    height:190px !important;
}

.col-menu .navbar-default {
    margin-bottom: 0;
}

.col-menu nav ul li {
    width: 100%;
}

/* ESTILOS DE USO GENERAL */
.breakWord{ word-wrap: break-word;}
.nota{ font-size: 11px; color: #777; font-weight: normal; display: block;}

/* DATOS ACADÉMICO */

.datosAca {
    background: #fff;
    padding: 0;
    min-height: 200px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-left: 1px dotted #d8d8d8;
    border-right: 1px dotted #d8d8d8;
}

.datosAca .row {
    margin-right: 0;
    margin-left: 0;
    /* margin-bottom: 12px; */
}

.datosAca .formulario{
    width: 90%; margin: auto;
}

/*.datosAca .formulario .row{
    margin-bottom: 15px;
}*/

.datosAca .formulario .row .dato{
    width: 100%;
    padding: 5px;
}

    .datosAca .etiqueta{
        text-align: center;
        width: 100%;
        padding-right: 5px;
    }
    .datosAca .publico{
        width: 80%;
        margin: 60px auto !important;
        padding: 15px;
        text-align: center;
        background: #D0DDF1;
    }
        .datosAca .publico label {
            margin-right: 8px;
        }

        .publico{
           word-wrap: break-word;
        }

    .datosAca .concepto {
        text-align: center;
        color: #234062;
        font-weight: bold;
    }
    .datosAca .dato {
        text-align: center;
    }

/* ASIGNATURAS ACADÉMICO */

.asignaturas {
    padding-left: 0;
}

.asignaturas li {
    list-style: none;
    float: left;
    width: 100%;
    text-align: center;
}

.asignaturas li a {
    color: #466d7d;
    display: block;
    background: rgba(245, 245, 245, 0.7);
    border-radius: 8px;
    border-style: groove;
    border-color: rgb(170, 186, 204);
    border-width: 2px;
    margin: 3px;
    padding: .8em .10em;
    font-weight: bold;
    text-decoration:none;
    -moz-box-shadow: inset 0 0 10px rgba(8, 137, 249, 0.11);
    -webkit-box-shadow: inset 0 0 10px rgba(8, 137, 249, 0.11);
    box-shadow: inset 0 0 10px rgba(8, 137, 249, 0.11);
}

.bajoFiltro{
    background: rgba(245, 245, 245, 0.48);
    padding: 10px;
    border-radius: 3px;
}

.etiquetaCampo{
    color: #466d7d;
    /*color: #318ca9; */
    font-weight: 550;
}

.curriculum embed {
    width: 280px;
    height: 420px;
    display: block;
    margin: auto;
}

.logo {
    width: 135px;
    margin-bottom: 30px;
    border: 1px solid #CDD2E7
}

.referencia h5 span {
    padding-right: 5px;
}

.actualizaFoto {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #636363;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
    margin-top: 2px;
    margin-left: 0px;
    margin-right: 3px;
}


/*****************************************************/
@media(max-width: 780px){
    #demo-outer{
    width: 80% !important;
    }
}

@media (min-width: 500px) {
    img.pag_pers_nombre {
                margin-top: -50px;
                width: 70%;
                margin-left: 70px;
        }
    .head {
        height: 75px
    }
    .navbar-toggle {
        margin-top: 0px !important
    }
    img.escudo {
        display: inline;
        margin-bottom: 5px;
    }
    .container {
        width: 100%;
    }
    .letras {
        width: 490px;
    }
    .acad {
        width: 50%;
        float: left;
    }
    .img-thumbnail {
        width: 165px;
    }
    .ficha h2 {
        font-size: 18px;
    }
    .ficha h3 {
        font-size: 16px;
    }
    .curriculum embed {
        width: 380px;
        height: 550px;
    }
    #redes{
        top: 170px;
    }
}

@media (min-width: 600px) {
    .head {
        text-align: left;
    }
    .img-thumbnail {
        width: 180px;
    }
    .acad {
        width: 33%;
    }
    .datosAca .formulario{ width: 94%;}
    .datosAca .formulario .row .dato{
        width: 71%;
        float: left;
        text-align: left;

    }
    .datosAca .etiqueta{
        text-align: right;
        float: left;
        width: 25%;
        margin-top: 6px;
    }
}

@media (min-width: 650px) {
    .curriculum embed {
        width: 650px;
        height: 900px;
    }
}

@media (min-width: 768px) {

    .container {
        width: 95% !important;
    }
    img.unam {
        display: inline;
        width: 134px;
    }
    img.pag_pers {
        width: 250px;
        margin-top: 10px;
        margin-right: 10px;
        float: right;
    }
    #defaultNavbar1 {
        border-bottom: 0;
    }
    #defaultNavbar1 .row {
        padding-top: 65px;
    }
    .menu {
        margin-bottom: 70px;
        height: 50px;
    }
    .menu .navbar-default .container-fluid,
    #defaultNavbar1 {
        padding-left: 0px !important;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 13.5px;
        padding: 15px 8px;
    }
    .col-menu .navbar-default .navbar-nav>li>a {
        padding: 5px 8px;
    }
    #defaultNavbar1 .container-fluid {
        padding-right: 15px;
    }
    a.btn_actualiza {
        margin-top: 7px;
        width: 146px;
    }
    /* MENU DEL ACADEMICO */
    .col-menu {
        margin-top: 0;
    }
    .col-foto {
        float: left;
        margin-left: 22%;
    }
    .col-menu {
        width: 50%;
        float: left;
        margin-top: 14px;
    }
    .menuAca {
        padding: 0 !important;
    }
    .menuAca .collapse,
    .menuAca .container-fluid {
        padding: 0;
    }
    .menuAca .foto {
        width: 200px;
    }
    .menuAca ul {
        padding-left: 0;
        font-size: 14px;
        line-height: 45px;
        width: 97%;
        margin: auto;
        float: none;
    }
    .menuAca ul li.active {
        border: 1px solid #ccc1a7;
        background: rgba(255, 255, 255, 0.4) !important;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 1) 100%) !important;
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0.4)), color-stop(100%, rgba(255, 255, 255, 1))) !important;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 1) 100%) !important;
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 1) 100%) !important;
        background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 1) 100%) !important;
        background: linear-gradient(to right, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 1) 100%) !important;
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1) !important;
    }
    .menuAca ul li a {
        text-align: left !important;
    }
    .ficha {
        margin-top: 10px;
        padding-top: 5px;
    }
    .ficha h2 {
        padding-top: .5em;
        padding-bottom: .5em;
    }
    .ficha h3 {
        padding-top: .5em;
        padding-bottom: .5em;
    }
    .ficha h4 {
        border-bottom: 1px solid #C1C1C1;
        line-height: 30px;
        margin: 2%;
    }
    .asignaturas li {
        width: 50%;
        font-size: 12px;
    }
    .btn_buscar {
        top: 0px;
    }
    .navbar-right,
    .navbar-right li,
    a.btn_actualiza {
        width: 170px;
    }
    a.btn_actualiza {
        margin-top: 7px;
        font-size: 11px !important;
        width: 170px !important;
        letter-spacing: .06em;
        line-height: 15px !important;
        padding: 3px;
        margin: 4px;
    }
}

@media (min-width: 800px) {
    .acad {
        width: 25%;
    }
}

@media (min-width: 905px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 15px;
    }
    a.btn_actualiza {
        width: 180px;
    }
}

@media (min-width: 992px) {
    .head {
        height: 120px;
    }
    img.escudo {
        margin-top: 20px;
        width: 57px;
    }
    img.unam {
        margin-top: 20px;
        width: 172px;
        margin-left: 10px;
    }
    img.pag_pers {
        width: 400px;
        margin-top: 13px;
    }
    .ficha {
        min-height: 550px;
        padding: 30px 30px 0 0px;
        margin-top: 0;
    }

    .menuFoto{
        margin-left: 7px !important;
    }
    .btns_navegacion{
        margin-right: 0px !important;
    }
    .datosAca {
        min-height: 780px !important;
    }
    #defaultNavbar1 .col-md-12 {
        width: 990px !important;
        margin: auto;
        float: none;
    }
    .letras {
        width: 921px;
    }
    .foot p {
        text-align: center;
        padding-right: 20px;
    }
    .pie ul li {
        text-align: left;
    }
    .dactos-aca {
        min-height: 500px !important;
    }
    .datosAca .concepto {
        width: 30%;
        text-align: right;
        float: left;
        line-height: 26px;
        color: #234062;
        font-weight: bold;
    }
    .datosAca .dato {
        width: 67%;
        float: left;
        margin-left: 10px;
        line-height: 26px !important;
        text-align: left;
        overflow-x: auto;
    }
    .datosAca .red {
        float: left;
        margin-left: 10px;
        line-height: 35px;
        text-align: left;
    }
    .col-menu {
        width: 90%;
    }
    .col-foto {
        margin-left: 16px;
        margin-top: 0;
    }
    #redes{
        top: 215px;
    }
}

@media (min-width: 1024px) {
    .acad {
        min-height: 263px;
        width: 20%;
    }
    .navbar-right li:last-child {
        width: 145px !important;
    }
    .navbar-right {
        /* width: 316px; */
        float: right;
        margin-top: 7px;
    }
    a.btn_actualiza {
        width: 145px !important;
        /* float: left; */
    }
    #login {
        width: 150px !important;
    }
}

@media (min-width: 1200px) {
    .btn_buscar {
        top: 8px;
    }
    .col-foto {
        margin-left: 42px;
    }
    .col-menu {
        width: 90%;
        margin-left: -17px;
    }
}

@media (max-width: 1200px) {
    /* #redes {
        width: 100%;
        height: 100%;
        right: auto;
        top: auto;
        margin: 0 auto 20px auto;
        position: relative;
        background: none;
        display: inline-block;
        float: none;
        text-align: center;
        border: none;
        -moz-border: none;
        -webkit-border: none;
        -o-border: none;
        -ms-border: none;
    } */
}

@media (min-width: 1220px) {
    .col-menu .navbar-default {
        width: 100%;
        margin-left: 20px;
    }
    .container {
        width: 1205px !important;
    }
    .encabezado,
    .navbar-default,
    .pie {
        margin: auto;
        width: 1215px;
    }
}

@media (min-width: 1900px) {
    .encabezado,
    .navbar-default,
    .pie {
        margin: auto;
        width: 1200px;
    }
}

.btns_accion{    text-align: center;}

.btns_accion input[type="button"],input[type="submit"],input[type="reset"]{
    color: #FFF !important;
    background: #132a42;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: .05em;
    padding: 7px 10px;
    margin: 0 auto 10px auto;
    transition: background ease 1s;
}
.btns_accion input[type="button"]:hover{ background: #666; }

.advertencia{ margin: 100px 0;}
.advertencia p{
    text-align: center;
    font-size: 16px;
    color: #643434;

}

.help-button{
  float:right;
}

.help-modal{
  padding:15px;
  text-align: justify;
}

ul.listBibliografia li {
    background-image: none !important; /* sobreescribe por error en icono para link */
}

#menuAsignaturas h5{
    font-weight: bold;
    font-size: 17px; padding: 6px 0; text-align: center;
    border-bottom: 1px dotted #323232;
    background: none;
}

.active {
  /* background-color: #7195ac !important; */
}

.obligatorio, .error-message {
color: #FF0000;
}

.tamanio-archivo {
color: #0080FF;
}

.asociacion .panel-heading {
        background: #a5d2e6 !important;
    }

/*
    .asociacion .panel-body img{ width: 40px; height: 40px; background: gray;}
*/
    .asociacion .panel-body ul{

            padding: 0 5px;
            border-top: 1px dotted #333;
    }
    .asociacion .panel-body ul li{

            list-style: none;
            margin-bottom: 10px;
            padding-top: 5px;

    }
.asociacion .panel-body ul li:first-child{ border-top: none; }

.asocBtn{ float: right; margin: 0px 5px 0px 5px;}

.label-centrar{
    margin: 0 auto 31px auto;
    text-align: center;
}

.archivo-centrar{
    display: block;
    margin: auto;
    float: none;
    background: #fffbdc;
    padding: 5px;
}
    /**************Estilos para tabla de elementos**************/

/*
.listado table thead tr th{
    background: #5d6c6e;
    color: #fff;
    font-size: 13px;
    letter-spacing: .05em;
    text-align: center;
    vertical-align: middle;
}
.listado table tbody tr td{vertical-align: middle;}
.listado table tbody tr:nth-child(odd){  background-color:#f4f9fa;   }

.listado table tbody tr:nth-child(even){ background-color:#FFF;}
*/

.contenedor-categoria{
    padding: 0 10px;
}

.administraCategorias_boton{
    margin-top: 19px;
    width:100%
}

/*separación de labels*/
#formBibliografiaTipos label{

    margin-left: 3px !important;
}

.bibTipo{
    margin-left: 15px !important;
}

.accordion h3 {
        margin-bottom: 0px !important;
}

li.margenLista1 {
    width: 85%;
}

li.margenLista2 {
    width: 10%;
}

li.asocImg {
    width: 10%;
}

li.asocNombre {
    width: 75%;
}

li.asocAccion {
    width: 10%;
}

.ui-accordion-content{
        padding-top: 12px !important;
}

.liga {
    color: #0066ff;
}

#acadEspec, #acadInteres{
    min-height: 100px;
    margin: 10px 10px 40px 10px;
    padding-top: 6px;
    padding-bottom: 10px;
    overflow: hidden;
    letter-spacing: .04em;
}

#acadEspec ul, #acadInteres ul{
    padding: 0 !important;
    margin: 0 0 0 -6px;
}

#acadEspec ul li, #acadInteres ul li{
    float: left;
    list-style: none;
    margin: 10px 0;
    padding: 0;
    border-left: 1px solid gray;
}

.boxAcademico{ margin: auto; width: 90%; margin-top: 15px;}
.boxAcademico .list-group-item.active, .boxAcademico .list-group-item.active:hover, .boxAcademico .list-group-item.active:focus{ color: #000 !important; /*background: #F3F7FF;*/ }

.gj-tree-bootstrap-3 ul.gj-list-bootstrap li.active{ color: #000;}

/* .boxAcademico .list-group-item.boxAcademico .list-group-item.active{ background: #E5E6FD; } */

a.area{
    color: #000F7B;
    /* background: #a5d2e6 url(../img/ico_elimina.png) 7px 7px no-repeat; */
    background: #FFFFFF 7px 7px no-repeat;
    background-size: 12px;
    border-radius: 12px;
    margin: 4px;
    padding: 5px 10px 6px 10px;
    transition: background ease 1s;
}
a.area:hover{
    /* background: #C7DCFF url(../img/ico_elimina.png) 6px 6px no-repeat; */
    background: #FFFFFF 6px 6px no-repeat;
    background-size: 12px;
    text-decoration: none;
    cursor: default !important;
}

.logIn #acadEspec ul li a.area, .logIn #acadInteres ul li a.area{
    color: #000F7B;
    background: #FFFFFF url(../img/ico_elimina.png) 7px 7px no-repeat;
    /* background: #a5d2e6 7px 7px no-repeat; */
    background-size: 12px;
    border-radius: 12px;
    margin: 4px;
    padding: 5px 12px 6px 23px;
    transition: background ease 1s;
}
.logIn #acadEspec ul li a.area:hover, .logIn #acadInteres ul li a.area:hover{
    background: #FFFFFF url(../img/ico_elimina.png) 6px 6px no-repeat;
    /* background: #C7DCFF 6px 6px no-repeat; */
    background-size: 12px;
    text-decoration: none;
    cursor:pointer !important;
}

/*agrega un separador entre los elementos de la lista*/
.list-pipe > li:not(:last-child)::after {
    content: "|";
    margin: 0 .30em;
}

h5{
    /*text-align: center;*/
    border-bottom: 1px dotted #D1D1D1;
    padding-bottom: 12px;
    padding-top: 10px;
    margin-top: 0 !important;
    margin-bottom: 6px !important;
    display: block;
    width: 100%;
    /*background: #E1E1E1;*/
}

.modal-header h5{
    /*text-align: center;*/
    border-bottom: 1px;
    padding-bottom: 12px;
    padding-top: 10px;
    margin-top: 0 !important;
    margin-bottom: 6px !important;
    display: block;
    width: 100%;
    /*background: #E1E1E1;*/
}

/* .cuadroBorrar {
     border: 1px solid #D1D1D1; min-height: 100px; margin: 10px; padding-bottom: 10px;
} */

.leyenda{
    text-align: center;
    font-size: 16px;
    color: #993333;
}

.OtraAreaLiga {
    color: black;
    margin-left:8px;
    text-decoration: none !important;

}

.OtraAreaLiga, .OtraAreaLiga:hover, .OtraAreaLiga:visited {
    color: black;
    margin-left:8px;
    text-decoration: none !important;

}

.OtraAreaLiga > span{
    padding: 8px 0 8px 8px;
}

.submitEsp, .submitInt {
    margin-left: 70px;
}

/**************Estilos para acordeon de registros **************/
.listBibliografia{
    display: none;
}
.accordion {
    width: 90% !important;
    margin: 10px auto !important;
}
.accordion h3 { /*background: #a5d2e6 !important;*/ text-align: left; border: 1px rgba(107,111,135,1.00) solid; font-size: 17px !important; }
.accordion h5 { border-bottom: 1px solid #E4E4E4; padding-bottom: 20px; padding-top: 6px; font-size: 16px; }
.accordion h5 a:hover { color: #001E72;}
.accordion h5:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
li.margenLista1{
    width: 85%;
}
li.margenLista2{
    width: 10%;
}

[data-type=tree] ul li ul li [data-role=expander].gj-tree-glyphicons-expander{

    width: 1px !important;
}

.gj-list > .active {
    background-color: white !important;
}

.formOA {
    width: 70%;
    margin: auto;
}

.nota {
font-size: 0.8em;
color: #0b3db7;
margin-bottom: .3em;
}

.tip{
        /* margin-left: 225px; */
        font-style: italic;
        color: gray;
}


/* ESTILOS CARRETE */

.mosaico {
  display: flex;
  flex-wrap: wrap;
    justify-content: center;


}

.mosaico > div {

  width: 170px;
  height: 200px;
  margin: 10px;
  text-decoration: none;
  text-align: center;

}
    .mosaico > div > img{
         width: 100%;
         height: auto;
         border: 1px solid #97abda;
         transition: all ease 1s;

    }
    .mosaico > div:hover > img{
        box-shadow: 2px 2px 5px #666;
        border: 1px solid #000;

    }
    .mosaico > div > h5{
        font-size: 12px;
        background: none;
        border: none;
        color: #0035cc;
    }

    #imgModal {
        display: block;
       margin-left: auto;
       margin-right: auto;
       width: 50%;
    }

    a.btn_regresar {
        color: #132a42 !important;
        background: #FFF !important;
        border-radius: 5px;
        line-height: 30px;
        width: 174px;
        padding: 4px 15px !important;
        margin: 30px auto 9px auto !important;
        border: 1px solid #132a42;
        display: block;
    }

    /* titulos de las secciones de las asignaturas */

    .drop-shadow {
        position:relative;
        background: #fff;
        z-index: 1;
        padding-right: -40px;
    }

    .drop-shadow:before {
        top:0;
        bottom:0;
        left:10px;
        right:10px;
        -moz-border-radius:50% / 25px;
        border-radius:50% / 25px;
        -webkit-box-shadow:0 3px 25px rgba(0,0,0,0.3);
        -moz-box-shadow:0 3px 25px rgba(0,0,0,0.3);
        box-shadow:0 3px 25px rgba(0,0,0,0.3);
    }


    .drop-shadow:before,
        .drop-shadow:after {
        content:"";
        position:absolute;
        z-index:-1;
    }

    .drop-shadow p {
        font-size:18px;
        font-weight:bold;
        text-align: center;
        background: #FFF;
        padding: 1px 0 !important;
        widows: 110%;
        position: relative;
        margin: 0 !important;
        color: #a09e9e;
}

    .datosGenerales {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left:30px;
        padding-right:30px;
        font-family: Arial, Helvetica, sans-serif;
        font-size:1.1em;
        line-height: 1.5em;
    }

    .btn_catalogo_asig input[type="button"],input[type="submit"],input[type="reset"]{
        color: #FFF !important;
        background: #132a42;
        border-radius: 5px;
        font-size: 14px;
        letter-spacing: .05em;
        padding: 7px 10px;
        margin: 0 auto 0 auto;
        transition: background ease 1s;
    }
    .btn_catalogo_asig input[type="button"]:hover{ background: #666; }

    .btn_catalogo_asig2 input[type="button"]:hover{ background: #666; }

    .btn_catalogo_asig2 input[type="button"],input[type="submit"],input[type="reset"]{
        color: #FFF !important;
        background: #132a42;
        border-radius: 5px;
        font-size: 14px;
        letter-spacing: .05em;
        padding: 7px 10px;
        margin: 22px auto 0 auto;
        transition: background ease 1s;
    }

    .btns_navegacion {
        text-align: center !important;
        margin-left: 0px !important;
        margin-bottom: 15px !important;
    }

    .btns_navegacion a{
         margin: 8px 3px 0px 3px !important;
    }

    .btn-primary {
        background-color: #4e4e4e !important;
        border-color: #292929 !important;
    }

    .btn-primary:hover {
        background-color: #686767 !important;
        border-color: #292929 !important;
    }

    #filters .btn-info {
        background-color: #4e4e4e !important;
        border-color: #292929 !important;
        margin: 6px 15px !important;
    }

    .borraPlantel {
        margin-top: 10px;
    }
