
body {    
    overflow-x: hidden;
}

#img_portada {
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    margin: 0 20px;
    position: relative;
    left: 400px;    

    /*background-image: url('../portada/rosseto.png');
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 50px;
    height: 250px;*/

    opacity: 0.01;
    /*padding-left: 400px;    */
    }

 #botons_portada {
    /*margin-top: 30px;*/
    margin-top: 10px;
    height: 28px;
 }

 #botons_portada a {
    /*letter-spacing: 2px;*/
    font-size: 20px;
    font-weight: bold;
    /*color: #fb65c7;*/
    color: #d02ef2;
    /*text-shadow: -1px -1px 0 #404040, 1px -1px 0 #404040, -1px 1px 0 #404040, 1px 1px 0 #404040;
    -webkit-text-stroke: 1px #202020;*/
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    #img_portada {
        /*margin: 400px auto 0 auto;*/
        margin: 342px auto 0 auto;
    }   
}

@media only screen and (min-width: 769px) {
    #img_portada {
        /*margin: 370px auto 0 auto;*/
        margin: 312px auto 0 auto;
    }
}
    
#img_portadaBAK img {
    width: 100%;
    height: auto;
    max-width: 500px;
}

.pastilla1 {
    margin-top: 40px;
    padding: 40px;
    background-color: white;
    opacity: 0.95;
}

#politica_privacitat {
    display: none;
    padding: 20px;
    margin: 20px 10px 10px 5px;
}