body{
	color: #878787;
}
@media all and (min-width: 1024px){
	.examen {
		font-family: serif;
		background-color: rgba(255, 255, 255, 0) ; /* #FFF;*/
		padding: 12px;
		overflow: auto;
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
	}
	.contenedor-respuestas {
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
	}
	.respuestas-seccion h4 {
		margin-left: -3%;
		width: 106%;
		margin-right: -3%;
	}
}

/* Dispositivos pequeños */
@media all and (max-width: 1023px) {
	.examen {
		font-family: serif;
		background-color: #FFF;
		padding: 12px;
		overflow: auto;
	}
	.respuestas-seccion h4 {
		margin-left: -8%;
		width: 116%;
		margin-right: -8%;
	}

}
.resultados {
	font-family: "UbuntuB";
	background-color: #FFF;
	padding: 12px;
	overflow: auto;
}
.respuestas-seccion {
	/*border-color: #EF2D47;*/
	border-color: #a6192e;
	border-style: solid;
	border-width: 2px;
	margin: 10px;
	border-radius: 15px;
	/*color: #EF2D47;*/
	color: #a6192e;
}
.contenedor-respuestas div:nth-child(even) {
	/*background-color: #FCDCD8;*/
	background-color: #ae00291a;
}
.respuestas-seccion input[type=radio] {
	position: absolute;
	visibility: hidden;
}
.respuestas-seccion strong {
	float: left;
	font-size: large;
}
.chkFormato {
	display: block;
	/*border: 2px solid #CCCCCC;*/
	border: 2px solid #878787;
	border-radius: 100%;
	height: 25px;
	width: 25px;
	top: 30px;
	left: 20px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
	float: left;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
.chkFormato:hover {
	border: 5px solid #444444;
}
.chkFormato::before {
	border-radius: 100%;
	height: 15px;
	width: 15px;
	top: 5px;
	left: 5px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

.respuestas-seccion input[type=radio]:checked + .chkFormato {
  border: 5px solid #323232;
}

.respuestas-seccion input[type=radio]:checked + .chkFormato::before{
  background: #323232;
  display: block;
  /*position: absolute;*/
  content: '';
}
/*
.respuestas-seccion input[type=radio]:checked ~ label{
  color: #0DFF92;
}
*/
.respuestas {
	background-color: floralwhite;
	overflow: auto;
}

.ctrlAbiertoVal {
	font-weight: 800;
	font-family: monospace;
	font-size: xx-large;
	font-stretch: ultra-expanded;
	letter-spacing: 10px;
}
.respuestas-seccion h4 {
	/*background-color: #EF2D47;*/
	background-color: #76232f;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px;
	margin-bottom: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	left: -10px;
}
.barra-info {
	/*background-color: #8F9494;*/
	background-color:#878787;
}
.parte-titulo {
	font-weight: bolder;
	color: #9CDDEF;
	font-size: 40px;
	margin-top: 23px;
	margin-bottom: 23px;
}
.num {
	/*color: white;
	font-size: 50px;
	font-weight: bolder;
	float: left;
	margin-top: 5%;*/
	color: white;
	font-size: 30px;
	font-weight: bolder;
}
.lbl-titulo {
	color: white;
	font-size: 25px;
	margin-top: 5%;
	padding-left: 12px;
	float: left;
}
.lbl-tiempo {
	color: white;
	font-size: 26px;
	font-weight: bolder;
}
.num-tiempo {
	color: white;
	font-size: 44px;
	font-weight: bolder;
}
.ctrlAbierto {
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
}
.ctrlAbierto div {
	overflow: overlay;
	display: inline-block;
}
.respAbierta {
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
}
.examenppal {
	padding-top: 0px;
}
.btnRespuestas {
	position: fixed;
	z-index: 1;
	right: 0%;
	top: 30%;
}
/*#contenido_examen {
	position: relative;
	z-index: 5;
	padding: 20px;
	height: 100vh;
}
/*#menu_navegacion {
	position: relative;
	z-index: 5;
	padding: 20px;
}*/
/*#contenido_examen::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url('../img/membretadasonline_derecha.jpg') center center;
	opacity: .05;
}*/
