h1{
	width:auto !important;
	padding:0px !important;
	margin:0px !important;
}
#bg-examen{
    width:700px;
    height:auto;
    margin:30px 0px 20px 38px;
    float:left;
    clear:none;
    border-radius:12px;
    border: 1px #fff solid;
    padding:20px;

    -moz-box-shadow:0px 0px 10px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:0px 0px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow:0px 0px 10px 1px rgba(0, 0, 0, 0.2);

    background:#e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#c9c9c9');
    background-image: linear-gradient(bottom, rgb(201,201,201) 0%, rgb(230,230,230) 64%);
    background-image: -o-linear-gradient(bottom, rgb(201,201,201) 0%, rgb(230,230,230) 64%);
    background-image: -moz-linear-gradient(bottom, rgb(201,201,201) 0%, rgb(230,230,230) 64%);
    background-image: -webkit-linear-gradient(bottom, rgb(201,201,201) 0%, rgb(230,230,230) 64%);
    background-image: -ms-linear-gradient(bottom, rgb(201,201,201) 0%, rgb(230,230,230) 64%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(201,201,201)),
        color-stop(0.64, rgb(230,230,230))
    );
}

#examen{
	width:867px;
	height:auto;
	min-height: 295px;
	float:left;
	clear:none;
	border: none;
	margin: 25px 0px 0px;
}
#player{
	width:401px;
	height:274px;
	float:right;
	clear:none;
	text-align:left;
}

.dg-question-label{ /* Question label */
	width:850px;
	margin: 20px 0 10px 0;
	font-family: Arial, Helvetica, san-serif;
	font-size:18px;
	line-height: 22px;
	font-weight:bold;
	color: #000;
}

.dg-question-option{ /* Question answer option */
	margin: 0 0 -10px 0px;
}
.dg-question-option label{ /* Question answer option */
	margin-left:5px;
	font-family: Arial, Helvetica, san-serif;
	font-size:18px;
}
.dg-question-option input{ /* Question answer option */
	width:20px;
	margin-top: 10px;
}

.dg-answer-button-container { /* Answer button */
	margin-top:10px;
}

.dg-answer-button-container input{
	width:auto;
	height:auto;
	display: inline;
	margin:10px 0 5px 2px;
	padding:10px;

	font-family:Geometr415 Blk BT, Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
	line-height:17px;

	border-radius:6px;
	border:1px solid #4c084b;
	cursor:pointer;
	-moz-box-shadow:    1px 1px 5px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         1px 1px 5px 0px rgba(0, 0, 0, 0.2);
	
	background: #800e7f; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwMGU3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YzA4NGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #800e7f 0%, #4c084b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#800e7f), color-stop(100%,#4c084b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #800e7f 0%,#4c084b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #800e7f 0%,#4c084b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #800e7f 0%,#4c084b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #800e7f 0%,#4c084b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800e7f', endColorstr='#4c084b',GradientType=0 ); /* IE6-8 */
}
.dg-answer-button-container input:hover {
	cursor:pointer;
	background:#4c084b;
/*	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	-khtml-opacity: 0.9;
	margin:13px 0 5px 2px;*/
}
#error {
	font-style:italic;
	color:#D90000;
	font-size:11px;
	font-weight:bold;
	margin: 4px 0 0 0;
	font-family: Arial, Helvetica, san-serif;
}

#questions {
	width:850px;
	color: #000;
	font-size:14px;
	line-height:28px;
	padding-left:0px
}
#result{
	font-family: Arial, Helvetica, san-serif;
	padding-bottom: 23px;
}
#result h3, #result h2 {
    width: auto;
	height: auto;
	background-color: transparent;
    padding-left: 0;
    margin:6px 0 0px 0;
	font-size:20px;
	font-weight:bold;
	line-height:24px;
	color: #000;
}
#result h2 {
	width: 700px;
	height: auto;
	font-size:12px;
	line-height:15px;
	color: #D90000;
}


#result h4 {
	width:auto;
	display:inline-block;
	height:13px;
	float:none;
	clear:left;
	margin: 8px 0px 10px 0px;
	padding:5px 10px 8px 10px;
	background-color:#800e7f;
	border-radius:5px;
	font-size: 14px;
	font-weight:bold;
	color: #fff;
	text-transform:uppercase;
}

#result p {
	font-size: 14px;
	font-weight:bold;
	color: #000;
	margin:0px 0 3px 0;
	font-family: Arial, Helvetica, san-serif;
}

#result .resp_correcta {
	color: #00A321;
	font-weight:bold;
	font-family: Arial, Helvetica, san-serif;
}
#result .resp_incorrecta {
	color: #d92a86;
	font-weight:bold;
	font-family: Arial, Helvetica, san-serif;
}

a.volver{margin: 0px 7px 5px 2px !important;}
a.volver:hover{margin: 1px 7px 4px 2px !important;}