.Fontanars {
  font-size:35px;
  /*font-weight:bold;*/
  text-shadow:0 0 3px #fff;
} 
#contingut {
  margin-top: 170px;
  padding-bottom: 170px;
}

#menutop-top {

  
}

#menutop-top .logo {
  border:3px solid #333;
  height:130px;  
}

@media all and (max-width:480px) {
  #contingut {
    margin-top: 70px;
  }
}




#opsSel {
    position:fixed;
    bottom:0px; left:0;
    background:rgba(50,255,50,.95);
    color:black;
    z-index:10;
    font-size:13px;
    padding:10px;
    padding-bottom:40px;
    display:none;
}

#opsSel .boton {
    padding:2px;
    font-size:13px;
}


.msg {
    margin:10px;
    padding:5px;
    background:#eee;
    color:#333;
    font-weight:bold;
}

.msg_error {
    margin:10px;
    padding:5px;
    background:#F00;
    color:#FFF;
}
