﻿#resultadosBusqueda{
padding-bottom:5rem;
}

.ofertaEmpleo{
margin-top: 2rem;
margin-bottom: 7rem;
}

.min_height_50{
	min-height:50vh!important;
}

.cont_field label {
    position: absolute;
    top: -8px!important;
    left: 8px!important;
    line-height: 0em;
    pointer-events: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
@media only screen and (max-width: 479px){
    .cont_botones{
        margin-top: 1rem;
        margin-bottom: 1rem;

    }
}

