@charset "UTF-8";
/* CSS Document */


/* a, p { -webkit-font-smoothing: antialiased;} */

body {
  font-family: 'Open Sans', sans-serif;
  color: #828282;
}

h2 {
	color: #004D47;
}
/* HEADER */
.container {
  max-width: 100%;
}

.row {
  margin: 0;
  }

.top-nav {
    background-color: #fff;
    height: 40px;
}

.display-texto-a {
    display: inline-flex;
}

@media (max-width: 1023px) {
    .display-texto-a {
        display: block;
    }
}

.ingresar-b {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #004943;
}

.ingresar-b:hover {
  color: #fff;
  background-color: #004943;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #004943;
    border-color: #fff;
    color: #fff;
}

.main-nav {
    background-color: #fff;
    padding: 20px 0 0 0;
    border-top: 36px solid #048592;
}

.navbar-brand {
  height: auto;
  margin: 0 auto;
  padding-top: 0;
}

.espacio-logo {
  padding-bottom: 10px;
}

.navbar-brand>img {
    margin: 0 auto;
}

.navbar {
    margin-bottom: 0;
    border: 0;
}

.navbar-nav a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #048592;
  text-decoration: none;
  text-transform: uppercase;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #048592;
    color: #fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.navbar-toggle {
    margin-top: 16px;
    margin-left: 20px;
}

.navbar-toggle .icon-bar {
    background-color: #048592;
}

.navbar-toggle .icon-bar {
    width: 30px;
    height: 4px;
    border-radius: 3px;
}

@media (max-width: 1023px) {
  .navbar-nav {
    margin: 0 -15px;
    background-color: #fff;}
  
  .navbar-nav>li>a {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 25px;}
  .navbar-nav>li>a:hover,
  .navbar-nav>li>a:focus {
    color: #fff}

    .navbar-nav .open .dropdown-menu>li>a {
      font-size: 20px;
      padding-top: 18px;
      padding-bottom: 18px;
    color: #fff;}
}

@media (min-width: 1023px) {
  .navbar-nav a {
    color: #fff;
  }
  .nav>li>a:focus, .nav>li>a:hover {
    background-color: #fff;
    color: #048592;
  }
  .espa-esp {
    margin: 20px 0 !important;
  }
  .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;}
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;}
}

@media (min-width: 1024px) {

  .navbar-nav {
    float: right;
    margin: 0 auto;
    text-align: center;}

  .navbar-nav>li {
      float: none;
      display: inline-block;}
  
  .nav>li>a {
      padding: 10px 20px;}

  .navbar-nav>li>a {
      padding-top: 18px;
      padding-bottom: 18px;}
  
  .navbar-right {
      margin-right: 0;}
}

@media (max-width: 500px) {
    .navbar-brand>img {
      width: 200px;
      height: auto;}

    .navbar-toggle {
      margin-top: 4px;}  
}

/* LOGIN */
.menu-h {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  padding-top: 2px;
  padding-bottom: 10px;
  color: #004D47;
  background-color: transparent;
}

.login_ee .glyphicon {
  margin-right: 20px;
  margin-left: 8px;
  color:#00CCFF;
}

.login_ee{
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #f8f8f8;
  box-shadow: 0 0 0 1px #ededed;
  border-radius: 3px;
}

.login_ee h4{
  text-transform:uppercase;
  margin-top:3px;
  font-family: 'Open Sans', sans-serif;
  font-size:27px;
  font-weight:normal;
  border-bottom:1px solid #fff;
  padding-bottom:3px;
}
.login_ee ul{
  padding-left:10px;
}
.login_ee li{
  list-style:none;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;    
}

.login_ee a{
  font-family: 'Open Sans', sans-serif;

  padding: 10px 0px;
  display: inline-block;
  font-weight: 300;
  color: #808080;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  left: 0px;
}

.login_ee a:hover,
.login_ee a:focus {
  color: #048592;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.border-li {
  border-bottom-width: 0 !important;
}

.form-control, .form-group {
    width: 100% !important;
}

.login {

}

.navbar-form {
  padding: 10px 0;
  margin-right: 0;
  margin-left: 0;
}

.form-control {
  width: 100% !important;
}
.drop-login {
  background: #fff;
  padding: 15px;
  min-width: 250px;
}

.drop-login li {
    padding: 0;
}

.login {
  padding: 0 15px;
}

.login h5 {
  margin-bottom: 3px;
  text-transform: uppercase;
  color: #9B9B9B;
  font-size: 11px;
  letter-spacing: 1px;
  text-align: center;
}

.form-group {
    margin-bottom: 10px !important;
}

.btn-ueb {
  width: 100%;
  margin: 15px 0 0;
  display: inline-block;
  vertical-align: top;
  color: #fff !important;
  background-color: #004d47;
  padding: 10px 15px;
  border: 1px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  -webkit-transition: .3s ease-out all;
  -moz-transition: .3s ease-out all;
  transition: .3s ease-out all;
  font-size: 10px;
}

.new-pass a {
  color: #004d47
}

.boton-icono {
  width: 100%;
  height: 70px;
  background-color: #048592;
  color: white;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  transition: background ease-in-out 300ms;
}

.boton-icono:hover {
    background-color: #004d47;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}

.boton-icono p {
  width: 90%;
  width: calc(100% - 110px);
  margin: 8px 0;
}

.boton-icono span:nth-of-type(1) {
    width: 70px;
    height: 70px;
    background-color: #004d47;
    font-size: 2.9375rem;
    color: #fff;
    margin: 0 15px 0 0;
    text-align: center;
}

.boton-icono span i {
  margin-top: 20px;
}

/* CONTENIDO */
.ima-principal {
  background-image: url(../img/ima-01.jpg);
  background-color: #f5f5f5;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  transform: scale(1);
  height: 35vw;
  position: relative;
  top: 0;
  margin-bottom: 0;
  z-index: 10;
}

.main-title-section-wrapper {
  background-color: #048592;
  float: left;
  width: 100%;
  margin: 0px 0px 65px;
  padding: 10px 0px;
  clear: both;
}

.main-title-section {
    float: left;
    margin: 20px 0;
    padding: 0px;
    position: relative;
}

.titulo-sec, .titulo-sec-02, .titulos2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  margin-top: 10px;
}

.titulo-sec {
  margin-top: 10px;
}
.titulos2 {
  font-size: 20px;
  color: #828282;
}

.titulo-sec-02 {
  font-size: 20px;
}

.cabezote-esp {
  float: left;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .cabezote-esp {
    width: 48%;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .cabezote-esp {
    width: 56%;
  }
}

@media (min-width: 1440px) and (max-width: 1999px) {
  .cabezote-esp {
    width: 60%;
  }
}

@media (min-width: 2000px) and (max-width: 2559px) {
  .cabezote-esp {
    width: 70%;
  }
}

@media (min-width: 2560px) {
  .cabezote-esp {
    width: 75%;
  }
}

.parrafos, .parrafos-02, .parrafos-03, .terminos .parrafos {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #828282;
  text-align: justify;
}

.text-bolsa {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #048592;
  margin-left: 50px;
}

.column {
    margin: 0px 0px 0px 2%;
    float: left;
    min-height: 1px;
    position: relative;
}

.column.first {
    margin-left: 0px;
}

.dt-sc-team {
    float: left;
    width: 100%;
    margin: 0px 0px 20px;
    box-sizing: border-box;
    padding: 10px 10px 0;
    text-align: center;
    background: #f5e9d4;
    border-radius: 3px;
    position: relative;
}

.column {
    margin: 0px 0px 0px 2%;
    float: left;
    min-height: 1px;
    position: relative;
}

.column img {
    max-width: 100%;
    height: auto;
}

.dt-sc-team {
  background-color: #f6f6f6;
}

.dt-sc-team .image {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0px 0px 20px;
}

.dt-sc-team .image img {
    border-radius: 3px 3px 0px 0px;
}

.dt-sc-team .team-details {
    text-align: center;
    clear: both;
    float: left;
    width: 100%;
    padding: 0px 10px 10px;
    box-sizing: border-box;
}

.dt-sc-team h5, .dt-team-entry-left .dt-sc-team h2 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #004D47;
}

.dt-sc-team h6 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: -5px;
    padding: 0px 0px 20px;
    color: #303030;
    position: relative;
}

.dt-sc-team h6:before {
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 40px;
    background-color: #048592;
}

/* FORM */

#contact-form input[type="text"], .comment-form input[type="text"], #contact-form input[type="password"], .comment-form input[type="password"], #contact-form textarea, .comment-form textarea {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #dedede;
  margin-bottom: 20px;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}

#contact-form textarea, .comment-form textarea {
    height: 146px;
}

#contact-form input[type="submit"], .comment-form input[type="submit"] {
  width: 49%;
  padding: 12px 30px;
  outline: none;
  border: none;
  background: #048592;
  color: #fff;
  font-size: 13px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
}

#contact-form input[type="reset"], .comment-form input[type="reset"] {
  width: 49%;
  padding: 12px 30px;
  outline: none;
  border: none;
  background: #048592;
  color: #fff;
  font-size: 13px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
}

@media (max-width: 500px) {
  #contact-form input[type="submit"], .comment-form input[type="submit"],
  #contact-form input[type="reset"], .comment-form input[type="reset"] {
    width: 100%;
  } 
}

/* CAROUSEL */
.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-inner>.item.active,
.carousel-inner>.item.next.left,
.carousel-inner>.item.prev.right {
    max-height: 550px;
}


/* FOOTER */
#footer {
    float: left;
    width: 100%;
    margin: 80px 0px 0px;
    padding: 0px;
    position: relative;
}
#footer p {
	color: #fff;
}
.footer-logo {
    background: #fdf6ea;
    padding: 7px;
    border-radius: 114px;
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -60px;
    width: 100px;
}

.footer-logo {
    background-color: #ffffff;
}
.footer-logo img {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 100px;
}

#footer .footer-widgets-wrapper, #footer .footer-widgets-wrapper-02 {
    width: 100%;
    margin: 0px;
    border-top: 3px solid #ededed;
    float: left;
    clear: both;
}

#footer .footer-widgets-wrapper-02 {
  padding: 20px 0px 40px 0;
}


.img-responsive {
  margin: 0 auto;
}

.pre-foo {
  background: #004d47;
  padding: 20px 40px;
}

.pre-ser-empleo {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  margin-top: 20px;
}
.pos-foo {
    padding: 20px 10px;
    font-size: 12px;
    line-height: 27px;
}
.ser-empleo {
    color: #333;
    font-size: 12px;
    text-align: left;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    margin: 10px 0;
}
.reglamenta {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #fff;
}

.reglamenta:hover,
.reglamenta:focus {
  color: #048592;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}


/* FOOTER ESPECIAL */
.footer-general {
  width: 100%;
  height: auto;
  background: url(../img/bck-footer-uec.jpg) black;
  background-size: cover;
  border-bottom: 4px solid #048592;
  display: block;
  overflow: hidden;
  color: white;
  padding-top: 40px;
  padding-bottom: 40px;
  background-position: center;
}

.footer-general a {
    transition: color ease-in-out 300ms, background ease-in-out 300ms;
    color: #fff;
}

.footer-general p {
    font-size: 14px;
    font-weight: 300;
}

.footer-general .columna04:nth-child(1) a {
    text-decoration: underline;
    font-size: 16px;
    color: #fff;
}

.footer-general .logo img {
    width: 80%;
    padding-bottom: 20px;
}



.centrar {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.vigilado-men {
    clear: both;
    background-color: #001c24;
    overflow: hidden;
    color: white;
    margin: 15px 0 0 0;
    padding: 0 4% 10px 4%;
}

.footer-general h4 {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 5px 0;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.columna04, .columna05 {
    margin: 20px 4%;}

.social, .social-02 {
  color: #fff;
  font-size: 40px;
  margin: 20px 5px;
  overflow: hidden;
}

.social-02 {
  font-size: 16px;
}

.social-02 a {
  color: #fff;
  margin-left: 10px;
}

@media (max-width: 3000px) and (min-width: 400px) {
  .vigilado-men {
    text-align: center;
    padding-bottom: 10px;}
}

@media (max-width: 3000px) and (min-width: 768px) {
  .columna04, .columna05 {
    width: 40%;
    margin: 20px 1%;
    min-height: 1px;}

  .columna05 {
    width: 25%;}

  .columna04, .columna05 {
    float: left;
    display: inline-block;
    overflow: hidden;}
}

/*  OFERTAS */
#content_r{
    width: 100%;
    overflow: hidden;
    text-align: center;
    }

#tabla1, #tabla2{
    width: 100%;
    text-align:left;
    padding: 5px 10px;
    clear: both;
    border: #048592 1px solid;
    overflow: hidden;   
    }

ul.dropdown a:link, ul.dropdown a:visited {
    color:#FFFFFF;
    text-decoration: none;
    font-size:15px;
}
#tabla1{
    background-color: #FFFFFF;
    }

#tabla2{
    background-color: #048592;
    }

.titulos_r{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    text-align: left;
    }

.textos_t{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #fff;
    text-align: left;
    }
.bgflash {
    background-color: #083761;
    height:208px;
}


.textos_g{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #666666;
    text-align: left;
    }
    
.textos_g_14{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #666666;
    text-align: left;
    }   

#clear{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    clear: both;
    margin: 3px 0;
    }

#left{
    float: left;
    margin: 0 1% 0 0;
    }

#right{
    float: right;
    }

#division_1{
    clear: both;
    padding: 0 0 5px 0;
    width: auto;
    border-bottom: #CCCCCC 1px dotted;
    overflow: hidden;
    }

#division_2{
    clear: both;
    padding: 0 0 5px 0;
    width: auto;
    /*border-bottom: #FFFFFF 1px dotted;*/
    overflow: hidden;
    }

.text_box{
    border: #676767 1px solid;
    width: 60%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    }

.combo{
    width: 90%;
    background: #e6e6e6;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 12px;
    border-radius: 5px;
    }

.caja_left{
    width: 48%;
    }

#divisor_tab{
    clear: both;
    height: 10px;
    }

.textos_o{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #004E90;
    text-align: left;
    }

.textos_o a:link{
    color: #004E90;
    font-weight:bold;
    text-align: left;
    }

.textos_o a:visited{
    color: #004E90;
    font-weight: normal;
    text-align: left;
    }

.textos_o a:hover{
    color: #676767;
    text-align: left;
    }

.textos_o a:active{
    color: #676767;
    text-align: left;
    }

#caja_single{
    width: 100%;
    border-bottom: 1px #666666 dotted;
    clear: both;
    padding: 5px 0;
    padding-right:5px;
    overflow: hidden;
    }

#caja_ico{
    width: 1px;
    height: 1px;
    float: left;
    }
/*Nuevos Estilos */
.nav-ofertas-bu{
    list-style-type: none;
    margin:0;
    padding:0;
    }
.nav-ofertas-bu li{
    display:inline;
    margin-right: 5px;
    margin-left: 5px;
    line-height: 0;
    }
                
.usuario_elempleo{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color:#113166;
}

td strong {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
}
.espacio {
      width: 50%;
    margin: 50px auto 20px;
    }


.comp-btn {
  width: 49%;
}


@media screen and (max-width: 767px) {
  .comp-btn {
    width: 100%;
  }
}

.links {
  color:#129DCE;
}




