/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2/07/2017, 07:01:16 PM
    Author     : STO
*/

#vacantesImg  {
    width:100%;  
    height:90%; 
    background-image: url(../img/vacantes/joinourteam.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed!important;
    margin:0;  
    padding:0; 
}
.btn_Ver_Vacante {
    box-shadow: none;
    height: auto;
    font-size: 1em;
    line-height: 1.5em;
    position: relative;
    text-transform: none;
    margin: 0 auto;
        margin-right: auto;
    padding: 9px 18px;
    border: 0;
    border-radius: 2px;
    width: auto;
    cursor: pointer;
    font-weight: 600;
    font-family: inherit;
    letter-spacing: 0;
    white-space: nowrap;
    transition: width .3s,padding .5s;
    -webkit-transition: width .3s,padding .5s;

}