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

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

body {
	font-family: Verdana;
	font-size: 12px;
}

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








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


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

	/*display: block;*/

	padding: 6px;
	/*width: 171px;*/
	/*line-height: 0;*/
	/*width: auto;*/
	/* height: 280px;  [CONFIG FILE: $box_height ]*/
}


/* box image: hover */
.demo-gallery a:hover {
	background-color: #e7e7e7;
}


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

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



