* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	/* estil per iPhone 4/5, per tal que no modifiqui la mida del text amb orientació landscape */
	-webkit-text-size-adjust: 100%;
}


a {
	text-decoration: none;
	color: black;
}









/* a una sola columna */
.row {
	/*width: 300px;*/
}



.demo-gallery {
	float: left;
	/*border: 1px solid pink;*/
	width: 100%;
	height: auto;
	padding-left:60px;
	margin-bottom: 80px;
}

.demo-gallery a {
	float: left;
	/*border: 1px solid;*/
	margin: 2px;

	display: block;

	/*padding: 6px;*/
	/*width: 171px;*/
	/*line-height: 0;*/
	/*width: auto;*/
	/*height: 230px;*/
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.demo-gallery a:hover {
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
	
}


.demo-gallery figure {
	/*display: none;*/

	/*border: 1px solid;*/
	margin-top: 0px;
	margin-left: 0px;
	/*padding-bottom: 30px;*/
	max-width: 200px;
	margin-right: 0px;
}








