.demo-btn-margin .btn{margin-bottom:6px}

.contenido01 img {    
    max-width: 100% !important;
}

.borde01 {
    border: 1px #0e0e0e solid;    
}

.error-script{
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#F00;
    font-weight:bold;
    margin-top: 20px;
}

.AppFormLogin label.error, .AppFormPass label.error, .AppFormReg label.error, .AppFormValidation label.error,
.AppFormCV label.error, .AppFormWeb label.error, .AppFormRules label.error, .errorLogo, .AppFormReset label.error{ 
    margin-left: 5px; 
    font-size: 12px; 
    color: #F30; 
    font-weight: 500; 
}

#overlay {
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
        padding-top:25%;
        text-align:center;
        background-color:black;
        color:white;
        opacity:0.7;
        display:none;
        z-index:3000;
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
    background: #FFF;
    border-left-color: #EEE;
    border-right-color: #EEE;
    border-top: 3px solid #CCC;
    color: #555;
}

section {   
    padding: 36px 0;
}

.error-mensaje{
    color: #a94442;
    display: none;
    font-size: 14px;
    text-align: center;
}

.page-header .header-detail .imagen_empleo {
    float: left;
    width: 256px;
    /*height: 130px;*/
    margin-right: 30px;
}

.item-block footer .action-btn {
    float: right;
    opacity: 1;    
    transition: opacity .3s ease-in-out;
}

.post-noticias{    
    margin-bottom: 20px;
}
/*.post-noticias h2 {
 font-weight: 0;
  line-height: 0;
   margin-top: 7px;
  }*/ 

.post-noticias h2 a{
    font-size: 26px;
    font-weight: 300;
    font-family: Montserrat,sans-serif;
    color: #000;    
}

.leer-mas{
    padding: 15px 0 20px;
}

.user-account .dropdown-menu li > a {
    line-height: 28px;
    white-space: nowrap;
    display: block;
    font-family: Open Sans,sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 3px 8px;
    border-bottom: 1px solid #f8f9fa;
    color: #000;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
}

@media (min-width: 768px) {
  .header-job-search .input-keyword{
    position: relative;
    width: 80%;
 }
}

.empleos_img {
    width: 100%;
    height: 307px;         /* alto uniforme para todas */
    display: flex;
    align-items: center;   /* centra vertical */
    justify-content: center; /* centra horizontal */
    overflow: hidden;      /* evita desbordes */
    text-align: center;
    border: 0px;
     background: #fafafa;
}

.empleos_img img{
   /* max-height: 307px;
    padding: 10px 10px 10px 10px;*/
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;   /* la imagen se adapta completa SIN recortarse */
}

@media (max-width: 767px) {

.page-header .header-detail time {    
    font-size: 13px;
    color: #96a2b2;
    line-height: 28px;
}

.page-header .button-group {
    background-color: #fafafa;
    margin: -20px -30px;
    /* margin-top: 20px; */
    padding: 20px 30px;
}

}