body {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, Verdana;
	font-size: 14px;
}            

.main {
	width:980px;
	height:630px;
	margin:10px auto 0;	
	background:#7E3F98;
	box-shadow: 0 1px 3px #888;
}

.content {
	background:#7E3F98;
	width: 880px;
	float: left;
	color: #FFF;
	position: relative;
}

.sidebar {
	background:#EC008B;
	width:100px;
	height: 630px;
	float: left;
}

.mainbar {
	background:#FFF;
	width: 880px;
	float: left;
}

.clear {
	clear:both;
}

.heading {
	width:100%;
	padding:10px 0px;
}

.heading td h2, .heading td h3 {
	margin:0px;
}

a.nextBtn {
	color:#FFF;
	padding:5px 15px;
	border-radius: 5px;
	background:#EC008B;
	text-decoration:none;	
	text-transform: uppercase;
	position: absolute;
	bottom:10px;
	right:20px;

	font-size: 13px;
	font-weight: bold;
}

a.nextBtn:hover, .nextBtnImg:hover {
	cursor: pointer;
}

.copy {
	position:relative;
	bottom: 45px;
	left:120px;
	font-size: 11px;
	color: #FFF;
}

.cp-circle-control { display:none !important; }

a.loading {
	text-decoration:none;
	font-size:14px;
	color:#555;
	font-style:italic;
	padding:5px 0px;
}

a.loading img {
	position:relative;
	top:7px;
	margin-right:5px;
}

a.loading span {
	display:inline-block;
}

.barra_instrucciones {
	color:#fff; font-weight: bolder; height: 24px; padding-top: 8px; text-align: center; width: 760px; margin: 0 auto;
}

.respuestas {
	list-style: none;
	padding: 0;
	margin: 20px auto;
	width: 300px;
	border: 3px solid #EC008B;
	border-radius: 15px;
	background-color: #FFF;
}

.respuestas li {
	padding: 10px 10px 10px 20px;
	color: #000;
	border-bottom: 2px solid #EC008B;
}
.respuestas li:last-child {
	border-bottom: none;
}

.semi-bold {
	font-weight: bolder;
}