.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}

main .container {
	padding-top: 80px;
}

.navbar-brand img {
	max-height: 80px;
}

@media (max-width: 768px) {
	.navbar-brand img {
		max-height: 50px;
	}
	.navbar #nombreMobile {
		display: flex !important;
	}
	.navbar #nombrePc {
		display: none !important;
	}
}

.tablaPlantilla td{
	min-width: 2rem;
}

.tablaPlantilla input{
	max-width: 5rem;
}