.cardstyle section {
	padding: 20px;
	box-sizing: border-box;
}
img.img-cabecera {
	width: 100%;
	border-radius: 4px;
	object-fit: cover;
	object-position: center;
	height: 500px;
}
table th {
	background-color: #71818a;
	color: #fff;
}
table td,
table th {
	padding: 10px;
	text-align: left;
	/*width: 25%;*/
}
table th:first-of-type,
table td:first-of-type {
	width: 40px;
	text-align: center;
}
table tr:nth-child(odd) {
	background-color: #f8f8f8;
}
table {
	border: 1px solid #71818a;
	padding: 10px;
	width: 75%;
	margin: 30px auto;
}
.tablescroll {
	overflow-x: auto;
	width: 100%;
}
.note {
	font-size: 0.85rem;
	text-align: right;
}
.posiciones {
	display: flex;
	list-style: none;
	gap: 20px;
	width: 100%;
	box-sizing: border-box;
}
.posiciones li {
	width: 100%;
}
.posiciones img {
	width: 100%;
}
