﻿body{
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    cursor: default;
    font-size: 16px;
    font-family:Lucida Sans;
}
.questionContainer {
    width: 750px;
    border: 4px double #f4e9d7;
    padding: 3px;
    margin: 10px;
	background-image: url("fondis.jpg");
}
ul {
    margin: 0px;
    padding: 5px;
}
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 {
    width: 96%;
    margin: 10px 0px 10px 2%;
	font-size: 16px;
	
}
#progressKeeper {
    width: 750px;
    height: 15px;
    border: 3px double #fc6971;
    margin: 0px 10px;
    padding: 3px;
}
.txtStatusBar {
    margin: 5px 10px;
    font-weight: bold;
}
#progress {
    background: #fc6971;
    width: 0;
    height: 15px;
}
.radius {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}
#resultKeeper {
	width: 750px;
    border: 4px double #f4e9d7;
    padding: 3px;
    margin: 10px;
	background: #f5e460;
}
#resultKeeper div {
    line-height: 15px;
}
.totalScore {
    font-weight: bold;
}
input {
    position: relative;
    top: 2px;
}
h1 {
    border-bottom: 1px solid #CCCCCC;
    font-size: 16px;
    height: 22px;
    margin: 10px;
    text-indent: 5px;
}
.prev , .btnPrev{ 
float: left; 
font-size: 16px;
background: #fc6971;
}
.next, .btnShowResult , .btnNext{ 
float: right; 
font-size: 16px;
background: #fc6971;

}
.clear { clear: both; }
.hide { display: none; }

#texto{
	font-weight: none;
	font-size: 18px;
	color: #675638;
	font-family:Lucida Sans;
	letter-spacing: -1px;
	text-shadow: #b7b5ae 1px 0px 0px;
	padding: 15px;
	text-align:left;
	line-height:20px;
	background:#f4e9d7;
	border: 3px double #fc6971;