@charset "UTF-8";
/* CSS Document */


a, p { -webkit-font-smoothing: antialiased;}

body {
  font-weight: 400;
  background-image:url(../img/32.png);
  background-repeat:repeat;
  background-attachment: fixed;
}

body,td,th {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}


#topBorder {
  background-color: #FFA238;
  height: 3px;
  display: block;
  margin-bottom: 10px;
}

.bodyWrapper {
  background-color: rgba(255,255,255,1);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
  border: 0px solid #FFFFFF;
  border-radius: 0px;
  margin: 40px;
}

@media (max-width: 767px) {
  .bodyWrapper {
    margin: 20px 10px;
  }
}

/* NAVBAR */
.navbar-brand {
  height: auto;
  padding: 15px 30px;
}

.navbar-brand>img {
    margin: 0 auto;
}

.navbar-toggle {
    margin-top: 25px;
    margin-left: 20px;
}

.navbar-toggle .icon-bar {
    background-color: #005597;
    width: 30px;
    height: 4px;
    border-radius: 3px;
}

@media (max-width: 767px) {
  .navbar-collapse .navbar-nav>li>a {
    background-color: #005597;
  }

  .navbar-collapse .nav>li>a:focus, .navbar-collapse .nav>li>a:hover {
    background: #00365b;
    color: #fff;
  }
}



@media (max-width: 500px) {
  .navbar-brand>img {
      width: 220px;
      height: auto;}    
}

@media (max-width: 374px) {
  .navbar-brand>img {
      width: 165px;
      height: auto;}    
}

a {
  color: #E5E5E5;
  text-decoration: none;
}

.nav>li>a:focus, .nav>li>a:hover {
  background: transparent;
  color: #fff;
}

.navbar-nav>li {
  font-family: "Ubuntu",Helvetica,Arial,sans-serif;
}

@media (min-width: 768px) {
  .navbar-collapse.collapse {
    background-color: #0b4f7e;
    background-color: rgba(11,79,126,1);
    background-image:url(../img/1.png);
    background-position: center center;
    background-repeat: repeat-x;
    
    border-top: 1px solid rgba(0,0,0,.2);
    border-bottom: 1px solid rgba(0,0,0,.2);
  }
  .navbar-nav>li {
    margin-right: 0px;
    border-right-style: solid;
    border-right-width: 1px;
  }
}

/* CONTENIDO */
div.itemToolbar {
    padding: 5px 0;
    margin: 16px 0 10px 0;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    background: #fcfcfc;
}

.bloque-negro {
  height: 60px;
  background: #363636;
  padding: 0 15px;
  border-radius: 0;
  color: #252525;
}

.espacio-text {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #ddd;
}

@media (max-width: 767px) {
  main .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .espacio-text {
    margin-top: 0;
  }
}

.titulo-sec, .titulo-sec2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
}
.titulo-sec2 {
  text-align: left;
}

.terminos .titulos2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0 auto;
    font-size: 24px;
}

.titulo2{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 30px;
}

.parrafos, .parrafos-02, .terminos .parrafos {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
}

.parrafo a {
  color: #337ab7;
}

.panel-heading {
    padding: 0;
}
.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
  display: block;
  text-decoration: none;
  padding: 10px 15px;
}

.espa-esp {
  padding: 20px 0;
}

/* MENU LOGIN */
.menu-h {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  padding-top: 2px;
  padding-bottom: 10px;
  color: #333;
  background-color: transparent;
}

.login_ee .glyphicon {
  margin-right: 20px;
  margin-left: 8px;
  color:#00CCFF;
}

.login_ee{
  margin-top: 30px;
  padding: 15px;
  border: 1px solid #ddd;
}

.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: #444;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  left: 0px;
}

.border-li {
  border-bottom-width: 0 !important;
}

.form-control, .form-group {
    width: 100% !important;
}

.login {

}

.login h5 {
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #9B9B9B;
  font-size: 11px;
  letter-spacing: 1px;
}

.form-group {
    margin-bottom: 10px !important;
}

.btn-ueb {
  width: 100%;
  margin: 15px 0;
  display: inline-block;
  vertical-align: top;
  color: #fff !important;
  background-color: #337ab7;
  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;
}


/* 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: #337ab7;
  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: #337ab7;
  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%;
  } 
}

/* FOOTER */
.footer {
  background-color: transparent;
  margin: 40px;
}

.reglamenta {
  color: #337ab7;
}

@media (max-width: 767px) {
  .footer {
    margin-left: 0;
    margin-right: 0;
  }
}

/*  OFERTAS */
#content_r{
    width: 100%;
    overflow: hidden;
    text-align: center;
    }

#tabla1, #tabla2{
    width: 100%;
    text-align:left;
    padding: 5px 10px;
    clear: both;
    border: #337ab7 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: #337ab7;
    }

.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_t a:link{
    color: #676767;
    }

.textos_t a:visited{
    color: #676767;
    }

.textos_t a:hover{
    color: #676767;
    font-weight:bold;
    }

.textos_t a:active{
    color: #676767;
    font-weight:bold;
    text-decoration:none;
    }

.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;
    margin-left: 30px;
}
.espacio {
      width: 50%;
    margin: 50px auto 20px;
    }
