body {
	font-family: 'Titillium Web', sans-serif;
}

h2 {
	font-style: italic;
}

h3 {
	line-height: 1.45;
	font-size: 2.5em;
	font-weight: bold;
}

h4 {
	font-weight: bold;
}

.vertical{
	display:flex;
	align-items:center;
}

.table-centered {
    border-radius: 5px;
    width: 50%;
    margin: 0px auto;
    float: none;
}

.table > tbody > tr > td {
     vertical-align: middle;
}
	tr.border_top td {
		border-top:1pt solid black;
	}
	button.btn {
		margin:1pt;
	}
	button.btn.btn-success-agosto {
		border:2pt solid black;
		background-color: #28a745;
		color: #fff;
	}
	button.btn.btn-primary-agosto {
		border:2pt solid black;
		background-color: #007bff;
		color: #fff;
	}	