			.legal p{line-height:1.2;}
			#preus1{display:none;}
			#preus2{display:none;}
			#preus3{display:none;}
			.canvi_color1 a{color:#FFFFFF;font-weight:600;}
			.uppercase{text-transform:uppercase;}
			.uppercase2 p{text-transform:uppercase;}
			.lowercase{text-transform:lowercase;}
			.z-index{z-index:99;}
			.menu-museu ul li{width:290px;}
			.clear{clear:both;font-size:1px;height:1px;}
			.triangle-blanc{background-image:url(../images/triangle-blanc2.png);}
			#noticies img {padding-bottom:0px;}
			.f-w300{font-weight:300;}
			.f-w400{font-weight:400;}
			.f-w600{font-weight:600;}
			.f-w700{font-weight:700;}
			.f-s13{font-size:13px;}
			.columna-submenu{padding-right:0px;}
			.infobox{top:0px;}
			#amic-museu h2{margin-bottom:20px;font-weight:400;}
			#fitxa p{margin-bottom:20px;}
			#museu p{margin-bottom:20px;}
			.marro-trans-bloc{height:inherit;}
			#exposicions-destacades{margin-top:0px;}
			#blocs p{font-weight:400;}
			.text-petit2 span{padding-bottom:0px;}
			.text-petit2{padding-bottom:0px;}
			.pdleft10{padding-left:10px;}
			.data{font-weight:600;}
			.link-especial a{color:#222222;}
			.clear{clear:both;font-size:1px;height:1px;}
			.fr_white{color:#FFFFFF;}
			#m_mob1{position:fixed;width:280px;height:100%;left:-280px;top:0;z-index:99999;background:rgba(255,255,255,0.96);}
			#m_mob1:hover{overflow-y:auto;}
			.m_mob2{padding:40px 20px 40px 20px;}
			.m_mob2 h1{font-size:14px;font-weight:600;padding-top:10px;}
			.m_mob2 p{font-size:14px;padding-left:20px;line-height:14px;}
			.ocultar1{display:block;}
			.pointer{cursor:pointer;}
			.we_thumbs_premsa{width:50%;float:left;height:250px;}
			@media (max-width: 600px) {
  				.ocultar1{
    				display: none;
  				}
				#m_mob1{overflow-y:auto;}
				.we_thumbs_premsa{width:100%;float:left;height:250px;}
			}
			@media (max-width: 600px) {
  				#objectius h1, #lloguer h1, #amic-museu h1, #propers-esd h1, #que-diuen h1, #fitxa h3{
    				font-size: 22pt;
  				}
			}
			@media (max-width: 600px) {
  				#event h1, #event h3, #fitxa h1, #expo-permanent h1{
    				font-size: 25pt;
  				}
			}
			@media (max-width: 600px) {
  				#shop p{
    				font-size: 14pt;
  				}
			}
			@media (max-width: 550px) {
  				.origen-moto {
    				margin-top:0;
  				}
			}
			

.show_one:hover .subratllat-fitxa{
width:120px;
}

/* LIGHTBOX */

.light_h {
  margin-top: 0;
}
.light_button {
  display: inline-block;
  margin: 0;
  padding: 10px 15px;
  background-color: #E94E3C;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.light_button:hover {
  box-shadow: inset 0 -2.5px rgba(0, 0, 0, 0.4);
}
.light_hero {
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.light_state {
  position: absolute;
  top: 0;
  left: -100vw;
}
.light_state:checked ~ .light_content {
  -webkit-transform: none;
          transform: none;
}
.light_state:checked ~ .light_backdrop {
  bottom: 0;
  opacity: 1;
  z-index: 1;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.light_lightbox {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 0;
  padding: 0 20px;
  z-index:999999;
}
.light_lightbox .light_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
  z-index: 2;
  max-width: 500px;
  max-height: 60vh;
  margin: 15vh auto;
  padding: 20px;
  background: #fff;
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
  -webkit-transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.light_lightbox .light_header,
.light_lightbox .light_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.light_lightbox .light_header .light_h,
.light_lightbox .light_footer .light_h {
  margin: 0;
}
.light_lightbox .light_header .light_button:not(:first-child),
.light_lightbox .light_footer .light_button:not(:first-child) {
  margin-left: auto;
}
.light_lightbox .light_header {
  padding-bottom: 10px;
}
.light_lightbox .light_footer {
  padding-top: 20px;
}
.light_lightbox .light_main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-y: auto;
}
.light_lightbox .light_backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s opacity ease-in-out, bottom 0.1s 0.3s;
  transition: 0.3s opacity ease-in-out, bottom 0.1s 0.3s;
}