@import url('https://fonts.googleapis.com/css?family=Baloo+2&display=swap');
body {
	font-family: 'Baloo 2', cursive;
}

#fondo_header {
	background-color: #9f2140;
	height: 125px;
}

#ssa {
	height: 80px;
	margin-left: 0px;
	border-right: 2px solid white;
	padding-right: 35px;
}

#unam {
	height: 64px;
	margin-top: 30px;
	border-right: 2px solid white;
	padding-right: 23px
}

#dgaco {
	height: 70px;
	padding-top: 15px;
	margin-top: 18px;
}

#inprfm {
	margin-top: -110px;
	height: 47px;
	margin-left: 320px;
}

#psico {
	height: 70px;
	padding-top: 15px;
	margin-top: 20px;
}

#spasu {
	height: 70px;
	padding-top: 15px;
	padding-right: 15px;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

.bg-unam {
	background-color: #9f2140;
}

.pregunta {
	text-align: center;
	font-size: 25px;
}

.burgundy {
	color: #900020 !important;
}

.derecha {
	border-top-right-radius: 2px !important;
	border-bottom-right-radius: 2px !important;
}

.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #007bff;
	border-bottom: 16px solid #007bff;
	width: 60px;
	height: 60px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin: 0 auto;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

#sidbar{
background-color: black;
position: fixed;
height: auto;
width: 110px;
height: 35px;
z-index: 99;
top:76px;
color:white;
}

#contraste{
  color:white;
  padding:6px 6px;
  cursor: pointer;
}
.contraste {
  color: white !important;
  background-color: black !important;
}
