#footer {
    z-index: 0 !important
}
.modalProgramas .modal-body img {
    width: 80% !important;
    margin-left: 10%
}
.botonComoLlegar {
    display: table;
    margin: auto;
    background-color: #ffc31a;
    margin-top: 15px;
    padding: .8em 1em;
    font-size: 15px;
    color: black
}
.cerrarModal {
    background: #8f051b;
    border: none;
    color: #fff;
    padding: .8em 1em
}
[role="button"] {
    cursor: pointer
}
.modal-open {
    overflow: hidden
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, .8)
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}
.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}
.modal-header .close {
    margin-top: -2px
}
.modal-title {
    margin: 0;
    line-height: 1.42857143
}
.modal-body {
    position: relative;
    padding: 15px
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}
.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}
[role="button"] {
    cursor: pointer
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}
.btn-default .badge {
    color: #fff;
    background-color: #333
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}
.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}
.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-block {
    display: block;
    width: 100%
}
.btn-block+.btn-block {
    margin-top: 5px
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}
.clearfix:after,
.modal-footer:after {
    clear: both
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.pull-right {
    float: right !important
}
.pull-left {
    float: left !important
}
.hide {
    display: none !important
}
.show {
    display: block !important
}
.invisible {
    visibility: hidden
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.hidden {
    display: none !important
}
.affix {
    position: fixed
}
.modal-backdrop {
    z-index: 0
}
.box-6 {
    width: 50%
}
.NuevoPlandeEstudios .circulo {
    margin: auto;
    border: solid 2px #a20f26;
    display: table;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
    padding: 5%
}
.container-box {
    max-width: 100%;
    margin: 0 auto;
    display: flex
}
.NuevoPlandeEstudios .circulo h3 {
    color: #a20f26;
    margin: auto;
    margin-bottom: auto;
    display: table;
    font-size: 3rem;
    margin-bottom: 10px;
    border-bottom: solid 1px #e0e0e0
}
.NuevoPlandeEstudios .rectangulo {
    width: 80%;
    margin: auto;
    border: solid 2px #a20f26;
    display: table;
    border-radius: 15px;
    padding: 3% 5%
}
.boxCoterminal {
    width: 33.33%;
    float: right
}
a.cta-button-coterminal {
    color: #64030c;
    font-weight: 400;
    display: block;
    padding: 5px;
    text-align: center;
    border: 1px solid #64030c;
    float: right;
    font-size: 14px;
    transition: all .3s ease
}
.NuevoPlandeEstudios .rectangulo h4 {
    font-weight: 300;
    font-size: 1.8rem;
    font-family: "Yanone Kaffeesatz", sans-serif;
    color: #a20f26;
    margin: 0;
    margin-bottom: 0;
    margin-bottom: 0;
    margin-bottom: 10px
}
.destacado_coterminal {
    float: inherit;
    position: relative;
    margin-left: 158px
}
.container-nombre {
    margin-left: 180px;
    padding: 20px;
    position: absolute;
    z-index: 99999;
    width: 123px;
    top: 0;
    padding-left: 0;
    padding-right: 20px;
    height: 57px
}
.nombre_facultad a {
    font-size: 17px;
    color: #fff;
    font-weight: lighter;
    line-height: 20px
}
.idioma {
    display: none
}
.miga {
    font-size: 12px!important;
    color: #333;
    width: 100%;
    display: table;
    font-weight: normal;
    padding-top: 0;
    margin-bottom: 2rem
}
.WrapperLetras {
    padding-left: 0!important
}
.fixed {
    position: fixed!important;
    padding: 0;
    width: 100%!important
}
a {
    text-decoration: none!important
}
a {
    color: #a20f26
}
body {
    background: #fff;
    margin: 0;
    height: 100%
}
#footer {
    z-index: 9999999
}
.enlacesfooter {
    display: none!important
}
.col-md-3-servicios-virtuales {
    background: none!important
}
.textoculto {
    display: none
}
.nombre_micrositio img {
    width: 4%;
    margin-right: 10px;
    float: right
}
.nombre_micrositio h2 {
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 27px;
    color: #e8e8e8;
    font-weight: lighter;
    text-shadow: 0 2px 2px #000;
    margin-left: 10px;
    margin-top: 0
}
.container-menu {
    display: none
}
.fixed {
    width: 100%!important
}
.titulo_menu_principal {
    display: none
}
.content {
    height: auto
}
.top {
    display: table;
    width: 100%;
    position: relative!important
}
.captura {
    display: table;
    width: 100%;
    position: relative;
    background: rgba(158, 158, 158, 0.18823529411764706);
}
.destacado {
    width: 100%;
    height: 200px;
    background: #c7c7c7;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    min-height: 565px;
    overflow: hidden
}
.destacado img {
    width: 100%
}
.textodiferenciador h2 {
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 27px;
    color: #f1f1f1;
    text-shadow: 2px 0 2px #000;
    font-weight: lighter;
    letter-spacing: .5px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 32px
}
.textodiferenciador h2 a {
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 27px;
    color: #f1f1f1;
    text-shadow: 2px 0 2px #000;
    font-weight: lighter;
    letter-spacing: .5px
}
.textodiferenciador p {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    margin-top: 1px
}
.textodiferenciador p a {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 20px
}
.formulariocaptura {
    background: rgba(0,0,0,.6) none repeat scroll 0 0;
    border-radius: 3px;
    display: table;
    left: 74%;
    padding: 20px 20px 15px;
    position: relative;
    top: -462px;
    width: 320px!important;
    z-index: 333;
    min-height: 400px;
}
.formulariocaptura iframe {
    width: 100%;
    height: 410px!important;
    border: 0!important
}
.contenidoinferior {
    display: table;
    width: 100%;
    background: #f1f1f1;
    padding-top: 30px;
    padding-bottom: 50px;
    position: relative;
    z-index: 3;
    margin-top: -440px
}
.botonesmenu {
    display: table;
    width: 100%;
    margin-bottom: 0
}
.botonmenu a {
    color: #fff
}
.botonmenu {
    display: table;
    width: 19.5%;
    float: left;
    margin-right: 4px;
    background: #626262;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    text-transform: inherit;
    line-height: 40px;
    color: #fff!important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.botonmenu:hover,
.active {
    background: #dcdcdc;
    color: #626262!important
}
.col-izq {
    display: table;
    width: 70%;
    float: left;
    margin-right: 20px
}
.col-der {
    display: table;
    width: 27%;
    float: left
}
.contenidoinferior h3 {
    font-size: 26px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    color: #444;
    font-weight: lighter;
    letter-spacing: .5;
    margin-top: 10px;
    margin-bottom: 20px
}
.contenidoinferior p {
    font-size: 13px;
    color: #333;
    font-weight: normal;
    line-height: 18px;
    text-align: justify;
    margin-top: 0;
    margin-bottom: 20px
}
.columnas-fullwidth p {
    font-size: 14px;
    color: #333;
    line-height: 22px
}
.contenidoinferior iframe {
    width: 94%
}
.col-izq p {
    text-align: left
}
.botoninscribase {
    display: table;
    width: 100%;
    background: #a20f26;
    text-align: center;
    line-height: 40px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 20px;
    font-size: 14px
}
.botoninscribase a {
    color: #fff;
    font-size: 14px
}
.botoninscribase:hover {
    display: table;
    width: 100%;
    background: #666;
    text-align: center;
    line-height: 40px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 20px;
    font-size: 14px
}
.imagen-la-escuela {
    display: table;
    margin-right: 20px;
    width: 40%;
    float: left
}
.imagen-la-escuela img {
    width: 100%
}
.imagen-la-programa {
    display: table;
    margin-right: 20px;
    width: 40%;
    float: left
}
.imagen-la-programa img {
    width: 100%
}
.datos-perfiles {
    display: table;
    width: 57%;
    float: left;
    margin-right: 20px
}
.datos-perfiles p,
.datos-perfilesegresado p {
    line-height: 18px!important
}
.imagendatos {
    display: table;
    width: 100%;
    background: url(https://www.urosario.edu.co/App_Themes/ProgramaPregradoEconomia/imagenes/lineaperfiles.png);
    background-size: contain;
    margin-bottom: 10px
}
.imagendatos img {
    width: 28%;
    float: left;
    margin-left: 20px;
    margin-right: 20px
}
.datos-perfiles ul,
.datos-perfilesegresado ul {
    display: none
}
.datos-perfilesegresado {
    display: table;
    width: 73%;
    float: left;
    margin-right: 20px
}
.datos-perfilesegresado img {
    width: 19%;
    float: left;
    margin-left: 5px;
    margin-right: 4px
}
.img-plan {
    display: table;
    width: 99%
}
.img-plan img {
    width: 100%
}
.logo-pdf {
    display: table;
    width: 99%;
    background: #fff;
    text-align: right;
    font-size: 14px;
    color: #333;
    padding-bottom: 20px
}
.logo-pdf a {
    font-size: 14px;
    color: #333!important
}
.logo-pdf img {
    margin-left: 10px
}
.profesor {
    display: table;
    width: 44%;
    float: left;
    border-bottom: 1px solid #dcdcdc;
    margin: 20px;
    padding-bottom: 40px
}
.profesor:hover .imagenprofesor {
    opacity: 1
}
.imagenprofesor {
    width: 160px;
    float: left;
    position: relative;
    height: 160px;
    min-height: 160px;
    overflow: hidden;
    cursor: pointer;
    margin-right: 20px;
    opacity: .8;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.imagenprofesor img {
    position: relative;
    width: 100%
}
.profesor p {
    text-align: left;
    margin-bottom: 0
}
.paginacion {
    display: table;
    width: 100%;
    margin-bottom: 20px
}
.PagerControl {
    text-align: center!important;
    font-size: 14px!important;
    color: #333!important;
    font-weight: normal!important
}
.planes {
    display: table;
    width: 100%
}
.planes h3 {
    display: none
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none
}
.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}
.flexslider {
    margin: 0;
    padding: 0
}
.flexslider .slides>li {
    display: none;
    position: relative;
    -webkit-backface-visibility: hidden
}
.flexslider .slides img {
    width: 100%;
    display: block
}
.flex-pauseplay span {
    text-transform: capitalize
}
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
html[xmlns] .slides {
    display: block
}
* html .slides {
    height: 1%
}
.no-js .slides>li:first-child {
    display: block
}
.flexslider {
    margin: 0 0 0;
    zoom: 1;
    z-index: 1
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}
.loading .flex-viewport {
    max-height: 300px
}
.flexslider .slides {
    zoom: 1
}
.carousel li {
    margin-right: 0
}
.flex-direction-nav {
    *height: 0
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 26px;
    height: 1px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}
.flex-direction-nav .flex-prev {
    left: -50px
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}
.flexslider:hover .flex-prev {
    opacity: .7;
    left: 10px
}
.flexslider:hover .flex-next {
    opacity: .7;
    right: 10px
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1
}
.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    line-height: 1;
    display: inline-block;
    content: url(https://www.urosario.edu.co/App_Themes/Administracion-Programas-micrositios-2017/imagenes/flex/left_nav.png)
}
.flex-direction-nav a.flex-next:before {
    content: url(https://www.urosario.edu.co/App_Themes/Administracion-Programas-micrositios-2017/imagenes/flex/right_nav.png)
}
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #333
}
.flex-pauseplay a:hover {
    opacity: 1
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    margin-top: -30px;
    text-align: center;
    bottom: 20px
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline
}
.flex-control-paging li a {
    width: 13px;
    height: 13px;
    display: block;
    background: #a20f26;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(191, 206, 2294, .3);
    -moz-box-shadow: inset 0 0 3px rgba(191, 206, 2294, .3);
    -o-box-shadow: inset 0 0 3px rgba(191, 206, 229, .3);
    box-shadow: inset 0 0 3px rgba(191, 206, 229, .3)
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(255, 255, 255, .7)
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(255, 255, 255, .9);
    cursor: default
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}
.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer
}
.flex-control-thumbs img:hover {
    opacity: 1
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}
.cont-slide {
    display: table;
    width: 100%;
    background: #ededed
}
.imagenslide {
    display: table;
    width: 30%;
    float: left
}
.imagenslide img {
    width: 100%
}
.textoslide {
    display: table;
    width: 70%;
    float: left
}
.textoslide h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #810507;
    margin: 15px
}
.textoslide h3 {
    font-size: 15px;
    color: #555;
    margin: 15px;
    margin-top: 0
}
.textoslide p {
    font-size: 13px;
    color: #333;
    margin: 15px;
    margin-top: 0
}
.ac-container {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    text-align: left;
    position: relative;
    z-index: 0
}
.ac-container h5 {
    margin-left: 20px
}
.ac-container label {
    padding: 0 20px;
    position: relative;
    z-index: 20;
    display: block;
    height: 34px;
    cursor: pointer;
    color: #a20f26;
    line-height: 33px;
    font-size: 14px;
    background: #eee;
    box-shadow: 0 0 0 1px rgba(155, 155, 155, .3), 1px 0 0 0 rgba(255, 255, 255, .9) inset, 0 2px 2px rgba(0, 0, 0, .1)
}
.ac-container label:hover {
    background: #fff
}
.ac-container input:checked+label,
.ac-container input:checked+label:hover {
    background: #c7c7c7;
    color: #333;
    box-shadow: 0 0 0 1px rgba(155, 155, 155, .3), 0 2px 2px rgba(0, 0, 0, .1)
}
.ac-container label:hover:after,
.ac-container input:checked+label:hover:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(https://www.urosario.edu.co/App_Themes/Administracion-Programas-micrositios-2017/imagenes/arrow_down.png) no-repeat center center
}
.ac-container input:checked+label:hover:after {
    background-image: (../imagenes/arrow_up.png)
}
.ac-container input {
    display: none
}
.ac-container article {
    background: rgba(255, 255, 255, .5);
    margin-top: -1px;
    overflow: hidden;
    height: 0;
    position: relative;
    z-index: 10;
    -webkit-transition: height .3s ease-in-out, box-shadow .6s linear;
    -moz-transition: height .3s ease-in-out, box-shadow .6s linear;
    -o-transition: height .3s ease-in-out, box-shadow .6s linear;
    -ms-transition: height .3s ease-in-out, box-shadow .6s linear;
    transition: height .3s ease-in-out, box-shadow .6s linear
}
.ac-container article h4 {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    margin: 20px
}
.ac-container article p {
    color: #333;
    line-height: 18px;
    font-size: 13px;
    text-align: justify;
    margin: 0
}
.ac-container article ul {
    padding: 0;
    padding-left: 20px
}
.ac-container article ol {
    padding: 0;
    padding-left: 20px
}
.ac-container article li {
    color: #333;
    text-align: left;
    line-height: 18px;
    font-size: 13px;
    margin: 20px;
    margin-bottom: 10px;
    text-align: justify
}
.ac-container input:checked~article {
    -webkit-transition: height .5s ease-in-out, box-shadow .1s linear;
    -moz-transition: height .5s ease-in-out, box-shadow .1s linear;
    -o-transition: height .5s ease-in-out, box-shadow .1s linear;
    -ms-transition: height .5s ease-in-out, box-shadow .1s linear;
    transition: height .5s ease-in-out, box-shadow .1s linear;
    box-shadow: 0 0 0 1px rgba(155, 155, 155, .3)
}
.ac-container input:checked~article.ac-small {
    height: auto;
    background: #fff;
    padding: 15px
}
.ac-container input:checked~article.ac-medium {
    height: auto;
    background: #fff;
    padding: 15px
}
.ac-container input:checked~article.ac-large {
    height: auto;
    background: #fff;
    padding: 15px
}
.botonesmenu .active .botonmenu {
    background: #dcdcdc;
    color: #626262!important;
    border: 1px solid #c7c7c7;
    border-bottom: none
}
section.columnas,
section.columnas-fullwidth {
    display: flex;
    background: #fff;
    border-top-right-radius: 20px
}
.columnas-fullwidth article {
    width: 98%;
    margin: auto;
    padding: 50px 40px 50px
}
.columnas article {
    width: 70%;
    padding: 40px 35px 50px 40px
}
.columnas aside {
    width: 30%;
    padding: 40px 40px 50px 20px
}
nav {
    width: 100%
}
.border-bottom-hl {
    border-bottom: 1px solid #dcdcdc
}
.align-left {
    text-align: left
}
.align-right {
    text-align: right
}
.align-center {
    text-align: center
}
.align-justify {
    text-align: justify
}
.columnas aside .video {
    display: table;
    width: 100%;
    background: #fff;
    padding: 2px 0 0 0;
    margin-bottom: 20px
}
.columnas aside img {
    width: 100%
}
.columnas aside .video iframe {
    border: 12px solid #dcdcdc;
    height: 194px
}
.columnas article strong {
    font-weight: 600;
    color: #333
}
.columnas aside h1 {
    font-size: 36px;
    font-weight: 500;
    font-family: "Yanone Kaffeesatz", sans-serif;
    color: #333;
    margin: 0
}
.columnas aside h2 {
    font-size: 26px;
    font-weight: 500;
    font-family: "Yanone Kaffeesatz", sans-serif;
    color: #333;
    padding: 9px 0 7px 0;
    margin: 0 0 20px 0
}
.columnas aside h3 {
    font-size: 22px;
    font-weight: 500;
    font-family: "Yanone Kaffeesatz", sans-serif;
    color: #333;
    margin: 0
}
.columnas aside h4 {
    font-size: 1.5em;
    font-weight: 500;
    font-family: "Yanone Kaffeesatz", sans-serif;
    color: #333;
    margin: 0
}
.columnas aside h5 {
    font-size: 16px;
    font-weight: 500;
    font-family: "Yanone Kaffeesatz", sans-serif;
    color: #333;
    margin: 0
}
.columnas aside h6 {
    font-size: 12px;
    font-weight: 500;
    font-family: "Yanone Kaffeesatz", sans-serif;
    color: #333;
    margin: 0
}
.columnas article h1 {
    font-size: 36px;
    font-weight: 500;
    font-family: "Yanone Kaffeesatz", sans-serif;
    color: #333;
    padding: 0 0 5px 0;
    margin: 0 0 20px 0
}
.columnas article h2 {
    font-size: 26px;
    font-weight: 500;
    font-family: "Yanone Kaffeesatz", sans-serif;
    color: #333;
    padding: 10px 0;
    margin: 0
}
.columnas article h3 {
    font-size: 22px;
    font-weight: 500;
    font-family: "Yanone Kaffeesatz", sans-serif;
    color: #333;
    padding: 10px 0;
    margin: 0
}
.columnas article h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: "Yanone Kaffeesatz", sans-serif;
    color: #333;
    padding: 10px 0;
    margin: 0
}
.columnas article h5 {
    font-size: 16px;
    font-weight: 500;
    font-family: "Yanone Kaffeesatz", sans-serif;
    color: #333;
    padding: 10px 0;
    margin: 0
}
.columnas article h6 {
    font-size: 12px;
    font-weight: 500;
    font-family: "Yanone Kaffeesatz", sans-serif;
    color: #333;
    padding: 10px 0;
    margin: 0
}
.columnas article p {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 0;
    text-align: left;
    color: #333;
    line-height: 22px
}
.columnas-fullwidth article .profesor h2 {
    font-size: 26px;
    font-weight: lighter;
    font-family: "Yanone Kaffeesatz", sans-serif;
    color: #a20f26;
    padding: 10px 0;
    margin: 0
}
.columnas-fullwidth article .profesor h3 {
    font-size: 22px;
    font-weight: lighter;
    font-family: "Yanone Kaffeesatz", sans-serif;
    color: #a20f26;
    padding: 10px 0;
    margin: 0
}
.programas-perfiles {
    margin: 10px;
    margin-left: 12px;
    width: 46%;
    float: left;
    border: solid 1px #f1f1f1;
    min-height: 240px;
    padding: 10px;
    box-shadow: 0 5px 6px #f1f1f1;
    border-bottom: 3px solid #8f051b;
    background: #f1f1f1
}
.programas-perfiles h2 {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #444
}
.programas-perfiles p {
    line-height: 22px;
    font-size: 14px
}
.programas-perfiles h2 img {
    float: left;
    padding-right: 10px
}
.programas-perfiles ul {
    padding: 0;
    margin: 0;
    padding-left: 10px
}
.programas-perfiles ul li {
    list-style: none;
    font-size: 14px;
    color: #5f5f5f;
    font-weight: 400
}
.programas-perfiles ul li:before {
    content: url(http://d9hhrg4mnvzow.cloudfront.net/educacioncontinuamkt.urosario.edu.co/administracion/021c-liderazgocomercial/25c5d4ef-iconos-02_00a00a00a00a000000.png);
    float: left;
    padding-top: 5px;
    padding-right: 10px
}
.tituloestudiantecpg {
    display: table;
    width: 165px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    color: #a20f26;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: normal;
    text-align: right;
    float: left;
    position: relative;
    background: url(https://www.urosario.edu.co/App_Themes/Ciencia-Politica-Micrositios-Programas-2017/imagenes/fondotitulocpg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    padding-right: 20px;
    padding-top: 137px;
    padding-left: 0;
    height: 155px;
    margin-left: -55px;
    z-index: 1
}
.grupoitems {
    display: table;
    width: 70%;
    float: right;
    background: url(https://www.urosario.edu.co/App_Themes/ProgramaPregradoEconomia/imagenes/lineaperfiles.png);
    position: relative;
    margin-left: -20px;
    height: 240px;
    z-index: 0;
    margin-top: 15px;
    padding: 0
}
.grupoitems h3 {
    color: #a20f26;
    font-size: 48px;
    font-weight: normal;
    font-family: "Yanone Kaffeesatz", sans-serif;
    margin: 0;
    text-align: center;
    line-height: 60px
}
.grupoitems p {
    position: absolute;
    bottom: 43px;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    width: 80%
}
.itemsplancpg {
    display: table;
    width: 20%;
    float: left;
    position: relative;
    background: url(https://www.urosario.edu.co/App_Themes/Ciencia-Politica-Micrositios-Programas-2017/imagenes/fondoitemsplan.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10%;
    margin-right: 0;
    height: 200px;
    padding: 20px;
    margin-top: 15px
}
.grupoitems h4 {
    color: #a20f26;
    font-size: 26px;
    line-height: 40px;
    font-weight: normal;
    font-family: "Yanone Kaffeesatz", sans-serif;
    margin: 0;
    text-align: center;
    width: 100%
}
.itemsplancpg1 {
    display: table;
    width: 38%;
    margin-top: 23px;
    float: left;
    position: relative;
    background: url(https://www.urosario.edu.co/App_Themes/CPGRI-Micrositio2017/imagenes/fondoitemsplan1.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10%;
    margin-right: 0;
    height: 200px;
    padding: 10px
}
.itemsplancpg1 p {
    font-size: 14px;
    line-height: 18px;
    width: 94%;
    bottom: 24px
}
.columnas-fullwidth table {
    background: #fff;
    border-collapse: collapse;
    height: auto;
    margin: auto;
    max-width: 100%;
    padding: 5px;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    animation: float 5s infinite
}
.columnas-fullwidth table a {
    color: #666;
    font-weight: 400;
    text-decoration: underline!important
}
.columnas-fullwidth th {
    color: #fff;
    background: #8f051b;
    border-bottom: 4px solid #c1c3d1;
    border-right: 1px solid #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 25px;
    text-align: left;
    vertical-align: middle
}
.columnas-fullwidth th:first-child {
    border-top-left-radius: 0
}
.columnas-fullwidth th:last-child {
    border-top-right-radius: 0;
    border-right: none
}
.columnas-fullwidth tr {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.columnas-fullwidth tr:hover td {
    background: #f1f1f1;
    color: #666
}
.columnas-fullwidth tr:hover td a {
    text-decoration: underline!important
}
.columnas-fullwidth tr:first-child {
    border-top: none
}
.columnas-fullwidth tr:last-child {
    border-bottom: none
}
.columnas-fullwidth tr:nth-child(odd) td {
    background: #f1f1f1
}
.columnas-fullwidth tr:nth-child(odd):hover td a {
    text-decoration: underline!important
}
.columnas-fullwidth tr:nth-child(odd):hover td {
    background: #f1f1f1
}
.columnas-fullwidth tr:last-child td:last-child {
    padding: 20px 60px;
    font-size: 16px;
    color: #790013;
    background: #ededed
}
.columnas-fullwidth td {
    background: #f1f1f1;
    padding: 15px 25px;
    text-align: left;
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px;
    color: #535353;
    border-right: 1px dotted #c1c3d1;
    border-bottom: 1px dotted #c1c3d1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.columnas-fullwidth td.td-izq {
    text-align: center;
    font-weight: 800
}
.columnas-fullwidth td:last-child {
    border-right: 0
}
.columnas-fullwidth th.text-left {
    text-align: left
}
.columnas-fullwidth th.text-center {
    text-align: center
}
.columnas-fullwidth th.text-right {
    text-align: right
}
.columnas-fullwidth td.text-left {
    text-align: left
}
.columnas-fullwidth td.text-center {
    text-align: center
}
.columnas-fullwidth td.text-right {
    text-align: right
}
.columna-izquierda table {
    background: #fff;
    border-collapse: collapse;
    height: auto;
    margin: auto;
    max-width: 100%;
    padding: 5px;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    animation: float 5s infinite
}
.columna-izquierda table a {
    color: #8f051b;
    font-weight: 400
}
.columna-izquierda th {
    color: #fff;
    background: #333;
    border-bottom: 4px solid #9ea7af;
    border-right: 1px solid #343a45;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 15px;
    text-align: left;
    vertical-align: middle
}
.columna-izquierda th:first-child {
    border-top-left-radius: 0
}
.columna-izquierda th:last-child {
    border-top-right-radius: 0;
    border-right: none
}
.columna-izquierda tr {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.columna-izquierda tr:hover td {
    background: #dcdcdc;
    color: #666
}
.columna-izquierda tr:hover td a {
    text-decoration: underline!important
}
.columna-izquierda tr:first-child {
    border-top: none
}
.columna-izquierda tr:last-child {
    border-bottom: none
}
.columna-izquierda tr:nth-child(odd) td {
    background: #f1f1f1
}
.columna-izquierda tr:nth-child(odd):hover td a {
    text-decoration: underline!important
}
.columna-izquierda tr:nth-child(odd):hover td {
    background: #dcdcdc
}
.columna-izquierda td {
    background: #fff;
    padding: 20px;
    text-align: left;
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px;
    color: #535353;
    border-right: 1px solid #c1c3d1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.columna-izquierda td:last-child {
    border-right: 0
}
.columna-izquierda th.text-left {
    text-align: left
}
.columna-izquierda th.text-center {
    text-align: center
}
.columna-izquierda th.text-right {
    text-align: right
}
.columna-izquierda td.text-left {
    text-align: left
}
.columna-izquierda td.text-center {
    text-align: center
}
.columna-izquierda td.text-right {
    text-align: right
}
a.cta-button {
    color: #fff;
    font-weight: 400;
    display: block;
    padding: 10px;
    text-align: center;
    border-bottom: 3px solid #64030c;
    background-color: #8f051b;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
a.cta-button:hover {
    background-color: #333;
    border-bottom: 3px solid #333
}
a.cta-button-2 {
    color: #fff;
    width: 300px;
    font-weight: 400;
    display: block;
    padding: 10px;
    text-align: center;
    border-bottom: 3px solid #64030c;
    background-color: #8f051b;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
a.cta-button-2:hover {
    background-color: #333;
    border-bottom: 3px solid #333
}
.columnas ul li {
    list-style: none;
    padding: 8px 0;
    font-size: 14px;
    font-weight: 400;
    color: #5f5f5f
}
.columnas ul li:before {
    content: url(http://d9hhrg4mnvzow.cloudfront.net/educacioncontinuamkt.urosario.edu.co/administracion/021c-liderazgocomercial/25c5d4ef-iconos-02_00a00a00a00a000000.png);
    float: left;
    padding-top: 7px;
    padding-right: 10px
}
ul.margin-left {
    margin-left: 37px
}
.integrandeeidi {
    display: table;
    width: 44.5%;
    height: 60px;
    float: left;
    margin-right: 20px;
    background: #f8f8f8;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: .5px solid #c7c7c7;
    border-bottom: 3px solid #a20f26;
    text-align: left;
    line-height: 17px
}
.toggle-search-responsive {
    top: -10px
}
.Especificaciones {
    font-size: 13px
}
.Especificaciones .Intro {
    padding-bottom: 25px
}
.Especificaciones h2 {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 25px!important
}
.Especificaciones .Destacado,
.Especificaciones .hardware,
.Especificaciones .software {
    width: 26%;
    float: left;
    margin-right: 3%;
    min-height: 200px;
    border-top: 2px solid #8f051b;
    padding: 15px;
    padding-top: 15px;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 2px solid #ccc;
    background: #fff9f9
}
.Especificaciones .Destacado blockquote {
    font-size: 16px;
    line-height: 25px;
    padding-left: 25px;
    margin: 0
}
.Especificaciones .Destacado blockquote:before {
    content: "";
    font: normal normal normal 50px/1 FontAwesome;
    display: inline;
    color: #8f051b;
    padding-right: 15px
}
.Especificaciones .hardware p strong:before {
    content: "";
    font: normal normal normal 45px/1 FontAwesome;
    display: inline;
    color: #8f051b;
    padding-right: 15px
}
.Especificaciones .hardware p strong,
.Especificaciones .software p strong {
    font-size: 18px;
    display: inline-block;
    padding-bottom: 10px
}
.Especificaciones .software p strong:before {
    content: "";
    font: normal normal normal 45px/1 FontAwesome;
    display: inline;
    color: #8f051b;
    padding-right: 15px
}
.Especificaciones .hardware p,
.Especificaciones .software p {
    line-height: 18px
}
.caja-214171 {
    min-height: 283px
}
.caja-214172 {
    min-height: 283px
}
.caja-214177 {
    min-height: 247px
}
.caja-214181 {
    min-height: 303px
}
.caja-214182 {
    min-height: 303px
}
.caja-214219 {
    min-height: 400px
}
.caja-214216 {
    min-height: 635px
}
.caja-214214 {
    min-height: 335px
}
.caja-214211 {
    min-height: 269px
}
.caja-214207 {
    min-height: 291px
}
.caja-214204 {
    min-height: 335px
}
.caja-214197 {
    min-height: 247px
}
.caja-214194 {
    min-height: 393px
}
.caja-214188 {
    min-height: 643px
}
.caja-214201 {
    min-height: 538px
}
.caja-214185 {
    min-height: 465px
}
.caja-214215,
.caja-214212,
.caja-214208,
.caja-214205,
.caja-214196,
.caja-214187,
.caja-260585 {
    width: 95.5%
}
.caja-214215 h2,
.caja-214212 h2,
.caja-214208 h2,
.caja-214205 h2,
.caja-214196 h2,
.caja-214187 h2,
.caja-260585 {
    text-align: center
}
.caja-214215 h2 img,
.caja-214212 h2 img,
.caja-214208 h2 img,
.caja-214205 h2 img,
.caja-214196 h2 img,
.caja-214187 h2 img,
.caja-260585 h2 img {
    float: inherit!important
}
.caja-260585 ul {
    display: inline-grid;
    text-align: left
}
.acreditacion {
    display: table;
    width: 38%;
    float: right;
    margin: 10px
}
.acreditacion IMG {
    width: 100%;
    display: none;
}
.imagensinfondo img {
    width: 100px;
    height: auto;
    margin: auto;
    margin-bottom: 0;
    margin-top:83%;
    float: right;
    box-shadow: 2px 2px 2px rgba(0,0,0,.3);
    background-color: #fff;
    border-radius: 5px;
    padding: 2px;
}
.formulariocaptura, .imagensinfondo {
 /*   background: rgba(0, 0, 0, 0) none repeat scroll 0 0;*/
}
@media(max-width:2000px) and (min-width:1690px) {
    .datos-perfiles p,
    .datos-perfilesegresado p {
        line-height: 18px!important
    }
}
@media(max-width:2000px) and (min-width:1500px) {
    .container {
        width: 1400px;
        margin-left: auto;
        margin-right: auto
    }
    #black-menu .navbar-nav ul {
        padding-left: 300px
    }
}
@media(max-width:1500px) and (min-width:1300px) {
    .grupoitems {
        width: 64%
    }
    .itemsplancpg {
        width: 24%;
        margin-left: 6%
    }
    .itemsplancpg1 {
        width: 46%
    }
}
@media(max-width:1500px) and (min-width:1400px) {
    .nombre_micrositio h1 {
        font-size: 50px;
        margin-top: 10px
    }
    .destacado {
        min-height: 550px
    }
    .formulariocaptura {
        top: -530px;
        left: 71%
    }
    .textodiferenciador {
        top: 455px;
        padding-top: 15px
    }
    .imagen-la-escuela {
        width: 32%;
        margin-right: 35px
    }
    .datos-perfiles {
        width: 63%
    }
    .imagendatos img {
        margin-left: 19px;
        margin-right: 19px
    }
    .datos-perfilesegresado {
        width: 100%
    }
    .datos-perfilesegresado img {
        width: 18%;
        margin-left: 10px;
        margin-right: 10px
    }
    .imagenprofesor {
        min-height: 210px
    }
}
@media(max-width:1490px) and (min-width:1300px) {
    .container {
        width: 1200px!important;
        margin-left: auto;
        margin-right: auto
    }
}
@media(max-width:1399px) and (min-width:1200px) {
    .nombre_micrositio h1 {
        font-size: 50px;
        margin-top: 10px
    }
    .formulariocaptura {
        padding: 10px;
        left: 72%
    }
    .destacado {
        min-height: 535px
    }
    .formulariocaptura {
        top: -520px;
        left: 72%
    }
    .textodiferenciador {
        top: 420px;
        padding-top: 15px
    }
    .flex-control-nav {
        bottom: 30px
    }
    .imagen-la-escuela {
        width: 32%;
        margin-right: 35px
    }
    .datos-perfiles {
        width: 63%
    }
    .imagendatos img {
        margin-left: 19px;
        margin-right: 19px
    }
    .datos-perfilesegresado {
        width: 100%
    }
    .datos-perfilesegresado img {
        width: 18%;
        margin-left: 10px;
        margin-right: 10px
    }
    .imagenprofesor {
        min-height: 210px
    }
}
@media(max-width:1290px) and (min-width:1102px) {
    .container {
        width: 1200px!important;
        margin-left: auto;
        margin-right: auto
    }
    .navbar-collapse {
        width: 1050px!important;
        margin-left: auto!important;
        margin-right: auto!important
    }
}
@media(max-width:1290px) and (min-width:900px) {
    .grupoitems {
        width: 64%
    }
    .itemsplancpg {
        width: 24%;
        margin-left: 6%
    }
    .itemsplancpg1 {
        width: 46%
    }
    .captura {
    display: inherit;
   }

}

@media (max-width: 1024px) {

.nombre_micrositio h1 {
    padding: 5% 1%!important;
    font-size: 25px!important;
    width: 279px!important;
}
}


@media(max-width:1199px) and (min-width:900px) {
    .container-nombre {
        margin-left: 165px
    }
    .nombre_micrositio h1 {
        font-size: 40px;
        margin-top: 10px
    }
    .formulariocaptura {
      top: -360px;
    left: 65%;
    padding: 29px 19px 0 14px;
    }
    .destacado {
        min-height: 460px
    }
    .formulariocaptura {
    top: -458px;
    left: 65%;
    }
    .textodiferenciador {
        top: 344px;
        padding-left: 20px;
        padding-top: 10px
    }
    .textodiferenciador h2 {
        font-size: 23px
    }
    .flex-control-nav {
        bottom: 43px;
        text-align: left;
        margin-left: 18px
    }
    .imagen-la-escuela {
        width: 32%;
        margin-right: 35px
    }
    .datos-perfiles {
        width: 62%
    }
    .imagendatos img {
        margin-left: 16px;
        margin-right: 16px
    }
    .datos-perfilesegresado {
        width: 100%
    }
    .datos-perfilesegresado img {
        width: 18%;
        margin-left: 10px;
        margin-right: 10px
    }
    .imagenprofesor {
        min-height: 170px;
        width: 28%
    }
    .profesor {
        width: 46%;
        margin-right: 10px
    }
    .profesor h3 {
        font-size: 22px;
        margin-bottom: 5px
    }
    .profesor p {
        font-size: 12px;
        line-height: 17px
    }
    .Especificaciones .Destacado,
    .Especificaciones .hardware,
    .Especificaciones .software {
        width: 25%!important;
        margin-bottom: 25px;
        min-height: 271px!important
    }
}
@media(max-width:1100px) and (min-width:300px) {
    .grupoitems {
        width: 60%
    }
    .itemsplancpg {
        width: 26%;
        margin-left: 2%
    }
    .itemsplancpg p {
        bottom: 73px
    }
    .itemsplancpg1 {
        width: 57%;
        margin-left: 2%
    }
    .plan img {
        width: 40%
    }
    .columnas-fullwidth article .profesor h2 {
        font-size: 22px
    }
    .programas-perfiles {
        height: auto!important
    }



.imagensinfondo img {
    width: 32%!important;
    min-width: 76px;
    display: table;
    height: auto!important;
    float: inherit;
    box-shadow: 2px 2px 2px rgba(0,0,0,.3);
    background-color: #fff;
    border-radius: 5px;
    padding: 2px;
    bottom: 145px;
    right: 30px;
    position: absolute;
}
}



@media(max-width:1100px) and (min-width:910px) {
    .container {
        width: 1000px!important;
        margin-left: auto;
        margin-right: auto
    }
    .navbar-collapse {
        width: 950px!important;
        margin-left: auto!important;
        margin-right: auto!important
    }
    .programas-perfiles {
        margin: 0!important;
        margin-bottom: 25px!important;
        width: 97%!important
    }
}
@media(max-width:999px) and (min-width:700px) {
    .container-nombre {
        margin-left: 165px
    }
    .flex-control-nav {
        bottom: 43px;
        text-align: left;
        margin-left: 30px
    }
    .contenidoinferior {
        padding-top: 20px
    }
    .botonmenu,
    .botonmenu:hover {
        font-size: 16px;
        line-height: 40px
    }
    .imagen-la-escuela {
        display: none
    }
    .datos-perfiles {
        width: 100%
    }
    .imagendatos img {
        width: 25%;
        margin-left: 48px;
        margin-right: 10px
    }
    .datos-perfilesegresado img {
        width: 19.4%;
        margin-left: 2px;
        margin-right: 3px
    }
    .profesor {
        width: 47%
    }
}
@media(min-width:992px) {
    .modal-lg {
        width: 900px
    }
}
@media(max-width:990px) and (min-width:900px) {
    .container {
        width: 890px!important;
        margin-left: auto;
        margin-right: auto
    }
    .programas-perfiles {
        margin: 0!important;
        margin-bottom: 25px!important;
        width: 97%!important
    }
}
@media(max-width:990px) and (min-width:700px) {
    .plan img {
        display: none
    }
    .grupoitems {
        width: 100%;
        margin-bottom: 20px
    }
    .itemsplancpg {
        width: 26%;
        margin-left: 6%
    }
    .itemsplancpg1 {
        width: 45%;
        margin-left: 6%
    }
    a.cta-button-2 {
        display: table
    }
    .profesor {
        width: 45%;
        padding-bottom: 15px
    }
}
@media(max-width:900px) and (min-width:890px) {
    .container {
        width: 845px!important;
        margin-left: auto;
        margin-right: auto
    }
    .navbar-collapse {
        width: 850px!important;
        margin-left: auto!important;
        margin-right: auto!important
    }
    .container-nombre {
        padding: 22px;
        padding-left: 0
    }
    .programas-perfiles {
        margin: 0!important;
        margin-bottom: 20px;
        width: 91%
    }
    .programas-perfiles {
        margin: 0!important;
        margin-bottom: 25px!important;
        width: 97%!important
    }
}
@media(max-width:890px) and (min-width:300px) {
    #contentur {
        padding-bottom: 870px!important
    }
    .botonesmenu {
        margin-bottom: 0
    }
    .columnas article {
        padding: 15px;
        width: 100%
    }
    .columnas article p {
        font-size: 13px;
        line-height: 17px
    }
    .columnas article li {
        font-size: 13px;
        line-height: 17px
    }
    .columnas aside {
        padding: 15px;
        width: 100%
    }
    .columnas-fullwidth article {
        padding: 15px
    }
    .programas-perfiles h2 {
        font-size: 22px
    }
    .programas-perfiles {
        width: 97%!important
    }
    .profesor {
        width: 94%
    }
    .acreditacion {
        width: 95%
    }
}
@media(max-width:899px) and (min-width:700px) {
    .container-nombre {
        margin-left: 183px;
        padding: 17px;
        padding-left: 0
    }
    .programas-perfiles {
        margin: 0!important;
        margin-bottom: 20px;
        width: 91%
    }
    .programas-perfiles {
        margin: 0!important;
        margin-bottom: 25px!important;
        width: 97%!important
    }
}
@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
    .programas-perfiles {
        margin: 0!important;
        margin-bottom: 25px!important;
        width: 93%!important
    }
}
@media(max-width:899px) and (min-width:300px) {
    .container-nombre {
        margin-left: 158px
    }
    .nombre_facultad {
        padding-left: 16px
    }
    .nombre_micrositio h1 {
        font-size: 38px;
        margin-top: 10px;
        padding-top: 0;
        width: 90%
    }
    .formulariocaptura {
    top: 5px!important;
    left: 0!important;
    margin-bottom: 11px;
    background-color: #000;
    padding: 35px 50px 0 50px;
    width: 87%!important;
    }
    .destacado {
        min-height: 250px
    }
    .textodiferenciador {
        top: 175px;
        padding: 10px;
        padding-left: 15px
    }
    .textodiferenciador h2 {
        font-size: 21px
    }
    .flex-control-nav {
        bottom: 15px;
        margin-left: 15px
    }
    .contenidoinferior {
        margin-top: 0;
        padding-bottom: 0
    }
    .botonesmenu {
        margin-bottom: 25px
    }
    .botonmenu,
    .botonmenu:hover {
        font-size: 14px;
        line-height: 40px
    }
    .col-izq {
        width: 97%
    }
    .col-der {
        width: 100%
    }
    .contenidoinferior h3 {
        font-size: 24px;
        margin-bottom: 10px
    }
    .video {
        width: 96%
    }
    .video iframe {
        height: 380px
    }
    .datos-perfilesegresado {
        width: 100%
    }
    .datos-perfilesegresado img {
        width: 19%;
        margin-left: 4px;
        margin-right: 3px
    }
    .profesor {
        width: 100%
    }
    .imagenprofesor {
        width: 30%
    }
    .imagen-la-escuela {
        display: none
    }
    .logo-pdf {
        margin-bottom: 20px
    }
    .Especificaciones .Destacado,
    .Especificaciones .hardware,
    .Especificaciones .software {
        width: 88%!important;
        margin-bottom: 25px;
        min-height: inherit!important
    }
}
@media(min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}
@media(max-width:736px) {
    .box-6 {
        width: 100%;
        float: right;
        position: relative
    }
    .destacado_coterminal {
        float: none;
        margin: 0 auto;
        display: block
    }
    .container-box {
        display: inline!important
    }
    .NuevoPlandeEstudios .rectangulo {
        margin-bottom: 30px
    }
}
@media(max-width:699px) and (min-width:300px) {
    #contentur {
        padding-bottom: 870px!important
    }
    .nombre_micrositio h1 {
        font-size: 32px;
        font-weight: lighter;
        margin-top: 10px;
        padding-top: 0
    }
    .destacado {
        min-height: 225px
    }
    .flex-control-nav {
        text-align: right;
        font-size: 0;
        margin-right: 30px;
        width: 96%
    }
    .formulariocaptura {
        top: 0;
        left: 0;
        width: 97%!important;
        padding: 7px;
        margin-top: 7px;
        margin-bottom: 7px
    }
    .botonmenu,
    .botonmenu:hover {
        width: 100%;
        margin-bottom: 2px
    }
    .video {
        width: 94%
    }
    .botoninscribase,
    .botoninscribase:hover {
        width: 99%
    }
    .datos-perfiles {
        width: 100%
    }
    .botonmenu,
    .botonmenu:hover {
        font-size: 16px;
        line-height: 40px
    }
    .imagendatos img {
        width: 25%;
        margin-left: 48px;
        margin-right: 10px
    }
    .datos-perfilesegresado img {
        width: 19.4%;
        margin-left: 2px;
        margin-right: 3px
    }
    .imagendatos img {
        width: 31%;
        margin-left: 5px;
        margin-right: 5px
    }
    .imagendatos {
        background: none
    }
    .planes h3 {
        display: table
    }
    .imagenprofesor {
        min-height: 163px;
        width: 25%
    }
}
@media(max-width:690px) and (min-width:300px) {
    .nombre_micrositio h1 {
        margin-top: 15px;
        margin-left: 5px;
        font-size: 24px;
        line-height: 22px
    }
    .textodiferenciador {
        top: 0;
        padding-top: 65px;
        position: relative;
        height: auto
    }
    .textodiferenciador h2 {
        margin-left: 5px
    }
    .textodiferenciador p {
        font-size: 13px;
        line-height: 17px;
        font-weight: lighter;
        margin-top: 0;
        margin-bottom: 3px;
        margin-left: 5px
    }
    .destacado {
        position: relative;
        height: auto;
        min-height: auto
    }
    section.columnas,
    section.columnas-fullwidth {
        display: table;
        width: 98%
    }
    .columnas article {
        padding: 15px;
        width: 90%
    }
    .columnas aside {
        padding: 15px;
        width: 90%
    }
    #contentur {
        padding-bottom: 1000px!important
    }
    .programas-perfiles {
        width: 88%!important
    }
    .plan img {
        display: none
    }
    a.cta-button-2 {
        display: table
    }
    .grupoitems {
        width: 100%;
        float: left;
        left: 8px
    }
    .itemsplancpg {
        width: 40%;
        margin-left: 24%;
        height: 150px
    }
    .itemsplancpg p {
        bottom: 13px;
        font-size: 16px;
        line-height: 17px
    }
    .itemsplancpg1 {
        width: 90%;
        margin-left: 2%
    }
    .profesor {
        margin: 0;
        margin-bottom: 25px;
        border-bottom: 2px solid #c7c7c7;
        padding-bottom: 10px
    }
    .profesor p {
        font-size: 13px;
        line-height: 17px
    }
    .acreditacion {
        width: 95%
    }
    .columnas-fullwidth th {
        font-size: 13px;
        padding: 5px;
        line-height: 14px;
        font-weight: lighter
    }
    .columnas-fullwidth td {
        padding: 5px;
        font-size: 12px;
        line-height: 13px
    }
    .columnas-fullwidth tr:last-child td:last-child {
        font-size: 13px;
        padding: 5px
    }
    .columnas-fullwidth table {
        width: 95%;
        float: left;
        margin-bottom: 20px
    }
}
@media(max-width:499px) and (min-width:300px) {
    #contentur {
        padding-bottom: 990px!important
    }
    .container-nombre {
        margin-left: 130px;
        padding-top: 7px;
        padding-bottom: 6px
    }
    .nombre_facultad {
        font-size: 14px;
        line-height: 15px;
        padding-left: 12px
    }
    .nombre_micrositio h1 {
        font-size: 26px;
        font-weight: lighter;
        margin-top: 10px;
        padding-top: 0;
        width: 95%
    }
    .destacado {
        height: 140px;
        min-height: 170px
    }
    .textodiferenciador {
        top: 120px;
        background: #333
    }
    .textodiferenciador h2 {
        font-size: 18px;
        line-height: 17px;
        width: 80%
    }
    .formulariocaptura {
        width: 95%!important
    }
    .botonesmenu {
        width: 98%
    }
    .video {
        padding: 10px;
        width: 93%
    }
    .video iframe {
        height: 198px
    }
    .col-completa {
        display: table;
        width: 94%;
        padding-left: 10px
    }
    .imagendatos img {
        display: none
    }
    .datos-perfiles ul,
    .datos-perfilesegresado ul {
        display: table;
        padding-left: 0
    }
    .datos-perfiles li,
    .datos-perfilesegresado li {
        display: table;
        width: 94%;
        padding: 10px;
        background: #fff;
        border: 2px solid #a20f26;
        border-radius: 5px;
        margin-bottom: 10px;
        font-size: 13px;
        color: #444
    }
    .logo-pdf {
        padding-top: 10px;
        font-size: 13px
    }
    .logo-pdf a {
        font-size: 13px
    }
    .logo-pdf img {
        width: 40px
    }
    .imagenprofesor {
        width: 100%;
        min-height: 230px;
        margin-bottom: 20px
    }
    .botoninscribase,
    .botoninscribase:hover {
        width: 98%
    }
    .imagen-la-programa {
        width: 100%;
        margin-bottom: 20px
    }
}
@media (max-width: 480px){
.flexslider .slides img {
    display: block;
    height: auto;
}}
@media(max-width:390px) and (min-width:300px) {
    #logo-head {
        margin-top: 0!important
    }
    .itemsplancpg p {
        bottom: 32px;
        font-size: 16px;
        line-height: 17px;
        text-align: center!important
    }
    .itemsplancpg1 {
        width: 88%;
        margin-left: 2%
    }
    .formulariocaptura iframe {
        height: 425px!important
    }
}
@media(max-width:389px) and (min-width:300px) {
    .formulariocaptura {
     width: 94%!important;
    padding: 23px 12px 0 12px;
    top: -7px;
    }
    .video {
        padding: 10px;
        width: 92%
    }
    .video iframe {
        height: 173px
    }
    .datos-perfiles li,
    .datos-perfilesegresado li {
        display: table;
        width: 92%;
        padding: 10px;
        background: #fff;
        border: 2px solid #a20f26;
        border-radius: 5px;
        margin-bottom: 10px;
        font-size: 13px;
        color: #444
    }
    .contenidoinferior p {
        text-align: left!important
    }
    section.columnas,
    section.columnas-fullwidth {
        display: inline-block!important;
        border-top-right-radius: 0!important;
        width: 98%!important
    }
    .columnas article {
        width: 79%!important
    }
    .columnas aside {
        width: 88%!important;
        float: left!important;
        padding: 10px 20px 50px 20px!important
    }
    .programas-perfiles {
        margin: 0!important;
        margin-bottom: 25px!important;
        width: 72%!important
    }
}