.cardstyle section {
	padding: 20px;
	box-sizing: border-box;
}
table th {
	background-color: #71818a;
	color: #fff;
}
table td,
table th {
	padding: 10px;
	text-align: left;
	width: 50%;
}
table tr:nth-child(odd) {
	background-color: #f8f8f8;
}
table {
	border: 1px solid #71818a;
	padding: 10px;
	width: 50%;
	margin: 30px auto;
}
img.img-cabecera {
	width: 100%;
	border-radius: 4px;
	object-fit: cover;
	object-position: top;
	height: 500px;
}
@media (max-width:600px) {
	table {
    width: 100%;
	}
}