@charset "utf-8";

.contenedor_bolsa{
    width: 960px;
    margin: 0 auto;
}

.columna_empleo{
    width: 78%;
    float: left;
    margin-bottom: 2em;
}

.empleo{
    padding: 30px 30px 0px 30px;
    height: 300px;
    background-color: azure;
    margin: 1em 0;
    background-color: white;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.empleo h1{
    font-size: 2em;
    color: #54555a;
    line-height: 1em;
    font-weight: 600;
}

.empleo .descripcion{
margin-top: 1em;
}

.empleo p{
    display:  inline-block;
    color: #54555a;
    font-weight: 400;
}

.empleo strong{
    font-weight: 500;
    color: #48C5E4;
}

.empleo .tags{
    color: #54555a;
    font-size: 20px;
    margin-right: 10px;
}

.empleo .hash{
    color: #eeeeee;
    background-color: #48C5E4;
    border-radius: 5px;
    padding: 5px;
    font-size: 16px;
    margin-right: 5px;
    font-weight: 500;
}

/* SEARCHBOX */
.contenedor_searchbox{
    display: block;
    width: 960px;
    height: 20px;
}

.box{
    float: right;
}


.contenedor_bolsa .box{
    width: 150px;
    height: 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    }

.contenedor_bolsa .container-1{
    width: 150px;
    height: 20px;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    }

.contenedor_bolsa .container-1 input#search{
    width: 150px;
    height: 20px;
    background: #54555a;
    border: 1px solid #313133;
    font-size: 10pt;
    float: left;
    color: #eee;
    padding-left: 27px;
    padding-right: 7px;
    padding-bottom: 2px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    }

.contenedor_bolsa .container-1 input#search::-webkit-input-placeholder {
    color: #313133;
    }
 
.contenedor_bolsa .container-1 input#search:-moz-placeholder { /* Firefox 18- */
    color: #313133;
    }
 
.contenedor_bolsa .container-1 input#search::-moz-placeholder {  /* Firefox 19+ */
    color: #313133;
    }
 
.contenedor_bolsa .container-1 input#search:-ms-input-placeholder {  
    color: #313133;
    }

.contenedor_bolsa .container-1 .icon{
    position: absolute;
    left: 10px;
    top: 1px;
    z-index: 1;
    color: #313133;
    font-size: .8em;
    }

.contenedor_bolsa .container-1 input#search:hover, .container-1 input#search:focus, .container-1 input#search:active{
    outline:none;
    background: white;
    color: #313133;
    transition: .4s;
    }








#filtro_noticias {
    margin-top: 1em;
    float: right;
    width: 20%;
    height: 678px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #313133;
    box-sizing: border-box;
    color: #eeeeee;
    margin-bottom: 2em;
}

#filtro_noticias ul li {
    font-size: 14px;
    font-weight: 300;
}

#filtro_noticias ul li a:hover {
    font-weight: 400;
}

#filtro_noticias ul li a:link {
    color: #eeeeee;
}

#filtro_noticias ul li a:visited {
    color: #eeeeee;
}


.filtro {
    margin-top: 20px;
    box-sizing: border-box;
}

.filtro h4 {
    margin-bottom: 5px;
}
