
img.mantenimiento {
	display: block;
	margin: 0 auto 24px auto;
	max-height: 200px;
}

h3 {
	margin-bottom: 15px;
	text-align: center;
	font-size: 2.6rem;
	line-height: 3rem;
	color: #8F0000;
	font-weight: 600;
	font-family: 'Roboto Condensed';
}

.texto {
	text-align: center;
	font-size: 15px;
}

@media(max-width: 600px) {
	h3 { font-size: 18px; }
	.texto { font-size: 13px; }
}