*{
    outline: none;
}

body{
	margin: 0px;
	padding: 0px;
	color: rgb(51, 51, 51);
    background: url(http://contenido.unicah.edu/imgs/fondo-main.png);
    background-color: rgb(245, 246, 247);
	font: 12px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	overflow-x: hidden;
	overflow-y: scroll;
}

a.publicidad{
    background: url(http://contenido.unicah.edu/imgs/noticias/PublicidadTSE.jpg);
    width: 980px;
    height: 300px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    margin: 0px auto;
    margin-top: 20px;
    display: block;
}

a.more{
    color: #0088CC;
    text-decoration: none;
}

.main{
    width: 100%;
    padding-top: 45px;
}

.main-postgrados{
    position: relative;
    width: 980px;
    margin: auto;
}

.loading-cont{
    width: 100%;
    text-align: center;
    position: fixed;
    top: 150px;
}

.loading{
    background: #fff url(http://contenido.unicah.edu/imgs/loading.gif) center no-repeat;
    margin: 0px auto;
    width: 100px;
    height: 100px;
    border-radius: 4px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.menu{
    margin: 0px auto;
    width: 980px;
    height: 40px;
    background: #2657B2 url(http://contenido.unicah.edu/imgs/fondo-menu.png);
    border-radius: 4px;
    position: relative;
    opacity: 1;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.menu-logo{
    position: absolute;
    top: -55px;
    right: 20px;
    width: 100px;
    height: 150px;
    background-image: url(http://contenido.unicah.edu/imgs/logo.png);
}

.menu-contenedor{
    position: absolute;
    top: 0px;
    left: 0px;
}

.menu-contenedor-container{
    width: 152px;
    display: inline-block;
    height: 40px;
    position: relative;
}

.menu-contenedor-mail{
    background: url(http://contenido.unicah.edu/imgs/mail-icon.png) center right no-repeat;
    width: 55px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

.menu-contenedor-mail:hover{
    background-color: rgba(255,255,255,0.2);

}

.menu-contenedor-logo{
    display: inline-block;
    margin-left: 10px;
    background: url(http://contenido.unicah.edu/imgs/logo-mini.png) no-repeat;
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.menu-contenedor-item{
    display: inline-block;
    padding: 10px 20px;
    color: #FFF;
    cursor: pointer;
    text-decoration: none;
    vertical-align: top;
}

.menu-contenedor-item:hover{
    background: rgba(255,255,255,0.20);
}

.menu-contenedor-muid{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 160px;
    cursor: pointer;
}

.menu-contenedor-muid-nombre{
    height: 40px;
    color: #FFFFFF;
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}

.menu-contenedor-muid-nombre-iframe{
    overflow: hidden;
    border: none;
    width: 160px;
    height: 40px;
}

.menu-contenedor-muid-nombre-icon{
    background: url(http://contenido.unicah.edu/imgs/user-icon.png) no-repeat right;
    width: 40px;
    height: 40px;
    display: inline-block;
    width: 160px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9999;
}

.menu-contenedor-muid-nombre-icon:hover{
    background-color: rgba(255,255,255,0.20);
}

.menu-contenedor-muid-iframe{
    width: 500px;
    height: 325px;
    display: none;
    border: none;
    overflow: hidden;
    border-radius: 4px;
    margin-left: -340px;
}

.muid-login{
    width: 980px;
    height: 500px;
    margin: 0px auto;
}

.banner-titulo{
    width: 980px;
    height: 494px;
}

.banner-titulo-mensaje{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 500px;
    min-height:150px;
    font-weight: 400;
    line-height: 20.3px;
    z-index: 99;
    text-shadow: #000 0 0 4px;
    color: #FFF;
    font-stretch: normal;
    font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}

/* Tiny Scrollbar */
#scroll1 { width: 500px; margin: 20px 0 10px; }
#scroll1 .viewport { width: 500px; height: 300px; overflow: hidden; position: relative; }
#scroll1 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#scroll1 .scrollbar{ background: transparent url(http://contenido.unicah.edu/imgs/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; }
#scroll1 .track { background: transparent url(http://contenido.unicah.edu/imgs/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scroll1 .thumb { background: transparent url(http://contenido.unicah.edu/imgs/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#scroll1 .thumb .end { background: transparent url(http://contenido.unicah.edu/imgs/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#scroll1 .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

.banner-titulo-mensaje-fecha{
    position: relative;
    width: 500px;
    color: #FFF;
    text-shadow: #000 0 0 4px;
    min-height:150px;
    font-weight: 400;
    line-height: 36px;
    font-size: 18px;
    z-index: 99;
    font-stretch: normal;
    font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}

.banner-titulo-virgen{
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 4px 4px 0px 0px;
    width: 980px;
    height: 320px;
    z-index: 0;
    background: url(http://contenido.unicah.edu/imgs/virjen.jpg) no-repeat;
}

.banner-titulo-inferior{
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 174px;
    width: 980px;
    border-radius: 0px 0px 4px 4px;
    background: #2657B2 url(http://contenido.unicah.edu/imgs/fondo-titulo-inferior.png) no-repeat;
}

.banner-titutlo-inferior-logomark{
    background: url(http://contenido.unicah.edu/imgs/logo_mark.jpg);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 980px;
    height: 174px;
}

.banner-titutlo-inferior-news{
    position: relative;
    height: 174px;
    width: 980px;
    margin: 0px auto;
    margin-top: 20px;
    background: #FFF;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.banner-titutlo-inferior-news-item{
    display: block;
    width: 130px;
    height: 154px;
    margin: 10px;
    background: #167FFF;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 1);
}

.news-item-bg001{background: url(http://contenido.unicah.edu/imgs/noticias/n001.jpg);}
.news-item-bg002{background: url(http://contenido.unicah.edu/imgs/noticias/n002.jpg);}
.news-item-bg003{background: url(http://contenido.unicah.edu/imgs/noticias/n003.jpg);}
.news-item-bg004{background: url(http://contenido.unicah.edu/imgs/noticias/n004.jpg);}
.news-item-bg005{background: url(http://contenido.unicah.edu/imgs/noticias/n005.jpg);}
.news-item-bg006{background: url(http://contenido.unicah.edu/imgs/noticias/n006.jpg);}
.news-item-bg007{background: url(http://contenido.unicah.edu/imgs/noticias/n007.jpg);}
.news-item-bg008{background: url(http://contenido.unicah.edu/imgs/noticias/n008.jpg);}
.news-item-bg009{background: url(http://contenido.unicah.edu/imgs/noticias/n009.jpg);}
.news-item-bg010{background: url(http://contenido.unicah.edu/imgs/noticias/n010.jpg);}
.news-item-bg011{background: url(http://contenido.unicah.edu/imgs/noticias/n011.jpg);}
.news-item-bg012{background: url(http://contenido.unicah.edu/imgs/noticias/n012.jpg);}
.news-item-bg013{background: url(http://contenido.unicah.edu/imgs/noticias/n013.jpg);}
.news-item-bg014{background: url(http://contenido.unicah.edu/imgs/noticias/n014.jpg);}
.news-item-bg015{background: url(http://contenido.unicah.edu/imgs/noticias/n015.jpg);}
.news-item-bg016{background: url(http://contenido.unicah.edu/imgs/noticias/n016.jpg);}
.news-item-bg017{background: url(http://contenido.unicah.edu/imgs/noticias/n017.jpg);}
.news-item-bg018{background: url(http://contenido.unicah.edu/imgs/noticias/n018.jpg);}
.news-item-bg019{background: url(http://contenido.unicah.edu/imgs/noticias/n019.png);}
.news-item-bg020{background: url(http://contenido.unicah.edu/imgs/noticias/n021.png);}
.news-item-bg022{background: url(http://contenido.unicah.edu/imgs/noticias/n022.jpg);}
.news-item-bg024{background: url(http://contenido.unicah.edu/imgs/noticias/n024.jpg);}
.news-item-bg025{background: url(http://contenido.unicah.edu/imgs/noticias/n025.jpg);}
.news-item-bg026{background: url(http://contenido.unicah.edu/imgs/noticias/n026.jpg);}
.news-item-bg028{background: url(http://contenido.unicah.edu/imgs/noticias/n028.jpg);}
.news-item-bg030{background: url(http://contenido.unicah.edu/imgs/noticias/n030.jpg);}
.news-item-bg031{background: url(http://contenido.unicah.edu/imgs/noticias/n031.jpg);}
.news-item-bg032{background: url(http://contenido.unicah.edu/imgs/noticias/n032.jpg);}
.news-item-bg034{background: url(http://contenido.unicah.edu/imgs/noticias/n034.jpg);}
.news-item-bg040{background: url(http://contenido.unicah.edu/imgs/noticias/n040.jpg);}
.news-item-bg041{background: url(http://contenido.unicah.edu/imgs/noticias/n041.jpg);}
.news-item-bg042{background: url(http://contenido.unicah.edu/imgs/noticias/n042.jpg);}
.news-item-bg043{background: url(http://contenido.unicah.edu/imgs/noticias/n043.jpg);}
.news-item-bg044{background: url(http://contenido.unicah.edu/imgs/noticias/n044.jpg);}
.news-item-bg045{background: url(http://contenido.unicah.edu/imgs/noticias/n045.jpg);}
.news-item-bg046{background: url(http://contenido.unicah.edu/imgs/noticias/n046.jpg);}
.news-item-bg047{background: url(http://contenido.unicah.edu/imgs/noticias/n047.jpg);}
.news-item-bg048{background: url(http://contenido.unicah.edu/imgs/noticias/n048.jpg);}
.news-item-bg049{background: url(http://contenido.unicah.edu/imgs/noticias/n049.jpg);}

.carreras-slide{
    width: 980px !important;
    height: 500px;
    position: relative;
    margin: 20px auto;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.carreras-slide-item{
    width: 980px;
    height: 500px;
    border-radius: 4px;
}

.carreras-facultad-titulo{
    position:absolute;
    top: 0px;
    left: 0px;
    padding: 3px 10px;
    width: 100%;
    background: rgba(0,0,0,0.4);
    color: #FFF;
}

.carreras-titulo{
    position: absolute;
    top: 45px;
    left: 40px;
    font-size: 35px !important;
    color: #333;
}

.carreras-texto{
    position: absolute;
    top: 160px;
    left: 60px;
}

.carreras-facultad{
    display: inline-block;
    position: relative;
    width: 980px;
}

.carreras-facultad-contenido{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 990;
    background: rgba(0,0,0,0.7);
}

.carreras-facultad-contenido-container{
    width: 980px;
    height: 630px;
    background: #FFF;
    margin: 0px auto;
    margin-top: 30px;
    border-radius: 4px;
    position: relative;
    z-index: 999;
    overflow: hidden;
    overflow-y: hidden;
}

.carreras-facultad-main{
    position: relative;
    width: 980px;
    height: 630px;
    left: 0px;
    top:0px;
    z-index: 99999;
    background: #FFF;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 1);
}

.carreras-facultad-contacto{
    position: absolute;
    width: 980px;
    height: 630px;
    left: 0px;
    top:0px;
    z-index: 9999;
}

.carreras-facultad-contacto-iframe{
    border: 0px none;
    width: 980px;
    height: 630px;
}

.carreras-facultad-contenido-close{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
    background: url(http://contenido.unicah.edu/imgs/carrera-cerrar.png);
    z-index: 9999;
}

.carreras-facultad-contenido-titulo{
    font-size: 44px;
    position: absolute;
    top: 42px;
    left: 42px;
}

.carreras-facultad-contenido-subtitulo{
    font-size: 19px;
    position: absolute;
    top: 90px;
    left: 70px;
}

.carreras-facultad-contenido-descripcion{
    font-size: 16px;
    position: absolute;
    width: 450px;
    top: 150px;
    left: 42px;
}

.carreras-facultad-contenido-logo{
    position: absolute;
    right: 30px;
    top: 30px;
    width: 140px;
    height: 140px;
}

.civil-logo{background: url(http://contenido.unicah.edu/imgs/civil-logo.jpg);}
.industrial-logo{background: url(http://contenido.unicah.edu/imgs/industrial-logo.jpg);}
.icc-logo{background: url(http://contenido.unicah.edu/imgs/icc-logo.jpg);}
.ambiental-logo{background: url(http://contenido.unicah.edu/imgs/ambiental-logo.jpg);}
.arquitectura-logo{background: url(http://contenido.unicah.edu/imgs/arquitectura-logo.jpg);}
.medicina-logo{background: url(http://contenido.unicah.edu/imgs/medicina-logo.jpg);}
.odontologia-logo{background: url(http://contenido.unicah.edu/imgs/odontologia-logo.jpg);}
.psicologia-logo{background: url(http://contenido.unicah.edu/imgs/psicologia-logo.jpg);}
.enfermeria-logo{background: url(http://contenido.unicah.edu/imgs/enfermeria-logo.jpg);}
.gestion-logo{background: url(http://contenido.unicah.edu/imgs/gestion-logo.jpg);}
.finanzas-logo{background: url(http://contenido.unicah.edu/imgs/finanzas-logo.jpg);}
.mercadotecnia-logo{background: url(http://contenido.unicah.edu/imgs/mercadotecnia-logo.jpg);}
.derecho-logo{background: url(http://contenido.unicah.edu/imgs/derecho-logo.jpg);}
.relaciones-logo{background: url(http://contenido.unicah.edu/imgs/relaciones-logo.jpg);}
.comunicaciones-logo{background: url(http://contenido.unicah.edu/imgs/comunicaciones-logo.jpg);}
.teologia-logo{background: url(http://contenido.unicah.edu/imgs/teologia-logo.jpg);}

.carreras-facultad-contenido-promo{
    position: absolute;
    right: 20px;
    bottom: 0px;
    width: 240px;
    height: 380px;
}

.civil-promo{background: url(http://contenido.unicah.edu/imgs/civil-promo.jpg);}
.industrial-promo{background: url(http://contenido.unicah.edu/imgs/industrial-promo.jpg);}
.icc-promo{background: url(http://contenido.unicah.edu/imgs/icc-promo.jpg);}
.ambiental-promo{background: url(http://contenido.unicah.edu/imgs/ambiental-promo.jpg);}
.arquitectura-promo{background: url(http://contenido.unicah.edu/imgs/arquitectura-promo.jpg);}
.medicina-promo{background: url(http://contenido.unicah.edu/imgs/medicina-promo.jpg);}
.odontologia-promo{background: url(http://contenido.unicah.edu/imgs/odontologia-promo.jpg);}
.psicologia-promo{background: url(http://contenido.unicah.edu/imgs/psicologia-promo.jpg);}
.enfermeria-promo{background-size: cover; background-image: url(http://contenido.unicah.edu/imgs/enfermeria-promo.jpg);}
.gestion-promo{background: url(http://contenido.unicah.edu/imgs/gestion-promo.jpg);}
.finanzas-promo{background: url(http://contenido.unicah.edu/imgs/finanzas-promo.jpg);}
.mercadotecnia-promo{background: url(http://contenido.unicah.edu/imgs/mercadotecnia-promo.jpg);}
.derecho-promo{background: url(http://contenido.unicah.edu/imgs/derecho-promo.jpg);}
.relaciones-promo{background: url(http://contenido.unicah.edu/imgs/relaciones-promo.jpg);}
.comunicaciones-promo{background: url(http://contenido.unicah.edu/imgs/comunicaciones-promo.jpg);}
.teologia-promo{background: url(http://contenido.unicah.edu/imgs/teologia-promo.jpg);}

.carreras-facultad-contenido-plan{
    position: absolute;
    left: 42px;
    bottom: 60px;
    padding: 20px 40px;
    background: #167FFF;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}

.carreras-facultad-contenido-datos{
    position: absolute;
    left: 260px;
    bottom: 60px;
    padding: 20px 40px;
    background: #167FFF;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}

.carreras-main{
    display: inline-block;
    position: relative;
    height: 500px;
    width: 980px;
    background: url(http://contenido.unicah.edu/imgs/banner-carrera-main.png);
}

.boton-enfermeria{
    display: inline-block;
    position: absolute;
    top: 50px;
    left: 15px;
    text-align: center;
    border: 1px solid #357fcb;
    border-radius: 4px;
    padding: 20px 30px;
    font: 12px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
    text-decoration: none;
    background-color: #fff;
    color: #357fcb;
}

.boton-enfermeria2{
    display: inline-block;
    position: absolute;
    top: 120px;
    left: 15px;
    text-align: center;
    border: 1px solid #357fcb;
    border-radius: 4px;
    padding: 20px 45px;
    font: 12px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
    text-decoration: none;
    background-color: #fff;
    color: #357fcb;
}

.carreras-facultad-carrera196{
    height: 500px;
    width: 196px;
    display: inline-block;
    cursor: pointer;
}

.carreras-facultad-carrera244{
    height: 500px;
    width: 244px;
    display: inline-block;
    cursor: pointer;
}

.carreras-facultad-carrera326{
    height: 500px;
    width: 326px;
    display: inline-block;
    cursor: pointer;
}

.carreras-facultad-carrera980{
    height: 500px;
    width: 980px;
    display: inline-block;
    cursor: pointer;
}

.carreras-facultades-item{
    width: 195px;
    height: 150px;
    display: inline-block;
    vertical-align: top;
    background: #FFF;
    cursor: pointer;
    border-right: #E8E8E8 1px solid;
}

.carreras-faculdades{
    border-radius: 0px 0px 4px 4px;
}

.carreras-facultad-contenido-contactenos{
    position: relative;
    margin-top: 30px;
    z-index: 10000 !important;
    cursor: pointer;
    display: block;
}

.carreras-facultades-item-titulo{
    font-weight: 700;
    font-size: 12px;
    margin: 10px 10px 5px 10px;
}

.carreras-facultades-item-text{
    font-weight: 400;
    font-size: 12px;
    width: 130px;
    color: rgb(133, 137, 140);
    margin: 0px 10px;
}

.carreras-civil{background: url(http://contenido.unicah.edu/imgs/banner-civil.jpg);}
.carreras-industrial{background: url(http://contenido.unicah.edu/imgs/banner-industrial.jpg);}
.carreras-icc{background: url(http://contenido.unicah.edu/imgs/banner-icc.jpg);}
.carreras-ambiental{background: url(http://contenido.unicah.edu/imgs/banner-ambiental.jpg);}
.carreras-arquitectura{background: url(http://contenido.unicah.edu/imgs/banner-arquitectura.jpg);}
.carreras-medicina{background: url(http://contenido.unicah.edu/imgs/banner-medicina.jpg);}
.carreras-odontologia{background: url(http://contenido.unicah.edu/imgs/banner-odontologia.jpg);}
.carreras-psicologia{background: url(http://contenido.unicah.edu/imgs/banner-psicologia.jpg);}
.carreras-enfermeria{background: url(http://contenido.unicah.edu/imgs/banner-enfermeria.jpg);}
.carreras-gestion{background: url(http://contenido.unicah.edu/imgs/banner-gestion.jpg);}
.carreras-finanzas{background: url(http://contenido.unicah.edu/imgs/banner-finanzas.jpg);}
.carreras-mercadotecnia{background: url(http://contenido.unicah.edu/imgs/banner-mercado.jpg);}
.carreras-derecho{background: url(http://contenido.unicah.edu/imgs/banner-derecho.jpg);}
.carreras-comunicaciones{background: url(http://contenido.unicah.edu/imgs/banner-comunicaciones.jpg);}
.carreras-relaciones{background: url(http://contenido.unicah.edu/imgs/banner-relaciones.jpg);}
.carreras-teologia{background: url(http://contenido.unicah.edu/imgs/banner-teologia.jpg);}

.postgrado{
    width: 980px;
    height: 200px;
    background: url("http://contenido.unicah.edu/imgs/banner-postgrado.jpg") !important;
}

.postgrados-cont-banner{
    position: absolute;
    left: 300px;
    top: 50px;
}

.postgrados-titulo-banner{
    font-size: 32px;
}

.postgrados-desc-banner{
    font-size: 14px;
    margin-left: 30px;
}

.postgrados-link-banner{
    font-size: 14px;
    margin-left: 30px;
}

.postgrados-titulo{
    font-size: 38px !important;
    left: 40px !important;
    top: 40px !important;
    position: absolute;
}

.postgrados-plan{
    position: absolute;
    left: 450px;
    bottom: 30px;
    padding: 10px 20px;
    background: #999;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    z-index: 9999;

}

.postgrados-plan-right{
    position: absolute;
    right: 60px;
    bottom: 20px;
    padding: 10px 20px;
    background: #999;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    z-index: 9999;

}

.contacto-postgrado-mostrar{
    width: 150px;
}

.postgrados-slide{
    height: 400px;
    width: 980px;
}

.postgrado-slide-item{
    width: 980px;
    height: 400px;
}

.postgrados-bloque{
    height: 300px;
    width: 980px;
    position: relative;
    overflow: hidden;
}

.postgrados-bloque-contenido{
    position: absolute;
    top: 0px;
    width: 0px;
    height: 300px;
    width: 980px;
    z-index: 10000;
    background: #FFF;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.postgrados-bloque-contacto{
    position: absolute;
    top: 270px;
    left: 0px;
    height: 300px;
    width: 980px;
    z-index: 9999;
}

.postgrados-bloque-bgsup{
    position: absolute;
    background: url(http://contenido.unicah.edu/imgs/postgrado-bloque-bgsup.png) no-repeat center top;
    top: 0px;
    height: 80px;
    width: 100%;
    z-index: 10;
}

.postgrados-bloque-bginf{
    position: absolute;
    background: url(http://contenido.unicah.edu/imgs/postgrado-bloque-bginf.png) no-repeat center top;
    bottom: 0px;
    height: 80px;
    width: 100%;
    z-index: 10;
}

.carreras-postgrados-contenido-titulo{
    font-size: 30px;
    position: absolute;
    top: 20px;
    left: 50px;
}

.carreras-postgrados-contenido-subtitulo{
    font-size: 18px;
    position: absolute;
    top: 55px;
    left: 60px;
}

.carreras-postgrados-contenido-desc{
    font-size: 14px;
    position: absolute;
    top: 110px;
    left: 80px;
    width: 400px;
}

.carreras-postgrados-contenido-desc > span{
    font-weight: bold;
}

.carreras-postgrados-contenido-promo{
    height: 298px;
    width: 300px;
    position: absolute;
    bottom: 1px;
    right: 70px;
    z-index: 0;
}

.carreras-postgrados-contenido-titulo-der{
    font-size: 30px;
    position: absolute;
    top: 20px;
    left: 360px;
    z-index: 10;
}

.carreras-postgrados-contenido-subtitulo-der{
    font-size: 18px;
    position: absolute;
    top: 55px;
    left: 370px;
    z-index: 10;
}

.carreras-postgrados-contenido-desc-der{
    font-size: 14px;
    position: absolute;
    top: 110px;
    left: 380px;
    width: 400px;
    z-index: 10;
}

.carreras-postgrados-contenido-promo-der{
    height: 298px;
    width: 300px;
    position: absolute;
    bottom: 1px;
    left: 70px;
    z-index: 0;
}

.postgrados-slide-desc{
    top: 140px;
}

.promo-mae-gestion{background: url(http://contenido.unicah.edu/imgs/mae-gestion-promo.jpg);}
.promo-mae-finanzas{background: url(http://contenido.unicah.edu/imgs/mae-finanzas-promo.jpg);}
.promo-mae-calidad{background: url(http://contenido.unicah.edu/imgs/mae-calidad-promo.jpg);}
.promo-mae-admon{background: url(http://contenido.unicah.edu/imgs/mae-admon-promo.jpg);}
.promo-mae-relaciones{background: url(http://contenido.unicah.edu/imgs/mae-relaciones-promo.jpg);}
.promo-doc-ciencias{background: url(http://contenido.unicah.edu/imgs/doc-ciencias-promo.jpg);}
.promo-mae-salud{background: url(http://contenido.unicah.edu/imgs/mae-salud-promo.jpg);}
.promo-mae-psicologia{background: url(http://contenido.unicah.edu/imgs/mae-psicologia-promo.jpg);}
.promo-esp-endodoncia{background: url(http://contenido.unicah.edu/imgs/esp-endodoncia-promo.jpg);}
.promo-esp-ortodoncia{background: url(http://contenido.unicah.edu/imgs/esp-ortodoncia-promo.jpg);}
.promo-esp-periodoncia{background: url(http://contenido.unicah.edu/imgs/esp-periodoncia-promo.jpg);}
.promo-postgrados2{background-image: url(http://contenido.unicah.edu/imgs/postgrado-promo2.jpg);height: 300px!important; width: 300px !important; right: 0px !important;}
.promo-postgrados1{background-image: url(http://contenido.unicah.edu/imgs/postgrado-promo1.jpg);height: 300px!important; width: 400px !important; right: 0px !important;}

.campus{
    width: 980px;
    height: 600px;
    position:relative !important;
    overflow-x: hidden;
}

.campus-contenedor{
    z-index: 100 !important;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 980px;
    height: 600px;
    background: #FFF;
}

.mapa-promo-titulo{
    margin-left: 20px !important;
    margin-top: 0px !important;
}

.mapa-promo-desc{
    margin-left: 35px;

}

.mapa-info{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 580px;
    width: 230px;
    z-index: 10 !important;
    color: #FFF;
    padding: 10px;
    background: #E8E8E8 url(http://contenido.unicah.edu/imgs/mapa-info-bg.png);
    display: none;
}

.mapa-info-tit{
    font-size: 16px;
}

.mapa-info-subtit{
    font-size: 12px;
    font-weight: bold;
    margin-top: 20px;
}

.mapa-info-link{
    border-radius: 4px;
    background: #FFF;
    padding: 8px;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
    color: #333;
    display: block;
}

.campus-mapa{
    position: absolute;
    right: 100px;
    top: 180px;
    background: url(http://contenido.unicah.edu/imgs/mapaunicah.jpg);
    width: 663px;
    height: 340px;
}

.campus-minimapa{
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(http://contenido.unicah.edu/imgs/minimapaunicah.jpg);
    width: 249px;
    height: 161px;
}

.campus-mapa-scj{
    position: absolute;
    top: 345px;
    left: 445px;
    width: 34px;
    height: 53px;
    border: none;
    cursor: pointer;
    background: url(http://contenido.unicah.edu/imgs/mapaunicahtags.png) -340px;
}

.campus-mapa-sj{
    position: absolute;
    top: 295px;
    left: 430px;
    width: 34px;
    height: 53px;
    border: none;
    cursor: pointer;
    background: url(http://contenido.unicah.edu/imgs/mapaunicahtags.png) -204px;
}

.campus-mapa-et{
    position: absolute;
    top: 288px;
    left: 465px;
    width: 34px;
    height: 53px;
    border: none;
    cursor: pointer;
    background: url(http://contenido.unicah.edu/imgs/mapaunicahtags.png) -238px;
}

.campus-mapa-spsp{
    position: absolute;
    top: 210px;
    left: 350px;
    width: 34px;
    height: 53px;
    border: none;
    cursor: pointer;
    background: url(http://contenido.unicah.edu/imgs/mapaunicahtags.png) -34px;
}

.campus-mapa-srl{
    position: absolute;
    top: 255px;
    left: 260px;
    width: 34px;
    height: 53px;
    border: none;
    cursor: pointer;
    background: url(http://contenido.unicah.edu/imgs/mapaunicahtags.png) 0px;
}

.campus-mapa-js{
    position: absolute;
    top: 275px;
    left: 380px;
    width: 34px;
    height: 53px;
    border: none;
    cursor: pointer;
    background: url(http://contenido.unicah.edu/imgs/mapaunicahtags.png) -170px;
}

.campus-mapa-si{
    position: absolute;
    top: 160px;
    left: 420px;
    width: 34px;
    height: 53px;
    border: none;
    cursor: pointer;
    background: url(http://contenido.unicah.edu/imgs/mapaunicahtags.png) -68px;
}

.campus-mapa-sjg{
    position: absolute;
    top: 210px;
    left: 460px;
    width: 34px;
    height: 53px;
    border: none;
    cursor: pointer;
/*    background: url(http://contenido.unicah.edu/imgs/mapaunicahtags.png) -102px;*/
    background: url(http://contenido.unicah.edu/imgs/mapaunicahtags.png) -68px;
}

.campus-mapa-des{
    position: absolute;
    top: 445px;
    left: 445px;
    width: 34px;
    height: 53px;
    border: none;
    cursor: pointer;
    background: url(http://contenido.unicah.edu/imgs/mapaunicahtags.png) -306px;
}

.campus-mapa-sc{
    position: absolute;
    top: 265px;
    left: 520px;
    width: 34px;
    height: 53px;
    border: none;
    cursor: pointer;
    background: url(http://contenido.unicah.edu/imgs/mapaunicahtags.png) -136px;
}

.campus-mapa-sa{
    position: absolute;
    top: 345px;
    left: 500px;
    width: 34px;
    height: 53px;
    border: none;
    cursor: pointer;
    background: url(http://contenido.unicah.edu/imgs/mapaunicahtags.png) -272px;
}


.mapa-info-mini{
    width: 220px;
    height: 135px;
}

.mapa-info-mini-scj{background: url(http://contenido.unicah.edu/imgs/mapa-info-scj.jpg);}
.mapa-info-mini-sj{background: url(http://contenido.unicah.edu/imgs/mapa-info-sj.jpg);}
.mapa-info-mini-et{background: url(http://contenido.unicah.edu/imgs/mapa-info-et.jpg);}
.mapa-info-mini-spsp{background: url(http://contenido.unicah.edu/imgs/mapa-info-spsp.jpg);}
.mapa-info-mini-si{background: url(http://contenido.unicah.edu/imgs/mapa-info-si.jpg);}
.mapa-info-mini-srl{background: url(http://contenido.unicah.edu/imgs/mapa-info-srl.jpg);}
.mapa-info-mini-js{background: url(http://contenido.unicah.edu/imgs/mapa-info-js.jpg);}
.mapa-info-mini-des{background: url(http://contenido.unicah.edu/imgs/mapa-info-des.jpg);}
.mapa-info-mini-sa{background: url(http://contenido.unicah.edu/imgs/mapa-info-sa.jpg);}
.mapa-info-mini-sc{background: url(http://contenido.unicah.edu/imgs/mapa-info-sc.jpg);}
.mapa-info-mini-sjg{background: url(http://contenido.unicah.edu/imgs/mapa-info-sjg.jpg);}

.becas{
    width: 980px;
    height: 630px;
    background: url(http://contenido.unicah.edu/imgs/fondo-becas-bloque.png) !important;
}

.becas-promo1{
    width: 978px;
    height: 613px;
    position: absolute;
    left: 1px;
    top: 0px;
    background: url(http://contenido.unicah.edu/imgs/becas-promo-1.png);
}

.becas-text-parrafo-especial{
    position: absolute !important;
    right: 20px !important;
    top: 20px !important;
}

.becas-tipos

.sobre{
    width: 980px;
    height: 300px;
}

.mini-bloque-titulo{
    font-size: 16px;
    text-align: center;
    color: #000;
    margin: 10px 10px 0px 10px;
}

.mini-bloque-desc{
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    color: #666;
    margin: 0px 10px 0px 10px;
}

.admisiones-mini{
    background: url(http://contenido.unicah.edu/imgs/banner-adminision.jpg) #FFF !important;
}

.becas-mini{
    background: url(http://contenido.unicah.edu/imgs/banner-becas-mini.jpg) #FFF !important;
}

.launiversidad-mini{
    background: url(http://contenido.unicah.edu/imgs/banner-bibliotecas.jpg) #FFF !important;
}

.creditos{
    text-align: left;
    margin: 20px auto;
    font-size: 10px;
    color: #888;
    width: 980px;
}

.contacto{
    width: 820px !important;
    margin-left: 100px !important;
    margin-top: 100px !important;
    height: 400px;
    position: relative;
}

.contacto-content{
    width: 400px;
}

.contacto-form-content{
    position: absolute;
    top: 0px;
    left: 420px;
    padding: 5px;
    width: 390px;
    height: 390px;
    background: url(http://contenido.unicah.edu/imgs/contacto-frm-bg.png);
    border-radius: 0px 4px 4px 0px;
}

.contacto-form-input{
    margin-bottom: 20px;
    margin-left: 25px;
}

.contacto-form-txt{
    font-size: 16px;
    padding: 8px;
    width: 300px;

}

.contacto-form-txtarea{
    width: 300px;
    height: 100px;
    padding: 8px;
}

.contacto-form-btn{
    margin-bottom: 25px;
    margin-left: 25px;
    padding: 8px 25px;
    background: #1d5ca3;
    display: inline-block;
    color: #FFF;
    cursor: pointer;
    border-radius: 4px;
}

.contacto-enlace{
    margin-left: 40px;
    display: block;
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 10px;
}

.contacto-scn-bg{
    background: url(http://contenido.unicah.edu/imgs/contacto-bg.png);
    width: 100%;
    height: 500px;
    position: absolute;
    top: -500px;
}

.video_main{
    width: 720px;
    margin: 0px auto;
    padding: 130px;
    margin-top: 20px;
    border-radius: 4px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    background: #FFF;
    position: relative;
}

#video_main{
    width: 720px;
    height: 460px;
}

.video_main-titulo{
    position: absolute;
    left: 30px;
    top: 30px;
    font-size: 32px;
}

.video_panel{
    position: absolute;
    right: 40px;
    top: 40px;
    height: 150px;
    width: 150px;
}

.video_panel_item{
    width: 145px;
    height: 88px;
    border-radius: 4px;
    background: url(http://contenido.unicah.edu/imgs/video_credo.png);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 1);
    margin: 5px;
    cursor: pointer;
}

.seccion-fake{
    background: #DCDCDC;
    height: 51px;
    width: 100%;
    padding-top: 40px;
}

.seccion-fake-titulo{
    display: block;
    width: 999px;
    height: 51px;
    background: url(http://contenido.unicah.edu/imgs/titulo-fake.jpg);
    margin: 0px auto;
}

.seccion-fake-content{
    background: #FFF;
    box-shadow: 0px -10px 5px rgba(0, 0, 0, 0.5);
    min-height: 500px;
    overflow: hidden;
}

.seccion-fake-content-iframe{
    border: none;
    width: 100%;
    height: 2000px;
    overflow-x: hidden;
}

.banner-comunicado{
    border-radius: 4px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    background: #FFF;
    width: 980px;
    margin: 0px auto;
    margin-top: 20px;
    height: 120px;
    position: relative;
}

.banner-comunicado-logo{
    width: 60px;
    height: 60px;
    background-image: url(http://contenido.unicah.edu/imgs/comunicado-logo.jpg);
    top: 30px;
    left: 20px;
    position: absolute;
}

.banner-comunicado-titulo{
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 100px;
}

.banner-comunicado-contenido{
    font-size: 14px;
    position: absolute;
    top: 50px;
    left: 100px;
}

/*GENERAL*/

.bloque-texto-titulo{
    font-size: 32px;
    padding-left: 30px;
    padding-top: 30px;
    z-index: 9999;

}

.bloque-mini3-titulo{
    text-align: center;
}

.contacto-subtitulo{
    margin-left: 35px;
    margin-bottom: 10px;
}

.contacto-titulo{
    margin-left: 25px;
    margin-bottom: 5px;
    margin-top: 20px;
    font-size: 18px;
}

.bloque-texto-parrafo{
    font-size: 14px;
    width: 350px;
    padding: 0px 20px;
    z-index: 9999;
}

.bloque{
    margin: 0px auto;
    position: relative;
    background: #FFF;
    margin-top: 20px;
    border-radius: 4px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    min-height: 100px;
}

div.bloque-mini-container{
    margin: 0px auto;
    position: relative;
    width: 981px;
    margin-top: 20px;
    vertical-align: top;
}

.bloque-mini3{
    text-decoration: none;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    width: 313px;
    margin-right: 20px;
    background: #FFF;
    display: inline-block;

    min-height: 200px;
    vertical-align: top;
}

.bloque-mini3-last{
    margin-right: 0px !important;
    width: 314px !important;
}

.animate{
    opacity:0;
    -webkit-transition: opacity 0.3s ease 0.2s;
    -moz-transition: opacity 0.3s ease 0.2s;
    -ms-transition: opacity 0.3s ease 0.2s;
    -o-transition: opacity 0.3s ease 0.2s;
    transition: opacity 0.3s ease 0.2s;
}
