/*!
 * Ononitram
 */
 .l20{
 	font-size: 20px;

 }
 .l60{
 	font-size: 60px;

 }
 .l100{
 	font-size: 100px;

 }
 /*.container-fluid{
   text-align: center;
 }
 input[type="radio"]{
   display: block;
   margin : 0 auto;
 }*/
 #checks{
   margin-left: 40%;
   text-align: left;
 }
.suma,.numeracion{
   text-align: center;
 }

.slider{
	background: url('./3.png') -25px -25px;
	height: 60px;
	position: relative;
	width: 1000px;
}

.slider > .emptyprogress{
	background: #97d9fb;
	border: 3px solid white;
	cursor: pointer;
	border-radius: 10px;
	height: 40%;
	top:25%;
	position: absolute;
	width: 100%;

	-webkit-box-shadow: 1px 1px 3px 0px #ccc;
	box-shadow: 1px 1px 3px 0px #ccc;
}

.slider > .progress{
	background: #14aaf6;
	border: 3px solid white;
	cursor: pointer;
	border-radius: 10px;
	height: 40%;
	top:25%;
	position: absolute;
	width: 0%;

	-webkit-box-shadow: 1px 1px 3px 0px #ccc;
	box-shadow: 1px 1px 3px 0px #ccc;
}

.slider > .indicator{
	background: url('./2.png') no-repeat;
	/*border: 1px solid red;*/
	cursor: move;
	height: 100%;
	margin: 8px auto auto -30px;
	left: 0%;
	position: absolute;
	width:60px;
}



