.subcabecera{
	font-weight: bolder;
	background-color: #cfe2ff;
	font-size: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.center{
	background-color: #005cc3;
}

.texto{
	font-size: 12px;
	background: #fffeb3;
	padding: 10px;
}
.texto1{
	font-size: 12px;
	padding: 10px;
}

.navbar-brand{
	padding-top: 15px;
	padding-bottom: 15px;
}


.titulo{
	padding-top: 25px;
	padding-bottom: 15px;
	font-size: 23px;
}


.col-md-6, .col-md-4{
	padding-top: 10px;
	padding-bottom: 10px;
}


.form-label {
	font-weight: 400;
	font-size: 12px;
}

.form-control, .form-select, .form-check {
	font-size: 12px;
}

.btn{
	font-size: 12px;
	font-weight: bolder;
}

.cabeceratabla{
	text-align: center;
	background-color: #04AA6D;
	color: #ffffff;
}

.cuerpotabla{
	font-weight: 500;
	text-align: center;
}

.table-responsive{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

