.contingut{
	background-color: #efefef;
	padding: 50px 30px;
	height: 100%;
	width: 100%;
}
.intro{
	position: absolute;
	background-color: #2dd2c5;
	min-height: 100%;
	height: 100%;
	width: 100%;
}
.espai-40{
	height:40px;
}

.ocult{
	display: none;
}
.linc{
	cursor: pointer;
}
.taula{
	display: table;
	width: 100%;
}
.fila{
	display: table-row;
	width: 100%;
}
.cela{
	display: table-cell;
	width: 14%;
	margin: auto;
	vertical-align: middle;
}

.imatge-1 > img{
	padding: 0px 20px 0px 0px;
}
.resultat-0{
	padding-right: 0px;
	padding-left: 0px;
}
.resultat-1{
	/*padding: 30px;*/
	border-radius: 10px;
	border: 10px #fff solid;
	box-shadow: -1px -1px 21px -3px rgba(168,168,168,1);
}
.itm-historial{
	padding: 0.25em;
}
.icona-historial > img{
	width: 100%;
	height: auto;
	background-color: white;
}
.text-historial{
	width: 100%;
	background-color: #d8d8d8;
	position: relative;
}
/*
.text-historial:after{
	content: '';
	display: block;
	padding-bottom: 100%;
}*/
.text-historial-contingut{
	/*top: 15px;*/
	/*position: absolute;*/
	width: 100%;
	text-align: center;
	font-size: 30px;
}
.text-historial-contingut > div{
	padding: 20px 0px;
}

.div-opcions{
	background-color: #d8d8d8;
	padding: 10px 0px;
	font-size: 12px;
	font-family: "Oswald", sans-serif;
	text-align: center;
}

.itm-historial:hover > .div-opcions{
	background-color: #2dd2c5;
	color: white;
}

.div-opcions > label{
	margin-bottom: 0px;
}