.respuestas li {  	
	 list-style: lower-alpha;
	 margin-left:5px;
	 padding-top: 5px;
	 padding-bottom: 20px;
	 font-size: 16px;
	 font-weight:100;
	 /*height:60px; */
 } 

 label { 
	 margin-left: 0.5em; 
	 cursor: pointer; 
 }
 
 .question {
	  margin:0px;
	  font-weight: 100;
	  font-size: medium !important;
 }
 
 .quizy {
	border: 0px;
	width: 90%;
	height: 100%;
	padding: 0px;
	float: left;
	display: block;
	/*background-color: #7DCACF;*/
	margin-bottom: 25px;
	font-family: 'Lato', Geneva, sans-serif;
	font-size: 14px;
	font-weight: 100;
	/*color: #666;*/
	margin-top: 8px;
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
 }
 
 .quizy_hidden {
	border: 0px;
	width: 90%;
	height: 100%;
	padding: 0px;
	float: left;
	display: none;
	visibility: hidden;
	/*background-color: #7DCACF;*/
	margin-bottom: 25px;
	font-family: 'Lato', Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	/*color: #666;*/
	margin-top: 8px;
	text-align: justify;
	margin-right: 0px;
	margin-left: 0px;
 }
 
 .contenedor-quiz {
	float: left;
	width: 90%;
	height: 100%;
	border: 0px;
	/*background-color: #7DCACF;*/
	overflow:auto;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
 }

 #resultados {
	 background: #3d3d3d; 
	 color: #f39c12;
	 padding: 7px; 
	 text-align: center; 
	 width: 200px; 
	 cursor: pointer; 
	 border: 3px solid #f39c12;
	 float:left;
	 margin-left:0px;
	 margin-top:5px;
	 font-family: 'Lato', Geneva, sans-serif;
	 font-size: 14px;
	 font-weight: 100;
	 border-radius: 15px;
 }

 #resultados:hover {	 
	color: #3d3d3d;
	padding: 7px;
	text-align: center;
	width: 200px;
	cursor: pointer;
	border: 3px solid #f39c12;
	float: left;
	margin-left: 0px;
	margin-top: 5px;
	font-family: 'Lato', Geneva, sans-serif;
	font-size: 14px;
	font-weight: 100;
	background: #f39c12;
	border-radius: 15px;
 }
 
 .resultados_show {
	visibility: visible;
 }
 .resultados_hide {
	visibility: hidden;
	display: none;
 }

#next { 
	 background: #3d3d3d; 
	 color: #f39c12; 
	 padding: 7px; 
	 text-align: center; 
	 width: 200px; 
	 cursor: pointer; 
	 border: 3px solid white;
	 float:left;
	 margin-left:0px;
	 margin-top:5px;
	 font-family: 'Lato', Geneva, sans-serif;
	 font-size: 14px;
	 font-weight: 100;
	 border-radius: 15px;
	 /*background-image:url(../img/arrow.svg);
	 background-repeat: no-repeat;
	 background-size: 25px 25px;*/
	 border-color: #f39c12;
 	 background-position: 15px;
}

#next:hover {
	background: #f39c12;
	color: #3d3d3d;
	padding: 7px;
	text-align: center;
	width: 200px;
	cursor: pointer;
	border: 3px solid white;
	float: left;
	margin-left: 0px;
	margin-top: 5px;
	font-family: 'Lato', Geneva, sans-serif;
	font-size: 14px;
	font-weight: 100;
	border-radius: 15px;
    border-color: #f39c12;
    background-repeat: no-repeat;
	background-position: 15px;
}

.contador-evaluacion {
	margin:0;
	top:0;
	width: 55%;
	font-family: 'Lato', Geneva, sans-serif;
	font-size: 16px;
	color: #f39c12;
	text-align:center;
}

#posicion {
	color: #f39c12;
}
