h1 {
	margin-bottom: 1rem;
}

h2 {
	font-weight: 500;
}
h4 {
	font-weight: 900;
	color: rgb(130, 130, 130);
}

.cabecera {
	margin-top: 1rem;
}

.technical-data {
	font-size: .8rem;
	margin-bottom: 1em;	
}

.technical-data > p {
	margin-bottom: 0;
	line-height: 1.5em;
}

/*table.technical-data {
	width: 100%;
	font-size: .8rem;
	margin-bottom: 1rem;
}

table.technical-data tr {
	border-bottom: solid 1px rgb(180, 180, 180);
}

table.technical-data tr>td {
  border-right: solid 1px rgb(180, 180, 180);
  padding: 1em 2em;
  width: 20%;
}

table.technical-data tr:last-of-type {
  border-bottom: none;
}

table.technical-data tr>td:last-of-type {
  border-right: none;
  width: 80%;
} */

.thumbnail.imagen {
	border: none;
}

@media(max-width: 991px) {
	.thumbnail img {
		max-height: 250px;
	}	
}

.enlaces a{
  display: block;
}