@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
    background-color:transparent;
}
.section-quiz {
	font-family: arial,helvetica,sans-serif;
	width:230px;
	height:241px;
	background:white;
	padding: 10px 10px 10px 0px;
}

.section-quiz .area-title{
	background: transparent url(/rest-intralotportal/jcr/repository/collaboration-resources/reventon/images/poll/header.png) no-repeat scroll 0 0;
	height:47px;
}
.section-quiz .area-content{
	/*background: #88288f url(/rest-intralotportal/jcr/repository/collaboration-resources/reventon/images/poll/background.gif) no-repeat scroll bottom;*/
	background: #088bbe;
	color: #FFFFFF;
	font-weight: bold;

}
.section-quiz .area-question{
	padding: 5px 10px 10px;
	font-size: 15px;
	text-align: center;
}
.section-quiz .area-option{
	padding: 0 4px 15px;
	font-size: 12px;
}
.section-quiz .area-option input{
	float: left;
}
.section-quiz .area-option label{
	float: left;
	width: 85%;
	margin-left: 5px;
	margin-bottom: 7px;
}
.section-quiz .area-option .accion{
	padding: 5px;
}
.section-quiz .area-option .boton{
	float: right;
}
.section-quiz .area-option .submit{
	background: transparent url(/rest-intralotportal/jcr/repository/collaboration-resources/reventon/images/poll/btn-enviar.png) no-repeat scroll 0 0;
	height: 16px;
	width: 63px;
	border: 0;
	margin: -8px 150px;
}
.section-quiz .area-content .result{
	padding-bottom: 10px;
	font-size: 12px;
}
.section-quiz .area-content .result .descripcion{
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	line-height: normal;
	margin-left: 16px;
	font-size: 12px;
}
.section-quiz .area-content .result .barra{
	background: #DDDDDD;
	margin: 5px 0px 5px 24px;
	width: 150px;
}
.section-quiz .area-content .result .barra .fill{
	background: #03C0FF;
	height: 5px;
}
.section-quiz .area-content .result .porcentaje{
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	line-height: normal;
	margin-right: 15px;
	text-align: right;
	margin-top: -19px;
	font-size: 12px;
}
.section-quiz .area-footer{
	background: transparent url(/rest-intralotportal/jcr/repository/collaboration-resources/reventon/images/poll/footer.png) no-repeat scroll 0 0;
	height:9px;
}