/*PAGINA GENERAL*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  /*padding: 0; */
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 99%;
  font-family: Arial;
  vertical-align: baseline;
}
/* recoredar definir el estilo del focus */
:focus {
  outline: 0;
}
.separacion {
  margin-bottom: 20% !important;
}
html,
body {
  height: 100%;
}

body {
  line-height: 1;
  color: black;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}

#top {
  background-color: white;
}

#top img {
  max-height: 330px;
}

header #logo {
  background-image: url("../imgs/logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 200px;
  margin: 0 auto;
  width: 100%;
}

.btn-primary {
  background-color: #203c5c !important;
  border: none !important;
}

.btn-primary:hover {
  background-color: #1f5ba0 !important;
}
/*NAVEGADOR*/
nav {
  background-color: white;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  height: 41px;
  /*padding-top: 15px;*/
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

nav .content {
  font-size: 15px;
  text-align: center;
}

/*nav ul{
	
}
nav ul li{
        display: inline-block;
        padding: 2px 15px;
}
nav ul li a{
        color: #000000;
        padding: 16px 5px;
        text-decoration: none;
}
nav ul li a:hover{
        color: white;
        background-color: #007ebf;
}
/*nav ul li:hover{
        color: white;
        background-color: #007ebf;
}*/

/* background-color:#069;
 color:#FFFFFF;
 text-decoration:none;
 padding: 10px 15px;
 display:inline-block;
}

nav li a:hover {
 background-color:#FF3300;
}*/

/*nav > li {
 float:left;
}

nav li ul {
 display:none;
 position:absolute;
 min-width:140px;
}

nav li:hover > ul {
        display:block;
}

nav li ul li {
        display: block;
        height: 25px;
        position: relative;
}

nav li ul li ul {
 right:-140px;
 top:0px;
}*/

footer {
  background-color: #007dbd;
  box-sizing: border-box;
  color: white;
  height: 70px;
  margin-top: -70px;
  padding: 10px 0;
  text-align: center;
}
footer .logoFooter {
  background-image: url("../imgs/logounach.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70px auto;
  display: inline-block;
  height: 50px;
  width: 70px;
}
footer .descripcion {
  display: inline-block;
  height: 50px;
  position: relative;
  width: 845px;
}
footer .descripcion .alineacion {
  position: absolute;
  top: 22px;
  width: 875px;
}
/*footer div img{
        width: 50px;
}*/
/*IDENTIFICADORES*/
#principal {
  margin-top: 9px;
  position: relative;
  z-index: 0;
}

#partGeneral {
  height: 900px;
  /*margin-top: 18px;*/
  width: 100%;
}
#partGeneralWrap {
  height: 100%;
  margin: 0 auto;
  width: 100%;
}

#welcome {
  background-image: url("../imgs/bienvenidos.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 431px;
  width: 100%;
  margin-bottom: 40px;
}
#welcome .titulo {
  color: #007dbd;
  font-size: 40px;
  height: 50px;
  padding: 100px 0 0 300px;
}
#welcome .descripcion {
  color: #575959;
  height: 156px;
  padding: 15px 255px 0 320px;
  text-align: right;
}

/*PARTE A*/

#partA {
  float: left;
  width: 547px;
}
#partA .valores {
  margin-left: 45px;
}
#partA .valores #accordion h3 {
  /*background-color: rgba(200, 200, 200, 0.2);*/
  /*border-top: 1px solid gray;*/
  border-bottom: 1px solid black;
  color: #000000;
  cursor: pointer;
  font-size: 26px;
  height: 36px;
  margin-bottom: 10px;
  padding: 8px 0 0 70px;
  width: 380px;
}

#partA .valores #accordion .mision {
  background-image: url("../imgs/mision_ico.png");
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 30px auto;
}
#partA .valores #accordion .vision {
  background-image: url("../imgs/vision_ico.png");
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 30px auto;
}
#partA .valores #accordion .plan {
  background-image: url("../imgs/modelo_ico.png");
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 30px auto;
}

#partA .valores #accordion div {
  margin-bottom: 30px;
  padding: 10px 70px 0 10px;
}

#partA .valores #accordion div p a {
  color: #007dbd;
  text-decoration: none;
}

/*PARTE B*/

#partB {
  float: right;
  width: 547px;
}
#partB .bienvenida .title {
  background-image: url("../imgs/galeria_ico.png");
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 30px auto;
  /*background-color: rgba(200, 200, 200, 0.2);
        color: #087dc0;*/
  font-size: 26px;
  /*font-weight: bold;*/
  border-bottom: 1px solid black;
  height: 36px;
  margin-bottom: 10px;
  padding: 8px 0 0 70px;
  width: 440px;
}
#partB .bienvenida .content {
  color: #007dbd;
  margin-bottom: 14px;
  width: 515px;
}
#partB .social .title {
  background-image: url("../imgs/redes_ico.png");
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 30px auto;
  border-bottom: 1px solid black;
  font-size: 26px;
  height: 36px;
  margin-bottom: 10px;
  padding: 8px 0 0 70px;
  width: 440px;
}
#partB .social .content {
  color: #007dbd;
  /*margin-left: 100px;*/
  margin-left: 0px;
  width: 400px;
}
#partB .social .content .facebook,
.twitter,
.youtube {
  cursor: pointer;
  float: left;
  height: 47px;
  margin: 0 21px;
  padding: 0;
  width: 47px;
}
#partB .social .content .facebook {
  background-image: url("../imgs/facebook.jpg");
}
#partB .social .content .twitter {
  background-image: url("../imgs/twitter.jpg");
}
#partB .social .content .youtube {
  background-image: url("../imgs/youtube.jpg");
}

#wrapper:after {
  clear: both;
  display: block;
  /*height: 70px;*/
  width: 100%;
  content: "";
  /*margin-bottom: 50px;*/
}
#wrapper {
  height: auto;
  margin: auto;
  min-height: 100%;
  transition: all 0.2s ease-out 0s;
}
.active {
  background-color: #007dbd;
  color: white !important;
}

#principal .content {
  width: 1120px;
  margin: 0 auto;
}
#partGeneral .content {
  width: 1120px;
  margin: 0 auto;
}

.ws-title-wrapper .ws-title span {
  width: 380px;
}
/*LICENCIATURAS*/
#salim {
  background-image: url("../imgs/licenciaturas/segAlim.jpg");
}
#spoblaciones {
  background-image: url("../imgs/licenciaturas/segPobla.jpg");
}
#dmunicipal {
  background-image: url("../imgs/licenciaturas/desMuni.jpg");
}
#gempresas {
  background-image: url("../imgs/licenciaturas/gesEmpresas.jpg");
}
#tinformacion {
  background-image: url("../imgs/licenciaturas/tecInfo.jpg");
}
#ingles {
  background-image: url("../imgs/licenciaturas/ingles.jpg");
}
#gsocial {
  background-image: url("../imgs/licenciaturas/gesSocial.jpg");
}
#dhumanos {
  background-image: url("../imgs/licenciaturas/derHum.jpg");
}
#esistemas {
  background-image: url("../imgs/licenciaturas/sisInfo.jpg");
}

/*CURSOS*/
/*EDUCACION PARA LA SALUD*/
#ces1 {
  background-image: url("../imgs/cursos/salud1.png");
  background-size: auto auto !important;
}
#ces2 {
  background-image: url("../imgs/cursos/salud2.png");
  background-size: auto auto !important;
}
#ces3 {
  background-image: url("../imgs/cursos/salud3.png");
  background-size: auto auto !important;
}
/*AUTOGESTIVOS*/
#cauto0 {
  background-image: url("../imgs/cursos/auto0.jpg");
  background-size: auto auto !important;
}
#cauto1 {
  background-image: url("../imgs/cursos/auto1.png");
  background-size: auto auto !important;
}
#cauto2 {
  background-image: url("../imgs/cursos/auto2.png");
  background-size: auto auto !important;
}
#cauto3 {
  background-image: url("../imgs/cursos/auto3.png");
  background-size: auto auto !important;
}
#cauto4 {
  background-image: url("../imgs/cursos/auto4.png");
  background-size: auto auto !important;
}
#cauto5 {
  background-image: url("../imgs/cursos/auto5.png");
  background-size: auto auto !important;
}
#cauto6 {
  background-image: url("../imgs/cursos/auto6.png");
  background-size: auto auto !important;
}
#cauto7 {
  background-image: url("../imgs/cursos/auto7.png");
  background-size: auto auto !important;
}
#cauto8 {
  background-image: url("../imgs/cursos/auto8.png");
  background-size: auto auto !important;
}
#cauto9 {
  background-image: url("../imgs/cursos/auto9.png");
  background-size: auto auto !important;
}
#cauto10 {
  background-image: url("../imgs/cursos/auto10.png");
  background-size: auto auto !important;
}
#cauto11 {
  background-image: url("../imgs/cursos/auto11.png");
  background-size: auto auto !important;
}
#cauto12 {
  background-image: url("../imgs/cursos/auto12.png");
  background-size: auto auto !important;
}
/*INNOVACIÓN TECNOLOGICA*/
#it_1 {
  background-image: url("../imgs/innovacion/it_1.jpg");
  background-size: auto auto !important;
}
#it_2 {
  background-image: url("../imgs/innovacion/it_2.jpg");
  background-size: auto auto !important;
}
#it_3 {
  background-image: url("../imgs/innovacion/it_3.jpg");
  background-size: auto auto !important;
}
#it_4 {
  background-image: url("../imgs/innovacion/it_4.jpg");
  background-size: auto auto !important;
}
#it_5 {
  background-image: url("../imgs/innovacion/it_5.jpg");
  background-size: auto auto !important;
}
#it_6 {
  background-image: url("../imgs/innovacion/it_6.jpg");
  background-size: auto auto !important;
}
#it_7 {
  background-image: url("../imgs/innovacion/it_7.jpg");
  background-size: auto auto !important;
}
#it_8 {
  background-image: url("../imgs/innovacion/it_8.jpg");
  background-size: auto auto !important;
}

#game_1 {
  background-image: url("../imgs/innovacion/games/g_1.jpg");
  background-size: auto auto !important;
}
#game_2 {
  background-image: url("../imgs/innovacion/games/g_2.jpg");
  background-size: auto auto !important;
}
#game_3 {
  background-image: url("../imgs/innovacion/games/g_3.jpg");
  background-size: auto auto !important;
}
/*EDUCACIÓN CONTINUA*/
#ec_1 {
  background-image: url("../imgs/continua/ec_1.jpg");
  background-size: auto auto !important;
}
#ec_2 {
  background-image: url("../imgs/continua/ec_2.jpg");
  background-size: auto auto !important;
}
#ec_3 {
  background-image: url("../imgs/continua/ec_3.jpg");
  background-size: auto auto !important;
}
#ec_4 {
  background-image: url("../imgs/continua/ec_4.jpg");
  background-size: auto auto !important;
}
#ec_5 {
  background-image: url("../imgs/continua/ec_5.jpg");
  background-size: auto auto !important;
}

#menu-icon {
  box-sizing: border-box;
  cursor: pointer;
  display: none;
  height: 50px;
  padding-top: 15px;
  position: absolute;
  right: 0;
  top: 0;
  width: 65px;
}
#menu-icon em {
  background: none repeat scroll 0 0 #007dbd;
  border-radius: 2px;
  display: block;
  height: 4px;
  margin: 0 auto 3px;
  width: 30px;
}

@media only screen and (max-width: 1135px) {
  ul.dropdown a,
  ul.dropdown span {
    font-size: 13px !important;
    padding: 10px 17px !important;
  }
  #partA {
    width: 490px;
  }
  #partA .valores {
    margin-left: 0;
  }
  #partB {
    width: 490px;
  }
  #partB .bienvenida .title {
    width: 418px;
  }
  #partB .bienvenida .content {
    width: 485px;
  }
  #partB .social .title {
    width: 418px;
  }
  #welcome .descripcion {
    padding: 15px 190px 0 300px;
  }
  .content {
    width: 980px;
  }
}

@media only screen and (max-width: 995px) {
  html,
  body {
    height: auto;
  }
  footer {
    margin-top: -49px;
  }
  footer .descripcion {
    float: right;
    font-size: 12px;
    margin-right: 15px;
    text-align: right;
    width: 85%;
  }
  footer .logoFooter {
    float: left;
    margin-left: 15px;
    width: 50px;
  }
  footer .descripcion .alineacion {
    width: 100%;
  }
  header #logo {
    background-image: url("../imgs/logo.png");
    background-position: center -4px;
    background-repeat: no-repeat;
    background-size: 560px auto;
    height: 137px;
    margin: 0 auto;
    width: 100%;
  }
  nav .content {
    width: 100%;
  }
  nav {
    position: absolute;
    top: 0px;
    right: -15em;
    width: 15em;
    border: 0px;
    height: 100%;
    background: #e5e5e5;
    border-left: 1px solid #919090;
    box-sizing: border-box;
    overflow: hidden;
  }
  ul.dropdown {
    width: 100%;
  }
  ul.dropdown li {
    width: 100%;
    background-color: #e5e5e5 !important;
    border-bottom: 1px solid white !important;
  }
  ul.dropdown .dir {
    cursor: pointer;
  }
  ul.dropdown a:hover,
  ul.dropdown .dir:hover {
    color: #007dbd !important;
  }
  ul.dropdown li.hover,
  ul.dropdown li:hover {
    background: none !important;
  }
  ul.dropdown li a,
  ul.dropdown .dir {
    border-bottom: 1px solid #d6d0d0 !important;
    border-top: none !important;
    border-right: none !important;
  }
  ul.dropdown li.on > .dir,
  ul.dropdown li:hover > .dir,
  ul.dropdown-horizontal li.dropdown-vertical-rtl li:hover > .dir {
    background-color: #e5e5e5 !important;
  }
  ul.dropdown a.active:hover {
    color: white !important;
  }
  ul.dropdown ul {
    width: 100% !important;
    position: relative !important;
    visibility: visible !important;
  }
  ul.dropdown ul li,
  ul.dropdown ul li:hover {
    border-bottom: 0px !important;
    background-color: #666666 !important;
  }
  ul.dropdown ul li a:hover {
    color: gray !important;
  }
  ul.dropdown ul li a {
    font-size: 11px !important;
    color: white !important;
    border-bottom: 1px solid #747474 !important;
  }

  #menu-icon {
    display: block;
  }
  #partA {
    box-sizing: border-box;
    margin-top: 15px;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
    float: none;
  }
  #partB {
    box-sizing: border-box;
    margin-top: 15px;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
    float: none;
  }
  #partB .bienvenida .content {
    width: 720px;
  }
  #partB .social .content {
    margin: 0 auto;
    width: 180px;
  }
  #partGeneral {
    height: auto;
  }
  #principal {
    margin-top: 5px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
  }
  #welcome {
    background-image: url("../imgs/bienvenidos.png");
    background-position: -40px center;
    background-repeat: no-repeat;
  }
  #welcome .descripcion {
    background: none repeat scroll 0 0 white;
    box-sizing: border-box;
    height: auto;
    margin: 15px 30px 0 390px;
    padding: 8px 4px;
  }
  #welcome .descripcion div {
    padding: 0 !important;
  }
  .content {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
  }
  .submenu-display {
    display: none !important;
  }
  .submenu-mostrar {
    display: block !important;
  }
  .menu-display {
    display: none !important;
  }
  .menu-mostrar {
    display: block !important;
  }
  .wrapper-move {
    -webkit-transform: translate(-15em, 0) scale(1, 1);
    -moz-transform: translate(-15em, 0) scale(1, 1);
    -ms-transform: translate(-15em, 0) scale(1, 1);
    -o-transform: translate(-15em, 0) scale(1, 1);
    transform: translate(-15em, 0) scale(1, 1);
  }
  .ws-title {
    display: none !important;
  }
}

@media only screen and (max-width: 780px) {
  footer .descripcion {
    margin-right: 5px;
    width: calc(100% - 70px);
  }
  footer .descripcion .alineacion {
    line-height: 18px;
    position: absolute;
    top: 8px;
  }
  #welcome {
    background-image: url("../imgs/bienvenidos-mobile.png");
    background-position: -20px -10px; /* 0 top*/
    background-repeat: no-repeat;
    background-size: 550px auto;
    height: auto;
    padding: 0 8px;
    box-sizing: border-box;
    margin-bottom: 8px;
  }
  #welcome .descripcion {
    margin: 0;
    color: #000000;
    width: 100%;
    text-align: left;
    padding: 13px 10px 5px;
    font-size: 14px;
  }
  #welcome .descripcion div {
    text-align: left !important;
  }
  #welcome .titulo {
    box-sizing: border-box;
    height: 215px;
    padding-right: 0px;
    padding-top: 80px;
    text-align: left;
    padding-left: 45%;
    font-size: 50px;
  }
  #partA .valores #accordion div {
    margin-bottom: 30px;
    padding: 10px 10px 0;
    font-size: 14px;
  }
  #partB .bienvenida .content {
    width: 485px;
  }
}
@media only screen and (max-width: 500px) {
  header #logo {
    background-image: url("../imgs/logo.png");
    background-position: center -2px;
    background-repeat: no-repeat;
    background-size: 390px auto;
    height: 96px;
    margin: 0 auto;
    width: 100%;
  }
  footer .descripcion .alineacion {
    top: 0px;
  }
  #partB .bienvenida .content {
    width: 240px;
    min-width: 240px;
  }
  #welcome .titulo {
    padding-left: 43%;
    font-size: 30px;
  }
  #wowslider-container1 .ws_controls,
  #wowslider-container1 .ws_bullets,
  #wowslider-container1 .ws_thumbs {
    display: block !important;
  }
  #wowslider-container1 .ws_bullets {
    bottom: 5px !important;
  }
  .ws_controls .ws_next,
  .ws_controls .ws_prev,
  .ws_controls .ws_pause {
    display: none;
  }
  .ws_bulframe {
    display: none !important;
  }
}

/* RESPONSIVE DESIGN (Temporal) INCIO: */

#partContent {
  background-color: #c0bcbc;
  /*background-image: url("../images/Banner_2021/wp.png");*/
  background-image: url("../images/Banner_2022/bg_2022.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 90% 100%;
  background-size: contain;
}

#partGeneralLic,
#partContent .wrapa {
  width: 100% !important;
}
.container {
  width: 100% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.row {
  margin-left: 0px !important;
  margin-right: 0 !important;
  width: 100% !important;
}
.row #derecha {
  padding-right: 0px !important;
}
.row .cuadros {
  padding-left: 0px !important;
}

@media only screen and (max-width: 1135px) {
  #partContent .wrap,
  #partGeneralLic .posgrado {
    width: 100% !important;
  }
  #partContent .wrap .opt {
    text-align: left !important;
    margin: 10px 2px !important;
    width: 480px !important;
  }
  #partContent .wrap .opt .descripcion,
  #partContent .wrap .optf .descripcion {
    width: 312px !important;
    margin-left: 152px !important;
  }
  #partGeneralUniVirtual .tituloArea {
    width: 100% !important;
  }
  #partGeneralUniVirtual .tituloArea .oferta {
    display: block !important;
    text-align: center !important;
  }
  #partGeneralLic .posgrado {
    width: 100% !important;
  }
  .avPlayerWrapper {
    max-width: 285px !important;
    overflow: hidden;
  }
}

@media only screen and (max-width: 995px) {
  #partContent {
    text-align: center;
  }
  .row {
    padding: 0 12px;
  }
  .row .cuadros {
    padding-right: 0px !important;
  }
  .avPlayerWrapper {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 780px) {
}

@media only screen and (max-width: 520px) {
  #partContent .wrap .opt {
    width: 220px !important;
    height: auto !important;
    margin: 15px auto !important;
    display: block !important;
  }
  #partContent .wrap .opt .imagen {
    position: relative !important;
    width: 100% !important;
  }
  #partContent .wrap .opt .descripcion,
  #partContent .wrap .optf .descripcion {
    position: relative !important;
    margin-left: 0px !important;
    display: block !important;
    width: 100% !important;
    padding: 1px 8px 8px !important;
    box-sizing: border-box !important;
  }
  #partGeneralLic .posgrado .oferta {
    width: 110px !important;
  }
  #partContent .wrap .opt .descripcion .leer,
  #partContent .wrap .optf .descripcion .leer {
    margin-top: 10px !important;
  }
  #partContent .wrap .opt .descripcion .leer a,
  #partContent .wrap .optf .descripcion .leer a {
    font-size: 13px !important;
  }
  .gallery li {
    width: 140px !important;
    margin: 0 auto !important;
  }
  #partContent .wrap .opt .imagen {
    background-position: center top !important;
    background-color: #cbcbcb !important;
  }
  ul.gallery {
    background-color: #cbcbcb !important;
  }
  .bienvenida .gallery li {
    margin-left: 4px !important;
    margin-right: 0 !important;
    width: 100px !important;
  }
}

/* RESPONSIVE DESIGN (Temporal) :FIN */
