.t-tarifario {
    border: 1px solid black;
    border-collapse: collapse;
    font-size: 0.75rem;
}

.t-tarifario caption{
    font-weight: bold;
    text-align: center;
    border: 1px solid black;
    padding: 0.5rem;
}

.t-tarifario tr, td {
    border: 1px solid black;
    padding: 0.5rem;
}

.t-tarifario th {
    border: 1px solid black;
    padding: 0.5rem;
    font-weight: bold;
    background-color: silver;
}

.txt-left {
    text-align: left;
}

.txt-center {
    text-align: center;
}

.txt-right {
    text-align: right !important;
    color: blue;
}

.t-tarifario ul li {
    margin-left: 2rem;
}

.bold{
    font-weight: bolder !important;
   
}

#logo_colpex img {
    display: block;
    margin: auto;
}

.section5 {
	padding-top: 3%;
	width: 80%;
}

.section6 {
	background-color: #FFEABF;
	margin-top: 2%;
	padding-top: 7%;
	padding-bottom: 7%;
}

.texto44 {
	padding-top: 1%;
    font-family: 'sinkin_sans400_regular';
	color: #FFB30F;
	text-decoration: underline;
}