@charset "utf-8";


 

#encuesta-widget {
	width: 300px;
	height:auto;
	overflow:hidden;
	background-color: #F1F1F1 ;
	 position:absolute;
	 z-index:0;
}

#encuesta-captcha {
 
	width: 300px;
	height:auto;
	overflow:hidden;
	background: #F1F1F1 ;
	z-index:2;
	position:relative;
	top:0;
	left:0px;
 
}

#encuesta-draw {
	width: 300px;
	height:auto;
	overflow:hidden;
	background:#F1F1F1;
	z-index:3;
	position:relative;
	top:0px;
	left:0px;
	font-family:"Trebuchet MS",arial; 
	font-size:14px;
	text-align:center;
 
}

#ok { display:none }


	
#mensaje-encuesta-captcha		
{
		font-family:"Trebuchet MS",arial; 
		font-size:13px;
		text-align:center;
		color:#D50003;
	text-align:center;
		}
		
#encuesta-widget-cabecera{
	background-color:#1f1f1f;
	color:#fff500;
	text-align:center;
	}

#encuesta-widget-cabecera h2{
	font-family:"Trebuchet MS",arial;
	font-size:20px;
	margin:0;
	padding:8px;
	}	

#encuesta-widget-pregunta{
	padding:8px 2%;
	width:96%;
	height:auto;
	overflow:hidden;
}

#encuesta-widget-pregunta h3{
	font-family:"Trebuchet MS",arial;
	font-size:18px;
	margin:0;
	padding:0;
	}
	
#encuesta-widget-respuesta{
	padding:6px 2%;
	width:96%;
	height:auto;
	overflow:hidden;
	font-family:"Trebuchet MS",arial;
	font-size:15px;
	text-align:left;
}

	
#encuesta-widget-boton{
	padding:15px 2%;
	width:96%;
	height:auto;
	overflow:hidden;
}

 .btn-encuesta-votar{
	padding:6px 6px;
	width:200px;
	text-align:center;
	margin: 0 auto;
	display:block;
	font-family:"Trebuchet MS", Arial;
	font-size:16px;
	background-color: #8B8B8B;
	color:#fff;
	font-weight:bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	border: none;
	}
	
	.btn-encuesta-votar:hover{
	background-color: #1f1f1f;
	color: #fff500;
	cursor:pointer;}

#encuesta-widget-mensaje{
	/*padding:0 2% 6px 2%;*/
	padding:0;
	width:98%;
	height:auto;
	overflow:hidden;
	font-family:"Trebuchet MS",arial;
	font-size:13px;
	/*color:#D50003;*/
	text-align:center;
	}	
	
	#encuesta-draw-cabecera
{
	width: 96%;
	padding:5px 2%;
	height:auto;
	overflow:hidden;
	font-family:"Trebuchet MS",arial; 
	font-size:16px;
	text-align:center;
	font-weight:bold;
	
	}
.encuesta-draw-renglon{
	width:96%;
	padding:6px 2%;
	height:auto;
	overflow:hidden;
	}	