* {
	box-sizing: border-box;
}

body {
	background-color: ##ffffff;
	height: 90%;
}

#footer {
	background-color: #333 !important;
	width: 100%;
	height: 75px;
}

#footer .text-body-secondary {
	color: white !important;
}

.centrarTexto {
	text-align: center;
}

.derechaTexto {
	text-align: right;
}

#header {
	background-color: #333 !important
}

#header .text-body-secondary {
	color: white !important;
}

#segundoHeader {
	background-color: white;
}

code {
	font-size: 0.8em;
}

.logo-junta {
	width: 65px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: auto 100px;
	background-size: auto 100px;
	text-indent: -9999px;
	margin-right: 10px;
	display: block;
}

.logo-junta {
	width: 65px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: auto 100px;
	background-size: auto 100px;
	text-indent: -9999px;
	margin-right: 10px;
	display: block;
}

.logo-domain {
	width: 307px;
	height: 100px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-right: 0;
	display: block;
}

#headerFijo {
	width: 100%;
	top: 0;
	z-index: 1035;
	left: 0;
	z-index: 1035;
	border-bottom: 1px solid #eaeaea;
	left: 0;
	z-index: 1035;
}

#contenido {
	margin-top: 2%;
}

.table-condensed {
	font-size: 0.9em;
}

.active>.page-link, .page-link.active {
	background-color: #198754;
}

.page-link {
	color: #198754;
}

#cuadroBusqueda {
	border: 1px solid #efefef;
	border-radius: 9px;
	padding: 2%;
	margin-bottom: 2%;
	background-color: #f2f2f2;
}