@charset "utf-8";
/* CSS Document */

#Contenidor_ca {
	width: 960px;
	margin: auto;
	padding: 10px;
}
#Logo_MS {
	background-color: rgba(245,204,0,1);
	height: 100px;
	width: 960px;
	text-align: center;
	line-height: 100px;
}
#Logo_MS img {
	vertical-align: middle;
}
#Menu_industria {
	width: 960px;
	background-color: #CCC;
	height: 50px;
}
#Contingut {
	font-family: Verdana, Geneva, sans-serif;
	border: medium solid #CCC;
}
#Pagina {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#Titol {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 40px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#imatges {
	height: 350px;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 20px;
}
#img_general {
	float: left;
	width: 145px;
}
#img_textil {
	float: left;
	width: 145px;
}
#img_adobats {
	float: left;
	width: 145px;
}
#img_panificacio {
	float: left;
	width: 145px;
}
#img_acer {
	float: left;
	width: 145px;
}
#img_alumini {
	float: left;
	width: 145px;
}





#Tancament_ca {
	font-size: 14px;
	width: 960px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	margin: auto;

}







a {
  transition: .3s background-color;
}

a:link {
}

/* visited link */
a:visited {
	color: #00F;
}

/* mouse over link */
a:hover {
	
}

/* selected link */
a:active {
    
}
