label {
    text-transform: none;
}

ul li {
    list-style: none;
}
/* a { */
/*     border: 1px solid #000; */
/*     padding: 2px 5px; */
/*     font-weight: bold; */
/*     font-size: 10px; */
/*     background: #FFF; */
/*     cursor: pointer; */
/* } */
/* a:hover { */
/*     background: none; */
/* } */

 .btnContainer { 
     margin: 20px 80px 0px 0px; 
}

.next, .prev {
	/* This generators the gradient on top of the solid color */
	background-color: #E8E8E8;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgba(255,255,255,.4)),
		color-stop(1, rgba(0,0,0,.1))
	);
	background-image: -moz-linear-gradient(
		center top,
		rgba(255,255,255,.4) 0%,
		rgba(0,0,0,.1) 100%
	);
	display: block;	
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);		
	outline:none;
	padding: 5px 15px;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);	
}
 } 

.questionContainer { 
     width: 850px;
     padding: 0 30px;
} 

.answers { 
     height:150px; 
 } 


.questionpic{ 
     margin: 0px 35px 10px 0px;
     float:left; 
 } 
 
#progressKeeper {
    width: 790px;
    height: 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);
    margin: 0px 10px;
    padding: 3px;
}
.txtStatusBar {
    margin: 30px 10px 15px 10px;
    font-weight: bold;
}
#progress {
    background: #43bc6f;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);
    width: 0;
    height: 25px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgba(255,255,255,.4)),
		color-stop(1, rgba(0,0,0,.1))
	);
	background-image: -moz-linear-gradient(
		center top,
		rgba(255,255,255,.4) 0%,
		rgba(0,0,0,.1) 100%
	);
}
/* .radius { */
/*     border-radius: 6px; */
/*     -moz-border-radius: 6px; */
/*     -webkit-border-radius: 6px; */
/*     -o-border-radius: 6px; */
/* } */

/* #resultKeeper { */
/*     width: 600px; */
/*     margin: 10px; */
/*     padding: 3px; */
/*     border: 3px double #CFCFCF; */
/* } */
/* #resultKeeper div { */
/*     line-height: 20px; */
/* } */
.totalScore {

}
/* input { */
/*     position: relative; */
/*     top: 2px; */
/* } */
/* h1 { */
/*     border-bottom: 1px solid #CCCCCC; */
/*     font-size: 16px; */
/*     height: 22px; */
/*     margin: 10px; */
/*     text-indent: 5px; */
/* } */

.prev { float: left; margin-left:10px;}
.next, .btnShowResult { float: right; }
.clear { clear: both; }
.hide { display: none; }


.verde {
    color: green;
}

.roja {
    color: red;
}

a.btnNext, a.btnPrev,  a.btnShowResult {
    cursor: pointer;
    text-decoration: none;
}
