#portada {

}

#portada h2 {
  padding:0;
}

#portada #noticies h1 {
  display:none;
}


#portada .antiajust #noticies.ajust {
/*   background:red; */
/*   height:50px; */
  width:100%;
}

#buscador {
    max-width:400px;
    margin:auto;
}

    /* Search button */
    #buscador  .gsc-search-button-v2 {
        font-size: 0;
        padding: 10px 27px;
        width: auto;
        vertical-align: middle;

        border: 1px solid #666;
        border-radius: 2px;

        border-color: #3079ed;
        background-color: #009898;
        background-image: linear-gradient(top, #009898, #009898);
    }
    
    #buscador .gsc-input-box {
        border: 2px solid #666;
        background: #fff;
    }


/* @import url("../../cli/portada/portada.css"); */


@media all and (max-width:480px) {
  #portada .noticia { width:96%; margin:2%; float:none; display:block; margin-bottom:15px;}

}
