@charset "utf-8";

/* CSS Document */



.cont_encuesta{

	width:300px;

	height:auto;
	
	overflow:hidden;

}



.title_encuesta{

	width:300px;

	height:56px;

	background-image:url(../images/encuesta_title.jpg);

	float:left;

}



.cont_borde_encuesta{
	
	position:relative;

	width:298px;

	height:auto;

	float:left;

	border-bottom:solid 1px #B9878B;

	border-left:solid 1px #B9878B;

	border-right:solid 1px #B9878B;

	background-image:url(../images/encuesta_fondo_ventana.jpg);

	background-position:bottom;

	background-repeat:no-repeat;

}



.cont_pregunta_encuesta{

	width:298px;

	height:auto;

	float:left;

}



.img_pregunta_encuesta{

	width:82px;

	height:74px;

	background-image:url(../images/encuesta_img_pregunta.jpg);

	float:left;

}



.pregunta_encuesta{

	width:204px;

	height:85px;

	text-align:left;

	float:left;

	font-family:Verdana, Geneva, sans-serif;

	font-size:17px;

	color:#76111a;

	padding-left:5px;

	padding-top:10px;

}



.cont_jugador_encuesta{
	
	width:99%;

	height:26px;


}



.btn_radio_encuesta{

	width:25px;

	height:22px;

	float:left;

	padding-top:4px;

	margin-left:15px;

}



.jugador_encuesta{

	width:146px;

	height:22px;

	float:left;

	font-family:Verdana, Geneva, sans-serif;

	font-size:14px;

	padding-top:4px;

	margin-left:5px;

}

.jugador_encuestapreg{

	width:225px;

	height:22px;

	float:left;

	font-family:Verdana, Geneva, sans-serif;

	font-size:14px;

	padding-top:4px;

	margin-left:5px;
	

}



.linea_gris_encuesta{

	width:1px;

	height:26px;

	float:left;

	background-color:#999999;

}



.cont_barra_colores_encuesta{

	width:80px;

	height:26px;

	float:left;

}



.barra_encuesta_1{

	width:60px;

	height:13px;

	float:left;

	background-color:#004b18;

	margin-top:7px;

}



.barra_encuesta_2{

	width:60px;

	height:13px;

	float:left;

	background-color:#67a718;

	margin-top:7px;

}



.barra_encuesta_3{

	width:60px;

	height:13px;

	float:left;

	background-color:#0152a6;

	margin-top:7px;

}



.barra_encuesta_4{

	width:60px;

	height:13px;

	float:left;

	background-color:#00a8ec;

	margin-top:7px;

}



.barra_encuesta_5{

	width:60px;

	height:13px;

	float:left;

	background-color:#6c000a;

	margin-top:7px;

}



.barra_encuesta_6{

	width:60px;

	height:13px;

	float:left;

	background-color:#df0024;

	margin-top:7px;

}



.btn_vota_encuesta{

	width:121px;

	height:59px;
	
	float:left;
	margin-top:20px;
	margin-bottom:0px;
	margin-left:89px;
	
}



.gracias_encuesta{

	width:298px;

	height:34px;

	background-image:url(../images/encuesta_gracias.jpg);

	float:left;

	margin-top:25px;

	margin-bottom:25px;

}



.espacio_gracias{

	width:298px;

	height:1px;

	float:left;

}

